1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00
Havana/tools/havana.sql
Alex 2979285515 merge from develop
commit 6a5feee61c
Author: Alex <quacksterr.15@gmail.com>
Date:   Sun Feb 12 11:28:56 2023 +1000

    add clean database

commit 348bbf76dd
Author: Alex <quacksterr.15@gmail.com>
Date:   Sun Feb 12 11:23:05 2023 +1000

    site.imager.path -> site.imager.endpoint for less confusion

commit abe76e9526
Author: Quackster <quacksterr.15@gmail.com>
Date:   Thu Feb 9 12:27:25 2023 +1000

    Update README.md
2023-02-12 11:30:18 +10:00

57078 lines
3.5 MiB
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server version: 10.3.9-MariaDB - mariadb.org binary distribution
-- Server OS: Win64
-- HeidiSQL Version: 9.4.0.5125
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Dumping structure for table havana.achievements
CREATE TABLE IF NOT EXISTS `achievements` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`achievement` varchar(64) NOT NULL,
`level` int(11) NOT NULL DEFAULT 1,
`reward_pixels` int(11) NOT NULL DEFAULT 0,
`progress_needed` int(11) NOT NULL DEFAULT 1,
`disabled` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=116 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.achievements: ~106 rows (approximately)
DELETE FROM `achievements`;
/*!40000 ALTER TABLE `achievements` DISABLE KEYS */;
INSERT INTO `achievements` (`id`, `achievement`, `level`, `reward_pixels`, `progress_needed`, `disabled`) VALUES
(1, 'ACH_Motto', 1, 10, 1, 0),
(2, 'ACH_AvatarLooks', 1, 50, 1, 0),
(3, 'ACH_MGM', 1, 50, 1, 0),
(4, 'ACH_MGM', 2, 55, 2, 0),
(5, 'ACH_MGM', 3, 60, 3, 0),
(6, 'ACH_MGM', 4, 130, 5, 0),
(7, 'ACH_MGM', 5, 140, 7, 0),
(8, 'ACH_MGM', 6, 150, 9, 0),
(9, 'ACH_MGM', 7, 160, 11, 0),
(10, 'ACH_MGM', 8, 170, 13, 0),
(11, 'ACH_MGM', 9, 180, 15, 0),
(12, 'ACH_MGM', 10, 200, 17, 0),
(13, 'ACH_Student', 1, 20, 1, 1),
(14, 'ACH_RespectGiven', 1, 20, 100, 0),
(15, 'ACH_AvatarTags', 1, 50, 5, 0),
(16, 'ACH_EmailVerification', 1, 200, 1, 1),
(17, 'ACH_Graduate', 1, 20, 1, 0),
(18, 'ACH_HappyHour', 1, 100, 1, 0),
(19, 'HC', 1, 100, 1, 0),
(20, 'HC', 2, 200, 12, 0),
(21, 'HC', 3, 300, 24, 0),
(22, 'ACH_Login', 1, 50, 5, 0),
(23, 'ACH_Login', 2, 80, 8, 0),
(24, 'ACH_Login', 3, 120, 15, 0),
(25, 'ACH_Login', 4, 150, 28, 0),
(26, 'ACH_Login', 5, 200, 35, 0),
(27, 'ACH_Login', 6, 200, 60, 0),
(28, 'ACH_Login', 7, 200, 70, 0),
(29, 'ACH_Login', 8, 200, 80, 0),
(30, 'ACH_Login', 9, 200, 90, 0),
(31, 'ACH_Login', 10, 200, 100, 0),
(32, 'ACH_RegistrationDuration', 1, 30, 3, 0),
(33, 'ACH_RegistrationDuration', 2, 60, 21, 0),
(34, 'ACH_RegistrationDuration', 3, 90, 56, 0),
(35, 'ACH_RegistrationDuration', 4, 120, 112, 0),
(36, 'ACH_RegistrationDuration', 5, 160, 168, 0),
(37, 'ACH_RegistrationDuration', 6, 200, 365, 0),
(38, 'ACH_RegistrationDuration', 7, 200, 730, 0),
(39, 'ACH_RegistrationDuration', 8, 200, 1095, 0),
(40, 'ACH_RegistrationDuration', 9, 200, 1461, 0),
(41, 'ACH_RegistrationDuration', 10, 200, 1826, 0),
(42, 'ACH_RespectEarned', 1, 20, 1, 0),
(43, 'ACH_RespectEarned', 2, 20, 5, 0),
(44, 'ACH_RespectEarned', 3, 20, 10, 0),
(45, 'ACH_RespectEarned', 4, 50, 50, 0),
(46, 'ACH_RespectEarned', 5, 100, 100, 0),
(47, 'ACH_RespectEarned', 6, 200, 200, 0),
(48, 'ACH_RespectEarned', 7, 200, 200, 0),
(49, 'ACH_RespectEarned', 8, 200, 200, 0),
(50, 'ACH_RespectEarned', 9, 200, 200, 0),
(51, 'ACH_RespectEarned', 10, 200, 400, 0),
(52, 'ACH_RoomEntry', 1, 10, 5, 0),
(53, 'ACH_RoomEntry', 2, 10, 15, 0),
(54, 'ACH_RoomEntry', 3, 15, 30, 0),
(55, 'ACH_RoomEntry', 4, 15, 50, 0),
(56, 'ACH_RoomEntry', 5, 15, 60, 0),
(57, 'ACH_RoomEntry', 6, 20, 80, 0),
(58, 'ACH_RoomEntry', 7, 20, 120, 0),
(59, 'ACH_RoomEntry', 8, 30, 140, 0),
(60, 'ACH_RoomEntry', 9, 30, 160, 0),
(61, 'ACH_RoomEntry', 10, 40, 200, 0),
(62, 'ACH_TraderPass', 1, 0, 0, 0),
(72, 'ACH_AIPerformanceVote', 1, 20, 1, 0),
(73, 'ACH_AIPerformanceVote', 2, 20, 20, 0),
(74, 'ACH_AIPerformanceVote', 3, 20, 50, 0),
(75, 'ACH_AIPerformanceVote', 4, 20, 100, 0),
(76, 'ACH_AIPerformanceVote', 5, 40, 180, 0),
(77, 'ACH_AIPerformanceVote', 6, 40, 200, 0),
(78, 'ACH_AIPerformanceVote', 7, 40, 200, 0),
(79, 'ACH_AIPerformanceVote', 8, 60, 300, 0),
(80, 'ACH_AIPerformanceVote', 9, 60, 300, 0),
(81, 'ACH_AIPerformanceVote', 10, 100, 1, 0),
(82, 'HC', 4, 400, 36, 0),
(83, 'HC', 5, 500, 48, 0),
(84, 'ACH_AllTimeHotelPresence', 1, 30, 1, 0),
(85, 'ACH_AllTimeHotelPresence', 2, 20, 3, 0),
(86, 'ACH_AllTimeHotelPresence', 3, 20, 8, 0),
(87, 'ACH_AllTimeHotelPresence', 4, 20, 16, 0),
(88, 'ACH_AllTimeHotelPresence', 5, 20, 48, 0),
(89, 'ACH_AllTimeHotelPresence', 6, 20, 144, 0),
(90, 'ACH_AllTimeHotelPresence', 7, 20, 288, 0),
(91, 'ACH_AllTimeHotelPresence', 8, 20, 576, 0),
(92, 'ACH_AllTimeHotelPresence', 9, 20, 1152, 0),
(93, 'ACH_AllTimeHotelPresence', 10, 20, 2304, 0),
(94, 'ACH_GamePlayed', 1, 10, 1, 0),
(95, 'ACH_GamePlayed', 2, 30, 5, 0),
(96, 'ACH_GamePlayed', 3, 50, 20, 0),
(97, 'ACH_GamePlayed', 4, 80, 50, 0),
(98, 'ACH_GamePlayed', 5, 100, 100, 0),
(99, 'ACH_GamePlayed', 6, 120, 160, 0),
(100, 'ACH_GamePlayed', 7, 160, 200, 0),
(101, 'ACH_GamePlayed', 8, 220, 280, 0),
(102, 'ACH_GamePlayed', 9, 280, 360, 0),
(103, 'ACH_GamePlayed', 10, 340, 440, 0),
(104, 'GL', 1, 15, 1, 0),
(105, 'GL', 2, 32, 4, 0),
(106, 'GL', 3, 34, 10, 0),
(107, 'GL', 4, 90, 20, 0),
(108, 'GL', 5, 285, 35, 0),
(109, 'GL', 6, 600, 56, 0),
(110, 'GL', 7, 660, 77, 0),
(111, 'GL', 8, 735, 96, 0),
(112, 'GL', 9, 920, 132, 0),
(113, 'GL', 10, 1000, 177, 0),
(114, 'ACH_Student', 1, 20, 1, 0),
(115, 'ACH_EmailVerification', 1, 200, 1, 0);
/*!40000 ALTER TABLE `achievements` ENABLE KEYS */;
-- Dumping structure for table havana.article_categories
CREATE TABLE IF NOT EXISTS `article_categories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`label` varchar(50) NOT NULL,
`category_index` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
-- Dumping data for table havana.article_categories: ~11 rows (approximately)
DELETE FROM `article_categories`;
/*!40000 ALTER TABLE `article_categories` DISABLE KEYS */;
INSERT INTO `article_categories` (`id`, `label`, `category_index`) VALUES
(1, 'Fansites', 'fansites'),
(2, 'Events', 'events'),
(3, 'Competitions & Polls', 'competitions'),
(4, 'Staff Picks', 'staff_picks'),
(5, 'Celebrity Visits', 'celebrity_visits'),
(6, 'Safety & Security', 'safety'),
(7, 'Technical Updates', 'technical_updates'),
(8, 'Furniture News', 'furniture_news'),
(9, 'Special Offers', 'credit_promo'),
(10, 'Sponsored', 'sponsored'),
(11, 'Other', 'other');
/*!40000 ALTER TABLE `article_categories` ENABLE KEYS */;
-- Dumping structure for table havana.catalogue_collectables
CREATE TABLE IF NOT EXISTS `catalogue_collectables` (
`store_page` int(11) NOT NULL,
`admin_page` int(11) NOT NULL,
`expiry` bigint(11) NOT NULL,
`lifetime` bigint(11) NOT NULL DEFAULT 2678400,
`current_position` int(11) NOT NULL,
`class_names` text NOT NULL,
PRIMARY KEY (`store_page`),
UNIQUE KEY `store_page` (`store_page`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.catalogue_collectables: ~3 rows (approximately)
DELETE FROM `catalogue_collectables`;
/*!40000 ALTER TABLE `catalogue_collectables` DISABLE KEYS */;
INSERT INTO `catalogue_collectables` (`store_page`, `admin_page`, `expiry`, `lifetime`, `current_position`, `class_names`) VALUES
(51, 83, -1, 1209600, 0, 'svnr_de,SF_alien,svnr_uk,lostc_merdragon,svnr_it,totem_leg,svnr_nl,totem_planet,svnr_aus,svnr_fi,lostc_octopus,totem_head,sf_pod,hween09_organ,sf_mbar,lostc_teleport'),
(93, 94, -1, 2678400, 0, 'planet_of_love,saturn,pix_asteroid'),
(51999, 121999, 1662543224, 432000, 1, 'xmas11_btlr,xmas11_throne');
/*!40000 ALTER TABLE `catalogue_collectables` ENABLE KEYS */;
-- Dumping structure for table havana.catalogue_items
CREATE TABLE IF NOT EXISTS `catalogue_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sale_code` varchar(255) DEFAULT NULL,
`page_id` tinytext DEFAULT NULL,
`order_id` int(11) NOT NULL DEFAULT 0,
`price_coins` int(11) NOT NULL DEFAULT 3,
`price_pixels` int(11) NOT NULL DEFAULT 0,
`seasonal_coins` int(11) NOT NULL DEFAULT 0,
`seasonal_pixels` int(11) NOT NULL DEFAULT 0,
`hidden` tinyint(1) NOT NULL DEFAULT 0,
`amount` int(11) NOT NULL DEFAULT 1,
`definition_id` int(11) DEFAULT NULL,
`item_specialspriteid` varchar(25) NOT NULL DEFAULT '',
`is_package` tinyint(1) NOT NULL DEFAULT 0,
`active_at` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2096 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.catalogue_items: ~2,095 rows (approximately)
DELETE FROM `catalogue_items`;
/*!40000 ALTER TABLE `catalogue_items` DISABLE KEYS */;
INSERT INTO `catalogue_items` (`id`, `sale_code`, `page_id`, `order_id`, `price_coins`, `price_pixels`, `seasonal_coins`, `seasonal_pixels`, `hidden`, `amount`, `definition_id`, `item_specialspriteid`, `is_package`, `active_at`) VALUES
(1, 'floor', '3', 1, 2, 0, 0, 0, 0, 1, 249, '', 0, NULL),
(2, 'CF_50_goldbar', '4', 5, 50, 0, 0, 0, 0, 1, 212, '', 0, NULL),
(3, 'CF_20_moneybag', '4', 4, 20, 0, 0, 0, 0, 1, 211, '', 0, NULL),
(4, 'CF_10_coin_gold', '4', 3, 10, 0, 0, 0, 0, 1, 209, '', 0, NULL),
(5, 'CF_5_coin_silver', '4', 2, 5, 0, 0, 0, 0, 1, 213, '', 0, NULL),
(6, 'CF_1_coin_bronze', '4', 1, 1, 0, 0, 0, 0, 1, 210, '', 0, NULL),
(7, 'a0 deal102', '5', 13, 25, 0, 0, 0, 0, 5, 184, '', 0, NULL),
(8, 'a0 deal104', '5', 14, 15, 0, 0, 0, 0, 3, 184, '', 0, NULL),
(9, 'queue_tile1*2', '5', 15, 7, 0, 0, 0, 0, 1, 184, '', 0, NULL),
(10, 'a0 deal105', '111', 4, 25, 0, 0, 0, 0, 5, 180, '', 0, NULL),
(11, 'a0 deal106', '111', 5, 15, 0, 0, 0, 0, 3, 180, '', 0, NULL),
(12, 'queue_tile1*6', '111', 6, 7, 0, 0, 0, 0, 1, 180, '', 0, NULL),
(13, 'a0 deal107', '111', 7, 25, 0, 0, 0, 0, 5, 181, '', 0, NULL),
(14, 'a0 deal108', '111', 8, 15, 0, 0, 0, 0, 3, 181, '', 0, NULL),
(15, 'queue_tile1*9', '111', 9, 7, 0, 0, 0, 0, 1, 181, '', 0, NULL),
(16, 'a0 deal109', '5', 10, 25, 0, 0, 0, 0, 5, 182, '', 0, NULL),
(17, 'a0 deal114', '5', 11, 15, 0, 0, 0, 0, 3, 182, '', 0, NULL),
(18, 'queue_tile1*8', '5', 12, 7, 0, 0, 0, 0, 1, 182, '', 0, NULL),
(19, 'a0 deal115', '111', 14, 25, 0, 0, 0, 0, 5, 183, '', 0, NULL),
(20, 'queue_tile1*7', '111', 16, 7, 0, 0, 0, 0, 1, 183, '', 0, NULL),
(21, 'a0 deal116', '111', 15, 15, 0, 0, 0, 0, 3, 183, '', 0, NULL),
(22, 'door', '6', 1, 3, 0, 0, 0, 0, 1, 100, '', 0, NULL),
(23, 'doorC', '6', 2, 4, 0, 0, 0, 0, 1, 102, '', 0, NULL),
(24, 'doorB', '6', 3, 3, 0, 0, 0, 0, 1, 101, '', 0, NULL),
(25, 'pets0', '7', 1, 20, 0, 0, 0, 0, 1, 154, '', 0, NULL),
(26, 'pets1', '7', 2, 20, 0, 0, 0, 0, 1, 564, '', 0, NULL),
(27, 'pets2', '7', 3, 20, 0, 0, 0, 0, 1, 565, '', 0, NULL),
(28, 'deal_dogfood', '8', 1, 2, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(29, 'deal_catfood', '8', 2, 2, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(30, 'deal_crocfood', '8', 3, 2, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(31, 'deal_cabbage', '8', 4, 2, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(32, 'petfood1', '8', 5, 1, 0, 0, 0, 0, 1, 155, '', 0, NULL),
(33, 'petfood2', '8', 6, 1, 0, 0, 0, 0, 1, 156, '', 0, NULL),
(34, 'petfood4', '8', 7, 1, 0, 0, 0, 0, 1, 236, '', 0, NULL),
(35, 'petfood3', '8', 8, 1, 0, 0, 0, 0, 1, 157, '', 0, NULL),
(36, 'waterbowl*4', '8', 9, 2, 0, 0, 0, 0, 1, 158, '', 0, NULL),
(37, 'waterbowl*5', '8', 10, 2, 0, 0, 0, 0, 1, 159, '', 0, NULL),
(38, 'waterbowl*2', '8', 11, 2, 0, 0, 0, 0, 1, 160, '', 0, NULL),
(39, 'waterbowl*1', '8', 12, 2, 0, 0, 0, 0, 1, 161, '', 0, NULL),
(40, 'waterbowl*3', '8', 13, 2, 0, 0, 0, 0, 1, 162, '', 0, NULL),
(41, 'goodie2', '8', 14, 1, 0, 0, 0, 0, 1, 169, '', 0, NULL),
(42, 'goodie1', '8', 15, 1, 0, 0, 0, 0, 1, 168, '', 0, NULL),
(43, 'toy1', '8', 16, 2, 0, 0, 0, 0, 1, 163, '', 0, NULL),
(44, 'toy1*1', '8', 17, 2, 0, 0, 0, 0, 1, 164, '', 0, NULL),
(45, 'toy1*2', '8', 18, 2, 0, 0, 0, 0, 1, 165, '', 0, NULL),
(46, 'toy1*3', '8', 19, 2, 0, 0, 0, 0, 1, 166, '', 0, NULL),
(47, 'toy1*4', '8', 20, 2, 0, 0, 0, 0, 1, 167, '', 0, NULL),
(48, 'bed_silo_two', '9', 11, 3, 0, 0, 0, 0, 1, 20, '', 0, NULL),
(49, 'bed_silo_one', '9', 10, 3, 0, 0, 0, 0, 1, 19, '', 0, NULL),
(50, 'shelves_silo', '9', 15, 3, 0, 0, 0, 0, 1, 3, '', 0, NULL),
(51, 'sofa_silo', '9', 1, 3, 0, 0, 0, 0, 1, 9, '', 0, NULL),
(52, 'sofachair_silo', '9', 1, 3, 0, 0, 0, 0, 1, 16, '', 0, NULL),
(53, 'table_silo_small', '9', 1, 1, 0, 0, 0, 0, 1, 21, '', 0, NULL),
(54, 'divider_silo3', '9', 1, 6, 0, 0, 0, 0, 1, 122, '', 0, NULL),
(55, 'divider_silo2', '9', 20, 3, 0, 0, 0, 0, 1, 120, '', 0, NULL),
(56, 'divider_silo1', '9', 1, 3, 0, 0, 0, 0, 1, 118, '', 0, NULL),
(57, 'chair_silo', '9', 1, 3, 0, 0, 0, 0, 1, 8, '', 0, NULL),
(58, 'safe_silo', '9', 1, 3, 0, 0, 0, 0, 1, 203, '', 0, NULL),
(59, 'barchair_silo', '9', 1, 3, 0, 0, 0, 0, 1, 197, '', 0, NULL),
(60, 'table_silo_med', '9', 1, 3, 0, 0, 0, 0, 1, 6, '', 0, NULL),
(61, 'gothic_chair*3', '10', 7, 10, 0, 0, 0, 0, 1, 229, '', 0, NULL),
(62, 'gothic_sofa*3', '10', 8, 7, 0, 0, 0, 0, 1, 230, '', 0, NULL),
(63, 'gothic_stool*3', '10', 9, 5, 0, 0, 0, 0, 1, 231, '', 0, NULL),
(64, 'gothic_carpet', '10', 25, 5, 0, 0, 0, 0, 1, 237, '', 0, NULL),
(65, 'gothic_carpet2', '10', 24, 5, 0, 0, 0, 0, 1, 238, '', 0, NULL),
(66, 'goth_table', '10', 19, 15, 0, 0, 0, 0, 1, 218, '', 0, NULL),
(67, 'gothrailing', '10', 23, 8, 0, 0, 0, 0, 1, 217, '', 0, NULL),
(68, 'gothgate', '10', 20, 10, 0, 0, 0, 0, 1, 215, '', 0, NULL),
(69, 'torch', '10', 24, 7, 0, 0, 0, 0, 1, 248, '', 0, NULL),
(70, 'gothicfountain', '10', 22, 7, 0, 0, 0, 0, 1, 245, '', 0, NULL),
(71, 'gothiccandelabra', '10', 21, 8, 0, 0, 0, 0, 1, 216, '', 0, NULL),
(72, 'industrialfan', '10', 25, 5, 0, 0, 0, 0, 1, 247, '', 0, NULL),
(73, 'sound_machine_deal', '11', 1, 10, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(74, 'sound_set_1', '88', 9, 3, 0, 0, 0, 0, 1, 239, '', 0, NULL),
(75, 'sound_set_2', '88', 9, 3, 0, 0, 0, 0, 1, 357, '', 0, NULL),
(76, 'sound_set_4', '85', 9, 3, 0, 0, 0, 0, 1, 358, '', 0, NULL),
(77, 'sound_set_5', '85', 9, 3, 0, 0, 0, 0, 1, 359, '', 0, NULL),
(78, 'sound_set_3', '85', 4, 3, 0, 0, 0, 0, 1, 240, '', 0, NULL),
(79, 'sound_set_6', '85', 9, 3, 0, 0, 0, 0, 1, 241, '', 0, NULL),
(80, 'sound_set_7', '88', 9, 3, 0, 0, 0, 0, 1, 242, '', 0, NULL),
(81, 'sound_set_9', '85', 9, 3, 0, 0, 0, 0, 1, 355, '', 0, NULL),
(82, 'sound_set_8', '85', 9, 3, 0, 0, 0, 0, 1, 243, '', 0, NULL),
(83, 'bardesk_polyfon*5', '12', 1, 3, 0, 0, 0, 0, 1, 198, '', 0, NULL),
(84, 'bardeskcorner_polyfon*5', '12', 2, 3, 0, 0, 0, 0, 1, 199, '', 0, NULL),
(85, 'divider_poly3*5', '12', 3, 6, 0, 0, 0, 0, 1, 200, '', 0, NULL),
(86, 'sofachair_polyfon_girl', '12', 4, 3, 0, 0, 0, 0, 1, 64, '', 0, NULL),
(87, 'sofa_polyfon_girl', '12', 5, 4, 0, 0, 0, 0, 1, 67, '', 0, NULL),
(88, 'carpet_polar*1', '12,99,100', 6, 4, 0, 0, 0, 0, 1, 62, '', 0, NULL),
(89, 'bed_polyfon_girl_one', '12', 7, 3, 0, 0, 0, 0, 1, 65, '', 0, NULL),
(90, 'bed_polyfon_girl', '12', 8, 4, 0, 0, 0, 0, 1, 66, '', 0, NULL),
(91, 'wall_china', '13', 1, 8, 0, 0, 0, 0, 1, 207, '', 0, NULL),
(92, 'corner_china', '13', 2, 8, 0, 0, 0, 0, 1, 208, '', 0, NULL),
(93, 'china_shelve', '13', 3, 8, 0, 0, 0, 0, 1, 204, '', 0, NULL),
(94, 'chair_china', '13', 4, 5, 0, 0, 0, 0, 1, 201, '', 0, NULL),
(95, 'china_table', '13', 5, 6, 0, 0, 0, 0, 1, 202, '', 0, NULL),
(96, 'cn_sofa', '13', 6, 9, 0, 0, 0, 0, 1, 186, '', 0, NULL),
(97, 'poster_57', '13', 7, 3, 0, 0, 0, 0, 1, 251, '57', 0, NULL),
(98, 'poster_58', '13', 8, 5, 0, 0, 0, 0, 1, 251, '58', 0, NULL),
(99, 'cn_lamp', '13', 9, 9, 0, 0, 0, 0, 1, 185, '', 0, NULL),
(100, 'chair_norja', '14', 1, 3, 0, 0, 0, 0, 1, 11, '', 0, NULL),
(101, 'couch_norja', '14', 2, 3, 0, 0, 0, 0, 1, 10, '', 0, NULL),
(102, 'table_norja_med', '14', 3, 3, 0, 0, 0, 0, 1, 252, '', 0, NULL),
(103, 'shelves_norja', '14', 4, 3, 0, 0, 0, 0, 1, 1, '', 0, NULL),
(104, 'soft_sofachair_norja', '14', 5, 3, 0, 0, 0, 0, 1, 95, '', 0, NULL),
(105, 'soft_sofa_norja', '14', 6, 4, 0, 0, 0, 0, 1, 96, '', 0, NULL),
(106, 'divider_nor2', '14', 7, 3, 0, 0, 0, 0, 1, 119, '', 0, NULL),
(107, 'divider_nor1', '14', 8, 3, 0, 0, 0, 0, 1, 117, '', 0, NULL),
(108, 'divider_nor3', '14', 9, 6, 0, 0, 0, 0, 1, 121, '', 0, NULL),
(109, 'divider_nor4', '14', 10, 5, 0, 0, 0, 0, 1, 206, '', 0, NULL),
(110, 'divider_nor5', '14', 11, 4, 0, 0, 0, 0, 1, 205, '', 0, NULL),
(111, 'bed_armas_two', '15', 1, 3, 0, 0, 0, 0, 1, 22, '', 0, NULL),
(112, 'bed_armas_one', '15', 2, 3, 0, 0, 0, 0, 1, 30, '', 0, NULL),
(113, 'fireplace_armas', '15', 3, 4, 0, 0, 0, 0, 1, 28, '', 0, NULL),
(114, 'bartable_armas', '15', 4, 3, 0, 0, 0, 0, 1, 51, '', 0, NULL),
(115, 'table_armas', '15', 5, 3, 0, 0, 0, 0, 1, 25, '', 0, NULL),
(116, 'bench_armas', '15', 6, 3, 0, 0, 0, 0, 1, 24, '', 0, NULL),
(117, 'divider_arm2', '15', 7, 3, 0, 0, 0, 0, 1, 115, '', 0, NULL),
(118, 'divider_arm1', '15', 8, 3, 0, 0, 0, 0, 1, 114, '', 0, NULL),
(119, 'divider_arm3', '15', 9, 6, 0, 0, 0, 0, 1, 116, '', 0, NULL),
(120, 'shelves_armas', '15', 10, 3, 0, 0, 0, 0, 1, 23, '', 0, NULL),
(121, 'bar_armas', '15', 11, 4, 0, 0, 0, 0, 1, 50, '', 0, NULL),
(122, 'bar_chair_armas', '15', 12, 1, 0, 0, 0, 0, 1, 52, '', 0, NULL),
(123, 'lamp_armas', '15', 13, 3, 0, 0, 0, 0, 1, 29, '', 0, NULL),
(124, 'lamp2_armas', '15', 14, 3, 0, 0, 0, 0, 1, 98, '', 0, NULL),
(125, 'small_table_armas', '15', 15, 2, 0, 0, 0, 0, 1, 26, '', 0, NULL),
(126, 'small_chair_armas', '15', 16, 1, 0, 0, 0, 0, 1, 27, '', 0, NULL),
(127, 'bed_budgetb_one', '17', 10, 3, 0, 0, 0, 0, 1, 68, '', 0, NULL),
(128, 'bed_budgetb', '17', 10, 3, 0, 0, 0, 0, 1, 69, '', 0, NULL),
(129, 'shelves_basic', '17', 10, 3, 0, 0, 0, 0, 1, 94, '', 0, NULL),
(130, 'bar_basic', '17', 10, 4, 0, 0, 0, 0, 1, 93, '', 0, NULL),
(131, 'fridge', '17', 10, 6, 0, 0, 0, 0, 1, 99, '', 0, NULL),
(132, 'lamp_basic', '17', 10, 3, 0, 0, 0, 0, 1, 97, '', 0, NULL),
(133, 'bed_polyfon', '18', 0, 4, 0, 0, 0, 0, 1, 17, '', 0, NULL),
(134, 'bed_polyfon_one', '18', 0, 3, 0, 0, 0, 0, 1, 18, '', 0, NULL),
(135, 'fireplace_polyfon', '18', 200, 5, 0, 0, 0, 0, 1, 34, '', 0, NULL),
(136, 'sofachair_polyfon', '18', 0, 3, 0, 0, 0, 0, 1, 15, '', 0, NULL),
(137, 'bar_polyfon', '18', 200, 5, 0, 0, 0, 0, 1, 45, '', 0, NULL),
(138, 'bardesk_polyfon', '18', 0, 3, 0, 0, 0, 0, 1, 48, '', 0, NULL),
(139, 'bardeskcorner_polyfon', '18', 0, 3, 0, 0, 0, 0, 1, 49, '', 0, NULL),
(140, 'divider_poly3', '18', 200, 6, 0, 0, 0, 0, 1, 113, '', 0, NULL),
(141, 'chair_polyfon', '18', 200, 3, 0, 0, 0, 0, 1, 5, '', 0, NULL),
(142, 'smooth_table_polyfon', '18', 200, 4, 0, 0, 0, 0, 1, 63, '', 0, NULL),
(143, 'table_polyfon_med', '18', 200, 3, 0, 0, 0, 0, 1, 12, '', 0, NULL),
(144, 'table_polyfon_small', '18', 200, 1, 0, 0, 0, 0, 1, 4, '', 0, NULL),
(145, 'shelves_polyfon', '18', 200, 4, 0, 0, 0, 0, 1, 2, '', 0, NULL),
(146, 'stand_polyfon_z', '18', 200, 1, 0, 0, 0, 0, 1, 7, '', 0, NULL),
(147, 'tv_luxus', '19', 1, 6, 0, 0, 0, 0, 1, 83, '', 0, NULL),
(148, 'wood_tv', '19', 2, 4, 0, 0, 0, 0, 1, 61, '', 0, NULL),
(149, 'red_tv', '19', 3, 3, 0, 0, 0, 0, 1, 60, '', 0, NULL),
(150, 'A2 tlp 20', '19', 4, 3, 0, 0, 0, 0, 1, 244, '', 0, NULL),
(151, 'pizza', '19', 5, 3, 0, 0, 0, 0, 1, 43, '', 0, NULL),
(152, 'drinks', '19', 6, 3, 0, 0, 0, 0, 1, 44, '', 0, NULL),
(153, 'bottle', '99,100', 7, 3, 0, 0, 0, 0, 1, 47, '', 0, NULL),
(154, 'edice', '19', 8, 6, 0, 0, 0, 0, 1, 111, '', 0, NULL),
(155, 'habbocake', '19', 9, 4, 0, 0, 0, 0, 1, 109, '', 0, NULL),
(156, 'menorah', '19', 10, 3, 0, 0, 0, 0, 1, 103, '', 0, NULL),
(157, 'bunny', '99,100,136', 11, 3, 0, 0, 0, 0, 1, 110, '', 0, NULL),
(158, 'poster_44', '101', 10, 3, 0, 0, 0, 0, 1, 251, '44', 0, NULL),
(159, 'wcandleset', '100', 13, 3, 0, 0, 0, 0, 1, 105, '', 0, NULL),
(160, 'rcandleset', '100', 14, 3, 0, 0, 0, 0, 1, 106, '', 0, NULL),
(161, 'ham', '19', 15, 3, 0, 0, 0, 0, 1, 104, '', 0, NULL),
(162, 'hockey_light', '19', 16, 5, 0, 0, 0, 0, 1, 131, '', 0, NULL),
(163, 'bath', '20', 1, 6, 0, 0, 0, 0, 1, 84, '', 0, NULL),
(164, 'sink', '20', 2, 3, 0, 0, 0, 0, 1, 85, '', 0, NULL),
(165, 'duck', '20', 3, 1, 0, 0, 0, 0, 1, 87, '', 0, NULL),
(166, 'toilet', '20', 4, 4, 0, 0, 0, 0, 1, 86, '', 0, NULL),
(167, 'toilet_red', '20', 5, 4, 0, 0, 0, 0, 1, 89, '', 0, NULL),
(168, 'toilet_yell', '20', 6, 4, 0, 0, 0, 0, 1, 90, '', 0, NULL),
(169, 'tile', '20', 7, 3, 0, 0, 0, 0, 1, 88, '', 0, NULL),
(170, 'tile_red', '20', 8, 3, 0, 0, 0, 0, 1, 91, '', 0, NULL),
(171, 'tile_yell', '20', 9, 3, 0, 0, 0, 0, 1, 92, '', 0, NULL),
(172, 'giftflowers', '99', 7, 4, 0, 0, 0, 0, 1, 108, '', 0, NULL),
(173, 'plant_rose', '99', 3, 3, 0, 0, 0, 0, 1, 82, '', 0, NULL),
(174, 'plant_sunflower', '21', 3, 3, 0, 0, 0, 0, 1, 81, '', 0, NULL),
(175, 'plant_yukka', '21', 4, 3, 0, 0, 0, 0, 1, 75, '', 0, NULL),
(176, 'plant_pineapple', '21', 5, 3, 0, 0, 0, 0, 1, 70, '', 0, NULL),
(177, 'plant_bonsai', '21', 6, 3, 0, 0, 0, 0, 1, 73, '', 0, NULL),
(178, 'plant_big_cactus', '21', 7, 3, 0, 0, 0, 0, 1, 74, '', 0, NULL),
(179, 'plant_small_cactus', '21', 8, 1, 0, 0, 0, 0, 1, 72, '', 0, NULL),
(180, 'plant_fruittree', '21', 9, 3, 0, 0, 0, 0, 1, 71, '', 0, NULL),
(181, 'plant_bulrush', '21', 10, 3, 0, 0, 0, 0, 1, 235, '', 0, NULL),
(182, 'plant_cruddy', '44', 11, 6, 0, 0, 0, 0, 1, 46, '', 0, NULL),
(183, 'plant_maze', '21', 12, 5, 0, 0, 0, 0, 1, 234, '', 0, NULL),
(184, 'plant_mazegate', '21', 13, 6, 0, 0, 0, 0, 1, 233, '', 0, NULL),
(185, 'poster_1004', '121', 1, 250, 180, 0, 0, 0, 1, 251, '1004', 0, NULL),
(186, 'poster_52', '22', 1, 3, 0, 0, 0, 0, 1, 251, '52', 0, NULL),
(187, 'poster_53', '22', 2, 3, 0, 0, 0, 0, 1, 251, '53', 0, NULL),
(188, 'poster_54', '22', 3, 3, 0, 0, 0, 0, 1, 251, '54', 0, NULL),
(189, 'hockey_score', '22', 4, 6, 0, 0, 0, 0, 1, 130, '', 0, NULL),
(190, 'legotrophy', '22', 5, 6, 0, 0, 0, 0, 1, 126, '', 0, NULL),
(191, 'poster_51', '22', 6, 3, 0, 0, 0, 0, 1, 251, '51', 0, NULL),
(192, 'carpet_legocourt', '22', 7, 3, 0, 0, 0, 0, 1, 124, '', 0, NULL),
(193, 'bench_lego', '22', 8, 6, 0, 0, 0, 0, 1, 125, '', 0, NULL),
(194, 'sporttrack1*1', '22', 9, 3, 0, 0, 0, 0, 1, 187, '', 0, NULL),
(195, 'sporttrack1*2', '22', 12, 3, 0, 0, 0, 0, 1, 189, '', 0, NULL),
(196, 'sporttrack1*3', '22', 15, 3, 0, 0, 0, 0, 1, 188, '', 0, NULL),
(197, 'sporttrack2*1', '22', 10, 3, 0, 0, 0, 0, 1, 190, '', 0, NULL),
(198, 'sporttrack2*2', '22', 13, 3, 0, 0, 0, 0, 1, 191, '', 0, NULL),
(199, 'sporttrack2*3', '22', 16, 3, 0, 0, 0, 0, 1, 192, '', 0, NULL),
(200, 'sporttrack3*1', '22', 11, 3, 0, 0, 0, 0, 1, 193, '', 0, NULL),
(201, 'sporttrack3*2', '22', 14, 3, 0, 0, 0, 0, 1, 194, '', 0, NULL),
(202, 'sporttrack3*3', '22', 17, 3, 0, 0, 0, 0, 1, 195, '', 0, NULL),
(203, 'footylamp', '22', 18, 4, 0, 0, 0, 0, 1, 196, '', 0, NULL),
(204, 'carpet_standard*4', '23', 1, 3, 0, 0, 0, 0, 1, 39, '', 0, NULL),
(205, 'carpet_standard*5', '23', 2, 3, 0, 0, 0, 0, 1, 41, '', 0, NULL),
(206, 'carpet_standard', '23', 3, 3, 0, 0, 0, 0, 1, 31, '', 0, NULL),
(207, 'carpet_standard*b', '23', 4, 3, 0, 0, 0, 0, 1, 80, '', 0, NULL),
(208, 'carpet_standard*a', '23', 5, 3, 0, 0, 0, 0, 1, 79, '', 0, NULL),
(209, 'carpet_standard*3', '23', 6, 3, 0, 0, 0, 0, 1, 38, '', 0, NULL),
(210, 'carpet_standard*2', '23', 7, 3, 0, 0, 0, 0, 1, 37, '', 0, NULL),
(211, 'carpet_standard*8', '23', 8, 3, 0, 0, 0, 0, 1, 77, '', 0, NULL),
(212, 'carpet_standard*7', '23', 9, 3, 0, 0, 0, 0, 1, 76, '', 0, NULL),
(213, 'carpet_standard*1', '23', 10, 3, 0, 0, 0, 0, 1, 35, '', 0, NULL),
(214, 'carpet_standard*6', '23', 11, 3, 0, 0, 0, 0, 1, 42, '', 0, NULL),
(215, 'carpet_standard*9', '23', 12, 3, 0, 0, 0, 0, 1, 78, '', 0, NULL),
(216, 'carpet_soft', '23', 13, 3, 0, 0, 0, 0, 1, 53, '', 0, NULL),
(217, 'carpet_soft*1', '23', 14, 3, 0, 0, 0, 0, 1, 54, '', 0, NULL),
(218, 'carpet_soft*2', '23', 15, 3, 0, 0, 0, 0, 1, 55, '', 0, NULL),
(219, 'carpet_soft*3', '23', 16, 3, 0, 0, 0, 0, 1, 56, '', 0, NULL),
(220, 'carpet_soft*4', '23', 17, 3, 0, 0, 0, 0, 1, 57, '', 0, NULL),
(221, 'carpet_soft*5', '23', 18, 3, 0, 0, 0, 0, 1, 58, '', 0, NULL),
(222, 'carpet_soft*6', '23', 19, 3, 0, 0, 0, 0, 1, 59, '', 0, NULL),
(223, 'doormat_love', '23', 20, 1, 0, 0, 0, 0, 1, 13, '', 0, NULL),
(224, 'doormat_plain', '23', 21, 1, 0, 0, 0, 0, 1, 14, '', 0, NULL),
(225, 'doormat_plain*1', '23', 22, 1, 0, 0, 0, 0, 1, 36, '', 0, NULL),
(226, 'doormat_plain*2', '23', 23, 1, 0, 0, 0, 0, 1, 254, '', 0, NULL),
(227, 'doormat_plain*3', '23', 24, 1, 0, 0, 0, 0, 1, 255, '', 0, NULL),
(228, 'doormat_plain*4', '23', 25, 1, 0, 0, 0, 0, 1, 253, '', 0, NULL),
(229, 'doormat_plain*5', '23', 26, 1, 0, 0, 0, 0, 1, 256, '', 0, NULL),
(230, 'doormat_plain*6', '23', 27, 1, 0, 0, 0, 0, 1, 40, '', 0, NULL),
(231, 'carpet_armas', '23', 28, 3, 0, 0, 0, 0, 1, 32, '', 0, NULL),
(232, 'carpet_polar', '23', 29, 4, 0, 0, 0, 0, 1, 33, '', 0, NULL),
(233, 'prizetrophy2*3', '26', 5, 8, 0, 0, 0, 0, 1, 133, '', 0, NULL),
(234, 'prizetrophy3*3', '26', 8, 8, 0, 0, 0, 0, 1, 134, '', 0, NULL),
(235, 'prizetrophy4*3', '26', 11, 8, 0, 0, 0, 0, 1, 135, '', 0, NULL),
(236, 'prizetrophy5*3', '26', 14, 8, 0, 0, 0, 0, 1, 136, '', 0, NULL),
(237, 'prizetrophy6*3', '26', 17, 8, 0, 0, 0, 0, 1, 137, '', 0, NULL),
(238, 'prizetrophy*3', '26', 2, 8, 0, 0, 0, 0, 1, 149, '', 0, NULL),
(239, 'prizetrophy2*2', '26', 4, 10, 0, 0, 0, 0, 1, 144, '', 0, NULL),
(240, 'prizetrophy3*2', '26', 7, 10, 0, 0, 0, 0, 1, 145, '', 0, NULL),
(241, 'prizetrophy4*2', '26', 10, 10, 0, 0, 0, 0, 1, 146, '', 0, NULL),
(242, 'prizetrophy5*2', '26', 13, 10, 0, 0, 0, 0, 1, 147, '', 0, NULL),
(243, 'prizetrophy6*2', '26', 16, 10, 0, 0, 0, 0, 1, 148, '', 0, NULL),
(244, 'prizetrophy*2', '26', 1, 10, 0, 0, 0, 0, 1, 143, '', 0, NULL),
(245, 'prizetrophy2*1', '26', 6, 12, 0, 0, 0, 0, 1, 138, '', 0, NULL),
(246, 'prizetrophy3*1', '26', 9, 12, 0, 0, 0, 0, 1, 139, '', 0, NULL),
(247, 'prizetrophy4*1', '26', 12, 12, 0, 0, 0, 0, 1, 140, '', 0, NULL),
(248, 'prizetrophy5*1', '26', 15, 12, 0, 0, 0, 0, 1, 141, '', 0, NULL),
(249, 'prizetrophy*1', '26', 3, 12, 0, 0, 0, 0, 1, 1383, '', 0, NULL),
(250, 'prizetrophy6*1', '26', 18, 12, 0, 0, 0, 0, 1, 142, '', 0, NULL),
(251, 'wallpaper', '3', 2, 2, 0, 0, 0, 0, 1, 250, '1', 0, NULL),
(252, 'wallpaper', '3', 3, 2, 0, 0, 0, 0, 1, 250, '2', 0, NULL),
(253, 'wallpaper', '3', 4, 2, 0, 0, 0, 0, 1, 250, '3', 0, NULL),
(254, 'wallpaper', '3', 5, 2, 0, 0, 0, 0, 1, 250, '4', 0, NULL),
(255, 'wallpaper', '3', 6, 2, 0, 0, 0, 0, 1, 250, '5', 0, NULL),
(256, 'wallpaper', '3', 7, 2, 0, 0, 0, 0, 1, 250, '6', 0, NULL),
(257, 'wallpaper', '3', 8, 2, 0, 0, 0, 0, 1, 250, '7', 0, NULL),
(258, 'wallpaper', '3', 9, 2, 0, 0, 0, 0, 1, 250, '8', 0, NULL),
(259, 'wallpaper', '3', 10, 2, 0, 0, 0, 0, 1, 250, '9', 0, NULL),
(260, 'wallpaper', '3', 11, 2, 0, 0, 0, 0, 1, 250, '10', 0, NULL),
(261, 'wallpaper', '3', 12, 3, 0, 0, 0, 0, 1, 250, '11', 0, NULL),
(262, 'wallpaper', '3', 13, 3, 0, 0, 0, 0, 1, 250, '12', 0, NULL),
(263, 'wallpaper', '3', 14, 3, 0, 0, 0, 0, 1, 250, '13', 0, NULL),
(264, 'wallpaper', '3', 15, 3, 0, 0, 0, 0, 1, 250, '14', 0, NULL),
(265, 'wallpaper', '3', 16, 3, 0, 0, 0, 0, 1, 250, '15', 0, NULL),
(266, 'wallpaper', '3', 17, 3, 0, 0, 0, 0, 1, 250, '16', 0, NULL),
(267, 'wallpaper', '3', 18, 3, 0, 0, 0, 0, 1, 250, '17', 0, NULL),
(268, 'wallpaper', '3', 19, 3, 0, 0, 0, 0, 1, 250, '18', 0, NULL),
(269, 'wallpaper', '3', 20, 3, 0, 0, 0, 0, 1, 250, '19', 0, NULL),
(270, 'wallpaper', '3', 21, 3, 0, 0, 0, 0, 1, 250, '20', 0, NULL),
(271, 'wallpaper', '3', 22, 3, 0, 0, 0, 0, 1, 250, '21', 0, NULL),
(272, 'wallpaper', '3', 23, 3, 0, 0, 0, 0, 1, 250, '22', 0, NULL),
(273, 'wallpaper', '3', 24, 3, 0, 0, 0, 0, 1, 250, '23', 0, NULL),
(274, 'wallpaper', '3', 25, 3, 0, 0, 0, 0, 1, 250, '24', 0, NULL),
(275, 'wallpaper', '3', 26, 3, 0, 0, 0, 0, 1, 250, '25', 0, NULL),
(276, 'wallpaper', '3', 27, 3, 0, 0, 0, 0, 1, 250, '26', 0, NULL),
(277, 'wallpaper', '3', 28, 3, 0, 0, 0, 0, 1, 250, '27', 0, NULL),
(278, 'wallpaper', '3', 29, 3, 0, 0, 0, 0, 1, 250, '28', 0, NULL),
(279, 'wallpaper', '3', 30, 3, 0, 0, 0, 0, 1, 250, '29', 0, NULL),
(280, 'wallpaper', '3', 31, 3, 0, 0, 0, 0, 1, 250, '30', 0, NULL),
(281, 'wallpaper', '3', 32, 3, 0, 0, 0, 0, 1, 250, '31', 0, NULL),
(282, 'poster_7', '24', 1, 3, 0, 0, 0, 0, 1, 251, '7', 0, NULL),
(283, 'poster_18', '24', 2, 3, 0, 0, 0, 0, 1, 251, '18', 0, NULL),
(284, 'poster_17', '24', 3, 3, 0, 0, 0, 0, 1, 251, '17', 0, NULL),
(285, 'poster_4', '24', 4, 3, 0, 0, 0, 0, 1, 251, '4', 0, NULL),
(286, 'poster_3', '24', 5, 3, 0, 0, 0, 0, 1, 251, '3', 0, NULL),
(287, 'poster_2', '24', 6, 3, 0, 0, 0, 0, 1, 251, '2', 0, NULL),
(288, 'poster_10', '24', 7, 3, 0, 0, 0, 0, 1, 251, '10', 0, NULL),
(289, 'poster_15', '24', 8, 3, 0, 0, 0, 0, 1, 251, '15', 0, NULL),
(290, 'poster_9', '24', 9, 3, 0, 0, 0, 0, 1, 251, '9', 0, NULL),
(291, 'poster_8', '24', 10, 3, 0, 0, 0, 0, 1, 251, '8', 0, NULL),
(292, 'poster_19', '24', 11, 3, 0, 0, 0, 0, 1, 251, '19', 0, NULL),
(293, 'poster_16', '24', 12, 3, 0, 0, 0, 0, 1, 251, '16', 0, NULL),
(294, 'poster_5', '24', 13, 3, 0, 0, 0, 0, 1, 251, '5', 0, NULL),
(295, 'poster_6', '24', 14, 3, 0, 0, 0, 0, 1, 251, '6', 0, NULL),
(296, 'poster_32', '24', 15, 3, 0, 0, 0, 0, 1, 251, '32', 0, NULL),
(297, 'poster_1', '24', 16, 3, 0, 0, 0, 0, 1, 251, '1', 0, NULL),
(298, 'poster_14', '24', 17, 3, 0, 0, 0, 0, 1, 251, '14', 0, NULL),
(299, 'poster_55', '24', 18, 3, 0, 0, 0, 0, 1, 251, '55', 0, NULL),
(300, 'poster_33', '24', 19, 3, 0, 0, 0, 0, 1, 251, '33', 0, NULL),
(301, 'poster_11', '24', 20, 3, 0, 0, 0, 0, 1, 251, '11', 0, NULL),
(302, 'poster_511', '25', 1, 3, 0, 0, 0, 0, 1, 251, '511', 0, NULL),
(303, 'poster_502', '25', 2, 3, 0, 0, 0, 0, 1, 251, '502', 0, NULL),
(304, 'poster_513', '25', 3, 3, 0, 0, 0, 0, 1, 251, '513', 0, NULL),
(305, 'poster_521', '25', 4, 3, 0, 0, 0, 0, 1, 251, '521', 0, NULL),
(306, 'poster_505', '25', 5, 3, 0, 0, 0, 0, 1, 251, '505', 0, NULL),
(307, 'poster_504', '25', 6, 3, 0, 0, 0, 0, 1, 251, '504', 0, NULL),
(308, 'poster_516', '25', 7, 3, 0, 0, 0, 0, 1, 251, '516', 0, NULL),
(309, 'poster_507', '25', 8, 3, 0, 0, 0, 0, 1, 251, '507', 0, NULL),
(310, 'poster_512', '25', 9, 3, 0, 0, 0, 0, 1, 251, '512', 0, NULL),
(311, 'poster_523', '25', 10, 3, 0, 0, 0, 0, 1, 251, '523', 0, NULL),
(312, 'poster_509', '25', 11, 3, 0, 0, 0, 0, 1, 251, '509', 0, NULL),
(313, 'poster_522', '25', 12, 3, 0, 0, 0, 0, 1, 251, '522', 0, NULL),
(314, 'poster_520', '25', 13, 3, 0, 0, 0, 0, 1, 251, '520', 0, NULL),
(315, 'poster_517', '25', 14, 3, 0, 0, 0, 0, 1, 251, '517', 0, NULL),
(316, 'poster_508', '25', 15, 3, 0, 0, 0, 0, 1, 251, '508', 0, NULL),
(317, 'poster_514', '25', 16, 3, 0, 0, 0, 0, 1, 251, '514', 0, NULL),
(318, 'poster_506', '25', 17, 3, 0, 0, 0, 0, 1, 251, '506', 0, NULL),
(319, 'poster_510', '25', 18, 3, 0, 0, 0, 0, 1, 251, '510', 0, NULL),
(320, 'poster_518', '25', 19, 3, 0, 0, 0, 0, 1, 251, '518', 0, NULL),
(321, 'poster_515', '25', 20, 3, 0, 0, 0, 0, 1, 251, '515', 0, NULL),
(322, 'poster_503', '25', 21, 3, 0, 0, 0, 0, 1, 251, '503', 0, NULL),
(323, 'poster_500', '25', 22, 3, 0, 0, 0, 0, 1, 251, '500', 0, NULL),
(324, 'poster_501', '25', 23, 3, 0, 0, 0, 0, 1, 251, '501', 0, NULL),
(325, 'club_sofa', '27', 1, 5, 0, 0, 0, 0, 1, 112, '', 0, NULL),
(326, 'mocchamaster', '27', 2, 5, 0, 0, 0, 0, 1, 123, '', 0, NULL),
(327, 'edicehc', '27', 3, 5, 0, 0, 0, 0, 1, 127, '', 0, NULL),
(328, 'hcamme', '27', 4, 5, 0, 0, 0, 0, 1, 129, '', 0, NULL),
(329, 'doorD', '27', 5, 5, 0, 0, 0, 0, 1, 132, '', 0, NULL),
(330, 'hcsohva', '27', 6, 5, 0, 0, 0, 0, 1, 128, '', 0, NULL),
(331, 'hc_lmp', '27', 7, 5, 0, 0, 0, 0, 1, 150, '', 0, NULL),
(332, 'hc_tbl', '27', 8, 5, 0, 0, 0, 0, 1, 151, '', 0, NULL),
(333, 'hc_chr', '27', 9, 5, 0, 0, 0, 0, 1, 152, '', 0, NULL),
(334, 'hc_dsk', '27', 10, 5, 0, 0, 0, 0, 1, 153, '', 0, NULL),
(335, 'hc_trll', '27', 11, 5, 0, 0, 0, 0, 1, 228, '', 0, NULL),
(336, 'hc_lmpst', '27', 12, 5, 0, 0, 0, 0, 1, 224, '', 0, NULL),
(337, 'hc_crtn', '27', 13, 5, 0, 0, 0, 0, 1, 221, '', 0, NULL),
(338, 'hc_tv', '27', 14, 5, 0, 0, 0, 0, 1, 214, '', 0, NULL),
(339, 'hc_btlr', '27', 15, 5, 0, 0, 0, 0, 1, 220, '', 0, NULL),
(340, 'hc_bkshlf', '27', 16, 5, 0, 0, 0, 0, 1, 219, '', 0, NULL),
(341, 'hc_rntgn', '27', 17, 5, 0, 0, 0, 0, 1, 227, '', 0, NULL),
(342, 'hc_frplc', '27', 18, 5, 0, 0, 0, 0, 1, 223, '', 0, NULL),
(343, 'hc_djset', '27', 19, 5, 0, 0, 0, 0, 1, 222, '', 0, NULL),
(344, 'hc_wall_lamp', '27', 20, 5, 0, 0, 0, 0, 1, 246, '', 0, NULL),
(345, 'hc_machine', '27', 21, 5, 0, 0, 0, 0, 1, 225, '', 0, NULL),
(346, 'deal_hcrollers', '27', 22, 5, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(347, 'deal_throne', '27', 23, 5, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(348, 'rare_dragonlamp*4', '28', 1, 5, 0, 0, 0, 0, 1, 170, '', 0, NULL),
(349, 'rare_dragonlamp*0', '28', 2, 5, 0, 0, 0, 0, 1, 171, '', 0, NULL),
(350, 'rare_dragonlamp*5', '28', 0, 3, 0, 0, 0, 0, 1, 172, '', 0, NULL),
(351, 'rare_dragonlamp*2', '28', 4, 5, 0, 0, 0, 0, 1, 173, '', 0, NULL),
(352, 'rare_dragonlamp*8', '121', 5, 5, 0, 0, 0, 0, 1, 174, '', 0, NULL),
(353, 'rare_dragonlamp*9', '28', 6, 5, 0, 0, 0, 0, 1, 175, '', 0, NULL),
(354, 'rare_dragonlamp*7', '28', 7, 5, 0, 0, 0, 0, 1, 176, '', 0, NULL),
(355, 'rare_dragonlamp*6', '121', 8, 5, 0, 0, 0, 0, 1, 177, '', 0, NULL),
(356, 'rare_dragonlamp*1', '28', 9, 5, 0, 0, 0, 0, 1, 178, '', 0, NULL),
(357, 'rare_dragonlamp*3', '121', 10, 5, 0, 0, 0, 0, 1, 179, '', 0, NULL),
(358, 'scifidoor*1', '29', 0, 5, 0, 0, 0, 0, 1, 270, '', 0, NULL),
(359, 'scifidoor*10', '29', 0, 5, 0, 0, 0, 0, 1, 261, '', 0, NULL),
(360, 'scifidoor*2', '29', 0, 5, 0, 0, 0, 0, 1, 269, '', 0, NULL),
(361, 'scifidoor*3', '29', 0, 5, 0, 0, 0, 0, 1, 268, '', 0, NULL),
(362, 'scifidoor*4', '29', 0, 5, 0, 0, 0, 0, 1, 267, '', 0, NULL),
(363, 'scifidoor*5', '29', 0, 5, 0, 0, 0, 0, 1, 266, '', 0, NULL),
(364, 'scifidoor*6', '29', 0, 5, 0, 0, 0, 0, 1, 265, '', 0, NULL),
(365, 'scifidoor*7', '29', 0, 5, 0, 0, 0, 0, 1, 264, '', 0, NULL),
(366, 'scifidoor*8', '29', 0, 5, 0, 0, 0, 0, 1, 263, '', 0, NULL),
(367, 'scifidoor*9', '29', 0, 5, 0, 0, 0, 0, 1, 262, '', 0, NULL),
(368, 'rare_parasol*0', '30', 0, 5, 0, 0, 0, 0, 1, 260, '', 0, NULL),
(369, 'rare_parasol*1', '30', 0, 5, 0, 0, 0, 0, 1, 257, '', 0, NULL),
(370, 'rare_parasol*2', '30', 0, 5, 0, 0, 0, 0, 1, 258, '', 0, NULL),
(371, 'rare_parasol*3', '30', 0, 5, 0, 0, 0, 0, 1, 259, '', 0, NULL),
(372, 'wooden_screen*0', '31', 0, 5, 0, 0, 0, 0, 1, 316, '', 0, NULL),
(373, 'wooden_screen*1', '31', 0, 5, 0, 0, 0, 0, 1, 313, '', 0, NULL),
(374, 'wooden_screen*2', '31', 0, 5, 0, 0, 0, 0, 1, 314, '', 0, NULL),
(375, 'wooden_screen*3', '31', 0, 5, 0, 0, 0, 0, 1, 322, '', 0, NULL),
(376, 'wooden_screen*4', '31', 0, 5, 0, 0, 0, 0, 1, 320, '', 0, NULL),
(377, 'wooden_screen*5', '31', 0, 5, 0, 0, 0, 0, 1, 318, '', 0, NULL),
(378, 'wooden_screen*6', '31', 0, 5, 0, 0, 0, 0, 1, 321, '', 0, NULL),
(379, 'wooden_screen*7', '31', 0, 5, 0, 0, 0, 0, 1, 315, '', 0, NULL),
(380, 'wooden_screen*8', '31', 0, 5, 0, 0, 0, 0, 1, 317, '', 0, NULL),
(381, 'wooden_screen*9', '31', 0, 5, 0, 0, 0, 0, 1, 319, '', 0, NULL),
(382, 'marquee*1', '32', 0, 5, 0, 0, 0, 0, 1, 304, '', 0, NULL),
(383, 'marquee*2', '32', 0, 5, 0, 0, 0, 0, 1, 305, '', 0, NULL),
(384, 'marquee*3', '32', 0, 5, 0, 0, 0, 0, 1, 312, '', 0, NULL),
(385, 'marquee*4', '32', 0, 5, 0, 0, 0, 0, 1, 310, '', 0, NULL),
(386, 'marquee*5', '32', 0, 5, 0, 0, 0, 0, 1, 309, '', 0, NULL),
(387, 'marquee*6', '32', 0, 5, 0, 0, 0, 0, 1, 311, '', 0, NULL),
(388, 'marquee*7', '32', 0, 5, 0, 0, 0, 0, 1, 306, '', 0, NULL),
(389, 'marquee*8', '32', 0, 5, 0, 0, 0, 0, 1, 307, '', 0, NULL),
(390, 'marquee*9', '32', 0, 5, 0, 0, 0, 0, 1, 308, '', 0, NULL),
(391, 'pillow*5', '33', 0, 5, 0, 0, 0, 0, 1, 294, '', 0, NULL),
(392, 'pillow*8', '33', 0, 5, 0, 0, 0, 0, 1, 295, '', 0, NULL),
(393, 'pillow*0', '33', 0, 5, 0, 0, 0, 0, 1, 296, '', 0, NULL),
(394, 'pillow*1', '33', 0, 5, 0, 0, 0, 0, 1, 297, '', 0, NULL),
(395, 'pillow*2', '33', 0, 5, 0, 0, 0, 0, 1, 298, '', 0, NULL),
(396, 'pillow*7', '33', 0, 5, 0, 0, 0, 0, 1, 299, '', 0, NULL),
(397, 'pillow*9', '33', 0, 5, 0, 0, 0, 0, 1, 300, '', 0, NULL),
(398, 'pillow*4', '33', 0, 5, 0, 0, 0, 0, 1, 301, '', 0, NULL),
(399, 'pillow*6', '33', 0, 5, 0, 0, 0, 0, 1, 302, '', 0, NULL),
(400, 'pillow*3', '33', 0, 5, 0, 0, 0, 0, 1, 303, '', 0, NULL),
(401, 'rare_icecream*0', '34', 0, 5, 0, 0, 0, 0, 1, 330, '', 0, NULL),
(402, 'rare_icecream*1', '34', 0, 5, 0, 0, 0, 0, 1, 323, '', 0, NULL),
(403, 'rare_icecream*2', '34', 0, 5, 0, 0, 0, 0, 1, 326, '', 0, NULL),
(404, 'rare_icecream*3', '34', 0, 5, 0, 0, 0, 0, 1, 329, '', 0, NULL),
(405, 'rare_icecream*4', '34', 0, 5, 0, 0, 0, 0, 1, 331, '', 0, NULL),
(406, 'rare_icecream*5', '34', 0, 5, 0, 0, 0, 0, 1, 332, '', 0, NULL),
(407, 'rare_icecream*6', '34', 0, 5, 0, 0, 0, 0, 1, 327, '', 0, NULL),
(408, 'rare_icecream*7', '34', 0, 5, 0, 0, 0, 0, 1, 324, '', 0, NULL),
(409, 'rare_icecream*8', '34', 0, 5, 0, 0, 0, 0, 1, 325, '', 0, NULL),
(410, 'rare_icecream*9', '34', 0, 5, 0, 0, 0, 0, 1, 328, '', 0, NULL),
(411, 'scifirocket*0', '35', 0, 5, 0, 0, 0, 0, 1, 293, '', 0, NULL),
(412, 'scifirocket*1', '35', 0, 5, 0, 0, 0, 0, 1, 292, '', 0, NULL),
(413, 'scifirocket*2', '35', 0, 5, 0, 0, 0, 0, 1, 291, '', 0, NULL),
(414, 'scifirocket*3', '35', 0, 5, 0, 0, 0, 0, 1, 290, '', 0, NULL),
(415, 'scifirocket*4', '35', 0, 5, 0, 0, 0, 0, 1, 289, '', 0, NULL),
(416, 'scifirocket*5', '35', 0, 5, 0, 0, 0, 0, 1, 288, '', 0, NULL),
(417, 'scifirocket*6', '35', 0, 5, 0, 0, 0, 0, 1, 287, '', 0, NULL),
(418, 'scifirocket*7', '35', 0, 5, 0, 0, 0, 0, 1, 286, '', 0, NULL),
(419, 'scifirocket*8', '35', 0, 5, 0, 0, 0, 0, 1, 285, '', 0, NULL),
(420, 'scifirocket*9', '35', 0, 5, 0, 0, 0, 0, 1, 284, '', 0, NULL),
(421, 'scifiport*0', '36', 0, 5, 0, 0, 0, 0, 1, 274, '', 0, NULL),
(422, 'scifiport*1', '36', 0, 5, 0, 0, 0, 0, 1, 283, '', 0, NULL),
(423, 'scifiport*2', '36', 0, 5, 0, 0, 0, 0, 1, 282, '', 0, NULL),
(424, 'scifiport*3', '36', 0, 5, 0, 0, 0, 0, 1, 281, '', 0, NULL),
(425, 'scifiport*4', '36', 0, 5, 0, 0, 0, 0, 1, 280, '', 0, NULL),
(426, 'scifiport*5', '36', 0, 5, 0, 0, 0, 0, 1, 279, '', 0, NULL),
(427, 'scifiport*6', '36', 0, 5, 0, 0, 0, 0, 1, 278, '', 0, NULL),
(428, 'scifiport*7', '36', 0, 5, 0, 0, 0, 0, 1, 277, '', 0, NULL),
(429, 'scifiport*8', '36', 0, 5, 0, 0, 0, 0, 1, 276, '', 0, NULL),
(430, 'scifiport*9', '36', 0, 5, 0, 0, 0, 0, 1, 275, '', 0, NULL),
(431, 'rare_beehive_bulb', '37', 53, 5, 0, 0, 0, 0, 1, 271, '', 0, NULL),
(432, 'rare_beehive_bulb*1', '37', 53, 5, 0, 0, 0, 0, 1, 272, '', 0, NULL),
(433, 'rare_beehive_bulb*2', '37', 53, 5, 0, 0, 0, 0, 1, 273, '', 0, NULL),
(434, 'rare_fountain', '38', 54, 5, 0, 0, 0, 0, 1, 333, '', 0, NULL),
(435, 'rare_fountain*1', '38', 54, 5, 0, 0, 0, 0, 1, 334, '', 0, NULL),
(436, 'rare_fountain*2', '38', 54, 5, 0, 0, 0, 0, 1, 335, '', 0, NULL),
(437, 'rare_fountain*3', '38', 54, 5, 0, 0, 0, 0, 1, 336, '', 0, NULL),
(438, 'rare_elephant_statue', '39', 55, 5, 0, 0, 0, 0, 1, 337, '', 0, NULL),
(439, 'rare_elephant_statue*1', '39', 0, 5, 0, 0, 0, 0, 1, 338, '', 0, NULL),
(440, 'rare_elephant_statue*2', '39', 0, 5, 0, 0, 0, 0, 1, 339, '', 0, NULL),
(441, 'rare_fan*0', '40', 0, 5, 0, 0, 0, 0, 1, 344, '', 0, NULL),
(442, 'rare_fan*1', '40', 0, 5, 0, 0, 0, 0, 1, 347, '', 0, NULL),
(443, 'rare_fan*2', '40', 0, 5, 0, 0, 0, 0, 1, 349, '', 0, NULL),
(444, 'rare_fan*3', '40', 0, 5, 0, 0, 0, 0, 1, 343, '', 0, NULL),
(445, 'rare_fan*4', '40', 0, 5, 0, 0, 0, 0, 1, 345, '', 0, NULL),
(446, 'rare_fan*5', '40', 0, 5, 0, 0, 0, 0, 1, 346, '', 0, NULL),
(447, 'rare_fan*6', '40', 0, 5, 0, 0, 0, 0, 1, 341, '', 0, NULL),
(448, 'rare_fan*7', '40', 0, 5, 0, 0, 0, 0, 1, 340, '', 0, NULL),
(449, 'rare_fan*8', '40', 0, 5, 0, 0, 0, 0, 1, 348, '', 0, NULL),
(450, 'rare_fan*9', '40', 0, 5, 0, 0, 0, 0, 1, 342, '', 0, NULL),
(451, 'habbowheel', '19', 0, 8, 0, 0, 0, 0, 1, 350, '', 0, NULL),
(452, 'roomdimmer', '19,100,108', 0, 12, 0, 0, 0, 0, 1, 351, '', 0, NULL),
(453, 'jukebox*1', '11,84,85,86,87,88,89', 2, 3, 0, 0, 0, 0, 1, 352, '', 0, NULL),
(454, 'jukebox_ptv*1', '11', 0, 8, 0, 0, 0, 1, 1, 353, '', 0, NULL),
(455, 'carpet_soft_tut', '23', 0, 1, 0, 0, 0, 0, 1, 354, '', 0, NULL),
(456, 'sound_set_10', '89', 9, 3, 0, 0, 0, 0, 1, 356, '', 0, NULL),
(457, 'sound_set_11', '86', 9, 3, 0, 0, 0, 0, 1, 360, '', 0, NULL),
(458, 'sound_set_12', '88', 9, 3, 0, 0, 0, 0, 1, 361, '', 0, NULL),
(459, 'sound_set_13', '86', 9, 3, 0, 0, 0, 0, 1, 362, '', 0, NULL),
(460, 'sound_set_14', '89', 9, 3, 0, 0, 0, 0, 1, 363, '', 0, NULL),
(461, 'sound_set_15', '89', 9, 3, 0, 0, 0, 0, 1, 364, '', 0, NULL),
(462, 'sound_set_16', '89', 9, 3, 0, 0, 0, 0, 1, 365, '', 0, NULL),
(463, 'sound_set_17', '85', 9, 3, 0, 0, 0, 0, 1, 366, '', 0, NULL),
(464, 'sound_set_18', '85', 9, 3, 0, 0, 0, 0, 1, 367, '', 0, NULL),
(465, 'sound_set_19', '89', 9, 3, 0, 0, 0, 0, 1, 368, '', 0, NULL),
(466, 'sound_set_20', '88', 9, 3, 0, 0, 0, 0, 1, 369, '', 0, NULL),
(467, 'sound_set_21', '87', 9, 3, 0, 0, 0, 0, 1, 370, '', 0, NULL),
(468, 'sound_set_22', '88', 9, 3, 0, 0, 0, 0, 1, 371, '', 0, NULL),
(469, 'sound_set_23', '88', 9, 3, 0, 0, 0, 0, 1, 372, '', 0, NULL),
(470, 'sound_set_24', '88', 9, 3, 0, 0, 0, 0, 1, 373, '', 0, NULL),
(471, 'sound_set_25', '86', 9, 3, 0, 0, 0, 0, 1, 374, '', 0, NULL),
(472, 'sound_set_26', '85', 9, 3, 0, 0, 0, 0, 1, 375, '', 0, NULL),
(473, 'sound_set_27', '85', 9, 3, 0, 0, 0, 0, 1, 376, '', 0, NULL),
(474, 'sound_set_28', '87', 9, 3, 0, 0, 0, 0, 1, 377, '', 0, NULL),
(475, 'sound_set_29', '86', 9, 3, 0, 0, 0, 0, 1, 378, '', 0, NULL),
(476, 'sound_set_30', '88', 9, 3, 0, 0, 0, 0, 1, 379, '', 0, NULL),
(477, 'sound_set_31', '86', 9, 3, 0, 0, 0, 0, 1, 380, '', 0, NULL),
(478, 'sound_set_32', '88', 9, 3, 0, 0, 0, 0, 1, 381, '', 0, NULL),
(479, 'sound_set_33', '87', 9, 3, 0, 0, 0, 0, 1, 382, '', 0, NULL),
(480, 'sound_set_34', '87', 9, 3, 0, 0, 0, 0, 1, 383, '', 0, NULL),
(481, 'sound_set_35', '85', 9, 3, 0, 0, 0, 0, 1, 384, '', 0, NULL),
(482, 'sound_set_36', '89', 9, 3, 0, 0, 0, 0, 1, 385, '', 0, NULL),
(483, 'sound_set_37', '88', 9, 3, 0, 0, 0, 0, 1, 386, '', 0, NULL),
(484, 'sound_set_38', '87', 9, 3, 0, 0, 0, 0, 1, 387, '', 0, NULL),
(485, 'sound_set_39', '87', 9, 3, 0, 0, 0, 0, 1, 388, '', 0, NULL),
(486, 'sound_set_40', '87', 9, 3, 0, 0, 0, 0, 1, 389, '', 0, NULL),
(487, 'sound_set_41', '87', 9, 3, 0, 0, 0, 0, 1, 390, '', 0, NULL),
(488, 'sound_set_42', '85', 9, 3, 0, 0, 0, 0, 1, 391, '', 0, NULL),
(489, 'sound_set_43', '88', 9, 3, 0, 0, 0, 0, 1, 392, '', 0, NULL),
(490, 'sound_set_44', '85', 9, 3, 0, 0, 0, 0, 1, 393, '', 0, NULL),
(491, 'sound_set_45', '89', 9, 3, 0, 0, 0, 0, 1, 394, '', 0, NULL),
(492, 'sound_set_46', '86', 9, 3, 0, 0, 0, 0, 1, 395, '', 0, NULL),
(493, 'sound_set_47', '86', 9, 3, 0, 0, 0, 0, 1, 396, '', 0, NULL),
(494, 'sound_set_48', '86', 9, 3, 0, 0, 0, 0, 1, 397, '', 0, NULL),
(495, 'sound_set_49', '86', 9, 3, 0, 0, 0, 0, 1, 398, '', 0, NULL),
(496, 'sound_set_50', '86', 9, 3, 0, 0, 0, 0, 1, 399, '', 0, NULL),
(497, 'sound_set_51', '86', 9, 3, 0, 0, 0, 0, 1, 400, '', 0, NULL),
(498, 'sound_set_52', '86', 9, 3, 0, 0, 0, 0, 1, 401, '', 0, NULL),
(499, 'sound_set_53', '69', 0, 3, 0, 0, 0, 0, 1, 402, '', 0, NULL),
(500, 'sound_set_54', '69', 0, 3, 0, 0, 0, 0, 1, 403, '', 0, NULL),
(501, 'sound_set_55', '89', 9, 3, 0, 0, 0, 0, 1, 404, '', 0, NULL),
(502, 'sound_set_56', '89', 9, 3, 0, 0, 0, 0, 1, 405, '', 0, NULL),
(503, 'sound_set_57', '89', 9, 3, 0, 0, 0, 0, 1, 406, '', 0, NULL),
(504, 'sound_set_58', '89', 9, 3, 0, 0, 0, 0, 1, 407, '', 0, NULL),
(505, 'sound_set_59', '89', 9, 3, 0, 0, 0, 0, 1, 408, '', 0, NULL),
(506, 'sound_set_60', '89', 9, 3, 0, 0, 0, 0, 1, 409, '', 0, NULL),
(507, 'sound_set_61', '89', 9, 3, 0, 0, 0, 0, 1, 410, '', 0, NULL),
(508, 'sound_set_62', '46', 0, 3, 0, 0, 0, 0, 1, 411, '', 0, NULL),
(509, 'sound_set_63', '46', 0, 3, 0, 0, 0, 0, 1, 412, '', 0, NULL),
(510, 'sound_set_64', '46', 0, 3, 0, 0, 0, 0, 1, 413, '', 0, NULL),
(511, 'camera', '41', 0, 10, 0, 0, 0, 0, 1, 420, '', 0, NULL),
(512, 'film', '41', 1, 6, 0, 0, 0, 0, 1, 422, '', 0, NULL),
(513, 'chair_plasto*1', '16', 1, 3, 0, 0, 0, 0, 1, 427, '', 0, NULL),
(514, 'chair_plasto', '16', 1, 3, 0, 0, 0, 0, 1, 433, '', 0, NULL),
(515, 'chair_plasto*10', '16', 1, 3, 0, 0, 0, 0, 1, 481, '', 0, NULL),
(516, 'chair_plasto*11', '16', 1, 3, 0, 0, 0, 0, 1, 482, '', 0, NULL),
(517, 'chair_plasto*2', '16', 1, 3, 0, 0, 0, 0, 1, 438, '', 0, NULL),
(518, 'chair_plasto*3', '16', 1, 3, 0, 0, 0, 0, 1, 443, '', 0, NULL),
(519, 'chair_plasto*4', '16', 1, 3, 0, 0, 0, 0, 1, 448, '', 0, NULL),
(520, 'chair_plasto*5', '16', 1, 3, 0, 0, 0, 0, 1, 453, '', 0, NULL),
(521, 'chair_plasto*6', '16', 1, 3, 0, 0, 0, 0, 1, 458, '', 0, NULL),
(522, 'chair_plasto*7', '16', 1, 3, 0, 0, 0, 0, 1, 463, '', 0, NULL),
(523, 'chair_plasto*8', '16', 1, 3, 0, 0, 0, 0, 1, 468, '', 0, NULL),
(524, 'chair_plasto*9', '16', 1, 3, 0, 0, 0, 0, 1, 473, '', 0, NULL),
(525, 'chair_plasty', '16', 1, 3, 0, 0, 0, 0, 1, 426, '', 0, NULL),
(526, 'chair_plasty*1', '16', 1, 3, 0, 0, 0, 0, 1, 475, '', 0, NULL),
(527, 'chair_plasty*10', '16', 1, 3, 0, 0, 0, 0, 1, 494, '', 0, NULL),
(528, 'chair_plasty*11', '16', 1, 3, 0, 0, 0, 0, 1, 495, '', 0, NULL),
(529, 'chair_plasty*2', '16', 1, 3, 0, 0, 0, 0, 1, 476, '', 0, NULL),
(530, 'chair_plasty*3', '16', 1, 3, 0, 0, 0, 0, 1, 477, '', 0, NULL),
(531, 'chair_plasty*4', '16', 1, 3, 0, 0, 0, 0, 1, 478, '', 0, NULL),
(532, 'chair_plasty*5', '16', 1, 3, 0, 0, 0, 0, 1, 479, '', 0, NULL),
(533, 'chair_plasty*6', '16', 1, 3, 0, 0, 0, 0, 1, 480, '', 0, NULL),
(534, 'chair_plasty*7', '16', 1, 3, 0, 0, 0, 0, 1, 491, '', 0, NULL),
(535, 'chair_plasty*8', '16', 1, 3, 0, 0, 0, 0, 1, 492, '', 0, NULL),
(536, 'chair_plasty*9', '16', 1, 3, 0, 0, 0, 0, 1, 493, '', 0, NULL),
(537, 'table_plasto_4leg', '16', 1, 3, 0, 0, 0, 0, 1, 423, '', 0, NULL),
(538, 'table_plasto_4leg*1', '16', 1, 3, 0, 0, 0, 0, 1, 429, '', 0, NULL),
(539, 'table_plasto_4leg*10', '16', 1, 3, 0, 0, 0, 0, 1, 484, '', 0, NULL),
(540, 'table_plasto_4leg*14', '16', 1, 3, 0, 0, 0, 0, 1, 483, '', 0, NULL),
(541, 'table_plasto_4leg*2', '16', 1, 3, 0, 0, 0, 0, 1, 434, '', 0, NULL),
(542, 'table_plasto_4leg*3', '16', 1, 3, 0, 0, 0, 0, 1, 439, '', 0, NULL),
(543, 'table_plasto_4leg*4', '16', 1, 3, 0, 0, 0, 0, 1, 444, '', 0, NULL),
(544, 'table_plasto_4leg*5', '16', 1, 3, 0, 0, 0, 0, 1, 449, '', 0, NULL),
(545, 'table_plasto_4leg*6', '16', 1, 3, 0, 0, 0, 0, 1, 454, '', 0, NULL),
(546, 'table_plasto_4leg*7', '16', 1, 3, 0, 0, 0, 0, 1, 459, '', 0, NULL),
(547, 'table_plasto_4leg*8', '16', 1, 3, 0, 0, 0, 0, 1, 464, '', 0, NULL),
(548, 'table_plasto_4leg*9', '16', 1, 3, 0, 0, 0, 0, 1, 469, '', 0, NULL),
(549, 'table_plasto_bigsquare', '16', 1, 3, 0, 0, 0, 0, 1, 425, '', 0, NULL),
(550, 'table_plasto_bigsquare*1', '16', 1, 3, 0, 0, 0, 0, 1, 430, '', 0, NULL),
(551, 'table_plasto_bigsquare*14', '16', 1, 3, 0, 0, 0, 0, 1, 485, '', 0, NULL),
(552, 'table_plasto_bigsquare*15', '16', 1, 3, 0, 0, 0, 0, 1, 486, '', 0, NULL),
(553, 'table_plasto_bigsquare*2', '16', 1, 3, 0, 0, 0, 0, 1, 435, '', 0, NULL),
(554, 'table_plasto_bigsquare*3', '16', 1, 3, 0, 0, 0, 0, 1, 440, '', 0, NULL),
(555, 'table_plasto_bigsquare*4', '16', 1, 3, 0, 0, 0, 0, 1, 445, '', 0, NULL),
(556, 'table_plasto_bigsquare*5', '16', 1, 3, 0, 0, 0, 0, 1, 450, '', 0, NULL),
(557, 'table_plasto_bigsquare*6', '16', 1, 3, 0, 0, 0, 0, 1, 455, '', 0, NULL),
(558, 'table_plasto_bigsquare*7', '16', 1, 3, 0, 0, 0, 0, 1, 460, '', 0, NULL),
(559, 'table_plasto_bigsquare*8', '16', 1, 3, 0, 0, 0, 0, 1, 465, '', 0, NULL),
(560, 'table_plasto_bigsquare*9', '16', 1, 3, 0, 0, 0, 0, 1, 470, '', 0, NULL),
(561, 'table_plasto_round', '16', 1, 3, 0, 0, 0, 0, 1, 424, '', 0, NULL),
(562, 'table_plasto_round*1', '16', 1, 3, 0, 0, 0, 0, 1, 431, '', 0, NULL),
(563, 'table_plasto_round*14', '16', 1, 3, 0, 0, 0, 0, 1, 487, '', 0, NULL),
(564, 'table_plasto_round*15', '16', 1, 3, 0, 0, 0, 0, 1, 488, '', 0, NULL),
(565, 'table_plasto_round*2', '16', 1, 3, 0, 0, 0, 0, 1, 436, '', 0, NULL),
(566, 'table_plasto_round*3', '16', 1, 3, 0, 0, 0, 0, 1, 441, '', 0, NULL),
(567, 'table_plasto_round*4', '16', 1, 3, 0, 0, 0, 0, 1, 446, '', 0, NULL),
(568, 'table_plasto_round*5', '16', 1, 3, 0, 0, 0, 0, 1, 451, '', 0, NULL),
(569, 'table_plasto_round*6', '16', 1, 3, 0, 0, 0, 0, 1, 456, '', 0, NULL),
(570, 'table_plasto_round*7', '16', 1, 3, 0, 0, 0, 0, 1, 461, '', 0, NULL),
(571, 'table_plasto_round*8', '16', 1, 3, 0, 0, 0, 0, 1, 466, '', 0, NULL),
(572, 'table_plasto_round*9', '16', 1, 3, 0, 0, 0, 0, 1, 471, '', 0, NULL),
(573, 'table_plasto_square', '16', 1, 3, 0, 0, 0, 0, 1, 428, '', 0, NULL),
(574, 'table_plasto_square*1', '16', 1, 3, 0, 0, 0, 0, 1, 432, '', 0, NULL),
(575, 'table_plasto_square*14', '16', 1, 3, 0, 0, 0, 0, 1, 489, '', 0, NULL),
(576, 'table_plasto_square*15', '16', 1, 3, 0, 0, 0, 0, 1, 490, '', 0, NULL),
(577, 'table_plasto_square*2', '16', 1, 3, 0, 0, 0, 0, 1, 437, '', 0, NULL),
(578, 'table_plasto_square*3', '16', 1, 3, 0, 0, 0, 0, 1, 442, '', 0, NULL),
(579, 'table_plasto_square*4', '16', 1, 3, 0, 0, 0, 0, 1, 447, '', 0, NULL),
(580, 'table_plasto_square*5', '16', 1, 3, 0, 0, 0, 0, 1, 452, '', 0, NULL),
(581, 'table_plasto_square*6', '16', 1, 3, 0, 0, 0, 0, 1, 457, '', 0, NULL),
(582, 'table_plasto_square*7', '16', 1, 3, 0, 0, 0, 0, 1, 462, '', 0, NULL),
(583, 'table_plasto_square*8', '16', 1, 3, 0, 0, 0, 0, 1, 467, '', 0, NULL),
(584, 'table_plasto_square*9', '16', 1, 3, 0, 0, 0, 0, 1, 472, '', 0, NULL),
(585, 'rubberchair*1', '43', 0, 25, 0, 0, 0, 0, 1, 496, '', 0, NULL),
(586, 'rubberchair*2', '43', 0, 25, 0, 0, 0, 0, 1, 497, '', 0, NULL),
(587, 'rubberchair*3', '43', 0, 25, 0, 0, 0, 0, 1, 498, '', 0, NULL),
(588, 'rubberchair*4', '43', 0, 25, 0, 0, 0, 0, 1, 499, '', 0, NULL),
(589, 'rubberchair*5', '43', 0, 25, 0, 0, 0, 0, 1, 500, '', 0, NULL),
(590, 'rubberchair*6', '43', 0, 25, 0, 0, 0, 0, 1, 501, '', 0, NULL),
(591, 'rubberchair*7', '43', 0, 25, 0, 0, 0, 0, 1, 502, '', 0, NULL),
(592, 'rubberchair*8', '43', 0, 25, 0, 0, 0, 0, 1, 503, '', 0, NULL),
(593, 'spyro', '132', 0, 25, 0, 0, 0, 0, 1, 504, '', 0, NULL),
(594, 'throne', '122', 0, 50, 0, 0, 0, 0, 1, 107, '', 0, NULL),
(595, 'rare_daffodil_rug', '132', 0, 25, 0, 0, 0, 0, 3, 505, '', 0, NULL),
(596, 'md_limukaappi', '132', 0, 25, 0, 0, 0, 0, 1, 506, '', 0, NULL),
(597, 'samovar', '44', 0, 30, 0, 0, 0, 0, 1, 507, '', 0, NULL),
(598, 'redhologram', '132', 0, 20, 0, 0, 0, 0, 1, 508, '', 0, NULL),
(599, 'typingmachine', '132', 0, 20, 0, 0, 0, 0, 1, 509, '', 0, NULL),
(600, 'hologram', '132', 0, 20, 0, 0, 0, 0, 1, 510, '', 0, NULL),
(601, 'prize1', '121', 0, 15, 0, 0, 0, 0, 1, 511, '', 0, NULL),
(602, 'prize2', '121', 0, 15, 0, 0, 0, 0, 1, 512, '', 0, NULL),
(603, 'prize3', '121', 0, 15, 0, 0, 0, 0, 1, 513, '', 0, NULL),
(604, 'rare_snowrug', '44', 0, 25, 0, 0, 0, 0, 1, 514, '', 0, NULL),
(605, 'poster_1004', '44', 1, 5, 0, 0, 0, 0, 1, 251, '1004', 0, NULL),
(606, 'exe_rug', '45', 0, 1, 0, 0, 0, 0, 1, 515, '', 0, NULL),
(607, 'exe_s_table', '45', 0, 2, 0, 0, 0, 0, 1, 516, '', 0, NULL),
(608, 'exe_bardesk', '45', 0, 3, 0, 0, 0, 0, 1, 517, '', 0, NULL),
(609, 'exe_chair', '45', 0, 2, 0, 0, 0, 0, 1, 518, '', 0, NULL),
(610, 'exe_chair2', '45', 0, 3, 0, 0, 0, 0, 1, 519, '', 0, NULL),
(611, 'exe_corner', '45', 0, 2, 0, 0, 0, 0, 1, 520, '', 0, NULL),
(612, 'exe_drinks', '45', 0, 2, 0, 0, 0, 0, 1, 521, '', 0, NULL),
(613, 'exe_sofa', '45', 0, 5, 0, 0, 0, 0, 1, 522, '', 0, NULL),
(614, 'exe_table', '45', 0, 5, 0, 0, 0, 0, 1, 523, '', 0, NULL),
(615, 'exe_plant', '45', 0, 5, 0, 0, 0, 0, 1, 524, '', 0, NULL),
(616, 'exe_light', '45', 0, 5, 0, 0, 0, 0, 1, 525, '', 0, NULL),
(617, 'exe_cubelight', '45', 0, 5, 0, 0, 0, 0, 1, 527, '', 0, NULL),
(618, 'exe_artlamp', '45', 0, 5, 0, 0, 0, 0, 1, 528, '', 0, NULL),
(619, 'exe_map', '45', 0, 5, 0, 0, 0, 0, 1, 529, '', 0, NULL),
(620, 'exe_wfall', '45', 0, 5, 0, 0, 0, 0, 1, 530, '', 0, NULL),
(621, 'exe_globe', '45', 0, 5, 0, 0, 0, 0, 1, 531, '', 0, NULL),
(622, 'exe_elevator', '45', 0, 7, 0, 0, 0, 0, 1, 532, '', 0, NULL),
(623, 'arabian_bigtb', '46', 1, 5, 0, 0, 0, 0, 1, 533, '', 0, NULL),
(624, 'arabian_chair', '46', 1, 2, 0, 0, 0, 0, 1, 534, '', 0, NULL),
(625, 'arabian_divdr', '46', 1, 5, 0, 0, 0, 0, 1, 535, '', 0, NULL),
(626, 'arabian_pllw', '46', 1, 2, 0, 0, 0, 0, 1, 536, '', 0, NULL),
(627, 'arabian_rug', '46', 1, 3, 0, 0, 0, 0, 1, 537, '', 0, NULL),
(628, 'arabian_snake', '46', 1, 3, 0, 0, 0, 0, 1, 538, '', 0, NULL),
(629, 'arabian_swords', '46', 1, 4, 0, 0, 0, 0, 1, 539, '', 0, NULL),
(630, 'arabian_teamk', '46', 1, 6, 0, 0, 0, 0, 1, 540, '', 0, NULL),
(631, 'arabian_tetbl', '46', 1, 3, 0, 0, 0, 0, 1, 541, '', 0, NULL),
(632, 'arabian_tray1', '46', 1, 3, 0, 0, 0, 0, 1, 542, '', 0, NULL),
(633, 'arabian_tray2', '46', 1, 3, 0, 0, 0, 0, 1, 543, '', 0, NULL),
(634, 'arabian_tray3', '46', 1, 3, 0, 0, 0, 0, 1, 544, '', 0, NULL),
(635, 'arabian_tray4', '46', 1, 3, 0, 0, 0, 0, 1, 545, '', 0, NULL),
(636, 'arabian_wndw', '46', 1, 4, 0, 0, 0, 0, 1, 546, '', 0, NULL),
(637, 'arabian_wall', '46', 1, 3, 0, 0, 0, 0, 1, 547, '', 0, NULL),
(638, 'arabian_tile', '46', 1, 3, 0, 0, 0, 0, 1, 548, '', 0, NULL),
(639, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '5', 0, NULL),
(640, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '3', 0, NULL),
(641, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '9', 0, NULL),
(642, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '10', 0, NULL),
(643, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '6', 0, NULL),
(644, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '5', 0, NULL),
(645, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '1', 0, NULL),
(646, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '12', 0, NULL),
(647, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '11', 0, NULL),
(648, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '8', 0, NULL),
(649, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '4', 0, NULL),
(650, 'landscape', '3', 1, 2, 0, 0, 0, 0, 1, 474, '2', 0, NULL),
(651, 'landscape 3', '3', 1, 2, 0, 0, 0, 0, 1, 474, '7', 0, NULL),
(652, 'noob_window_double', '53', 0, 3, 0, 0, 0, 1, 1, 549, '', 0, NULL),
(653, 'window_70s_narrow', '53', 0, 3, 0, 0, 0, 0, 1, 550, '', 0, NULL),
(654, 'window_70s_wide', '53', 0, 3, 0, 0, 0, 0, 1, 551, '', 0, NULL),
(655, 'window_basic', '53', 0, 3, 0, 0, 0, 0, 1, 552, '', 0, NULL),
(656, 'window_chinese_narrow', '53', 0, 3, 0, 0, 0, 0, 1, 553, '', 0, NULL),
(657, 'window_chinese_wide', '53', 0, 3, 0, 0, 0, 0, 1, 554, '', 0, NULL),
(658, 'window_double_default', '53', 0, 3, 0, 0, 0, 0, 1, 555, '', 0, NULL),
(659, 'window_golden', '53', 0, 3, 0, 0, 0, 0, 1, 556, '', 0, NULL),
(660, 'window_grunge', '53', 0, 3, 0, 0, 0, 0, 1, 557, '', 0, NULL),
(661, 'window_romantic_narrow', '53', 0, 3, 0, 0, 0, 0, 1, 558, '', 0, NULL),
(662, 'window_romantic_wide', '53', 0, 3, 0, 0, 0, 0, 1, 559, '', 0, NULL),
(663, 'window_single_default', '53', 0, 3, 0, 0, 0, 0, 1, 560, '', 0, NULL),
(664, 'window_square', '53', 0, 3, 0, 0, 0, 0, 1, 561, '', 0, NULL),
(665, 'window_triple', '53', 0, 3, 0, 0, 0, 0, 1, 562, '', 0, NULL),
(666, 'window_skyscraper', '53', 0, 3, 0, 0, 0, 0, 1, 563, '', 0, NULL),
(667, 'teleport_door', '6', 3, 4, 0, 0, 0, 0, 1, 566, '', 0, NULL),
(668, 'noob_plant', '57', 1, 0, 60, 0, 0, 0, 1, 567, '', 0, NULL),
(669, 'noob_table*1', '57', 1, 0, 120, 0, 0, 0, 1, 568, '', 0, NULL),
(670, 'noob_table*2', '57', 1, 0, 120, 0, 0, 0, 1, 569, '', 0, NULL),
(671, 'noob_table*3', '57', 1, 0, 120, 0, 0, 0, 1, 570, '', 0, NULL),
(672, 'noob_table*4', '57', 1, 0, 120, 0, 0, 0, 1, 571, '', 0, NULL),
(673, 'noob_table*5', '57', 1, 0, 120, 0, 0, 0, 1, 572, '', 0, NULL),
(674, 'noob_table*6', '57', 1, 0, 120, 0, 0, 0, 1, 573, '', 0, NULL),
(675, 'noob_stool*1', '57', 1, 0, 120, 0, 0, 0, 1, 574, '', 0, NULL),
(676, 'noob_stool*2', '57', 1, 0, 120, 0, 0, 0, 1, 575, '', 0, NULL),
(677, 'noob_stool*3', '57', 1, 0, 120, 0, 0, 0, 1, 576, '', 0, NULL),
(678, 'noob_stool*4', '57', 1, 0, 120, 0, 0, 0, 1, 577, '', 0, NULL),
(679, 'noob_stool*5', '57', 1, 0, 120, 0, 0, 0, 1, 578, '', 0, NULL),
(680, 'noob_stool*6', '57', 1, 0, 120, 0, 0, 0, 1, 579, '', 0, NULL),
(681, 'noob_lamp*1', '57', 1, 0, 120, 0, 0, 0, 1, 586, '', 0, NULL),
(682, 'noob_lamp*2', '57', 1, 0, 120, 0, 0, 0, 1, 587, '', 0, NULL),
(683, 'noob_lamp*3', '57', 1, 0, 120, 0, 0, 0, 1, 588, '', 0, NULL),
(684, 'noob_lamp*4', '57', 1, 0, 120, 0, 0, 0, 1, 589, '', 0, NULL),
(685, 'noob_lamp*5', '57', 1, 0, 120, 0, 0, 0, 1, 590, '', 0, NULL),
(686, 'noob_lamp*6', '57', 1, 0, 120, 0, 0, 0, 1, 591, '', 0, NULL),
(687, 'noob_rug*1', '57', 1, 0, 120, 0, 0, 0, 1, 580, '', 0, NULL),
(688, 'noob_rug*2', '57', 1, 0, 120, 0, 0, 0, 1, 581, '', 0, NULL),
(689, 'noob_rug*3', '57', 1, 0, 120, 0, 0, 0, 1, 582, '', 0, NULL),
(690, 'noob_rug*4', '57', 1, 0, 120, 0, 0, 0, 1, 583, '', 0, NULL),
(691, 'noob_rug*5', '57', 1, 0, 120, 0, 0, 0, 1, 584, '', 0, NULL),
(692, 'noob_rug*6', '57', 1, 0, 120, 0, 0, 0, 1, 585, '', 0, NULL),
(693, 'noob_chair*1', '57', 1, 0, 120, 0, 0, 0, 1, 592, '', 0, NULL),
(694, 'noob_chair*2', '57', 1, 0, 120, 0, 0, 0, 1, 593, '', 0, NULL),
(695, 'noob_chair*3', '57', 1, 0, 120, 0, 0, 0, 1, 594, '', 0, NULL),
(696, 'noob_chair*4', '57', 1, 0, 120, 0, 0, 0, 1, 595, '', 0, NULL),
(697, 'noob_chair*5', '57', 1, 0, 120, 0, 0, 0, 1, 596, '', 0, NULL),
(698, 'noob_chair*6', '57', 1, 0, 120, 0, 0, 0, 1, 597, '', 0, NULL),
(699, 'exe_gate', '45', 0, 3, 0, 0, 0, 0, 1, 526, '', 0, NULL),
(700, 'country_rain', '59', 1, 3, 0, 0, 0, 0, 1, 598, '', 0, NULL),
(701, 'country_scarecrow', '59', 1, 3, 0, 0, 0, 0, 1, 599, '', 0, NULL),
(702, 'country_soil', '59', 1, 3, 0, 0, 0, 0, 1, 600, '', 0, NULL),
(703, 'country_grass', '59', 1, 3, 0, 0, 0, 0, 1, 601, '', 0, NULL),
(704, 'country_trctr', '59', 1, 3, 0, 0, 0, 0, 1, 602, '', 0, NULL),
(705, 'country_fnc2', '59', 1, 3, 0, 0, 0, 0, 1, 603, '', 0, NULL),
(706, 'country_fnc1', '59', 1, 3, 0, 0, 0, 0, 1, 604, '', 0, NULL),
(707, 'country_well', '59', 1, 3, 0, 0, 0, 0, 1, 605, '', 0, NULL),
(708, 'country_rbw', '59', 1, 3, 0, 0, 0, 0, 1, 606, '', 0, NULL),
(709, 'country_wheat', '59', 1, 3, 0, 0, 0, 0, 1, 607, '', 0, NULL),
(710, 'country_gate', '59', 1, 3, 0, 0, 0, 0, 1, 608, '', 0, NULL),
(711, 'country_stage', '59', 1, 3, 0, 0, 0, 0, 1, 609, '', 0, NULL),
(712, 'country_log', '59', 1, 3, 0, 0, 0, 0, 1, 610, '', 0, NULL),
(713, 'country_fnc3', '59', 1, 3, 0, 0, 0, 0, 1, 611, '', 0, NULL),
(714, 'country_patio', '59', 1, 3, 0, 0, 0, 0, 1, 612, '', 0, NULL),
(715, 'country_corner', '59', 1, 3, 0, 0, 0, 0, 1, 613, '', 0, NULL),
(716, 'country_ditch', '59', 1, 3, 0, 0, 0, 0, 1, 614, '', 0, NULL),
(717, 'country_forestwall', '59', 1, 3, 0, 0, 0, 0, 1, 615, '', 0, NULL),
(718, 'country_fp', '59', 1, 3, 0, 0, 0, 0, 1, 616, '', 0, NULL),
(719, 'country_wall', '59', 1, 3, 0, 0, 0, 0, 3, 617, '', 0, NULL),
(720, 'country_lantern', '59', 1, 3, 0, 0, 0, 0, 1, 618, '', 0, NULL),
(721, 'env_bushes', '59', 1, 3, 0, 0, 0, 0, 1, 619, '', 0, NULL),
(722, 'env_bushes_gate', '59', 1, 3, 0, 0, 0, 0, 1, 620, '', 0, NULL),
(723, 'env_grass', '59', 1, 3, 0, 0, 0, 0, 1, 621, '', 0, NULL),
(724, 'env_telep', '59,6', 1, 3, 0, 0, 0, 0, 1, 622, '', 0, NULL),
(725, 'env_tree1', '59', 1, 3, 0, 0, 0, 0, 1, 623, '', 0, NULL),
(726, 'env_tree2', '59', 1, 3, 0, 0, 0, 0, 1, 624, '', 0, NULL),
(727, 'env_tree3', '59', 1, 3, 0, 0, 0, 0, 1, 625, '', 0, NULL),
(728, 'env_tree4', '59', 1, 3, 0, 0, 0, 0, 1, 626, '', 0, NULL),
(729, 'avatar_effect1', '60', 1, 0, 89, 0, 0, 0, 1, 627, '1', 0, NULL),
(730, 'avatar_effect2', '60', 1, 0, 139, 0, 0, 0, 1, 627, '2', 0, NULL),
(731, 'avatar_effect3', '60', 1, 0, 139, 0, 0, 0, 1, 627, '3', 0, NULL),
(732, 'avatar_effect4', '60', 1, 0, 89, 0, 0, 0, 1, 627, '4', 0, NULL),
(733, 'avatar_effect5', '60', 1, 0, 89, 0, 0, 0, 1, 627, '5', 0, NULL),
(734, 'avatar_effect6', '60', 1, 0, 139, 0, 0, 0, 1, 627, '6', 0, NULL),
(735, 'avatar_effect7', '60', 1, 0, 89, 0, 0, 0, 1, 627, '7', 0, NULL),
(736, 'avatar_effect8', '60', 1, 0, 89, 0, 0, 0, 1, 627, '8', 0, NULL),
(737, 'avatar_effect9', '60', 1, 0, 89, 0, 0, 0, 1, 627, '9', 0, NULL),
(738, 'avatar_effect10', '60', 1, 0, 89, 0, 0, 0, 1, 627, '10', 0, NULL),
(739, 'avatar_effect11', '60', 1, 0, 89, 0, 0, 0, 1, 627, '11', 0, NULL),
(740, 'avatar_effect12', '60', 1, 0, 89, 0, 0, 0, 1, 627, '12', 0, NULL),
(741, 'avatar_effect13', '60', 1, 0, 89, 0, 0, 0, 1, 627, '13', 0, NULL),
(742, 'avatar_effect14', '60', 1, 0, 139, 0, 0, 0, 1, 627, '14', 0, NULL),
(743, 'avatar_effect15', '60', 1, 0, 139, 0, 0, 0, 1, 627, '15', 0, NULL),
(744, 'avatar_effect16', '60', 1, 0, 89, 0, 0, 0, 1, 627, '16', 0, NULL),
(745, 'avatar_effect17', '60', 1, 0, 139, 0, 0, 0, 1, 627, '17', 0, NULL),
(746, 'avatar_effect18', '60', 1, 0, 139, 0, 0, 0, 1, 627, '18', 0, NULL),
(747, 'avatar_effect23', '60', 1, 0, 89, 0, 0, 1, 1, 627, '23', 0, NULL),
(748, 'avatar_effect24', '60', 1, 0, 89, 0, 0, 1, 1, 627, '24', 0, NULL),
(749, 'avatar_effect25', '60', 1, 0, 89, 0, 0, 1, 1, 627, '25', 0, NULL),
(750, 'avatar_effect26', '60', 1, 0, 89, 0, 0, 1, 1, 627, '26', 0, NULL),
(751, 'bump_road', '61', 7, 1, 89, 0, 0, 0, 1, 628, '', 0, NULL),
(752, 'bump_lights', '61', 6, 1, 89, 0, 0, 0, 1, 629, '', 0, NULL),
(753, 'bump_signs', '61', 2, 2, 89, 0, 0, 0, 1, 630, '', 0, NULL),
(754, 'bump_tires', '61', 3, 1, 89, 0, 0, 0, 1, 631, '', 0, NULL),
(755, 'bump_tottero', '61', 1, 1, 89, 0, 0, 0, 1, 632, '', 0, NULL),
(756, 'bump_tires_deal3', '61', 4, 2, 89, 0, 0, 0, 3, 631, '', 0, NULL),
(757, 'bump_tires_deal5', '61', 5, 4, 89, 0, 0, 0, 5, 631, '', 0, NULL),
(758, 'bump_road_deal10', '61', 8, 9, 89, 0, 0, 0, 10, 628, '', 0, NULL),
(759, 'bump_road_deal15', '61', 9, 12, 89, 0, 0, 0, 15, 628, '', 0, NULL),
(760, 'bump_road_deal20', '61', 10, 15, 89, 0, 0, 0, 20, 628, '', 0, NULL),
(761, 'avatar_effect19', '61', 11, 1, 139, 0, 0, 0, 1, 627, '19', 0, NULL),
(762, 'avatar_effect20', '61', 12, 1, 139, 0, 0, 0, 1, 627, '20', 0, NULL),
(763, 'avatar_effect21', '61', 13, 1, 139, 0, 0, 0, 1, 627, '21', 0, NULL),
(764, 'avatar_effect22', '61', 14, 1, 139, 0, 0, 0, 1, 627, '22', 0, NULL),
(765, 'chair_norja*2', '14', 1, 3, 0, 0, 0, 0, 1, 633, '', 0, NULL),
(766, 'chair_norja*3', '14', 1, 3, 0, 0, 0, 0, 1, 634, '', 0, NULL),
(767, 'chair_norja*4', '14', 1, 3, 0, 0, 0, 0, 1, 635, '', 0, NULL),
(768, 'chair_norja*5', '14', 1, 3, 0, 0, 0, 0, 1, 636, '', 0, NULL),
(769, 'chair_norja*6', '14', 1, 3, 0, 0, 0, 0, 1, 637, '', 0, NULL),
(770, 'chair_norja*7', '14', 1, 3, 0, 0, 0, 0, 1, 638, '', 0, NULL),
(771, 'chair_norja*8', '14', 1, 3, 0, 0, 0, 0, 1, 639, '', 0, NULL),
(772, 'chair_norja*9', '14', 1, 3, 0, 0, 0, 0, 1, 640, '', 0, NULL),
(773, 'couch_norja*2', '14', 2, 3, 0, 0, 0, 0, 1, 641, '', 0, NULL),
(774, 'couch_norja*3', '14', 2, 3, 0, 0, 0, 0, 1, 642, '', 0, NULL),
(775, 'couch_norja*4', '14', 2, 3, 0, 0, 0, 0, 1, 643, '', 0, NULL),
(776, 'couch_norja*5', '14', 2, 3, 0, 0, 0, 0, 1, 644, '', 0, NULL),
(777, 'couch_norja*6', '14', 2, 3, 0, 0, 0, 0, 1, 645, '', 0, NULL),
(778, 'couch_norja*7', '14', 2, 3, 0, 0, 0, 0, 1, 646, '', 0, NULL),
(779, 'couch_norja*8', '14', 2, 3, 0, 0, 0, 0, 1, 647, '', 0, NULL),
(780, 'couch_norja*9', '14', 2, 3, 0, 0, 0, 0, 1, 648, '', 0, NULL),
(781, 'table_norja_med*2', '14', 3, 3, 0, 0, 0, 0, 1, 649, '', 0, NULL),
(782, 'table_norja_med*3', '14', 3, 3, 0, 0, 0, 0, 1, 650, '', 0, NULL),
(783, 'table_norja_med*4', '14', 3, 3, 0, 0, 0, 0, 1, 651, '', 0, NULL),
(784, 'table_norja_med*5', '14', 3, 3, 0, 0, 0, 0, 1, 652, '', 0, NULL),
(785, 'table_norja_med*6', '14', 3, 3, 0, 0, 0, 0, 1, 653, '', 0, NULL),
(786, 'table_norja_med*7', '14', 3, 3, 0, 0, 0, 0, 1, 654, '', 0, NULL),
(787, 'table_norja_med*8', '14', 3, 3, 0, 0, 0, 0, 1, 655, '', 0, NULL),
(788, 'table_norja_med*9', '14', 3, 3, 0, 0, 0, 0, 1, 656, '', 0, NULL),
(789, 'shelves_norja*2', '14', 4, 3, 0, 0, 0, 0, 1, 657, '', 0, NULL),
(790, 'shelves_norja*3', '14', 4, 3, 0, 0, 0, 0, 1, 658, '', 0, NULL),
(791, 'shelves_norja*4', '14', 4, 3, 0, 0, 0, 0, 1, 659, '', 0, NULL),
(792, 'shelves_norja*5', '14', 4, 3, 0, 0, 0, 0, 1, 660, '', 0, NULL),
(793, 'shelves_norja*6', '14', 4, 3, 0, 0, 0, 0, 1, 661, '', 0, NULL),
(794, 'shelves_norja*7', '14', 4, 3, 0, 0, 0, 0, 1, 662, '', 0, NULL),
(795, 'shelves_norja*8', '14', 4, 3, 0, 0, 0, 0, 1, 663, '', 0, NULL),
(796, 'shelves_norja*9', '14', 4, 3, 0, 0, 0, 0, 1, 664, '', 0, NULL),
(797, 'soft_sofachair_norja*2', '14', 5, 3, 0, 0, 0, 0, 1, 665, '', 0, NULL),
(798, 'soft_sofachair_norja*3', '14', 5, 3, 0, 0, 0, 0, 1, 666, '', 0, NULL),
(799, 'soft_sofachair_norja*4', '14', 5, 3, 0, 0, 0, 0, 1, 667, '', 0, NULL),
(800, 'soft_sofachair_norja*5', '14', 5, 3, 0, 0, 0, 0, 1, 668, '', 0, NULL),
(801, 'soft_sofachair_norja*6', '14', 5, 3, 0, 0, 0, 0, 1, 669, '', 0, NULL),
(802, 'soft_sofachair_norja*7', '14', 5, 3, 0, 0, 0, 0, 1, 670, '', 0, NULL),
(803, 'soft_sofachair_norja*8', '14', 5, 3, 0, 0, 0, 0, 1, 671, '', 0, NULL),
(804, 'soft_sofachair_norja*9', '14', 5, 3, 0, 0, 0, 0, 1, 672, '', 0, NULL),
(805, 'soft_sofa_norja*2', '14', 6, 4, 0, 0, 0, 0, 1, 673, '', 0, NULL),
(806, 'soft_sofa_norja*3', '14', 6, 4, 0, 0, 0, 0, 1, 674, '', 0, NULL),
(807, 'soft_sofa_norja*4', '14', 6, 4, 0, 0, 0, 0, 1, 675, '', 0, NULL),
(808, 'soft_sofa_norja*5', '14', 6, 4, 0, 0, 0, 0, 1, 676, '', 0, NULL),
(809, 'soft_sofa_norja*6', '14', 6, 4, 0, 0, 0, 0, 1, 677, '', 0, NULL),
(810, 'soft_sofa_norja*7', '14', 6, 4, 0, 0, 0, 0, 1, 678, '', 0, NULL),
(811, 'soft_sofa_norja*8', '14', 6, 4, 0, 0, 0, 0, 1, 679, '', 0, NULL),
(812, 'soft_sofa_norja*9', '14', 6, 4, 0, 0, 0, 0, 1, 680, '', 0, NULL),
(813, 'divider_nor2*2', '14', 7, 3, 0, 0, 0, 0, 1, 681, '', 0, NULL),
(814, 'divider_nor2*3', '14', 7, 3, 0, 0, 0, 0, 1, 682, '', 0, NULL),
(815, 'divider_nor2*4', '14', 7, 3, 0, 0, 0, 0, 1, 683, '', 0, NULL),
(816, 'divider_nor2*5', '14', 7, 3, 0, 0, 0, 0, 1, 684, '', 0, NULL),
(817, 'divider_nor2*6', '14', 7, 3, 0, 0, 0, 0, 1, 685, '', 0, NULL),
(818, 'divider_nor2*7', '14', 7, 3, 0, 0, 0, 0, 1, 686, '', 0, NULL),
(819, 'divider_nor2*8', '14', 7, 3, 0, 0, 0, 0, 1, 687, '', 0, NULL),
(820, 'divider_nor2*9', '14', 7, 3, 0, 0, 0, 0, 1, 688, '', 0, NULL),
(821, 'divider_nor1*2', '14', 8, 3, 0, 0, 0, 0, 1, 689, '', 0, NULL),
(822, 'divider_nor1*3', '14', 8, 3, 0, 0, 0, 0, 1, 690, '', 0, NULL),
(823, 'divider_nor1*4', '14', 8, 3, 0, 0, 0, 0, 1, 691, '', 0, NULL),
(824, 'divider_nor1*5', '14', 8, 3, 0, 0, 0, 0, 1, 692, '', 0, NULL),
(825, 'divider_nor1*6', '14', 8, 3, 0, 0, 0, 0, 1, 693, '', 0, NULL),
(826, 'divider_nor1*7', '14', 8, 3, 0, 0, 0, 0, 1, 694, '', 0, NULL),
(827, 'divider_nor1*8', '14', 8, 3, 0, 0, 0, 0, 1, 695, '', 0, NULL),
(828, 'divider_nor1*9', '14', 8, 3, 0, 0, 0, 0, 1, 696, '', 0, NULL),
(829, 'divider_nor3*2', '14', 9, 6, 0, 0, 0, 0, 1, 697, '', 0, NULL),
(830, 'divider_nor3*3', '14', 9, 6, 0, 0, 0, 0, 1, 698, '', 0, NULL),
(831, 'divider_nor3*4', '14', 9, 6, 0, 0, 0, 0, 1, 699, '', 0, NULL),
(832, 'divider_nor3*5', '14', 9, 6, 0, 0, 0, 0, 1, 700, '', 0, NULL),
(833, 'divider_nor3*6', '14', 9, 6, 0, 0, 0, 0, 1, 701, '', 0, NULL),
(834, 'divider_nor3*7', '14', 9, 6, 0, 0, 0, 0, 1, 702, '', 0, NULL),
(835, 'divider_nor3*8', '14', 9, 6, 0, 0, 0, 0, 1, 703, '', 0, NULL),
(836, 'divider_nor3*9', '14', 9, 6, 0, 0, 0, 0, 1, 704, '', 0, NULL),
(837, 'divider_nor4*2', '14', 10, 5, 0, 0, 0, 0, 1, 705, '', 0, NULL),
(838, 'divider_nor4*3', '14', 10, 5, 0, 0, 0, 0, 1, 706, '', 0, NULL),
(839, 'divider_nor4*4', '14', 10, 5, 0, 0, 0, 0, 1, 707, '', 0, NULL),
(840, 'divider_nor4*5', '14', 10, 5, 0, 0, 0, 0, 1, 708, '', 0, NULL),
(841, 'divider_nor4*6', '14', 10, 5, 0, 0, 0, 0, 1, 709, '', 0, NULL),
(842, 'divider_nor4*7', '14', 10, 5, 0, 0, 0, 0, 1, 710, '', 0, NULL),
(843, 'divider_nor4*8', '14', 10, 5, 0, 0, 0, 0, 1, 711, '', 0, NULL),
(844, 'divider_nor4*9', '14', 10, 5, 0, 0, 0, 0, 1, 712, '', 0, NULL),
(845, 'divider_nor5*2', '14', 11, 4, 0, 0, 0, 0, 1, 713, '', 0, NULL),
(846, 'divider_nor5*3', '14', 11, 4, 0, 0, 0, 0, 1, 714, '', 0, NULL),
(847, 'divider_nor5*4', '14', 11, 4, 0, 0, 0, 0, 1, 715, '', 0, NULL),
(848, 'divider_nor5*5', '14', 11, 4, 0, 0, 0, 0, 1, 716, '', 0, NULL),
(849, 'divider_nor5*6', '14', 11, 4, 0, 0, 0, 0, 1, 717, '', 0, NULL),
(850, 'divider_nor5*7', '14', 11, 4, 0, 0, 0, 0, 1, 718, '', 0, NULL),
(851, 'divider_nor5*8', '14', 11, 4, 0, 0, 0, 0, 1, 719, '', 0, NULL),
(852, 'divider_nor5*9', '14', 11, 4, 0, 0, 0, 0, 1, 720, '', 0, NULL),
(853, 'sofa_silo*2', '9', 2, 3, 0, 0, 0, 0, 1, 721, '', 0, NULL),
(854, 'sofa_silo*3', '9', 3, 3, 0, 0, 0, 0, 1, 722, '', 0, NULL),
(855, 'sofa_silo*4', '9', 4, 3, 0, 0, 0, 0, 1, 723, '', 0, NULL),
(856, 'sofa_silo*5', '9', 5, 3, 0, 0, 0, 0, 1, 724, '', 0, NULL),
(857, 'sofa_silo*6', '9', 6, 3, 0, 0, 0, 0, 1, 725, '', 0, NULL),
(858, 'sofa_silo*7', '9', 7, 3, 0, 0, 0, 0, 1, 726, '', 0, NULL),
(859, 'sofa_silo*8', '9', 8, 3, 0, 0, 0, 0, 1, 727, '', 0, NULL),
(860, 'sofa_silo*9', '9', 9, 3, 0, 0, 0, 0, 1, 728, '', 0, NULL),
(861, 'sofachair_silo*2', '9', 2, 3, 0, 0, 0, 0, 1, 729, '', 0, NULL),
(862, 'sofachair_silo*3', '9', 3, 3, 0, 0, 0, 0, 1, 730, '', 0, NULL),
(863, 'sofachair_silo*4', '9', 4, 3, 0, 0, 0, 0, 1, 731, '', 0, NULL),
(864, 'sofachair_silo*5', '9', 5, 3, 0, 0, 0, 0, 1, 732, '', 0, NULL),
(865, 'sofachair_silo*6', '9', 6, 3, 0, 0, 0, 0, 1, 733, '', 0, NULL),
(866, 'sofachair_silo*7', '9', 7, 3, 0, 0, 0, 0, 1, 734, '', 0, NULL),
(867, 'sofachair_silo*8', '9', 8, 3, 0, 0, 0, 0, 1, 735, '', 0, NULL),
(868, 'sofachair_silo*9', '9', 9, 3, 0, 0, 0, 0, 1, 736, '', 0, NULL),
(869, 'table_silo_small*2', '9', 2, 1, 0, 0, 0, 0, 1, 737, '', 0, NULL),
(870, 'table_silo_small*3', '9', 3, 1, 0, 0, 0, 0, 1, 738, '', 0, NULL),
(871, 'table_silo_small*4', '9', 4, 1, 0, 0, 0, 0, 1, 739, '', 0, NULL),
(872, 'table_silo_small*5', '9', 5, 1, 0, 0, 0, 0, 1, 740, '', 0, NULL),
(873, 'table_silo_small*6', '9', 6, 1, 0, 0, 0, 0, 1, 741, '', 0, NULL),
(874, 'table_silo_small*7', '9', 7, 1, 0, 0, 0, 0, 1, 742, '', 0, NULL),
(875, 'table_silo_small*8', '9', 8, 1, 0, 0, 0, 0, 1, 743, '', 0, NULL),
(876, 'table_silo_small*9', '9', 9, 1, 0, 0, 0, 0, 1, 744, '', 0, NULL),
(877, 'divider_silo3*2', '9', 2, 6, 0, 0, 0, 0, 1, 745, '', 0, NULL),
(878, 'divider_silo3*3', '9', 3, 6, 0, 0, 0, 0, 1, 746, '', 0, NULL),
(879, 'divider_silo3*4', '9', 4, 6, 0, 0, 0, 0, 1, 747, '', 0, NULL),
(880, 'divider_silo3*5', '9', 5, 6, 0, 0, 0, 0, 1, 748, '', 0, NULL),
(881, 'divider_silo3*6', '9', 6, 6, 0, 0, 0, 0, 1, 749, '', 0, NULL),
(882, 'divider_silo3*7', '9', 7, 6, 0, 0, 0, 0, 1, 750, '', 0, NULL),
(883, 'divider_silo3*8', '9', 8, 6, 0, 0, 0, 0, 1, 751, '', 0, NULL),
(884, 'divider_silo3*9', '9', 9, 6, 0, 0, 0, 0, 1, 752, '', 0, NULL),
(885, 'divider_silo1*2', '9', 2, 3, 0, 0, 0, 0, 1, 753, '', 0, NULL),
(886, 'divider_silo1*3', '9', 3, 3, 0, 0, 0, 0, 1, 754, '', 0, NULL),
(887, 'divider_silo1*4', '9', 4, 3, 0, 0, 0, 0, 1, 755, '', 0, NULL),
(888, 'divider_silo1*5', '9', 5, 3, 0, 0, 0, 0, 1, 756, '', 0, NULL),
(889, 'divider_silo1*6', '9', 6, 3, 0, 0, 0, 0, 1, 757, '', 0, NULL),
(890, 'divider_silo1*7', '9', 7, 3, 0, 0, 0, 0, 1, 758, '', 0, NULL),
(891, 'divider_silo1*8', '9', 8, 3, 0, 0, 0, 0, 1, 759, '', 0, NULL),
(892, 'divider_silo1*9', '9', 9, 3, 0, 0, 0, 0, 1, 760, '', 0, NULL),
(893, 'chair_silo*2', '9', 2, 3, 0, 0, 0, 0, 1, 761, '', 0, NULL),
(894, 'chair_silo*3', '9', 3, 3, 0, 0, 0, 0, 1, 762, '', 0, NULL),
(895, 'chair_silo*4', '9', 4, 3, 0, 0, 0, 0, 1, 763, '', 0, NULL),
(896, 'chair_silo*5', '9', 5, 3, 0, 0, 0, 0, 1, 764, '', 0, NULL),
(897, 'chair_silo*6', '9', 6, 3, 0, 0, 0, 0, 1, 765, '', 0, NULL),
(898, 'chair_silo*7', '9', 7, 3, 0, 0, 0, 0, 1, 766, '', 0, NULL),
(899, 'chair_silo*8', '9', 8, 3, 0, 0, 0, 0, 1, 767, '', 0, NULL),
(900, 'chair_silo*9', '9', 9, 3, 0, 0, 0, 0, 1, 768, '', 0, NULL),
(901, 'safe_silo*2', '9', 2, 3, 0, 0, 0, 0, 1, 769, '', 0, NULL),
(902, 'safe_silo*3', '9', 3, 3, 0, 0, 0, 0, 1, 770, '', 0, NULL),
(903, 'safe_silo*4', '9', 4, 3, 0, 0, 0, 0, 1, 771, '', 0, NULL),
(904, 'safe_silo*5', '9', 5, 3, 0, 0, 0, 0, 1, 772, '', 0, NULL),
(905, 'safe_silo*6', '9', 6, 3, 0, 0, 0, 0, 1, 773, '', 0, NULL),
(906, 'safe_silo*7', '9', 7, 3, 0, 0, 0, 0, 1, 774, '', 0, NULL),
(907, 'safe_silo*8', '9', 8, 3, 0, 0, 0, 0, 1, 775, '', 0, NULL),
(908, 'safe_silo*9', '9', 9, 3, 0, 0, 0, 0, 1, 776, '', 0, NULL),
(909, 'barchair_silo*2', '9', 2, 3, 0, 0, 0, 0, 1, 777, '', 0, NULL),
(910, 'barchair_silo*3', '9', 3, 3, 0, 0, 0, 0, 1, 778, '', 0, NULL),
(911, 'barchair_silo*4', '9', 4, 3, 0, 0, 0, 0, 1, 779, '', 0, NULL),
(912, 'barchair_silo*5', '9', 5, 3, 0, 0, 0, 0, 1, 780, '', 0, NULL),
(913, 'barchair_silo*6', '9', 6, 3, 0, 0, 0, 0, 1, 781, '', 0, NULL),
(914, 'barchair_silo*7', '9', 7, 3, 0, 0, 0, 0, 1, 782, '', 0, NULL),
(915, 'barchair_silo*8', '9', 8, 3, 0, 0, 0, 0, 1, 783, '', 0, NULL),
(916, 'barchair_silo*9', '9', 9, 3, 0, 0, 0, 0, 1, 784, '', 0, NULL),
(917, 'table_silo_med*2', '9', 2, 3, 0, 0, 0, 0, 1, 785, '', 0, NULL),
(918, 'table_silo_med*3', '9', 3, 3, 0, 0, 0, 0, 1, 786, '', 0, NULL),
(919, 'table_silo_med*4', '9', 4, 3, 0, 0, 0, 0, 1, 787, '', 0, NULL),
(920, 'table_silo_med*5', '9', 5, 3, 0, 0, 0, 0, 1, 788, '', 0, NULL),
(921, 'table_silo_med*6', '9', 6, 3, 0, 0, 0, 0, 1, 789, '', 0, NULL),
(922, 'table_silo_med*7', '9', 7, 3, 0, 0, 0, 0, 1, 790, '', 0, NULL),
(923, 'table_silo_med*8', '9', 8, 3, 0, 0, 0, 0, 1, 791, '', 0, NULL),
(924, 'table_silo_med*9', '9', 9, 3, 0, 0, 0, 0, 1, 792, '', 0, NULL),
(925, 'pura_mdl1*1', '17', 1, 3, 0, 0, 0, 0, 1, 793, '', 0, NULL),
(926, 'pura_mdl2*1', '17', 1, 3, 0, 0, 0, 0, 1, 794, '', 0, NULL),
(927, 'pura_mdl3*1', '17', 1, 3, 0, 0, 0, 0, 1, 795, '', 0, NULL),
(928, 'pura_mdl4*1', '17', 1, 3, 0, 0, 0, 0, 1, 796, '', 0, NULL),
(929, 'pura_mdl5*1', '17', 1, 3, 0, 0, 0, 0, 1, 797, '', 0, NULL),
(930, 'chair_basic*1', '17', 1, 3, 0, 0, 0, 0, 1, 798, '', 0, NULL),
(931, 'pura_mdl1*2', '17', 2, 3, 0, 0, 0, 0, 1, 799, '', 0, NULL),
(932, 'pura_mdl1*3', '17', 3, 3, 0, 0, 0, 0, 1, 800, '', 0, NULL),
(933, 'pura_mdl1*4', '17', 4, 3, 0, 0, 0, 0, 1, 801, '', 0, NULL),
(934, 'pura_mdl1*5', '17', 5, 3, 0, 0, 0, 0, 1, 802, '', 0, NULL),
(935, 'pura_mdl1*6', '17', 6, 3, 0, 0, 0, 0, 1, 803, '', 0, NULL),
(936, 'pura_mdl1*7', '17', 7, 3, 0, 0, 0, 0, 1, 804, '', 0, NULL),
(937, 'pura_mdl1*8', '17', 8, 3, 0, 0, 0, 0, 1, 805, '', 0, NULL),
(938, 'pura_mdl1*9', '17', 9, 3, 0, 0, 0, 0, 1, 806, '', 0, NULL),
(939, 'pura_mdl2*2', '17', 2, 3, 0, 0, 0, 0, 1, 807, '', 0, NULL),
(940, 'pura_mdl2*3', '17', 3, 3, 0, 0, 0, 0, 1, 808, '', 0, NULL),
(941, 'pura_mdl2*4', '17', 4, 3, 0, 0, 0, 0, 1, 809, '', 0, NULL),
(942, 'pura_mdl2*5', '17', 5, 3, 0, 0, 0, 0, 1, 810, '', 0, NULL),
(943, 'pura_mdl2*6', '17', 6, 3, 0, 0, 0, 0, 1, 811, '', 0, NULL),
(944, 'pura_mdl2*7', '17', 7, 3, 0, 0, 0, 0, 1, 812, '', 0, NULL),
(945, 'pura_mdl2*8', '17', 8, 3, 0, 0, 0, 0, 1, 813, '', 0, NULL),
(946, 'pura_mdl2*9', '17', 9, 3, 0, 0, 0, 0, 1, 814, '', 0, NULL),
(947, 'pura_mdl3*2', '17', 2, 3, 0, 0, 0, 0, 1, 815, '', 0, NULL),
(948, 'pura_mdl3*3', '17', 3, 3, 0, 0, 0, 0, 1, 816, '', 0, NULL),
(949, 'pura_mdl3*4', '17', 4, 3, 0, 0, 0, 0, 1, 817, '', 0, NULL),
(950, 'pura_mdl3*5', '17', 5, 3, 0, 0, 0, 0, 1, 818, '', 0, NULL),
(951, 'pura_mdl3*6', '17', 6, 3, 0, 0, 0, 0, 1, 819, '', 0, NULL),
(952, 'pura_mdl3*7', '17', 7, 3, 0, 0, 0, 0, 1, 820, '', 0, NULL),
(953, 'pura_mdl3*8', '17', 8, 3, 0, 0, 0, 0, 1, 821, '', 0, NULL),
(954, 'pura_mdl3*9', '17', 9, 3, 0, 0, 0, 0, 1, 822, '', 0, NULL),
(955, 'pura_mdl4*2', '17', 2, 3, 0, 0, 0, 0, 1, 823, '', 0, NULL),
(956, 'pura_mdl4*3', '17', 3, 3, 0, 0, 0, 0, 1, 824, '', 0, NULL),
(957, 'pura_mdl4*4', '17', 4, 3, 0, 0, 0, 0, 1, 825, '', 0, NULL),
(958, 'pura_mdl4*5', '17', 5, 3, 0, 0, 0, 0, 1, 826, '', 0, NULL),
(959, 'pura_mdl4*6', '17', 6, 3, 0, 0, 0, 0, 1, 827, '', 0, NULL),
(960, 'pura_mdl4*7', '17', 7, 3, 0, 0, 0, 0, 1, 828, '', 0, NULL),
(961, 'pura_mdl4*8', '17', 8, 3, 0, 0, 0, 0, 1, 829, '', 0, NULL),
(962, 'pura_mdl4*9', '17', 9, 3, 0, 0, 0, 0, 1, 830, '', 0, NULL),
(963, 'pura_mdl5*2', '17', 2, 3, 0, 0, 0, 0, 1, 831, '', 0, NULL),
(964, 'pura_mdl5*3', '17', 3, 3, 0, 0, 0, 0, 1, 832, '', 0, NULL),
(965, 'pura_mdl5*4', '17', 4, 3, 0, 0, 0, 0, 1, 833, '', 0, NULL),
(966, 'pura_mdl5*5', '17', 5, 3, 0, 0, 0, 0, 1, 834, '', 0, NULL),
(967, 'pura_mdl5*6', '17', 6, 3, 0, 0, 0, 0, 1, 835, '', 0, NULL),
(968, 'pura_mdl5*7', '17', 7, 3, 0, 0, 0, 0, 1, 836, '', 0, NULL),
(969, 'pura_mdl5*8', '17', 8, 3, 0, 0, 0, 0, 1, 837, '', 0, NULL),
(970, 'pura_mdl5*9', '17', 9, 3, 0, 0, 0, 0, 1, 838, '', 0, NULL),
(971, 'chair_basic*2', '17', 2, 3, 0, 0, 0, 0, 1, 839, '', 0, NULL),
(972, 'chair_basic*3', '17', 3, 3, 0, 0, 0, 0, 1, 840, '', 0, NULL),
(973, 'chair_basic*4', '17', 4, 3, 0, 0, 0, 0, 1, 841, '', 0, NULL),
(974, 'chair_basic*5', '17', 5, 3, 0, 0, 0, 0, 1, 842, '', 0, NULL),
(975, 'chair_basic*6', '17', 6, 3, 0, 0, 0, 0, 1, 843, '', 0, NULL),
(976, 'chair_basic*7', '17', 7, 3, 0, 0, 0, 0, 1, 844, '', 0, NULL),
(977, 'chair_basic*8', '17', 8, 3, 0, 0, 0, 0, 1, 845, '', 0, NULL),
(978, 'chair_basic*9', '17', 9, 3, 0, 0, 0, 0, 1, 846, '', 0, NULL),
(979, 'hcc_chair', '64', 1, 8, 0, 0, 0, 0, 1, 848, '', 0, NULL),
(980, 'hcc_shelf', '64', 6, 8, 0, 0, 0, 0, 1, 849, '', 0, NULL),
(981, 'hcc_stool', '64', 2, 8, 0, 0, 0, 0, 1, 850, '', 0, NULL),
(982, 'hcc_dvdr', '64', 8, 8, 0, 0, 0, 0, 1, 851, '', 0, NULL),
(983, 'hcc_sofa', '64', 4, 8, 0, 0, 0, 0, 1, 856, '', 0, NULL),
(984, 'hcc_crnr', '64', 9, 8, 0, 0, 0, 0, 1, 853, '', 0, NULL),
(985, 'hcc_sofachair', '64', 3, 8, 0, 0, 0, 0, 1, 852, '', 0, NULL),
(986, 'hcc_table', '64', 5, 8, 0, 0, 0, 0, 1, 854, '', 0, NULL),
(987, 'hcc_minibar', '64', 7, 8, 0, 0, 0, 0, 1, 855, '', 0, NULL),
(988, 'glass_shelf', '66', 1, 8, 0, 0, 0, 0, 1, 857, '', 0, NULL),
(989, 'glass_sofa', '66', 2, 8, 0, 0, 0, 0, 1, 858, '', 0, NULL),
(990, 'glass_table', '66', 3, 8, 0, 0, 0, 0, 1, 859, '', 0, NULL),
(991, 'glass_chair', '66', 4, 8, 0, 0, 0, 0, 1, 860, '', 0, NULL),
(992, 'glass_stool', '66', 5, 8, 0, 0, 0, 0, 1, 861, '', 0, NULL),
(993, 'glass_sofa*2', '66', 2, 8, 0, 0, 0, 0, 1, 862, '', 0, NULL),
(994, 'glass_sofa*3', '66', 2, 8, 0, 0, 0, 0, 1, 863, '', 0, NULL),
(995, 'glass_sofa*4', '66', 2, 8, 0, 0, 0, 0, 1, 864, '', 0, NULL),
(996, 'glass_sofa*5', '66', 2, 8, 0, 0, 0, 0, 1, 865, '', 0, NULL),
(997, 'glass_table*2', '66', 3, 8, 0, 0, 0, 0, 1, 866, '', 0, NULL),
(998, 'glass_table*3', '66', 3, 8, 0, 0, 0, 0, 1, 867, '', 0, NULL),
(999, 'glass_table*4', '66', 3, 8, 0, 0, 0, 0, 1, 868, '', 0, NULL),
(1000, 'glass_table*5', '66', 3, 8, 0, 0, 0, 0, 1, 869, '', 0, NULL),
(1001, 'glass_chair*2', '66', 4, 8, 0, 0, 0, 0, 1, 870, '', 0, NULL),
(1002, 'glass_chair*3', '66', 4, 8, 0, 0, 0, 0, 1, 871, '', 0, NULL),
(1003, 'glass_chair*4', '66', 4, 8, 0, 0, 0, 0, 1, 872, '', 0, NULL),
(1004, 'glass_stool*2', '66', 5, 8, 0, 0, 0, 0, 1, 874, '', 0, NULL),
(1005, 'glass_stool*3', '66', 5, 8, 0, 0, 0, 0, 1, 875, '', 0, NULL),
(1006, 'glass_stool*4', '66', 5, 8, 0, 0, 0, 0, 1, 876, '', 0, NULL),
(1007, 'glass_stool*5', '66', 5, 8, 0, 0, 0, 0, 1, 877, '', 0, NULL),
(1008, 'glass_sofa*6', '66', 2, 8, 0, 0, 0, 0, 1, 878, '', 0, NULL),
(1009, 'glass_sofa*7', '66', 2, 8, 0, 0, 0, 0, 1, 879, '', 0, NULL),
(1010, 'glass_sofa*8', '66', 2, 8, 0, 0, 0, 0, 1, 880, '', 0, NULL),
(1011, 'glass_sofa*9', '66', 2, 8, 0, 0, 0, 0, 1, 881, '', 0, NULL),
(1012, 'glass_table*6', '66', 3, 8, 0, 0, 0, 0, 1, 882, '', 0, NULL),
(1013, 'glass_table*7', '66', 3, 8, 0, 0, 0, 0, 1, 883, '', 0, NULL),
(1014, 'glass_table*8', '66', 3, 8, 0, 0, 0, 0, 1, 884, '', 0, NULL),
(1015, 'glass_table*9', '66', 3, 8, 0, 0, 0, 0, 1, 885, '', 0, NULL),
(1016, 'glass_chair*5', '66', 4, 8, 0, 0, 0, 0, 1, 873, '', 0, NULL),
(1017, 'glass_chair*6', '66', 4, 8, 0, 0, 0, 0, 1, 886, '', 0, NULL),
(1018, 'glass_chair*7', '66', 4, 8, 0, 0, 0, 0, 1, 887, '', 0, NULL),
(1019, 'glass_chair*8', '66', 4, 8, 0, 0, 0, 0, 1, 888, '', 0, NULL),
(1020, 'glass_stool*6', '66', 5, 8, 0, 0, 0, 0, 1, 890, '', 0, NULL),
(1021, 'glass_stool*7', '66', 5, 8, 0, 0, 0, 0, 1, 891, '', 0, NULL),
(1022, 'glass_stool*8', '66', 5, 8, 0, 0, 0, 0, 1, 892, '', 0, NULL),
(1023, 'glass_stool*9', '66', 5, 8, 0, 0, 0, 0, 1, 893, '', 0, NULL),
(1024, 'glass_chair*9', '66', 4, 8, 0, 0, 0, 0, 1, 889, '', 0, NULL),
(1025, 'greek_gate', '67', 1, 3, 0, 0, 0, 0, 1, 894, '', 0, NULL),
(1026, 'greek_seat', '67', 1, 2, 0, 0, 0, 0, 1, 895, '', 0, NULL),
(1027, 'greek_pillars', '67', 1, 2, 0, 0, 0, 0, 1, 896, '', 0, NULL),
(1028, 'greek_corner', '67', 1, 2, 0, 0, 0, 0, 1, 897, '', 0, NULL),
(1029, 'greek_block', '67', 1, 4, 0, 0, 0, 0, 1, 898, '', 0, NULL),
(1030, 'romantique_pianochair*1', '68', 2, 3, 0, 0, 0, 0, 1, 899, '', 0, NULL),
(1031, 'romantique_divan*1', '68', 3, 3, 0, 0, 0, 0, 1, 900, '', 0, NULL),
(1032, 'romantique_chair*1', '68', 4, 3, 0, 0, 0, 0, 1, 901, '', 0, NULL),
(1033, 'romantique_divider*1', '68', 5, 3, 0, 0, 0, 0, 1, 902, '', 0, NULL),
(1034, 'romantique_smalltabl*1', '68', 6, 3, 0, 0, 0, 0, 1, 903, '', 0, NULL),
(1035, 'romantique_mirrortabl', '68', 1, 3, 0, 0, 0, 0, 1, 904, '', 0, NULL),
(1036, 'wallmirror', '68', 1, 3, 0, 0, 0, 0, 1, 905, '', 0, NULL),
(1037, 'romantique_tray1', '68', 1, 3, 0, 0, 0, 0, 1, 906, '', 0, NULL),
(1038, 'romantique_tray2', '68', 1, 3, 0, 0, 0, 0, 1, 907, '', 0, NULL),
(1039, 'rom_lamp', '68', 1, 3, 0, 0, 0, 0, 1, 908, '', 0, NULL),
(1040, 'romantique_clock', '68', 1, 3, 0, 0, 0, 0, 1, 909, '', 0, NULL),
(1041, 'romantique_pianochair*2', '68', 2, 3, 0, 0, 0, 0, 1, 910, '', 0, NULL),
(1042, 'romantique_divan*2', '68', 3, 3, 0, 0, 0, 0, 1, 911, '', 0, NULL),
(1043, 'romantique_chair*2', '68', 4, 3, 0, 0, 0, 0, 1, 912, '', 0, NULL),
(1044, 'romantique_divider*2', '68', 5, 3, 0, 0, 0, 0, 1, 913, '', 0, NULL),
(1045, 'romantique_smalltabl*2', '68', 6, 3, 0, 0, 0, 0, 1, 914, '', 0, NULL),
(1046, 'romantique_pianochair*3', '68', 2, 3, 0, 0, 0, 0, 1, 915, '', 0, NULL),
(1047, 'romantique_divan*3', '68', 3, 3, 0, 0, 0, 0, 1, 916, '', 0, NULL),
(1048, 'romantique_chair*3', '68', 4, 3, 0, 0, 0, 0, 1, 917, '', 0, NULL),
(1049, 'romantique_divider*3', '68', 5, 3, 0, 0, 0, 0, 1, 918, '', 0, NULL),
(1050, 'romantique_smalltabl*3', '68', 6, 3, 0, 0, 0, 0, 1, 919, '', 0, NULL),
(1051, 'romantique_pianochair*4', '68', 2, 3, 0, 0, 0, 0, 1, 920, '', 0, NULL),
(1052, 'romantique_divan*4', '68', 3, 3, 0, 0, 0, 0, 1, 921, '', 0, NULL),
(1053, 'romantique_chair*4', '68', 4, 3, 0, 0, 0, 0, 1, 922, '', 0, NULL),
(1054, 'romantique_divider*4', '68', 5, 3, 0, 0, 0, 0, 1, 923, '', 0, NULL),
(1055, 'romantique_smalltabl*4', '68', 6, 3, 0, 0, 0, 0, 1, 924, '', 0, NULL),
(1056, 'romantique_pianochair*5', '68', 2, 3, 0, 0, 0, 0, 1, 925, '', 0, NULL),
(1057, 'romantique_divan*5', '68', 3, 3, 0, 0, 0, 0, 1, 926, '', 0, NULL),
(1058, 'romantique_chair*5', '68', 4, 3, 0, 0, 0, 0, 1, 927, '', 0, NULL),
(1059, 'romantique_divider*5', '68', 5, 3, 0, 0, 0, 0, 1, 928, '', 0, NULL),
(1060, 'romantique_smalltabl*6', '68', 6, 3, 0, 0, 0, 0, 1, 929, '', 0, NULL),
(1061, 'grand_piano*1', '68', 7, 3, 0, 0, 0, 0, 1, 930, '', 0, NULL),
(1062, 'grand_piano*2', '68', 7, 3, 0, 0, 0, 0, 1, 931, '', 0, NULL),
(1063, 'grand_piano*3', '68', 7, 3, 0, 0, 0, 0, 1, 932, '', 0, NULL),
(1064, 'grand_piano*4', '68', 7, 3, 0, 0, 0, 0, 1, 933, '', 0, NULL),
(1065, 'grand_piano*5', '68', 7, 3, 0, 0, 0, 0, 1, 934, '', 0, NULL),
(1066, 'xmas08_chair', '69', 1, 2, 0, 0, 0, 0, 1, 935, '', 0, NULL),
(1067, 'xmas08_cubetree', '69', 2, 2, 0, 0, 0, 0, 1, 936, '', 0, NULL),
(1068, 'xmas08_dvdr1', '69', 3, 2, 0, 0, 0, 0, 1, 937, '', 0, NULL),
(1069, 'xmas08_dvdr2', '69', 4, 2, 0, 0, 0, 0, 1, 938, '', 0, NULL),
(1070, 'xmas08_geysir', '69', 5, 3, 0, 0, 0, 0, 1, 939, '', 0, NULL),
(1071, 'xmas08_hole', '69', 6, 1, 0, 0, 0, 0, 1, 940, '', 0, NULL),
(1072, 'xmas08_hottub', '69', 7, 3, 0, 0, 0, 0, 1, 941, '', 0, NULL),
(1073, 'xmas08_icerug', '69', 8, 3, 0, 0, 0, 0, 1, 942, '', 0, NULL),
(1074, 'xmas08_icetree', '69', 9, 2, 0, 0, 0, 0, 1, 943, '', 0, NULL),
(1075, 'xmas08_icewall', '69', 10, 2, 0, 0, 0, 0, 1, 944, '', 0, NULL),
(1076, 'xmas08_lantern', '69', 11, 1, 0, 0, 0, 0, 1, 945, '', 0, NULL),
(1077, 'xmas08_snowpl', '69', 12, 1, 0, 0, 0, 0, 1, 946, '', 0, NULL),
(1078, 'xmas08_table', '69', 13, 3, 0, 0, 0, 0, 1, 947, '', 0, NULL),
(1079, 'xmas08_telep', '69,6', 14, 5, 0, 0, 0, 0, 1, 948, '', 0, NULL),
(1080, 'xmas08_trph1', '118', 15, 3, 0, 0, 0, 0, 1, 949, '', 0, NULL),
(1081, 'xmas08_wallpaper', '69', 16, 2, 0, 0, 0, 0, 1, 950, '', 0, NULL),
(1082, 'campfire', '69', 17, 1, 0, 0, 0, 0, 1, 951, '', 0, NULL),
(1083, 'xmas_snow', '69', 18, 2, 0, 0, 0, 0, 1, 952, '', 0, NULL),
(1084, 'lc_coral_divider_hi', '70', 1, 3, 0, 0, 0, 0, 1, 953, '', 0, NULL),
(1085, 'lc_coral_divider_low', '70', 2, 2, 0, 0, 0, 0, 1, 954, '', 0, NULL),
(1086, 'lc_wall1', '70', 3, 3, 0, 0, 0, 0, 1, 955, '', 0, NULL),
(1087, 'lc_wall2', '70', 4, 3, 0, 0, 0, 0, 1, 956, '', 0, NULL),
(1088, 'lc_window1', '70', 5, 3, 0, 0, 0, 0, 1, 957, '', 0, NULL),
(1089, 'lc_window2', '70', 6, 5, 0, 0, 0, 0, 1, 958, '', 0, NULL),
(1090, 'lc_anemone', '70', 7, 2, 0, 0, 0, 0, 1, 959, '', 0, NULL),
(1091, 'lc_chair', '70', 8, 2, 0, 0, 0, 0, 1, 960, '', 0, NULL),
(1092, 'lc_corner', '70', 9, 2, 0, 0, 0, 0, 1, 961, '', 0, NULL),
(1093, 'lc_desk', '70', 10, 3, 0, 0, 0, 0, 1, 962, '', 0, NULL),
(1094, 'lc_stool', '70', 11, 1, 0, 0, 0, 0, 1, 963, '', 0, NULL),
(1095, 'lc_table', '70', 12, 4, 0, 0, 0, 0, 1, 964, '', 0, NULL),
(1096, 'lc_tile1', '70', 13, 4, 0, 0, 0, 0, 1, 965, '', 0, NULL),
(1097, 'lc_tile2', '70', 14, 4, 0, 0, 0, 0, 1, 966, '', 0, NULL),
(1098, 'lc_tubes_corners', '70', 15, 1, 0, 0, 0, 0, 1, 967, '', 0, NULL),
(1099, 'lc_tubes_straight', '70', 16, 1, 0, 0, 0, 0, 1, 968, '', 0, NULL),
(1100, 'lostc_teleport', '83', 17, 200, 100, 0, 0, 0, 1, 969, '', 0, NULL),
(1101, 'lc_crab1', '70', 18, 1, 0, 0, 0, 0, 1, 970, '', 0, NULL),
(1102, 'lc_crab2', '70', 19, 2, 0, 0, 0, 0, 1, 971, '', 0, NULL),
(1103, 'lc_glass_floor', '70', 20, 3, 0, 0, 0, 0, 1, 972, '', 0, NULL),
(1104, 'lc_medusa1', '70', 21, 3, 0, 0, 0, 0, 1, 973, '', 0, NULL),
(1105, 'lc_medusa2', '70', 22, 2, 0, 0, 0, 0, 1, 974, '', 0, NULL),
(1106, 'party_ball', '71', 1, 3, 0, 0, 0, 0, 1, 975, '', 0, NULL),
(1107, 'party_barcorn', '71', 2, 1, 0, 0, 0, 0, 1, 976, '', 0, NULL),
(1108, 'party_bardesk', '71', 3, 3, 0, 0, 0, 0, 1, 977, '', 0, NULL),
(1109, 'party_beamer', '71', 4, 4, 0, 0, 0, 0, 1, 978, '', 0, NULL),
(1110, 'party_block', '71', 5, 2, 0, 0, 0, 0, 1, 979, '', 0, NULL),
(1111, 'party_block2', '71', 6, 3, 0, 0, 0, 0, 1, 980, '', 0, NULL),
(1112, 'party_chair', '71', 7, 2, 0, 0, 0, 0, 1, 981, '', 0, NULL),
(1113, 'party_discol', '71', 8, 2, 0, 0, 0, 0, 1, 982, '', 0, NULL),
(1114, 'party_djtable', '71', 9, 3, 0, 0, 0, 0, 1, 983, '', 0, NULL),
(1115, 'party_floor', '71', 10, 5, 0, 0, 0, 0, 1, 984, '', 0, NULL),
(1116, 'party_led', '71', 11, 5, 0, 0, 0, 0, 1, 985, '', 0, NULL),
(1117, 'party_mic', '71', 12, 2, 0, 0, 0, 0, 1, 986, '', 0, NULL),
(1118, 'party_neon1', '71', 13, 3, 0, 0, 0, 0, 1, 987, '', 0, NULL),
(1119, 'party_neon2', '71', 14, 3, 0, 0, 0, 0, 1, 988, '', 0, NULL),
(1120, 'party_neon3', '71', 15, 3, 0, 0, 0, 0, 1, 989, '', 0, NULL),
(1121, 'party_neon4', '71', 16, 3, 0, 0, 0, 0, 1, 990, '', 0, NULL),
(1122, 'party_neon5', '71', 17, 3, 0, 0, 0, 0, 1, 991, '', 0, NULL),
(1123, 'party_ravel', '71', 18, 4, 0, 0, 0, 0, 1, 992, '', 0, NULL),
(1124, 'party_seat', '71', 19, 2, 0, 0, 0, 0, 1, 993, '', 0, NULL),
(1125, 'party_shelf', '71', 20, 2, 0, 0, 0, 0, 1, 994, '', 0, NULL),
(1126, 'party_table', '71', 21, 3, 0, 0, 0, 0, 1, 995, '', 0, NULL),
(1127, 'party_tray', '71', 22, 2, 0, 0, 0, 0, 1, 996, '', 0, NULL),
(1128, 'party_tube_bubble', '71', 23, 3, 0, 0, 0, 0, 1, 997, '', 0, NULL),
(1129, 'party_tube_lava', '71', 24, 3, 0, 0, 0, 0, 1, 998, '', 0, NULL),
(1130, 'party_wc_boy', '71', 25, 2, 0, 0, 0, 0, 1, 999, '', 0, NULL),
(1131, 'party_wc_girl', '71', 26, 2, 0, 0, 0, 0, 1, 1000, '', 0, NULL),
(1132, 'LT_throne', '72', 1, 6, 0, 0, 0, 0, 1, 1001, '', 0, NULL),
(1133, 'lt_jngl_wall', '72', 2, 4, 0, 0, 0, 0, 1, 1002, '', 0, NULL),
(1134, 'lt_patch', '72', 3, 4, 0, 0, 0, 0, 1, 1003, '', 0, NULL),
(1135, 'lt_lavac', '72', 4, 2, 0, 0, 0, 0, 1, 1004, '', 0, NULL),
(1136, 'LT_pillar', '72', 5, 2, 0, 0, 0, 0, 1, 1005, '', 0, NULL),
(1137, 'LT_pillar2', '72', 6, 3, 0, 0, 0, 0, 1, 1006, '', 0, NULL),
(1138, 'LT_skull', '72', 7, 1, 0, 0, 0, 0, 1, 1007, '', 0, NULL),
(1139, 'lt_spider', '72', 8, 1, 0, 0, 0, 0, 1, 1008, '', 0, NULL),
(1140, 'lt_stage1', '72', 9, 2, 0, 0, 0, 0, 1, 1009, '', 0, NULL),
(1141, 'lt_stage2', '72', 10, 3, 0, 0, 0, 0, 1, 1010, '', 0, NULL),
(1142, 'lt_statue', '72', 11, 4, 0, 0, 0, 0, 1, 1011, '', 0, NULL),
(1143, 'lt_stone2', '72', 12, 3, 0, 0, 0, 0, 1, 1012, '', 0, NULL),
(1144, 'lt_lava', '72', 13, 3, 0, 0, 0, 0, 1, 1013, '', 0, NULL),
(1145, 'lt_bughill', '72', 14, 3, 0, 0, 0, 0, 1, 1014, '', 0, NULL),
(1146, 'lt_gate', '72', 15, 5, 0, 0, 0, 0, 1, 1015, '', 0, NULL),
(1147, 'lt_wall', '72', 16, 4, 0, 0, 0, 0, 1, 1016, '', 0, NULL),
(1148, 'lt_stone1', '72', 17, 2, 0, 0, 0, 0, 1, 1017, '', 0, NULL),
(1149, 'hween08_bath', '73', 1, 4, 0, 0, 0, 0, 1, 1018, '', 0, NULL),
(1150, 'hween08_wndwb', '73', 2, 2, 0, 0, 0, 0, 1, 1019, '', 0, NULL),
(1151, 'hween08_wndw', '73', 3, 4, 0, 0, 0, 0, 1, 1020, '', 0, NULL),
(1152, 'hween08_rad', '73', 4, 3, 0, 0, 0, 0, 1, 1021, '', 0, NULL),
(1153, 'hween08_bio', '73', 5, 3, 0, 0, 0, 0, 1, 1022, '', 0, NULL),
(1154, 'hween08_bath2', '73', 6, 4, 0, 0, 0, 0, 1, 1023, '', 0, NULL),
(1155, 'hween08_bbag', '73', 7, 3, 0, 0, 0, 0, 1, 1024, '', 0, NULL),
(1156, 'hween08_bed', '73', 8, 3, 0, 0, 0, 0, 1, 1025, '', 0, NULL),
(1157, 'hween08_bed2', '73', 9, 3, 0, 0, 0, 0, 1, 1026, '', 0, NULL),
(1158, 'hween08_curtain', '73', 10, 3, 0, 0, 0, 0, 1, 1027, '', 0, NULL),
(1159, 'hween08_curtain2', '73', 11, 3, 0, 0, 0, 0, 1, 1028, '', 0, NULL),
(1160, 'hween08_defibs', '73', 12, 3, 0, 0, 0, 0, 1, 1029, '', 0, NULL),
(1161, 'hween08_defibs2', '73', 13, 3, 0, 0, 0, 0, 1, 1030, '', 0, NULL),
(1162, 'hween08_manhole', '73', 14, 2, 0, 0, 0, 0, 1, 1031, '', 0, NULL),
(1163, 'hween08_sink', '73', 15, 3, 0, 0, 0, 0, 1, 1032, '', 0, NULL),
(1164, 'hween08_sink2', '73', 16, 3, 0, 0, 0, 0, 1, 1033, '', 0, NULL),
(1165, 'hween08_trll', '73', 17, 2, 0, 0, 0, 0, 1, 1034, '', 0, NULL),
(1166, 'hw08_xray', '73', 18, 3, 0, 0, 0, 0, 1, 1035, '', 0, NULL),
(1167, 'eco_chair1', '76', 1, 5, 0, 0, 0, 0, 1, 1036, '', 0, NULL),
(1168, 'eco_chair2', '76', 1, 3, 0, 0, 0, 0, 1, 1037, '', 0, NULL),
(1169, 'eco_chair3', '76', 1, 5, 0, 0, 0, 0, 1, 1038, '', 0, NULL),
(1170, 'eco_fruits1', '76', 1, 5, 0, 0, 0, 0, 1, 1042, '', 0, NULL),
(1171, 'eco_fruits2', '76', 1, 5, 0, 0, 0, 0, 1, 1043, '', 0, NULL),
(1172, 'eco_fruits3', '76', 1, 5, 0, 0, 0, 0, 1, 1044, '', 0, NULL),
(1173, 'eco_lamp3', '76', 1, 5, 0, 0, 0, 0, 1, 1047, '', 0, NULL),
(1174, 'eco_light1', '76', 1, 5, 0, 0, 0, 0, 1, 1048, '', 0, NULL),
(1175, 'eco_light2', '76', 1, 5, 0, 0, 0, 0, 1, 1049, '', 0, NULL),
(1176, 'eco_light3', '76', 1, 5, 0, 0, 0, 0, 1, 1050, '', 0, NULL),
(1177, 'eco_lamp2', '76', 1, 5, 0, 0, 0, 0, 1, 1046, '', 0, NULL),
(1178, 'eco_table1', '76', 1, 5, 0, 0, 0, 0, 1, 1051, '', 0, NULL),
(1179, 'eco_lamp1', '76', 1, 5, 0, 0, 0, 0, 1, 1045, '', 0, NULL),
(1180, 'eco_table2', '76', 1, 5, 0, 0, 0, 0, 1, 1052, '', 0, NULL),
(1181, 'eco_table3', '76', 1, 5, 0, 0, 0, 0, 1, 1053, '', 0, NULL),
(1182, 'eco_tree1', '76', 1, 5, 0, 0, 0, 0, 1, 1054, '', 0, NULL),
(1183, 'eco_tree2', '76', 1, 5, 0, 0, 0, 0, 1, 1055, '', 0, NULL),
(1184, 'eco_mush1', '76', 1, 5, 0, 0, 0, 0, 1, 1057, '', 0, NULL),
(1185, 'eco_mush2', '76', 1, 5, 0, 0, 0, 0, 1, 1058, '', 0, NULL),
(1186, 'eco_sofa1', '76', 1, 5, 0, 0, 0, 0, 1, 1059, '', 0, NULL),
(1187, 'eco_sofa2', '76', 1, 5, 0, 0, 0, 0, 1, 1060, '', 0, NULL),
(1188, 'eco_sofa3', '76', 1, 5, 0, 0, 0, 0, 1, 1061, '', 0, NULL),
(1189, 'eco_curtains1', '76', 1, 5, 0, 0, 0, 0, 1, 1062, '', 0, NULL),
(1190, 'eco_curtains2', '76', 1, 5, 0, 0, 0, 0, 1, 1063, '', 0, NULL),
(1191, 'eco_curtains3', '76', 1, 5, 0, 0, 0, 0, 1, 1064, '', 0, NULL),
(1192, 'eco_cactus1', '76', 1, 5, 0, 0, 0, 0, 1, 1066, '', 0, NULL),
(1193, 'eco_cactus2', '76', 1, 5, 0, 0, 0, 0, 1, 1067, '', 0, NULL),
(1194, 'eco_cactus3', '76', 1, 5, 0, 0, 0, 0, 1, 1068, '', 0, NULL),
(1195, 'ktchn_pots', '78', 1, 2, 0, 0, 0, 0, 1, 1069, '', 0, NULL),
(1196, 'ktchn_dvdr', '78', 2, 3, 0, 0, 0, 0, 1, 1070, '', 0, NULL),
(1197, 'ktchn_light', '78', 3, 2, 0, 0, 0, 0, 1, 1071, '', 0, NULL),
(1198, 'ktchn_countr_2', '78', 4, 2, 0, 0, 0, 0, 1, 1072, '', 0, NULL),
(1199, 'ktchn_cornr', '78', 5, 2, 0, 0, 0, 0, 1, 1073, '', 0, NULL),
(1200, 'ktchn_gate', '78', 6, 4, 0, 0, 0, 0, 1, 1074, '', 0, NULL),
(1201, 'ktchn_knives', '78', 7, 2, 0, 0, 0, 0, 1, 1075, '', 0, NULL),
(1202, 'ktchn_plates', '78', 8, 2, 0, 0, 0, 0, 1, 1076, '', 0, NULL),
(1203, 'ktchn_oven', '78', 9, 2, 0, 0, 0, 0, 1, 1077, '', 0, NULL),
(1204, 'ktchn_wall', '78', 10, 2, 0, 0, 0, 0, 1, 1078, '', 0, NULL),
(1205, 'ktchn_countr_1', '78', 11, 1, 0, 0, 0, 0, 1, 1079, '', 0, NULL),
(1206, 'ktchn_sink', '78', 12, 2, 0, 0, 0, 0, 1, 1080, '', 0, NULL),
(1207, 'ktchn_desk', '78', 13, 1, 0, 0, 0, 0, 1, 1081, '', 0, NULL),
(1208, 'ktchn_fridge', '78', 14, 5, 0, 0, 0, 0, 1, 1082, '', 0, NULL),
(1209, 'ktchn_inspctr', '78', 15, 15, 0, 0, 0, 0, 1, 1083, '', 0, NULL),
(1210, 'ktchn_hlthNut', '78', 16, 15, 0, 0, 0, 0, 1, 1084, '', 0, NULL),
(1211, 'ktchn_stove', '78', 17, 2, 0, 0, 0, 0, 1, 1085, '', 0, NULL),
(1212, 'ktchn_bBlock', '78', 18, 3, 0, 0, 0, 0, 1, 1086, '', 0, NULL),
(1213, 'ktchn_trash', '78', 19, 1, 0, 0, 0, 0, 1, 1087, '', 0, NULL),
(1214, 'xm09_man_a', '79', 1, 3, 0, 0, 0, 0, 1, 1088, '', 0, NULL),
(1215, 'xm09_man_b', '79', 2, 3, 0, 0, 0, 0, 1, 1089, '', 0, NULL),
(1216, 'xm09_man_c', '79', 3, 3, 0, 0, 0, 0, 1, 1090, '', 0, NULL),
(1217, 'xm09_table', '79', 4, 5, 0, 0, 0, 0, 1, 1091, '', 0, NULL),
(1218, 'xm09_bench', '79', 5, 5, 0, 0, 0, 0, 1, 1092, '', 0, NULL),
(1219, 'xm09_firwall', '79', 6, 3, 0, 0, 0, 0, 1, 1093, '', 0, NULL),
(1220, 'xm09_forestwall', '79', 7, 3, 0, 0, 0, 0, 1, 1094, '', 0, NULL),
(1221, 'xm09_lodgewall', '79', 8, 3, 0, 0, 0, 0, 1, 1095, '', 0, NULL),
(1222, 'xm09_bauble_1', '79', 9, 1, 0, 0, 0, 0, 1, 1096, '', 0, NULL),
(1223, 'xm09_bauble_2', '79', 10, 1, 0, 0, 0, 0, 1, 1097, '', 0, NULL),
(1224, 'xm09_bauble_3', '79', 11, 1, 0, 0, 0, 0, 1, 1098, '', 0, NULL),
(1225, 'xm09_bauble_4', '79', 12, 1, 0, 0, 0, 0, 1, 1099, '', 0, NULL),
(1226, 'xm09_bauble_5', '79', 13, 1, 0, 0, 0, 0, 1, 1100, '', 0, NULL),
(1227, 'xm09_bauble_6', '79', 14, 1, 0, 0, 0, 0, 1, 1101, '', 0, NULL),
(1228, 'xm09_bauble_7', '79', 15, 1, 0, 0, 0, 0, 1, 1102, '', 0, NULL),
(1229, 'xm09_bauble_8', '79', 16, 1, 0, 0, 0, 0, 1, 1103, '', 0, NULL),
(1230, 'xm09_bauble_9', '79', 17, 1, 0, 0, 0, 0, 1, 1104, '', 0, NULL),
(1231, 'xm09_bauble_10', '79', 18, 1, 0, 0, 0, 0, 1, 1105, '', 0, NULL),
(1232, 'xm09_bauble_11', '79', 19, 1, 0, 0, 0, 0, 1, 1106, '', 0, NULL),
(1233, 'xm09_bauble_12', '79', 20, 1, 0, 0, 0, 0, 1, 1107, '', 0, NULL),
(1234, 'xm09_bauble_13', '79', 21, 1, 0, 0, 0, 0, 1, 1108, '', 0, NULL),
(1235, 'xm09_bauble_14', '79', 22, 1, 0, 0, 0, 0, 1, 1109, '', 0, NULL),
(1236, 'xm09_bauble_15', '79', 23, 1, 0, 0, 0, 0, 1, 1110, '', 0, NULL),
(1237, 'xm09_bauble_16', '79', 24, 1, 0, 0, 0, 0, 1, 1111, '', 0, NULL),
(1238, 'xm09_bauble_17', '79', 25, 1, 0, 0, 0, 0, 1, 1112, '', 0, NULL),
(1239, 'xm09_bauble_18', '79', 26, 1, 0, 0, 0, 0, 1, 1113, '', 0, NULL),
(1240, 'xm09_bauble_19', '79', 27, 1, 0, 0, 0, 0, 1, 1114, '', 0, NULL),
(1241, 'xm09_bauble_20', '79', 28, 1, 0, 0, 0, 0, 1, 1115, '', 0, NULL),
(1242, 'xm09_bauble_21', '79', 29, 1, 0, 0, 0, 0, 1, 1116, '', 0, NULL),
(1243, 'xm09_bauble_22', '79', 30, 1, 0, 0, 0, 0, 1, 1117, '', 0, NULL),
(1244, 'xm09_bauble_23', '79', 31, 1, 0, 0, 0, 0, 1, 1118, '', 0, NULL),
(1245, 'xm09_bauble_24', '79', 32, 1, 0, 0, 0, 0, 1, 1119, '', 0, NULL),
(1246, 'xm09_bauble_25', '79', 33, 1, 0, 0, 0, 0, 1, 1120, '', 0, NULL),
(1247, 'xm09_bauble_26', '79', 34, 1, 0, 0, 0, 0, 1, 1121, '', 0, NULL),
(1248, 'xm09_bauble_27', '79', 35, 1, 0, 0, 0, 0, 1, 1122, '', 0, NULL),
(1249, 'xm09_candyCane', '79', 36, 2, 0, 0, 0, 0, 1, 1123, '', 0, NULL),
(1250, 'xm09_stocking', '79', 37, 1, 0, 0, 0, 0, 1, 1124, '', 0, NULL),
(1251, 'xm09_infotv', '79', 38, 5, 0, 0, 0, 0, 1, 1125, '', 0, NULL),
(1252, 'xm09_cocoa', '79', 39, 6, 0, 0, 0, 0, 1, 1126, '', 0, NULL),
(1253, 'xm09_lrgBauble', '79', 40, 5, 0, 0, 0, 0, 1, 1127, '', 0, NULL),
(1254, 'xm09_frplc', '79', 41, 4, 0, 0, 0, 0, 1, 1128, '', 0, NULL),
(1255, 'urban_sidewalk', '80', 1, 3, 0, 0, 0, 0, 1, 1129, '', 0, NULL),
(1256, 'urban_lamp', '80', 2, 3, 0, 0, 0, 0, 1, 1130, '', 0, NULL),
(1257, 'urban_bin', '80', 3, 3, 0, 0, 0, 0, 1, 1131, '', 0, NULL),
(1258, 'urban_bench', '80', 4, 3, 0, 0, 0, 0, 1, 1132, '', 0, NULL),
(1259, 'urban_carsofa', '80', 5, 3, 0, 0, 0, 0, 1, 1133, '', 0, NULL),
(1260, 'urban_bsktbll', '80', 6, 3, 0, 0, 0, 0, 1, 1134, '', 0, NULL),
(1261, 'urban_fence', '80', 7, 3, 0, 0, 0, 0, 1, 1135, '', 0, NULL),
(1262, 'urban_wpost', '80', 8, 3, 0, 0, 0, 0, 1, 1136, '', 0, NULL),
(1263, 'urban_fence_corner', '80', 9, 3, 0, 0, 0, 0, 1, 1137, '', 0, NULL),
(1264, 'urban_blocker', '80', 10, 3, 0, 0, 0, 0, 1, 1138, '', 0, NULL),
(1265, 'urban_bench_plain', '80', 11, 3, 0, 0, 0, 0, 1, 1139, '', 0, NULL),
(1266, 'urban_wall', '80', 12, 3, 0, 0, 0, 0, 1, 1140, '', 0, NULL),
(1267, 'grunge_barrel', '81', 1, 3, 0, 0, 0, 0, 1, 1141, '', 0, NULL),
(1268, 'grunge_bench', '81', 2, 3, 0, 0, 0, 0, 1, 1142, '', 0, NULL),
(1269, 'grunge_candle', '81', 3, 3, 0, 0, 0, 0, 1, 1143, '', 0, NULL),
(1270, 'grunge_chair', '81', 4, 3, 0, 0, 0, 0, 1, 1144, '', 0, NULL),
(1271, 'grunge_mattress', '81', 5, 3, 0, 0, 0, 0, 1, 1145, '', 0, NULL),
(1272, 'grunge_radiator', '81', 6, 3, 0, 0, 0, 0, 1, 1146, '', 0, NULL),
(1273, 'grunge_shelf', '81', 7, 3, 0, 0, 0, 0, 1, 1147, '', 0, NULL),
(1274, 'grunge_sign', '81', 8, 3, 0, 0, 0, 0, 1, 1148, '', 0, NULL),
(1275, 'grunge_table', '81', 9, 3, 0, 0, 0, 0, 1, 1149, '', 0, NULL),
(1276, 'hc_crpt', '27', 2, 5, 0, 0, 0, 0, 1, 1150, '', 0, NULL),
(1277, 'poster_12', '24', 21, 3, 0, 0, 0, 0, 1, 251, '12', 0, NULL),
(1278, 'poster_35', '24', 23, 3, 0, 0, 0, 0, 1, 251, '35', 0, NULL),
(1279, 'poster_36', '24', 24, 3, 0, 0, 0, 0, 1, 251, '36', 0, NULL),
(1280, 'poster_37', '24', 25, 3, 0, 0, 0, 0, 1, 251, '37', 0, NULL),
(1281, 'poster_2006', '24', 26, 3, 0, 0, 0, 0, 1, 251, '2006', 0, NULL),
(1282, 'poster_13', '24', 22, 3, 0, 0, 0, 0, 1, 251, '13', 0, NULL),
(1283, 'poster_39', '24', 27, 3, 0, 0, 0, 0, 1, 251, '39', 0, NULL),
(1284, 'poster_41', '24', 28, 3, 0, 0, 0, 0, 1, 251, '41', 0, NULL),
(1285, 'poster_34', '24', 29, 3, 0, 0, 0, 0, 1, 251, '34', 0, NULL),
(1286, 'poster_1005', '24', 30, 3, 0, 0, 0, 0, 1, 251, '1005', 0, NULL),
(1287, 'poster_2001', '24', 31, 3, 0, 0, 0, 0, 1, 251, '2001', 0, NULL),
(1288, 'poster_20', '24', 32, 3, 0, 0, 0, 0, 1, 251, '20', 0, NULL),
(1289, 'poster_24', '24', 33, 3, 0, 0, 0, 0, 1, 251, '24', 0, NULL),
(1290, 'poster_1003', '24', 34, 3, 0, 0, 0, 0, 1, 251, '1003', 0, NULL),
(1291, 'poster_31', '24', 35, 3, 0, 0, 0, 0, 1, 251, '31', 0, NULL),
(1292, 'poster_38', '24', 36, 3, 0, 0, 0, 0, 1, 251, '38', 0, NULL),
(1293, 'poster_40', '24', 37, 3, 0, 0, 0, 0, 1, 251, '40', 0, NULL),
(1294, 'poster_1001', '24', 38, 3, 0, 0, 0, 0, 1, 251, '1001', 0, NULL),
(1295, 'poster_1002', '24', 39, 3, 0, 0, 0, 0, 1, 251, '1002', 0, NULL),
(1296, 'poster_2000', '24', 40, 3, 0, 0, 0, 0, 1, 251, '2000', 0, NULL),
(1297, 'poster_2002', '24', 41, 3, 0, 0, 0, 0, 1, 251, '2002', 0, NULL),
(1298, 'poster_2003', '24', 42, 3, 0, 0, 0, 0, 1, 251, '2003', 0, NULL),
(1299, 'poster_2004', '24', 43, 3, 0, 0, 0, 0, 1, 251, '2004', 0, NULL),
(1300, 'poster_2007', '24', 44, 3, 0, 0, 0, 0, 1, 251, '2007', 0, NULL),
(1301, 'bolly_lotus_pool', '82', 1, 3, 0, 0, 0, 0, 1, 1151, '', 0, NULL),
(1302, 'bolly_corner', '82', 2, 3, 0, 0, 0, 0, 1, 1152, '', 0, NULL),
(1303, 'bolly_desk', '82', 3, 4, 0, 0, 0, 0, 1, 1153, '', 0, NULL),
(1304, 'bolly_drapea', '82', 4, 8, 0, 0, 0, 0, 1, 1154, '', 0, NULL),
(1305, 'bolly_drapeb', '82', 5, 8, 0, 0, 0, 0, 1, 1155, '', 0, NULL),
(1306, 'bolly_drapec', '82', 6, 8, 0, 0, 0, 0, 1, 1156, '', 0, NULL),
(1307, 'bolly_pillow', '82', 7, 4, 0, 0, 0, 0, 1, 1157, '', 0, NULL),
(1308, 'bolly_fountain', '82', 8, 10, 0, 0, 0, 0, 1, 1158, '', 0, NULL),
(1309, 'bolly_lamp', '82', 9, 7, 0, 0, 0, 0, 1, 1159, '', 0, NULL),
(1310, 'bolly_monkey_lamp', '82', 10, 7, 0, 0, 0, 0, 1, 1160, '', 0, NULL),
(1311, 'bolly_phant', '82', 11, 8, 0, 0, 0, 0, 1, 1161, '', 0, NULL),
(1312, 'bolly_petals', '82', 12, 5, 0, 0, 0, 0, 1, 1162, '', 0, NULL),
(1313, 'bolly_palm', '82', 13, 4, 0, 0, 0, 0, 1, 1163, '', 0, NULL),
(1314, 'bolly_swing', '82', 14, 10, 0, 0, 0, 0, 1, 1164, '', 0, NULL),
(1315, 'bolly_table', '82', 15, 6, 0, 0, 0, 0, 1, 1165, '', 0, NULL),
(1316, 'bolly_tile1', '82', 16, 4, 0, 0, 0, 0, 1, 1166, '', 0, NULL),
(1317, 'bolly_tile2', '82', 17, 4, 0, 0, 0, 0, 1, 1167, '', 0, NULL),
(1318, 'bolly_vase', '82', 18, 3, 0, 0, 0, 0, 1, 1168, '', 0, NULL),
(1319, 'bolly_wdw_wd', '82', 19, 5, 0, 0, 0, 0, 1, 1169, '', 0, NULL),
(1320, 'svnr_de', '83', 1, 200, 100, 0, 0, 0, 1, 1170, '', 0, NULL),
(1321, 'svnr_uk', '83', 2, 200, 100, 0, 0, 0, 1, 1171, '', 0, NULL),
(1322, 'svnr_it', '83', 3, 200, 100, 0, 0, 0, 1, 1172, '', 0, NULL),
(1323, 'svnr_nl', '83', 4, 200, 100, 0, 0, 0, 1, 1173, '', 0, NULL),
(1324, 'svnr_aus', '83', 5, 200, 100, 0, 0, 0, 1, 1174, '', 0, NULL),
(1325, 'svnr_fi', '83', 6, 200, 100, 0, 0, 0, 1, 1175, '', 0, NULL),
(1326, 'lostc_merdragon', '83', 1, 200, 100, 0, 0, 0, 1, 1176, '', 0, NULL),
(1327, 'lostc_octopus', '83', 2, 200, 100, 0, 0, 0, 1, 1177, '', 0, NULL),
(1328, 'totem_leg', '83', 3, 200, 100, 0, 0, 0, 1, 1178, '', 0, NULL),
(1329, 'totem_head', '83', 4, 200, 100, 0, 0, 0, 1, 1179, '', 0, NULL),
(1330, 'totem_planet', '83', 5, 200, 100, 0, 0, 0, 1, 1180, '', 0, NULL),
(1331, 'fortune', '19,100', 5, 10, 0, 0, 0, 0, 1, 1181, '', 0, NULL),
(1332, 'sound_machine', '84,85,86,87,88,89', 1, 8, 0, 0, 0, 0, 1, 232, '', 0, NULL),
(1333, 'sound_set_65', '96', 1, 3, 0, 0, 0, 0, 1, 1182, '', 0, NULL),
(1334, 'sound_set_66', '96', 1, 3, 0, 0, 0, 0, 1, 1183, '', 0, NULL),
(1335, 'sound_set_67', '96', 1, 3, 0, 0, 0, 0, 1, 1184, '', 0, NULL),
(1336, 'sound_set_68', '88', 9, 3, 0, 0, 0, 0, 1, 1185, '', 0, NULL),
(1337, 'sound_set_69', '88', 9, 3, 0, 0, 0, 0, 1, 1186, '', 0, NULL),
(1338, 'sound_set_70', '88', 9, 3, 0, 0, 0, 0, 1, 1187, '', 0, NULL),
(1339, 'bolly_tree', '82', 13, 4, 0, 0, 0, 0, 1, 1189, '', 0, NULL),
(1340, 'party_lights', '71', 26, 2, 0, 0, 0, 0, 1, 1188, '', 0, NULL),
(1341, 'sf_roof', '90', 1, 5, 0, 0, 0, 0, 1, 1191, '', 0, NULL),
(1342, 'SF_crate_2', '90', 2, 3, 0, 0, 0, 0, 1, 1192, '', 0, NULL),
(1343, 'SF_crate_1', '90', 3, 2, 0, 0, 0, 0, 1, 1193, '', 0, NULL),
(1344, 'sf_stick', '90', 4, 3, 0, 0, 0, 0, 1, 1194, '', 0, NULL),
(1345, 'SF_chair_blue', '90', 5, 3, 0, 0, 0, 0, 1, 1195, '', 0, NULL),
(1346, 'sf_roller', '90', 6, 7, 0, 0, 0, 0, 1, 1196, '', 0, NULL),
(1347, 'SF_alien', '83', 7, 200, 100, 0, 0, 0, 1, 1197, '', 0, NULL),
(1348, 'SF_floor_2', '90', 8, 3, 0, 0, 0, 0, 1, 1198, '', 0, NULL),
(1349, 'SF_panel3', '90', 9, 5, 0, 0, 0, 0, 1, 1199, '', 0, NULL),
(1350, 'sf_floor', '90', 10, 3, 0, 0, 0, 0, 1, 1200, '', 0, NULL),
(1351, 'sf_tele', '90,6', 11, 5, 0, 0, 0, 0, 1, 1201, '', 0, NULL),
(1352, 'SF_reactor', '90', 12, 5, 0, 0, 0, 0, 1, 1202, '', 0, NULL),
(1353, 'SF_chair_green', '90', 13, 3, 0, 0, 0, 0, 1, 1203, '', 0, NULL),
(1354, 'SF_panel1', '90', 14, 3, 0, 0, 0, 0, 1, 1204, '', 0, NULL),
(1355, 'SF_panel2', '90', 15, 3, 0, 0, 0, 0, 1, 1205, '', 0, NULL),
(1356, 'sf_pod', '83', 16, 200, 100, 0, 0, 0, 1, 1206, '', 0, NULL),
(1357, 'SF_table', '90', 17, 3, 0, 0, 0, 0, 1, 1207, '', 0, NULL),
(1358, 'sf_gate', '90', 18, 6, 0, 0, 0, 0, 1, 1208, '', 0, NULL),
(1359, 'SF_floor_1', '90', 19, 3, 0, 0, 0, 0, 1, 1209, '', 0, NULL),
(1360, 'SF_chair_red', '90', 20, 3, 0, 0, 0, 0, 1, 1210, '', 0, NULL),
(1361, 'SF_lamp', '90', 21, 3, 0, 0, 0, 0, 1, 1211, '', 0, NULL),
(1362, 'ads_idol_floor1', '91', 1, 4, 0, 0, 0, 0, 1, 1212, '', 0, NULL),
(1363, 'ads_idol_desk', '91', 2, 5, 0, 0, 0, 0, 1, 1213, '', 0, NULL),
(1364, 'ads_idol_ch', '91', 3, 3, 0, 0, 0, 0, 1, 1214, '', 0, NULL),
(1365, 'ads_idol_floor2', '91', 4, 4, 0, 0, 0, 0, 1, 1215, '', 0, NULL),
(1366, 'ads_idol_piano', '91', 5, 15, 0, 0, 0, 0, 1, 1216, '', 0, NULL),
(1367, 'ads_idol_wall', '91', 6, 5, 0, 0, 0, 0, 1, 1217, '', 0, NULL),
(1368, 'ads_idol_tv', '91', 7, 8, 0, 0, 0, 0, 1, 1218, '', 0, NULL),
(1369, 'ads_idol_mic', '91', 8, 4, 0, 0, 0, 0, 1, 1219, '', 0, NULL),
(1370, 'ads_idol_drape', '91', 9, 2, 0, 0, 0, 0, 1, 1220, '', 0, NULL),
(1371, 'ads_idol_audChr', '91', 10, 4, 0, 0, 0, 0, 1, 1221, '', 0, NULL),
(1372, 'ads_idol_pchair', '91', 11, 5, 0, 0, 0, 0, 1, 1222, '', 0, NULL),
(1373, 'ads_idol_trax', '91', 12, 15, 0, 0, 0, 0, 1, 1223, '', 0, NULL),
(1374, 'ads_idol_tele', '91,6', 13, 5, 0, 0, 0, 0, 1, 1224, '', 0, NULL),
(1375, 'ads_idol_jukebox*1', '91', 14, 10, 0, 0, 0, 0, 1, 1225, '', 0, NULL),
(1376, 'ads_idol_clRack', '91', 15, 2, 0, 0, 0, 0, 1, 1226, '', 0, NULL),
(1377, 'ads_idol_mirror', '91', 16, 5, 0, 0, 0, 0, 1, 1227, '', 0, NULL),
(1378, 'ads_idol_voting_ch', '91', 17, 2, 0, 0, 0, 0, 1, 1228, '', 0, NULL),
(1379, 'ads_idol_hotspot', '91', 18, 1, 0, 0, 0, 0, 1, 1229, '', 0, NULL),
(1380, 'ads_idol_cork', '91', 19, 4, 0, 0, 0, 0, 1, 1230, '', 0, NULL),
(1381, 'ads_idol_ichair', '91', 20, 2, 0, 0, 0, 0, 1, 1231, '', 0, NULL),
(1382, 'ads_idol_logo', '91', 21, 5, 0, 0, 0, 0, 1, 1232, '', 0, NULL),
(1383, 'ads_idol_newsDsk', '91', 22, 4, 0, 0, 0, 0, 1, 1233, '', 0, NULL),
(1384, 'ads_idol_tube', '91', 23, 2, 0, 0, 0, 0, 1, 1234, '', 0, NULL),
(1385, 'ads_idol_tblCloth', '91', 24, 7, 0, 0, 0, 0, 1, 1235, '', 0, NULL),
(1386, 'ads_idol_lamp', '91', 25, 6, 0, 0, 0, 0, 1, 1236, '', 0, NULL),
(1387, 'ads_idol_carpet', '91', 26, 15, 0, 0, 0, 0, 1, 1237, '', 0, NULL),
(1388, 'ads_idol_l_carpet', '91', 27, 15, 0, 0, 0, 0, 1, 1238, '', 0, NULL),
(1389, 'ads_idol_l_logo', '91', 28, 5, 0, 0, 0, 0, 1, 1239, '', 0, NULL),
(1390, 'ads_idol_l_tv', '91', 29, 8, 0, 0, 0, 0, 1, 1240, '', 0, NULL),
(1391, 'ads_idol_trophy', '128', 30, 15, 0, 0, 0, 0, 1, 1241, '', 0, NULL),
(1392, 'flag_algeria', '25', 23, 3, 0, 0, 0, 0, 1, 1242, '', 0, NULL),
(1393, 'flag_argentina', '25', 23, 3, 0, 0, 0, 0, 1, 1243, '', 0, NULL),
(1394, 'flag_belgium', '25', 23, 3, 0, 0, 0, 0, 1, 1244, '', 0, NULL),
(1395, 'flag_chile', '25', 23, 3, 0, 0, 0, 0, 1, 1245, '', 0, NULL),
(1396, 'flag_columbia', '25', 23, 3, 0, 0, 0, 0, 1, 1246, '', 0, NULL),
(1397, 'flag_dominicanrepublic', '25', 23, 3, 0, 0, 0, 0, 1, 1247, '', 0, NULL),
(1398, 'flag_ecuador', '25', 23, 3, 0, 0, 0, 0, 1, 1248, '', 0, NULL),
(1399, 'flag_greece', '25', 23, 3, 0, 0, 0, 0, 1, 1249, '', 0, NULL),
(1400, 'flag_malaysia', '25', 23, 3, 0, 0, 0, 0, 1, 1250, '', 0, NULL),
(1401, 'flag_mexico', '25', 23, 3, 0, 0, 0, 0, 1, 1251, '', 0, NULL),
(1402, 'flag_morocco', '25', 23, 3, 0, 0, 0, 0, 1, 1252, '', 0, NULL),
(1403, 'flag_newzealand', '25', 23, 3, 0, 0, 0, 0, 1, 1253, '', 0, NULL),
(1404, 'flag_norway', '25', 23, 3, 0, 0, 0, 0, 1, 1254, '', 0, NULL),
(1405, 'flag_panama', '25', 23, 3, 0, 0, 0, 0, 1, 1255, '', 0, NULL),
(1406, 'flag_peru', '25', 23, 3, 0, 0, 0, 0, 1, 1256, '', 0, NULL),
(1407, 'flag_philippines', '25', 23, 3, 0, 0, 0, 0, 1, 1257, '', 0, NULL),
(1408, 'flag_portugal', '25', 23, 3, 0, 0, 0, 0, 1, 1258, '', 0, NULL),
(1409, 'flag_singapore', '25', 23, 3, 0, 0, 0, 0, 1, 1259, '', 0, NULL),
(1410, 'flag_tunisia', '25', 23, 3, 0, 0, 0, 0, 1, 1260, '', 0, NULL),
(1411, 'flag_turkey', '25', 23, 3, 0, 0, 0, 0, 1, 1261, '', 0, NULL),
(1412, 'flag_venezl', '25', 23, 3, 0, 0, 0, 0, 1, 1262, '', 0, NULL),
(1413, 'marsrug', '132', 21, 15, 0, 0, 0, 0, 3, 1263, '', 0, NULL),
(1414, 'sf_wall2', '90', 21, 2, 0, 0, 0, 0, 1, 1264, '', 0, NULL),
(1415, 'sf_wall3', '90', 21, 1, 0, 0, 0, 0, 1, 1265, '', 0, NULL),
(1416, 'sf_window', '90', 21, 2, 0, 0, 0, 0, 1, 1266, '', 0, NULL),
(1417, 'fx_explosion', '92', 1, 0, 139, 0, 0, 0, 1, 1267, '', 0, NULL),
(1418, 'fx_bubble', '92', 1, 0, 139, 0, 0, 0, 1, 1268, '', 0, NULL),
(1419, 'fx_flare', '92', 1, 0, 139, 0, 0, 0, 1, 1269, '', 0, NULL),
(1420, 'planet_of_love', '94', 1, 1, 2000, 0, 0, 0, 1, 1270, '', 0, NULL),
(1421, 'saturn', '94', 1, 1, 2000, 0, 0, 0, 1, 1271, '', 0, NULL),
(1422, 'pix_asteroid', '94', 1, 1, 2000, 0, 0, 0, 1, 1272, '', 0, NULL),
(1423, 'one_way_door*1', '95', 1, 15, 30, 0, 0, 0, 1, 1273, '', 0, NULL),
(1424, 'one_way_door*2', '95', 1, 15, 30, 0, 0, 0, 1, 1274, '', 0, NULL),
(1425, 'one_way_door*3', '95', 1, 15, 30, 0, 0, 0, 1, 1275, '', 0, NULL),
(1426, 'one_way_door*4', '95', 1, 15, 30, 0, 0, 0, 1, 1276, '', 0, NULL),
(1427, 'one_way_door*5', '95', 1, 15, 30, 0, 0, 0, 1, 1277, '', 0, NULL),
(1428, 'one_way_door*6', '95', 1, 15, 30, 0, 0, 0, 1, 1278, '', 0, NULL),
(1429, 'one_way_door*7', '95', 1, 15, 30, 0, 0, 0, 1, 1279, '', 0, NULL),
(1430, 'one_way_door*8', '95', 1, 15, 30, 0, 0, 0, 1, 1280, '', 0, NULL),
(1431, 'one_way_door*9', '95', 1, 15, 30, 0, 0, 0, 1, 1281, '', 0, NULL),
(1432, 'tiki_tray0', '96', 1, 1, 0, 0, 0, 0, 1, 1282, '', 0, NULL),
(1433, 'tiki_tray1', '96', 2, 1, 0, 0, 0, 0, 1, 1283, '', 0, NULL),
(1434, 'tiki_tray2', '96', 3, 2, 0, 0, 0, 0, 1, 1284, '', 0, NULL),
(1435, 'tiki_tray3', '96', 4, 1, 0, 0, 0, 0, 1, 1285, '', 0, NULL),
(1436, 'tiki_tray4', '96', 5, 1, 0, 0, 0, 0, 1, 1286, '', 0, NULL),
(1437, 'tiki_wallplnt', '96', 6, 2, 0, 0, 0, 0, 1, 1287, '', 0, NULL),
(1438, 'tiki_bardesk', '96', 7, 2, 0, 0, 0, 0, 1, 1288, '', 0, NULL),
(1439, 'tiki_bench', '96', 8, 1, 0, 0, 0, 0, 1, 1289, '', 0, NULL),
(1440, 'tiki_bflies', '96', 9, 2, 0, 0, 0, 0, 1, 1290, '', 0, NULL),
(1441, 'tiki_junglerug', '96', 10, 4, 0, 0, 0, 0, 1, 1291, '', 0, NULL),
(1442, 'tiki_parasol', '96', 11, 3, 0, 0, 0, 0, 1, 1292, '', 0, NULL),
(1443, 'tiki_sand', '96', 12, 3, 0, 0, 0, 0, 1, 1293, '', 0, NULL),
(1444, 'tiki_statue', '96', 13, 4, 0, 0, 0, 0, 1, 1294, '', 0, NULL),
(1445, 'tiki_torch', '96', 14, 1, 0, 0, 0, 0, 1, 1295, '', 0, NULL),
(1446, 'tiki_toucan', '96', 15, 4, 0, 0, 0, 0, 1, 1296, '', 0, NULL),
(1447, 'tiki_waterfall', '96', 16, 3, 0, 0, 0, 0, 1, 1297, '', 0, NULL),
(1448, 'tiki_surfboard', '96', 17, 1, 0, 0, 0, 0, 1, 1298, '', 0, NULL),
(1449, 'tiki_corner', '96', 18, 1, 0, 0, 0, 0, 1, 1299, '', 0, NULL),
(1450, 'ads_twi_paint', '97', 1, 1, 0, 0, 0, 0, 1, 1300, '', 0, NULL),
(1451, 'ads_twi_dreamc', '97', 1, 5, 0, 0, 0, 0, 1, 1301, '', 0, NULL),
(1452, 'ads_twi_bwall1', '97', 1, 6, 0, 0, 0, 0, 1, 1302, '', 0, NULL),
(1453, 'ads_twi_crest', '97', 1, 6, 0, 0, 0, 0, 1, 1303, '', 0, NULL),
(1454, 'ads_twi_toolbx', '97', 1, 4, 0, 0, 0, 0, 1, 1304, '', 0, NULL),
(1455, 'ads_twi_table', '97', 1, 8, 0, 0, 0, 0, 1, 1305, '', 0, NULL),
(1456, 'ads_twi_tower', '97', 1, 8, 0, 0, 0, 0, 1, 1306, '', 0, NULL),
(1457, 'ads_twi_piano', '97', 1, 8, 0, 0, 0, 0, 1, 1307, '', 0, NULL),
(1458, 'ads_twi_chair', '97', 1, 8, 0, 0, 0, 0, 1, 1308, '', 0, NULL),
(1459, 'ads_twi_fountn', '97', 1, 10, 0, 0, 0, 0, 1, 1309, '', 0, NULL),
(1460, 'ads_twi_dvdr2', '97', 1, 5, 0, 0, 0, 0, 1, 1310, '', 0, NULL),
(1461, 'ads_twi_dvdr1', '97', 1, 4, 0, 0, 0, 0, 1, 1311, '', 0, NULL),
(1462, 'ads_twi_bwall2', '97', 1, 6, 0, 0, 0, 0, 1, 1312, '', 0, NULL),
(1463, 'ads_twi_roses', '97', 1, 5, 0, 0, 0, 0, 1, 1313, '', 0, NULL),
(1464, 'ads_twi_windw', '97', 1, 3, 0, 0, 0, 0, 1, 1314, '', 0, NULL),
(1465, 'ads_twi_trophy', '128', 19, 15, 0, 0, 0, 0, 1, 1315, '', 0, NULL),
(1466, 'ads_twi_mist', '97', 1, 6, 0, 0, 0, 0, 1, 1316, '', 0, NULL),
(1467, 'habbowood_chair', '121', 1, 5, 0, 0, 0, 0, 1, 1325, '', 0, NULL),
(1468, 'tile_brown', '98', 2, 2, 0, 0, 0, 0, 1, 1320, '', 0, NULL),
(1469, 'tile_marble', '98', 3, 2, 0, 0, 0, 0, 1, 1321, '', 0, NULL),
(1470, 'tile_stella', '98', 4, 2, 0, 0, 0, 0, 1, 1322, '', 0, NULL),
(1471, 'theatre_seat', '121', 5, 10, 0, 0, 0, 0, 1, 1317, '', 0, NULL),
(1472, 'spotlight', '98', 6, 15, 0, 0, 0, 0, 1, 1318, '', 0, NULL),
(1473, 'rope_divider', '98', 7, 5, 0, 0, 0, 0, 1, 1319, '', 0, NULL),
(1474, 'habw_mirror', '98', 8, 10, 0, 0, 0, 0, 1, 1323, '', 0, NULL),
(1475, 'carpet_valentine', '98', 9, 6, 0, 0, 0, 0, 1, 1324, '', 0, NULL),
(1476, 'gothic_chair*1', '10', 1, 10, 0, 0, 0, 0, 1, 1326, '', 0, NULL),
(1477, 'gothic_sofa*1', '10', 2, 7, 0, 0, 0, 0, 1, 1327, '', 0, NULL),
(1478, 'gothic_stool*1', '10', 3, 5, 0, 0, 0, 0, 1, 1328, '', 0, NULL),
(1479, 'gothic_chair*2', '10', 4, 10, 0, 0, 0, 0, 1, 1329, '', 0, NULL),
(1480, 'gothic_sofa*2', '10', 5, 7, 0, 0, 0, 0, 1, 1330, '', 0, NULL),
(1481, 'gothic_stool*2', '10', 6, 5, 0, 0, 0, 0, 1, 1331, '', 0, NULL),
(1482, 'gothic_chair*4', '10', 10, 10, 0, 0, 0, 0, 1, 1332, '', 0, NULL),
(1483, 'gothic_sofa*4', '10', 11, 7, 0, 0, 0, 0, 1, 1333, '', 0, NULL),
(1484, 'gothic_stool*4', '10', 12, 5, 0, 0, 0, 0, 1, 1334, '', 0, NULL),
(1485, 'gothic_chair*5', '10', 13, 10, 0, 0, 0, 0, 1, 1335, '', 0, NULL),
(1486, 'gothic_sofa*5', '10', 14, 7, 0, 0, 0, 0, 1, 1336, '', 0, NULL),
(1487, 'gothic_stool*5', '10', 15, 5, 0, 0, 0, 0, 1, 1337, '', 0, NULL),
(1488, 'gothic_chair*6', '10', 16, 10, 0, 0, 0, 0, 1, 1338, '', 0, NULL),
(1489, 'gothic_sofa*6', '10', 17, 7, 0, 0, 0, 0, 1, 1339, '', 0, NULL),
(1490, 'gothic_stool*6', '10', 18, 5, 0, 0, 0, 0, 1, 1340, '', 0, NULL),
(1491, 'bed_polyfon*2', '18', 2, 4, 0, 0, 0, 0, 1, 1342, '', 0, NULL),
(1492, 'bed_polyfon_one*2', '18', 2, 3, 0, 0, 0, 0, 1, 1343, '', 0, NULL),
(1493, 'sofachair_polyfon*2', '18', 2, 3, 0, 0, 0, 0, 1, 1341, '', 0, NULL),
(1494, 'bardesk_polyfon*2', '18', 2, 3, 0, 0, 0, 0, 1, 1344, '', 0, NULL),
(1495, 'bardeskcorner_polyfon*2', '18', 2, 3, 0, 0, 0, 0, 1, 1345, '', 0, NULL),
(1496, 'bed_polyfon*3', '18', 3, 4, 0, 0, 0, 0, 1, 1347, '', 0, NULL),
(1497, 'bed_polyfon_one*3', '18', 3, 3, 0, 0, 0, 0, 1, 1348, '', 0, NULL),
(1498, 'sofachair_polyfon*3', '18', 3, 3, 0, 0, 0, 0, 1, 1346, '', 0, NULL),
(1499, 'bardesk_polyfon*3', '18', 3, 3, 0, 0, 0, 0, 1, 1349, '', 0, NULL),
(1500, 'bardeskcorner_polyfon*3', '18', 3, 3, 0, 0, 0, 0, 1, 1350, '', 0, NULL),
(1501, 'bed_polyfon*4', '18', 4, 4, 0, 0, 0, 0, 1, 1352, '', 0, NULL),
(1502, 'bed_polyfon_one*4', '18', 4, 3, 0, 0, 0, 0, 1, 1353, '', 0, NULL),
(1503, 'sofachair_polyfon*4', '18', 4, 3, 0, 0, 0, 0, 1, 1351, '', 0, NULL),
(1504, 'bardesk_polyfon*4', '18', 4, 3, 0, 0, 0, 0, 1, 1354, '', 0, NULL),
(1505, 'bardeskcorner_polyfon*4', '18', 4, 3, 0, 0, 0, 0, 1, 1355, '', 0, NULL),
(1506, 'bed_polyfon*6', '18', 6, 4, 0, 0, 0, 0, 1, 1357, '', 0, NULL),
(1507, 'bed_polyfon_one*6', '18', 6, 3, 0, 0, 0, 0, 1, 1358, '', 0, NULL),
(1508, 'sofachair_polyfon*6', '18', 6, 3, 0, 0, 0, 0, 1, 1356, '', 0, NULL),
(1509, 'bardesk_polyfon*6', '18', 6, 3, 0, 0, 0, 0, 1, 1359, '', 0, NULL),
(1510, 'bardeskcorner_polyfon*6', '18', 6, 3, 0, 0, 0, 0, 1, 1360, '', 0, NULL),
(1511, 'bed_polyfon*7', '18', 7, 4, 0, 0, 0, 0, 1, 1362, '', 0, NULL),
(1512, 'bed_polyfon*7', '18', 7, 4, 0, 0, 0, 0, 1, 1362, '', 0, NULL),
(1513, 'sofachair_polyfon*7', '18', 7, 3, 0, 0, 0, 0, 1, 1361, '', 0, NULL),
(1514, 'bardesk_polyfon*7', '18', 7, 3, 0, 0, 0, 0, 1, 1364, '', 0, NULL),
(1515, 'bardeskcorner_polyfon*7', '18', 7, 3, 0, 0, 0, 0, 1, 1365, '', 0, NULL),
(1516, 'bed_polyfon*8', '18', 8, 4, 0, 0, 0, 0, 1, 1367, '', 0, NULL),
(1517, 'bed_polyfon_one*8', '18', 8, 3, 0, 0, 0, 0, 1, 1368, '', 0, NULL),
(1518, 'sofachair_polyfon*8', '18', 8, 3, 0, 0, 0, 0, 1, 1366, '', 0, NULL),
(1519, 'bardesk_polyfon*8', '18', 8, 3, 0, 0, 0, 0, 1, 1369, '', 0, NULL),
(1520, 'bardeskcorner_polyfon*8', '18', 8, 3, 0, 0, 0, 0, 1, 1370, '', 0, NULL),
(1521, 'bed_polyfon*9', '18', 9, 4, 0, 0, 0, 0, 1, 1372, '', 0, NULL),
(1522, 'bed_polyfon_one*9', '18', 9, 3, 0, 0, 0, 0, 1, 1373, '', 0, NULL),
(1523, 'sofachair_polyfon*9', '18', 9, 3, 0, 0, 0, 0, 1, 1371, '', 0, NULL),
(1524, 'bardesk_polyfon*9', '18', 9, 3, 0, 0, 0, 0, 1, 1374, '', 0, NULL),
(1525, 'bardeskcorner_polyfon*9', '18', 9, 3, 0, 0, 0, 0, 1, 1375, '', 0, NULL),
(1526, 'divider_poly3*2', '18', 200, 6, 0, 0, 0, 0, 1, 1376, '', 0, NULL),
(1527, 'divider_poly3*3', '18', 200, 6, 0, 0, 0, 0, 1, 1377, '', 0, NULL),
(1528, 'divider_poly3*4', '18', 200, 6, 0, 0, 0, 0, 1, 1378, '', 0, NULL),
(1529, 'divider_poly3*6', '18', 200, 6, 0, 0, 0, 0, 1, 1379, '', 0, NULL),
(1530, 'divider_poly3*7', '18', 200, 6, 0, 0, 0, 0, 1, 1380, '', 0, NULL),
(1531, 'divider_poly3*8', '18', 200, 6, 0, 0, 0, 0, 1, 1381, '', 0, NULL),
(1532, 'divider_poly3*9', '18', 200, 6, 0, 0, 0, 0, 1, 1382, '', 0, NULL),
(1533, 'a2 slp', '99,100', 1, 6, 0, 0, 0, 0, 1, 1384, '', 0, NULL),
(1534, 'heartsofa', '100', 1, 5, 0, 0, 0, 0, 1, 1385, '', 0, NULL),
(1535, 'heart', '99,100', 1, 6, 0, 0, 0, 0, 1, 1386, '', 0, NULL),
(1536, 'statue', '99,100', 1, 6, 0, 0, 0, 0, 1, 1387, '', 0, NULL),
(1537, 'valeduck', '99,100,136', 1, 6, 0, 0, 0, 0, 1, 1388, '', 0, NULL),
(1538, 'val_cauldron', '99', 1, 25, 0, 0, 0, 0, 1, 1389, '', 0, NULL),
(1539, 'val_choco', '99', 1, 3, 0, 0, 0, 0, 1, 1390, '', 0, NULL),
(1540, 'val_teddy*1', '100', 6, 7, 0, 0, 0, 0, 1, 1391, '', 0, NULL),
(1541, 'val_teddy*2', '100', 6, 7, 0, 0, 0, 0, 1, 1392, '', 0, NULL),
(1542, 'val_teddy*3', '100', 6, 7, 0, 0, 0, 0, 1, 1393, '', 0, NULL),
(1543, 'val_teddy*4', '100', 6, 7, 0, 0, 0, 0, 1, 1394, '', 0, NULL),
(1544, 'val_teddy*5', '100', 6, 7, 0, 0, 0, 0, 1, 1395, '', 0, NULL),
(1545, 'val_teddy*6', '100', 6, 7, 0, 0, 0, 0, 1, 1396, '', 0, NULL),
(1546, 'val_heart', '100', 7, 10, 0, 0, 0, 0, 1, 1397, '', 0, NULL),
(1547, 'plant_valentinerose*1', '100', 7, 8, 0, 0, 0, 0, 1, 1398, '', 0, NULL),
(1548, 'plant_valentinerose*2', '100', 7, 8, 0, 0, 0, 0, 1, 1399, '', 0, NULL),
(1549, 'plant_valentinerose*3', '100', 7, 8, 0, 0, 0, 0, 1, 1400, '', 0, NULL),
(1550, 'plant_valentinerose*4', '100', 7, 8, 0, 0, 0, 0, 1, 1401, '', 0, NULL),
(1551, 'plant_valentinerose*5', '100', 7, 8, 0, 0, 0, 0, 1, 1402, '', 0, NULL),
(1552, 'poster_59', '24', 45, 6, 0, 0, 0, 0, 1, 251, '59', 0, NULL),
(1553, 'poster_1006', '101', 0, 6, 0, 0, 0, 0, 1, 251, '1006', 0, NULL),
(1554, 'pumpkin', '101', 1, 6, 0, 0, 0, 0, 1, 1403, '', 0, NULL),
(1555, 'habboween_grass', '101', 2, 6, 0, 0, 0, 0, 1, 1404, '', 0, NULL),
(1556, 'deadduck', '101', 3, 6, 0, 0, 0, 0, 1, 1405, '', 0, NULL),
(1557, 'deadduck2', '101', 4, 6, 0, 0, 0, 0, 1, 1406, '', 0, NULL),
(1558, 'deadduck3', '101', 5, 6, 0, 0, 0, 0, 1, 1407, '', 0, NULL),
(1559, 'skullcandle', '101', 6, 6, 0, 0, 0, 0, 1, 1408, '', 0, NULL),
(1560, 'habboween_crypt', '101', 7, 6, 0, 0, 0, 0, 1, 1409, '', 0, NULL),
(1561, 'hal_cauldron', '101', 8, 6, 0, 0, 0, 0, 1, 1410, '', 0, NULL),
(1562, 'hal_grave', '101', 9, 6, 0, 0, 0, 0, 1, 1411, '', 0, NULL),
(1563, 'poster_45', '101', 11, 3, 0, 0, 0, 0, 1, 251, '45', 0, NULL),
(1564, 'poster_42', '101', 12, 3, 0, 0, 0, 0, 1, 251, '42', 0, NULL),
(1565, 'poster_43', '101', 13, 3, 0, 0, 0, 0, 1, 251, '43', 0, NULL),
(1566, 'poster_50', '101', 14, 3, 0, 0, 0, 0, 1, 251, '50', 0, NULL),
(1567, 'rela_candles1', '102', 1, 2, 0, 0, 0, 0, 1, 1412, '', 0, NULL),
(1568, 'rela_candles2', '102', 2, 2, 0, 0, 0, 0, 1, 1413, '', 0, NULL),
(1569, 'rela_candles3', '102', 3, 2, 0, 0, 0, 0, 1, 1414, '', 0, NULL),
(1570, 'rela_candle1', '102', 4, 2, 0, 0, 0, 0, 1, 1415, '', 0, NULL),
(1571, 'rela_candle2', '102', 5, 2, 0, 0, 0, 0, 1, 1416, '', 0, NULL),
(1572, 'rela_candle3', '102', 6, 2, 0, 0, 0, 0, 1, 1417, '', 0, NULL),
(1573, 'rela_hchair', '102', 7, 3, 0, 0, 0, 0, 1, 1418, '', 0, NULL),
(1574, 'rela_orchid', '102', 8, 2, 0, 0, 0, 0, 1, 1419, '', 0, NULL),
(1575, 'rela_plant', '102', 9, 1, 0, 0, 0, 0, 1, 1420, '', 0, NULL),
(1576, 'rela_stick', '102', 10, 1, 0, 0, 0, 0, 1, 1421, '', 0, NULL),
(1577, 'rela_stone', '102', 11, 1, 0, 0, 0, 0, 1, 1422, '', 0, NULL),
(1578, 'rela_rock', '102', 12, 1, 0, 0, 0, 0, 1, 1423, '', 0, NULL),
(1579, 'rela_wall', '102', 13, 1, 0, 0, 0, 0, 1, 1424, '', 0, NULL),
(1580, 'jp_lantern', '103', 1, 2, 0, 0, 0, 0, 1, 1425, '', 0, NULL),
(1581, 'jp_pillow', '103', 1, 3, 0, 0, 0, 0, 1, 1426, '', 0, NULL),
(1582, 'jp_irori', '103', 1, 5, 0, 0, 0, 0, 1, 1427, '', 0, NULL),
(1583, 'jp_ninjastars', '103', 1, 2, 0, 0, 0, 0, 1, 1428, '', 0, NULL),
(1584, 'jp_tatami', '103', 1, 1, 0, 0, 0, 0, 1, 1429, '', 0, NULL),
(1585, 'jp_tatami2', '103', 1, 2, 0, 0, 0, 0, 1, 1430, '', 0, NULL),
(1586, 'jp_drawer', '103', 1, 2, 0, 0, 0, 0, 1, 1431, '', 0, NULL),
(1587, 'jp_bamboo', '103', 1, 15, 0, 0, 0, 0, 1, 1432, '', 0, NULL),
(1588, 'jp_rare', '103', 1, 18, 0, 0, 0, 0, 1, 1433, '', 0, NULL),
(1589, 'jp_sheet1', '103', 1, 2, 0, 0, 0, 0, 1, 1434, '', 0, NULL),
(1590, 'jp_sheet2', '103', 1, 3, 0, 0, 0, 0, 1, 1435, '', 0, NULL),
(1591, 'jp_sheet3', '103', 1, 5, 0, 0, 0, 0, 1, 1436, '', 0, NULL),
(1592, 'jp_tray1', '103', 1, 2, 0, 0, 0, 0, 1, 1437, '', 0, NULL),
(1593, 'jp_tray2', '103', 1, 2, 0, 0, 0, 0, 1, 1438, '', 0, NULL),
(1594, 'jp_tray3', '103', 1, 1, 0, 0, 0, 0, 1, 1439, '', 0, NULL),
(1595, 'jp_tray4', '103', 1, 1, 0, 0, 0, 0, 1, 1440, '', 0, NULL),
(1596, 'jp_tray5', '103', 1, 1, 0, 0, 0, 0, 1, 1441, '', 0, NULL),
(1597, 'jp_tray6', '103', 1, 1, 0, 0, 0, 0, 1, 1442, '', 0, NULL),
(1598, 'jp_katana1', '103', 1, 8, 0, 0, 0, 0, 1, 1443, '', 0, NULL),
(1599, 'jp_katana2', '103', 1, 6, 0, 0, 0, 0, 1, 1444, '', 0, NULL),
(1600, 'jp_katana3', '103', 1, 8, 0, 0, 0, 0, 1, 1445, '', 0, NULL),
(1601, 'jp_table', '103', 1, 8, 0, 0, 0, 0, 1, 1446, '', 0, NULL),
(1602, 'jp_teamaker', '103', 1, 4, 0, 0, 0, 0, 1, 1447, '', 0, NULL),
(1603, 'hween09_organ', '83', 0, 200, 100, 0, 0, 0, 1, 1448, '', 0, NULL),
(1604, 'sf_mbar', '83', 0, 200, 100, 0, 0, 0, 1, 1449, '', 0, NULL),
(1605, 'rare_xmas_screen', '44', 0, 3, 0, 0, 0, 0, 1, 1458, '', 0, NULL),
(1606, 'valentinescreen', '44', 0, 3, 0, 0, 0, 0, 1, 1459, '', 0, NULL),
(1607, 'beanstalk', '44', 0, 3, 0, 0, 0, 0, 1, 1450, '', 0, NULL),
(1608, 'djesko_turntable', '121', 0, 3, 0, 0, 0, 0, 1, 1451, '', 0, NULL),
(1609, 'rare_globe', '44', 0, 3, 0, 0, 0, 0, 1, 1452, '', 0, NULL),
(1610, 'rare_hammock', '44', 0, 3, 0, 0, 0, 0, 1, 1453, '', 0, NULL),
(1611, 'rare_ironmaiden', '44', 0, 3, 0, 0, 0, 0, 1, 1454, '', 0, NULL),
(1612, 'rare_mmmth', '44', 0, 3, 0, 0, 0, 0, 1, 1455, '', 0, NULL),
(1613, 'rare_stand', '44', 0, 3, 0, 0, 0, 0, 1, 1456, '', 0, NULL),
(1614, 'rare_vdoll', '44', 0, 3, 0, 0, 0, 0, 1, 1457, '', 0, NULL),
(1615, 'hween09_wall1', '104', 0, 2, 0, 0, 0, 0, 1, 1474, '', 0, NULL),
(1616, 'hween09_win', '104', 0, 2, 0, 0, 0, 0, 1, 1475, '', 0, NULL),
(1617, 'hween09_chair', '104', 0, 2, 0, 0, 0, 0, 1, 1460, '', 0, NULL),
(1618, 'hween09_chandelier', '104', 0, 3, 0, 0, 0, 0, 1, 1461, '', 0, NULL),
(1619, 'hween09_crnr1', '104', 0, 2, 0, 0, 0, 0, 1, 1462, '', 0, NULL),
(1620, 'hween09_curt', '104', 0, 3, 0, 0, 0, 0, 1, 1463, '', 0, NULL),
(1621, 'hween09_floor', '104', 0, 3, 0, 0, 0, 0, 1, 1464, '', 0, NULL),
(1622, 'hween09_ghost', '104', 0, 2, 0, 0, 0, 0, 1, 1465, '', 0, NULL),
(1623, 'hween09_hatch', '104', 0, 2, 0, 0, 0, 0, 1, 1466, '', 0, NULL),
(1624, 'hween09_jar', '104', 0, 2, 0, 0, 0, 0, 1, 1467, '', 0, NULL),
(1625, 'hween09_mirror', '104', 0, 5, 0, 0, 0, 0, 1, 1468, '', 0, NULL),
(1626, 'hween09_paint', '104', 0, 13, 0, 0, 0, 0, 1, 1469, '', 0, NULL),
(1627, 'hween09_stonewall', '104', 0, 2, 0, 0, 0, 0, 1, 1470, '', 0, NULL),
(1628, 'hween09_table', '104', 0, 2, 0, 0, 0, 0, 1, 1471, '', 0, NULL),
(1629, 'hween09_treewall', '104', 0, 3, 0, 0, 0, 0, 1, 1472, '', 0, NULL),
(1630, 'hween09_tv', '104', 0, 2, 0, 0, 0, 0, 1, 1473, '', 0, NULL),
(1631, 'igor_seat', '105', 1, 6, 0, 0, 0, 0, 1, 1476, '', 0, NULL),
(1632, 'ads_igorbrain', '105', 2, 4, 0, 0, 0, 0, 1, 1477, '', 0, NULL),
(1633, 'ads_igorraygun', '105', 3, 6, 0, 0, 0, 0, 1, 1478, '', 0, NULL),
(1634, 'ads_igorswitch', '105', 4, 4, 0, 0, 0, 0, 1, 1479, '', 0, NULL),
(1635, 'ads_igor_flask', '105', 5, 5, 0, 0, 0, 0, 1, 1480, '', 0, NULL),
(1636, 'ads_igor_dsk', '105', 6, 5, 0, 0, 0, 0, 1, 1481, '', 0, NULL),
(1637, 'ads_igorevilb', '105', 7, 5, 0, 0, 0, 0, 1, 1482, '', 0, NULL),
(1638, 'ads_igor_wall', '105', 8, 5, 0, 0, 0, 0, 1, 1483, '', 0, NULL),
(1639, 'sw_table', '106', 1, 4, 0, 0, 0, 0, 1, 1484, '', 0, NULL),
(1640, 'sw_swords', '106', 2, 2, 0, 0, 0, 0, 1, 1485, '', 0, NULL),
(1641, 'sw_stone', '106', 3, 2, 0, 0, 0, 0, 1, 1486, '', 0, NULL),
(1642, 'sw_raven', '106', 4, 3, 0, 0, 0, 0, 1, 1487, '', 0, NULL),
(1643, 'sw_hole', '106', 5, 2, 0, 0, 0, 0, 1, 1488, '', 0, NULL),
(1644, 'sw_chest', '106', 6, 3, 0, 0, 0, 0, 1, 1489, '', 0, NULL),
(1645, 'silo_studydesk', '9', 21, 4, 0, 0, 0, 0, 1, 1490, '', 0, NULL),
(1646, 'summer_chair*1', '107', 1, 2, 0, 0, 0, 0, 1, 1491, '', 0, NULL),
(1647, 'summer_chair*2', '107', 1, 1, 0, 0, 0, 0, 1, 1492, '', 0, NULL),
(1648, 'summer_chair*3', '107', 1, 4, 0, 0, 0, 0, 1, 1493, '', 0, NULL),
(1649, 'summer_chair*4', '107', 1, 2, 0, 0, 0, 0, 1, 1494, '', 0, NULL),
(1650, 'summer_chair*5', '107', 1, 1, 0, 0, 0, 0, 1, 1495, '', 0, NULL),
(1651, 'summer_chair*6', '107', 1, 1, 0, 0, 0, 0, 1, 1496, '', 0, NULL),
(1652, 'summer_chair*7', '107', 1, 2, 0, 0, 0, 0, 1, 1497, '', 0, NULL),
(1653, 'summer_chair*8', '107', 1, 1, 0, 0, 0, 0, 1, 1498, '', 0, NULL),
(1654, 'summer_chair*9', '107', 1, 1, 0, 0, 0, 0, 1, 1499, '', 0, NULL),
(1655, 'summer_grill*1', '107', 1, 2, 0, 0, 0, 0, 1, 1500, '', 0, NULL),
(1656, 'summer_grill*2', '107', 1, 1, 0, 0, 0, 0, 1, 1501, '', 0, NULL),
(1657, 'summer_grill*3', '107', 1, 1, 0, 0, 0, 0, 1, 1502, '', 0, NULL),
(1658, 'summer_grill*4', '107', 1, 1, 0, 0, 0, 0, 1, 1503, '', 0, NULL),
(1659, 'summer_pool*1', '107', 1, 1, 0, 0, 0, 0, 1, 1504, '', 0, NULL),
(1660, 'summer_pool*2', '107', 1, 1, 0, 0, 0, 0, 1, 1505, '', 0, NULL),
(1661, 'summer_pool*3', '107', 1, 1, 0, 0, 0, 0, 1, 1506, '', 0, NULL),
(1662, 'summer_pool*4', '107', 1, 2, 0, 0, 0, 0, 1, 1507, '', 0, NULL),
(1663, 'sand_cstl_gate', '107', 1, 2, 0, 0, 0, 0, 1, 1508, '', 0, NULL),
(1664, 'sand_cstl_twr', '107', 2, 1, 0, 0, 0, 0, 1, 1509, '', 0, NULL),
(1665, 'sand_cstl_wall', '107', 3, 1, 0, 0, 0, 0, 1, 1510, '', 0, NULL),
(1666, 'bw_croc', '107', 1, 7, 0, 0, 0, 0, 1, 1511, '', 0, NULL),
(1667, 'summer_icebox', '107', 2, 3, 0, 0, 0, 0, 1, 1512, '', 0, NULL),
(1668, 'summer_raft1', '107', 3, 4, 0, 0, 0, 0, 1, 1513, '', 0, NULL),
(1669, 'summer_raft2', '107', 4, 4, 0, 0, 0, 0, 1, 1514, '', 0, NULL),
(1670, 'dimmer_buttn', '108', 1, 3, 0, 0, 0, 0, 1, 1515, '', 0, NULL),
(1671, 'dimmer_fuse2', '108', 2, 3, 0, 0, 0, 0, 1, 1516, '', 0, NULL),
(1672, 'dimmer_fuse6', '108', 3, 3, 0, 0, 0, 0, 1, 1517, '', 0, NULL),
(1673, 'dimmer_swtch', '108', 4, 3, 0, 0, 0, 0, 1, 1518, '', 0, NULL),
(1674, 'ads_1800tele', '109', 1, 3, 0, 0, 0, 0, 1, 1519, '', 0, NULL),
(1675, 'ads_campguitar', '109', 2, 3, 0, 0, 0, 0, 1, 1520, '', 0, NULL),
(1676, 'ads_chups', '109', 3, 3, 0, 0, 0, 0, 1, 1521, '', 0, NULL),
(1677, 'ads_cmusic', '109', 4, 3, 0, 0, 0, 0, 1, 1522, '', 0, NULL),
(1678, 'ads_dave_cns', '109', 5, 3, 0, 0, 0, 0, 1, 1523, '', 0, NULL),
(1679, 'ads_dave_wall', '109', 6, 3, 0, 0, 0, 0, 1, 1524, '', 0, NULL),
(1680, 'ads_droetker_paula', '109', 7, 3, 0, 0, 0, 0, 1, 1525, '', 0, NULL),
(1681, 'ads_goldtabl', '109', 8, 3, 0, 0, 0, 0, 1, 1526, '', 0, NULL),
(1682, 'ads_grefusa_cactus', '109', 9, 3, 0, 0, 0, 0, 1, 1527, '', 0, NULL),
(1683, 'ads_gsArcade_1', '109', 10, 3, 0, 0, 0, 0, 1, 1528, '', 0, NULL),
(1684, 'ads_gsArcade_2', '109', 11, 3, 0, 0, 0, 0, 1, 1529, '', 0, NULL),
(1685, 'ads_lin_wh_c', '109', 12, 3, 0, 0, 0, 0, 1, 1530, '', 0, NULL),
(1686, 'ads_mirror', '109', 13, 3, 0, 0, 0, 0, 1, 1531, '', 0, NULL),
(1687, 'ads_nokia_logo', '109', 14, 3, 0, 0, 0, 0, 1, 1532, '', 0, NULL),
(1688, 'ads_nokia_phone', '109', 15, 3, 0, 0, 0, 0, 1, 1533, '', 0, NULL),
(1689, 'ads_oc_soda', '109', 16, 3, 0, 0, 0, 0, 1, 1534, '', 0, NULL),
(1690, 'ads_oc_soda_cmp', '109', 17, 3, 0, 0, 0, 0, 1, 1535, '', 0, NULL),
(1691, 'ads_percyw', '109', 18, 3, 0, 0, 0, 0, 1, 1536, '', 0, NULL),
(1692, 'ads_puffet_tv', '109', 19, 3, 0, 0, 0, 0, 1, 1537, '', 0, NULL),
(1693, 'ads_reebok_block2', '109', 20, 3, 0, 0, 0, 0, 1, 1538, '', 0, NULL),
(1694, 'ads_reebok_block2cmp', '109', 21, 3, 0, 0, 0, 0, 1, 1539, '', 0, NULL),
(1695, 'ads_reebok_tv', '109', 22, 3, 0, 0, 0, 0, 1, 1540, '', 0, NULL),
(1696, 'ads_spang_sleep', '109', 23, 3, 0, 0, 0, 0, 1, 1541, '', 0, NULL),
(1697, 'ads_sunnyd', '109', 24, 3, 0, 0, 0, 0, 1, 1542, '', 0, NULL),
(1698, 'ads_veet', '109', 25, 3, 0, 0, 0, 0, 1, 1543, '', 0, NULL),
(1699, 'ads_wwe_poster', '109', 26, 3, 0, 0, 0, 0, 1, 1544, '', 0, NULL),
(1700, 'det_bhole', '142', 27, 3, 0, 0, 0, 0, 1, 1545, '', 0, NULL),
(1701, 'det_body', '142', 28, 3, 0, 0, 0, 0, 1, 1546, '', 0, NULL),
(1702, 'det_divider', '142', 29, 3, 0, 0, 0, 0, 1, 1547, '', 0, NULL),
(1703, 'easy_bowl2', '109', 30, 3, 0, 0, 0, 0, 1, 1548, '', 0, NULL),
(1704, 'easy_carpet', '109', 31, 3, 0, 0, 0, 0, 1, 1549, '', 0, NULL),
(1705, 'easy_poster', '109', 32, 3, 0, 0, 0, 0, 1, 1550, '', 0, NULL),
(1706, 'md_can', '109', 34, 3, 0, 0, 0, 0, 1, 1551, '', 0, NULL),
(1707, 'md_logo_wall', '109', 35, 3, 0, 0, 0, 0, 1, 1552, '', 0, NULL),
(1708, 'md_rug', '109', 36, 3, 0, 0, 0, 0, 1, 1553, '', 0, NULL),
(1709, 'netari_carpet', '109', 37, 3, 0, 0, 0, 0, 1, 1554, '', 0, NULL),
(1710, 'netari_poster', '109', 38, 3, 0, 0, 0, 0, 1, 1555, '', 0, NULL),
(1711, 'nouvelle_trax', '109', 39, 3, 0, 0, 0, 0, 1, 1556, '', 0, NULL),
(1712, 'safe_silo_pb', '109', 40, 3, 0, 0, 0, 0, 1, 1557, '', 0, NULL),
(1713, 'tampax_rug', '109', 41, 3, 0, 0, 0, 0, 1, 1558, '', 0, NULL),
(1714, 'tampax_wall', '109', 42, 3, 0, 0, 0, 0, 1, 1559, '', 0, NULL),
(1715, 'window_hole', '109', 43, 3, 0, 0, 0, 0, 1, 1560, '', 0, NULL),
(1716, 'ads_lin_wh_c2', '109', 12, 3, 0, 0, 0, 0, 1, 1561, '', 0, NULL),
(1717, 'footylamp_campaign_ing', '109', 1, 3, 0, 0, 0, 0, 1, 1562, '', 0, NULL),
(1718, 'byesw_loadscreen', '110', 1, 5, 0, 0, 0, 0, 1, 1563, '', 0, NULL),
(1719, 'byesw_hotel', '110', 1, 5, 0, 0, 0, 0, 1, 1564, '', 0, NULL),
(1720, 'byesw_hand', '110', 1, 5, 0, 0, 0, 0, 1, 1565, '', 0, NULL),
(1721, 'a0 deal101', '5', 4, 25, 0, 0, 0, 0, 5, 1566, '', 0, NULL),
(1722, 'a0 deal103', '5', 5, 15, 0, 0, 0, 0, 3, 1566, '', 0, NULL),
(1723, 'queue_tile1', '5', 6, 7, 0, 0, 0, 0, 1, 1566, '', 0, NULL),
(1724, 'a0 deal118', '5', 1, 25, 0, 0, 0, 0, 5, 1567, '', 0, NULL),
(1725, 'a0 deal119', '5', 2, 15, 0, 0, 0, 0, 3, 1567, '', 0, NULL),
(1726, 'queue_tile1*1', '5', 3, 7, 0, 0, 0, 0, 1, 1567, '', 0, NULL),
(1727, 'a0 deal203', '5', 7, 25, 0, 0, 0, 0, 5, 1568, '', 0, NULL),
(1728, 'a0 deal210', '5', 8, 15, 0, 0, 0, 0, 3, 1568, '', 0, NULL),
(1729, 'queue_tile1*3', '5', 9, 7, 0, 0, 0, 0, 1, 1568, '', 0, NULL),
(1730, 'a0 deal113', '111', 26, 7, 0, 0, 0, 0, 5, 1569, '', 0, NULL),
(1731, 'a0 deal112', '111', 27, 7, 0, 0, 0, 0, 3, 1569, '', 0, NULL),
(1732, 'queue_tile1*4', '111', 28, 7, 0, 0, 0, 0, 1, 1569, '', 0, NULL),
(1733, 'a0 deal117', '111', 28, 7, 0, 0, 0, 0, 5, 1570, '', 0, NULL),
(1734, 'a0 deal100', '111', 28, 7, 0, 0, 0, 0, 3, 1570, '', 0, NULL),
(1735, 'queue_tile1*5', '111', 28, 7, 0, 0, 0, 0, 1, 1570, '', 0, NULL),
(1736, 'guitar_v', '87', 10, 7, 0, 0, 0, 0, 1, 1571, '', 0, NULL),
(1737, 'guitar_skull', '87', 11, 7, 0, 0, 0, 0, 1, 1572, '', 0, NULL),
(1738, 'poster_56', '44', 12, 3, 0, 0, 0, 0, 1, 251, '56', 0, NULL),
(1739, 'diner_shaker', '112', 1, 6, 0, 0, 0, 0, 1, 1573, '', 0, NULL),
(1740, 'diner_rug', '112', 2, 3, 0, 0, 0, 0, 1, 1574, '', 0, NULL),
(1741, 'diner_tray_0', '112', 3, 1, 0, 0, 0, 0, 1, 1575, '', 0, NULL),
(1742, 'diner_tray_1', '112', 4, 2, 0, 0, 0, 0, 1, 1576, '', 0, NULL),
(1743, 'diner_tray_2', '112', 5, 2, 0, 0, 0, 0, 1, 1577, '', 0, NULL),
(1744, 'diner_tray_3', '112', 6, 2, 0, 0, 0, 0, 1, 1578, '', 0, NULL),
(1745, 'diner_tray_4', '112', 7, 2, 0, 0, 0, 0, 1, 1579, '', 0, NULL),
(1746, 'diner_tray_5', '112', 8, 2, 0, 0, 0, 0, 1, 1580, '', 0, NULL),
(1747, 'diner_tray_6', '112', 9, 2, 0, 0, 0, 0, 1, 1581, '', 0, NULL),
(1748, 'diner_tray_7', '112', 10, 2, 0, 0, 0, 0, 1, 1582, '', 0, NULL),
(1749, 'window_diner', '112', 11, 4, 0, 0, 0, 0, 1, 1583, '', 0, NULL),
(1750, 'window_diner2', '112', 12, 3, 0, 0, 0, 0, 1, 1584, '', 0, NULL),
(1751, 'diner_walltable', '112', 13, 3, 0, 0, 0, 0, 1, 1585, '', 0, NULL),
(1752, 'diner_bardesk_gate*1', '112', 14, 3, 0, 0, 0, 0, 1, 1586, '', 0, NULL),
(1753, 'diner_bardesk_gate*2', '112', 15, 3, 0, 0, 0, 0, 1, 1587, '', 0, NULL),
(1754, 'diner_bardesk_gate*3', '112', 16, 3, 0, 0, 0, 0, 1, 1588, '', 0, NULL),
(1755, 'diner_bardesk_gate*4', '112', 17, 3, 0, 0, 0, 0, 1, 1589, '', 0, NULL),
(1756, 'diner_bardesk_gate*5', '112', 18, 3, 0, 0, 0, 0, 1, 1590, '', 0, NULL),
(1757, 'diner_bardesk_gate*6', '112', 19, 3, 0, 0, 0, 0, 1, 1591, '', 0, NULL),
(1758, 'diner_bardesk_gate*7', '112', 20, 3, 0, 0, 0, 0, 1, 1592, '', 0, NULL),
(1759, 'diner_bardesk_gate*8', '112', 21, 3, 0, 0, 0, 0, 1, 1593, '', 0, NULL),
(1760, 'diner_bardesk_gate*9', '112', 22, 3, 0, 0, 0, 0, 1, 1594, '', 0, NULL),
(1761, 'diner_bardesk_gate*10', '112', 23, 3, 0, 0, 0, 0, 1, 1595, '', 0, NULL),
(1762, 'diner_bardesk*1', '112', 24, 3, 0, 0, 0, 0, 1, 1596, '', 0, NULL),
(1763, 'diner_bardesk*2', '112', 25, 3, 0, 0, 0, 0, 1, 1597, '', 0, NULL),
(1764, 'diner_bardesk*3', '112', 26, 3, 0, 0, 0, 0, 1, 1598, '', 0, NULL),
(1765, 'diner_bardesk*4', '112', 27, 3, 0, 0, 0, 0, 1, 1599, '', 0, NULL),
(1766, 'diner_bardesk*5', '112', 28, 3, 0, 0, 0, 0, 1, 1600, '', 0, NULL),
(1767, 'diner_bardesk*6', '112', 29, 3, 0, 0, 0, 0, 1, 1601, '', 0, NULL),
(1768, 'diner_bardesk*7', '112', 30, 3, 0, 0, 0, 0, 1, 1602, '', 0, NULL),
(1769, 'diner_bardesk*8', '112', 31, 3, 0, 0, 0, 0, 1, 1603, '', 0, NULL),
(1770, 'diner_bardesk*9', '112', 32, 3, 0, 0, 0, 0, 1, 1604, '', 0, NULL),
(1771, 'diner_bardesk*10', '112', 33, 3, 0, 0, 0, 0, 1, 1605, '', 0, NULL),
(1772, 'diner_bardesk_corner*1', '112', 34, 3, 0, 0, 0, 0, 1, 1606, '', 0, NULL),
(1773, 'diner_bardesk_corner*2', '112', 35, 3, 0, 0, 0, 0, 1, 1607, '', 0, NULL),
(1774, 'diner_bardesk_corner*3', '112', 36, 3, 0, 0, 0, 0, 1, 1608, '', 0, NULL),
(1775, 'diner_bardesk_corner*4', '112', 37, 3, 0, 0, 0, 0, 1, 1609, '', 0, NULL),
(1776, 'diner_bardesk_corner*5', '112', 38, 3, 0, 0, 0, 0, 1, 1610, '', 0, NULL),
(1777, 'diner_bardesk_corner*6', '112', 39, 3, 0, 0, 0, 0, 1, 1611, '', 0, NULL),
(1778, 'diner_bardesk_corner*7', '112', 40, 3, 0, 0, 0, 0, 1, 1612, '', 0, NULL),
(1779, 'diner_bardesk_corner*8', '112', 41, 3, 0, 0, 0, 0, 1, 1613, '', 0, NULL),
(1780, 'diner_bardesk_corner*9', '112', 42, 3, 0, 0, 0, 0, 1, 1614, '', 0, NULL),
(1781, 'diner_bardesk_corner*10', '112', 43, 3, 0, 0, 0, 0, 1, 1615, '', 0, NULL),
(1782, 'diner_cashreg*1', '112', 44, 5, 0, 0, 0, 0, 1, 1616, '', 0, NULL),
(1783, 'diner_cashreg*2', '112', 45, 5, 0, 0, 0, 0, 1, 1617, '', 0, NULL),
(1784, 'diner_cashreg*3', '112', 46, 5, 0, 0, 0, 0, 1, 1618, '', 0, NULL),
(1785, 'diner_cashreg*4', '112', 47, 5, 0, 0, 0, 0, 1, 1619, '', 0, NULL),
(1786, 'diner_cashreg*5', '112', 48, 5, 0, 0, 0, 0, 1, 1620, '', 0, NULL),
(1787, 'diner_cashreg*6', '112', 49, 5, 0, 0, 0, 0, 1, 1621, '', 0, NULL),
(1788, 'diner_cashreg*7', '112', 50, 5, 0, 0, 0, 0, 1, 1622, '', 0, NULL),
(1789, 'diner_cashreg*8', '112', 51, 5, 0, 0, 0, 0, 1, 1623, '', 0, NULL),
(1790, 'diner_cashreg*9', '112', 52, 5, 0, 0, 0, 0, 1, 1624, '', 0, NULL),
(1791, 'diner_cashreg*10', '112', 53, 5, 0, 0, 0, 0, 1, 1625, '', 0, NULL),
(1792, 'diner_chair*1', '112', 54, 3, 0, 0, 0, 0, 1, 1626, '', 0, NULL),
(1793, 'diner_chair*2', '112', 55, 3, 0, 0, 0, 0, 1, 1627, '', 0, NULL),
(1794, 'diner_chair*3', '112', 56, 3, 0, 0, 0, 0, 1, 1628, '', 0, NULL),
(1795, 'diner_chair*4', '112', 57, 3, 0, 0, 0, 0, 1, 1629, '', 0, NULL),
(1796, 'diner_chair*5', '112', 58, 3, 0, 0, 0, 0, 1, 1630, '', 0, NULL),
(1797, 'diner_chair*6', '112', 59, 3, 0, 0, 0, 0, 1, 1631, '', 0, NULL),
(1798, 'diner_chair*7', '112', 60, 3, 0, 0, 0, 0, 1, 1632, '', 0, NULL),
(1799, 'diner_chair*8', '112', 61, 3, 0, 0, 0, 0, 1, 1633, '', 0, NULL),
(1800, 'diner_chair*9', '112', 62, 3, 0, 0, 0, 0, 1, 1634, '', 0, NULL),
(1801, 'diner_chair*10', '112', 63, 3, 0, 0, 0, 0, 1, 1635, '', 0, NULL),
(1802, 'diner_gumvendor*1', '112', 64, 3, 0, 0, 0, 0, 1, 1636, '', 0, NULL),
(1803, 'diner_gumvendor*2', '112', 65, 3, 0, 0, 0, 0, 1, 1637, '', 0, NULL),
(1804, 'diner_gumvendor*3', '112', 66, 3, 0, 0, 0, 0, 1, 1638, '', 0, NULL),
(1805, 'diner_gumvendor*4', '112', 67, 3, 0, 0, 0, 0, 1, 1639, '', 0, NULL),
(1806, 'diner_gumvendor*5', '112', 68, 3, 0, 0, 0, 0, 1, 1640, '', 0, NULL),
(1807, 'diner_gumvendor*6', '112', 69, 3, 0, 0, 0, 0, 1, 1641, '', 0, NULL),
(1808, 'diner_gumvendor*7', '112', 70, 3, 0, 0, 0, 0, 1, 1642, '', 0, NULL),
(1809, 'diner_gumvendor*8', '112', 71, 3, 0, 0, 0, 0, 1, 1643, '', 0, NULL),
(1810, 'diner_gumvendor*9', '112', 72, 3, 0, 0, 0, 0, 1, 1644, '', 0, NULL),
(1811, 'diner_gumvendor*10', '112', 73, 3, 0, 0, 0, 0, 1, 1645, '', 0, NULL),
(1812, 'diner_sofa_1*1', '112', 74, 3, 0, 0, 0, 0, 1, 1646, '', 0, NULL),
(1813, 'diner_sofa_1*2', '112', 75, 3, 0, 0, 0, 0, 1, 1647, '', 0, NULL),
(1814, 'diner_sofa_1*3', '112', 76, 3, 0, 0, 0, 0, 1, 1648, '', 0, NULL),
(1815, 'diner_sofa_1*4', '112', 77, 3, 0, 0, 0, 0, 1, 1649, '', 0, NULL),
(1816, 'diner_sofa_1*5', '112', 78, 3, 0, 0, 0, 0, 1, 1650, '', 0, NULL),
(1817, 'diner_sofa_1*6', '112', 79, 3, 0, 0, 0, 0, 1, 1651, '', 0, NULL),
(1818, 'diner_sofa_1*7', '112', 80, 3, 0, 0, 0, 0, 1, 1652, '', 0, NULL),
(1819, 'diner_sofa_1*8', '112', 81, 3, 0, 0, 0, 0, 1, 1653, '', 0, NULL),
(1820, 'diner_sofa_1*9', '112', 82, 3, 0, 0, 0, 0, 1, 1654, '', 0, NULL),
(1821, 'diner_sofa_1*10', '112', 83, 3, 0, 0, 0, 0, 1, 1655, '', 0, NULL),
(1822, 'diner_sofa_2*1', '112', 84, 3, 0, 0, 0, 0, 1, 1656, '', 0, NULL),
(1823, 'diner_sofa_2*2', '112', 85, 3, 0, 0, 0, 0, 1, 1657, '', 0, NULL),
(1824, 'diner_sofa_2*3', '112', 86, 3, 0, 0, 0, 0, 1, 1658, '', 0, NULL),
(1825, 'diner_sofa_2*4', '112', 87, 3, 0, 0, 0, 0, 1, 1659, '', 0, NULL),
(1826, 'diner_sofa_2*5', '112', 88, 3, 0, 0, 0, 0, 1, 1660, '', 0, NULL),
(1827, 'diner_sofa_2*6', '112', 89, 3, 0, 0, 0, 0, 1, 1661, '', 0, NULL),
(1828, 'diner_sofa_2*7', '112', 90, 3, 0, 0, 0, 0, 1, 1662, '', 0, NULL),
(1829, 'diner_sofa_2*8', '112', 91, 3, 0, 0, 0, 0, 1, 1663, '', 0, NULL),
(1830, 'diner_sofa_2*9', '112', 92, 3, 0, 0, 0, 0, 1, 1664, '', 0, NULL),
(1831, 'diner_sofa_2*10', '112', 93, 3, 0, 0, 0, 0, 1, 1665, '', 0, NULL),
(1832, 'diner_table_1*1', '112', 94, 3, 0, 0, 0, 0, 1, 1666, '', 0, NULL),
(1833, 'diner_table_1*2', '112', 95, 3, 0, 0, 0, 0, 1, 1667, '', 0, NULL),
(1834, 'diner_table_1*3', '112', 96, 3, 0, 0, 0, 0, 1, 1668, '', 0, NULL),
(1835, 'diner_table_1*4', '112', 97, 3, 0, 0, 0, 0, 1, 1669, '', 0, NULL),
(1836, 'diner_table_1*5', '112', 98, 3, 0, 0, 0, 0, 1, 1670, '', 0, NULL),
(1837, 'diner_table_1*6', '112', 99, 3, 0, 0, 0, 0, 1, 1671, '', 0, NULL),
(1838, 'diner_table_1*7', '112', 100, 3, 0, 0, 0, 0, 1, 1672, '', 0, NULL),
(1839, 'diner_table_1*8', '112', 101, 3, 0, 0, 0, 0, 1, 1673, '', 0, NULL),
(1840, 'diner_table_1*9', '112', 102, 3, 0, 0, 0, 0, 1, 1674, '', 0, NULL),
(1841, 'diner_table_1*10', '112', 103, 3, 0, 0, 0, 0, 1, 1675, '', 0, NULL),
(1842, 'diner_table_2*1', '112', 104, 4, 0, 0, 0, 0, 1, 1676, '', 0, NULL),
(1843, 'diner_table_2*2', '112', 105, 4, 0, 0, 0, 0, 1, 1677, '', 0, NULL),
(1844, 'diner_table_2*3', '112', 106, 4, 0, 0, 0, 0, 1, 1678, '', 0, NULL),
(1845, 'diner_table_2*4', '112', 107, 4, 0, 0, 0, 0, 1, 1679, '', 0, NULL),
(1846, 'diner_table_2*5', '112', 108, 4, 0, 0, 0, 0, 1, 1680, '', 0, NULL),
(1847, 'diner_table_2*6', '112', 109, 4, 0, 0, 0, 0, 1, 1681, '', 0, NULL),
(1848, 'diner_table_2*7', '112', 110, 4, 0, 0, 0, 0, 1, 1682, '', 0, NULL),
(1849, 'diner_table_2*8', '112', 111, 4, 0, 0, 0, 0, 1, 1683, '', 0, NULL),
(1850, 'diner_table_2*9', '112', 112, 4, 0, 0, 0, 0, 1, 1684, '', 0, NULL),
(1851, 'diner_table_2*10', '112', 113, 4, 0, 0, 0, 0, 1, 1685, '', 0, NULL),
(1852, 'diner_poster', '44', 114, 25, 0, 0, 0, 0, 1, 1686, '', 0, NULL),
(1853, 'sleepingbag*1', '113', 1, 5, 0, 0, 0, 0, 1, 1687, '', 0, NULL),
(1854, 'sleepingbag*2', '113', 1, 5, 0, 0, 0, 0, 1, 1688, '', 0, NULL),
(1855, 'sleepingbag*3', '113', 1, 5, 0, 0, 0, 0, 1, 1689, '', 0, NULL),
(1856, 'sleepingbag*4', '113', 1, 5, 0, 0, 0, 0, 1, 1690, '', 0, NULL),
(1857, 'sleepingbag*5', '113', 1, 5, 0, 0, 0, 0, 1, 1691, '', 0, NULL),
(1858, 'sleepingbag*6', '113', 1, 5, 0, 0, 0, 0, 1, 1692, '', 0, NULL),
(1859, 'sleepingbag*7', '113', 1, 5, 0, 0, 0, 0, 1, 1693, '', 0, NULL),
(1860, 'sleepingbag*8', '113', 1, 5, 0, 0, 0, 0, 1, 1694, '', 0, NULL),
(1861, 'sleepingbag*9', '113', 1, 5, 0, 0, 0, 0, 1, 1695, '', 0, NULL),
(1862, 'pillar*1', '114', 1, 5, 0, 0, 0, 0, 1, 1696, '', 0, NULL),
(1863, 'pillar*2', '114', 1, 5, 0, 0, 0, 0, 1, 1697, '', 0, NULL),
(1864, 'pillar*3', '114', 1, 5, 0, 0, 0, 0, 1, 1698, '', 0, NULL),
(1865, 'pillar*4', '114', 1, 5, 0, 0, 0, 0, 1, 1699, '', 0, NULL),
(1866, 'pillar*5', '114', 1, 5, 0, 0, 0, 0, 1, 1700, '', 0, NULL),
(1867, 'pillar*6', '114', 1, 5, 0, 0, 0, 0, 1, 1701, '', 0, NULL),
(1868, 'pillar*7', '114', 1, 5, 0, 0, 0, 0, 1, 1702, '', 0, NULL),
(1869, 'pillar*8', '114', 1, 5, 0, 0, 0, 0, 1, 1703, '', 0, NULL),
(1870, 'pillar*9', '114', 1, 5, 0, 0, 0, 0, 1, 1704, '', 0, NULL),
(1871, 'penguin_ballet', '116', 1, 1, 0, 0, 0, 0, 1, 1705, '', 0, NULL),
(1872, 'penguin_basic', '116', 2, 1, 0, 0, 0, 0, 1, 1706, '', 0, NULL),
(1873, 'penguin_boxer', '116', 3, 1, 0, 0, 0, 0, 1, 1707, '', 0, NULL),
(1874, 'penguin_bunny', '116', 4, 1, 0, 0, 0, 0, 1, 1708, '', 0, NULL),
(1875, 'penguin_clown', '116', 5, 1, 0, 0, 0, 0, 1, 1709, '', 0, NULL),
(1876, 'penguin_elf', '116', 6, 1, 0, 0, 0, 0, 1, 1710, '', 0, NULL),
(1877, 'penguin_glow', '116', 7, 1, 0, 0, 0, 0, 1, 1711, '', 0, NULL),
(1878, 'penguin_hunchback', '116', 8, 1, 0, 0, 0, 0, 1, 1712, '', 0, NULL),
(1879, 'penguin_icehockey', '116', 8, 1, 0, 0, 0, 0, 1, 1713, '', 0, NULL),
(1880, 'penguin_infected', '116', 9, 1, 0, 0, 0, 0, 1, 1714, '', 0, NULL),
(1881, 'penguin_magician', '116', 10, 1, 0, 0, 0, 0, 1, 1715, '', 0, NULL),
(1882, 'penguin_musketeer', '116', 11, 1, 0, 0, 0, 0, 1, 1716, '', 0, NULL),
(1883, 'penguin_ninja', '116', 11, 1, 0, 0, 0, 0, 1, 1717, '', 0, NULL),
(1884, 'penguin_pilot', '116', 12, 1, 0, 0, 0, 0, 1, 1718, '', 0, NULL),
(1885, 'penguin_pirate', '116', 13, 1, 0, 0, 0, 0, 1, 1719, '', 0, NULL),
(1886, 'penguin_punk', '116', 14, 1, 0, 0, 0, 0, 1, 1720, '', 0, NULL),
(1887, 'penguin_robot', '116', 15, 1, 0, 0, 0, 0, 1, 1721, '', 0, NULL),
(1888, 'penguin_rock', '116', 16, 1, 0, 0, 0, 0, 1, 1722, '', 0, NULL),
(1889, 'penguin_skater', '116', 17, 1, 0, 0, 0, 0, 1, 1723, '', 0, NULL),
(1890, 'penguin_ski', '116', 18, 1, 0, 0, 0, 0, 1, 1724, '', 0, NULL),
(1891, 'penguin_suit', '116', 18, 1, 0, 0, 0, 0, 1, 1725, '', 0, NULL),
(1892, 'penguin_sumo', '116', 18, 1, 0, 0, 0, 0, 1, 1726, '', 0, NULL),
(1893, 'penguin_super', '116', 18, 1, 0, 0, 0, 0, 1, 1727, '', 0, NULL),
(1894, 'penguin_swim', '116', 18, 1, 0, 0, 0, 0, 1, 1728, '', 0, NULL),
(1895, 'penguin_wrestler', '116', 18, 1, 0, 0, 0, 0, 1, 1729, '', 0, NULL),
(1896, 'penguin_cowboy', '116', 18, 1, 0, 0, 0, 0, 1, 1730, '', 0, NULL),
(1897, 'sandrug', '132', 2, 1, 0, 0, 0, 0, 3, 1731, '', 0, NULL),
(1898, 'rare_moonrug', '132', 2, 1, 0, 0, 0, 0, 3, 1732, '', 0, NULL),
(1899, 'tree3', '117', 1, 6, 0, 0, 0, 0, 1, 1735, '', 0, NULL),
(1900, 'tree4', '117', 2, 6, 0, 0, 0, 0, 1, 1736, '', 0, NULL),
(1901, 'tree5', '117', 3, 6, 0, 0, 0, 0, 1, 1737, '', 0, NULL),
(1902, 'tree6', '117,119', 4, 6, 0, 0, 0, 0, 1, 1738, '', 0, NULL),
(1903, 'tree1', '117', 5, 6, 0, 0, 0, 0, 1, 1733, '', 0, NULL),
(1904, 'tree2', '117', 6, 6, 0, 0, 0, 0, 1, 1734, '', 0, NULL),
(1905, 'triplecandle', '117', 7, 3, 0, 0, 0, 0, 1, 1739, '', 0, NULL),
(1906, 'turkey', '117', 8, 3, 0, 0, 0, 0, 1, 1740, '', 0, NULL),
(1907, 'house', '117', 9, 3, 0, 0, 0, 0, 1, 1741, '', 0, NULL),
(1908, 'house2', '117', 10, 3, 0, 0, 0, 0, 1, 1742, '', 0, NULL),
(1909, 'pudding', '117', 11, 3, 0, 0, 0, 0, 1, 1743, '', 0, NULL),
(1910, 'xmasduck', '117', 12, 1, 0, 0, 0, 0, 1, 1744, '', 0, NULL),
(1911, 'hyacinth1', '117', 13, 3, 0, 0, 0, 0, 1, 1745, '', 0, NULL),
(1912, 'hyacinth2', '117', 14, 3, 0, 0, 0, 0, 1, 1746, '', 0, NULL),
(1913, 'joulutahti', '117', 15, 3, 0, 0, 0, 0, 1, 1747, '', 0, NULL),
(1914, 'rcandle', '117', 16, 1, 0, 0, 0, 0, 1, 1748, '', 0, NULL),
(1915, 'wcandle', '117', 17, 1, 0, 0, 0, 0, 1, 1749, '', 0, NULL),
(1916, 'poster_27', '117', 18, 1, 0, 0, 0, 0, 1, 251, '27', 0, NULL),
(1917, 'poster_30', '117', 19, 1, 0, 0, 0, 0, 1, 251, '30', 0, NULL),
(1918, 'poster_48', '117', 20, 2, 0, 0, 0, 0, 1, 251, '48', 0, NULL),
(1919, 'poster_49', '117', 21, 2, 0, 0, 0, 0, 1, 251, '49', 0, NULL),
(1920, 'poster_46', '117', 22, 1, 0, 0, 0, 0, 1, 251, '46', 0, NULL),
(1921, 'poster_47', '117', 23, 1, 0, 0, 0, 0, 1, 251, '47', 0, NULL),
(1922, 'poster_28', '117', 24, 1, 0, 0, 0, 0, 1, 251, '28', 0, NULL),
(1923, 'poster_29', '117', 25, 1, 0, 0, 0, 0, 1, 251, '29', 0, NULL),
(1924, 'poster_23', '117', 26, 2, 0, 0, 0, 0, 1, 251, '23', 0, NULL),
(1925, 'poster_25', '117', 27, 3, 0, 0, 0, 0, 1, 251, '25', 0, NULL),
(1926, 'poster_24', '117', 28, 3, 0, 0, 0, 0, 1, 251, '24', 0, NULL),
(1927, 'poster_26', '117', 29, 3, 0, 0, 0, 0, 1, 251, '26', 0, NULL),
(1928, 'poster_22', '117', 30, 3, 0, 0, 0, 0, 1, 251, '22', 0, NULL),
(1929, 'poster_20', '117', 31, 3, 0, 0, 0, 0, 1, 251, '20', 0, NULL),
(1930, 'poster_21', '117', 32, 3, 0, 0, 0, 0, 1, 251, '21', 0, NULL),
(1931, 'sofachair', '18', 201, 3, 0, 0, 0, 0, 1, 1750, '', 0, NULL),
(1932, 'sofachair*2', '18', 202, 3, 0, 0, 0, 0, 1, 1751, '', 0, NULL),
(1933, 'sofachair*3', '18', 203, 3, 0, 0, 0, 0, 1, 1752, '', 0, NULL),
(1934, 'sofachair*4', '18', 204, 3, 0, 0, 0, 0, 1, 1753, '', 0, NULL),
(1935, 'sofachair*6', '18', 205, 3, 0, 0, 0, 0, 1, 1754, '', 0, NULL),
(1936, 'sofachair*7', '18', 206, 3, 0, 0, 0, 0, 1, 1755, '', 0, NULL),
(1937, 'sofachair*8', '18', 207, 3, 0, 0, 0, 0, 1, 1756, '', 0, NULL),
(1938, 'sofachair*9', '18', 208, 3, 0, 0, 0, 0, 1, 1757, '', 0, NULL),
(1939, 'tree7', '119', 11, 6, 0, 0, 0, 0, 1, 1759, '', 0, NULL),
(1940, 'christmas_poop', '119', 11, 1, 0, 0, 0, 0, 1, 1760, '', 0, NULL),
(1941, 'xmas_icelamp', '119', 11, 5, 0, 0, 0, 0, 1, 1761, '', 0, NULL),
(1942, 'plant_mazegate_snow', '119', 11, 3, 0, 0, 0, 0, 1, 1762, '', 0, NULL),
(1943, 'plant_maze_snow', '119', 11, 3, 0, 0, 0, 0, 1, 1763, '', 0, NULL),
(1944, 'xmas_cstl_gate', '119', 11, 6, 0, 0, 0, 0, 1, 1764, '', 0, NULL),
(1945, 'xmas_cstl_twr', '119', 11, 5, 0, 0, 0, 0, 1, 1765, '', 0, NULL),
(1946, 'xmas_cstl_wall', '119', 11, 5, 0, 0, 0, 0, 1, 1766, '', 0, NULL),
(1947, 'christmas_sleigh', '119', 11, 5, 0, 0, 0, 0, 1, 1767, '', 0, NULL),
(1948, 'christmas_reindeer', '44', 11, 3, 0, 0, 0, 0, 1, 1768, '', 0, NULL),
(1949, 'rclr_chair', '120', 1, 3, 0, 0, 0, 0, 1, 1769, '', 0, NULL),
(1950, 'rclr_garden', '120', 2, 3, 0, 0, 0, 0, 1, 1770, '', 0, NULL),
(1951, 'rclr_sofa', '120', 2, 3, 0, 0, 0, 0, 1, 1771, '', 0, NULL),
(1952, 'rclr_lamp', '120', 2, 3, 0, 0, 0, 0, 1, 1772, '', 0, NULL),
(1953, 'flag_denmark', '25', 23, 3, 0, 0, 0, 0, 1, 1773, '', 0, NULL),
(1954, 'transparent_floor', '91', 2, 3, 0, 0, 0, 0, 1, 1774, '', 0, NULL),
(1955, 'ads_clcake', '123', 2, 2, 0, 0, 0, 0, 1, 1775, '', 0, NULL),
(1956, 'ads_clcake2', '123', 2, 2, 0, 0, 0, 0, 1, 1776, '', 0, NULL),
(1957, 'ads_cldesk', '123', 2, 2, 0, 0, 0, 0, 1, 1777, '', 0, NULL),
(1958, 'ads_clfloor', '123', 2, 2, 0, 0, 0, 0, 1, 1778, '', 0, NULL),
(1959, 'ads_cllava', '123', 2, 2, 0, 0, 0, 0, 1, 1779, '', 0, NULL),
(1960, 'ads_cllava2', '123', 2, 2, 0, 0, 0, 0, 1, 1780, '', 0, NULL),
(1961, 'ads_cltele', '123', 2, 2, 0, 0, 0, 0, 1, 1781, '', 0, NULL),
(1962, 'ads_cltele_cmp', '123', 2, 2, 0, 0, 0, 0, 1, 1782, '', 0, NULL),
(1963, 'ads_clwall1', '123', 2, 2, 0, 0, 0, 0, 1, 1783, '', 0, NULL),
(1964, 'ads_clwall2', '123', 2, 2, 0, 0, 0, 0, 1, 1784, '', 0, NULL),
(1965, 'ads_clwall3', '123', 2, 2, 0, 0, 0, 0, 1, 1785, '', 0, NULL),
(1966, 'ads_cl_jukeb', '123', 2, 2, 0, 0, 0, 0, 1, 1786, '', 0, NULL),
(1967, 'ads_cl_jukeb_camp', '123', 2, 2, 0, 0, 0, 0, 1, 1787, '', 0, NULL),
(1968, 'ads_cl_sofa', '123', 2, 2, 0, 0, 0, 0, 1, 1788, '', 0, NULL),
(1969, 'ads_cl_sofa_cmp', '123', 2, 2, 0, 0, 0, 0, 1, 1789, '', 0, NULL),
(1970, 'sound_set_71', '88', 2, 3, 0, 0, 0, 0, 1, 1790, '', 0, NULL),
(1971, 'ads_calip_chair', '125', 2, 2, 0, 0, 0, 0, 1, 1791, '', 0, NULL),
(1972, 'ads_calip_chaircmp', '125', 2, 2, 0, 0, 0, 0, 1, 1792, '', 0, NULL),
(1973, 'ads_calip_fan', '125', 2, 2, 0, 0, 0, 0, 1, 1793, '', 0, NULL),
(1974, 'ads_calip_fan_cmp', '125', 2, 2, 0, 0, 0, 0, 1, 1794, '', 0, NULL),
(1975, 'ads_calip_lava', '125', 2, 2, 0, 0, 0, 0, 1, 1795, '', 0, NULL),
(1976, 'ads_calip_parasol', '125', 4, 2, 0, 0, 0, 0, 1, 1796, '', 0, NULL),
(1977, 'ads_calip_parasol_cmp', '125', 5, 2, 0, 0, 0, 0, 1, 1797, '', 0, NULL),
(1978, 'ads_calip_pool', '125', 6, 2, 0, 0, 0, 0, 1, 1798, '', 0, NULL),
(1979, 'ads_calip_pool_cmp', '125', 7, 2, 0, 0, 0, 0, 1, 1799, '', 0, NULL),
(1980, 'ads_calip_tele', '125', 8, 2, 0, 0, 0, 0, 1, 1800, '', 0, NULL),
(1981, 'ads_calip_telecmp', '125', 9, 2, 0, 0, 0, 0, 1, 1801, '', 0, NULL),
(1982, 'calippo', '125', 10, 2, 0, 0, 0, 0, 1, 1802, '', 0, NULL),
(1983, 'calippo_cmp', '125', 11, 2, 0, 0, 0, 0, 1, 1803, '', 0, NULL),
(1984, 'ads_calip_cola*1', '125', 12, 2, 0, 0, 0, 0, 1, 1804, '', 0, NULL),
(1985, 'ads_calip_cola*2', '125', 13, 2, 0, 0, 0, 0, 1, 1805, '', 0, NULL),
(1986, 'ads_calip_cola*3', '125', 14, 2, 0, 0, 0, 0, 1, 1806, '', 0, NULL),
(1987, 'ads_calip_cola*4', '125', 15, 2, 0, 0, 0, 0, 1, 1807, '', 0, NULL),
(1988, 'ads_calip_colac*1', '125', 16, 2, 0, 0, 0, 0, 1, 1808, '', 0, NULL),
(1989, 'ads_calip_colac*2', '125', 17, 2, 0, 0, 0, 0, 1, 1809, '', 0, NULL),
(1990, 'ads_calip_colac*3', '125', 18, 2, 0, 0, 0, 0, 1, 1810, '', 0, NULL),
(1991, 'ads_calip_colac*4', '125', 19, 2, 0, 0, 0, 0, 1, 1811, '', 0, NULL),
(1992, 'ads_calip_lava2', '125', 3, 2, 0, 0, 0, 0, 1, 1812, '', 0, NULL),
(1993, 'ads_mall_coffeem', '126', 2, 2, 0, 0, 0, 0, 1, 1813, '', 0, NULL),
(1994, 'ads_mall_elevator', '126', 2, 2, 0, 0, 0, 0, 1, 1814, '', 0, NULL),
(1995, 'ads_mall_kiosk', '126', 2, 2, 0, 0, 0, 0, 1, 1815, '', 0, NULL),
(1996, 'ads_mall_tele', '126', 2, 2, 0, 0, 0, 0, 1, 1816, '', 0, NULL),
(1997, 'ads_mall_winbea', '126', 2, 2, 0, 0, 0, 0, 1, 1817, '', 0, NULL),
(1998, 'ads_mall_winchi', '126', 2, 2, 0, 0, 0, 0, 1, 1818, '', 0, NULL),
(1999, 'ads_mall_wincin', '126', 2, 2, 0, 0, 0, 0, 1, 1819, '', 0, NULL),
(2000, 'ads_mall_winclo', '126', 2, 2, 0, 0, 0, 0, 1, 1820, '', 0, NULL),
(2001, 'ads_mall_window', '126', 2, 2, 0, 0, 0, 0, 1, 1821, '', 0, NULL),
(2002, 'ads_mall_winfur', '126', 2, 2, 0, 0, 0, 0, 1, 1822, '', 0, NULL),
(2003, 'ads_mall_wingar', '126', 2, 2, 0, 0, 0, 0, 1, 1823, '', 0, NULL),
(2004, 'ads_mall_winice', '126', 2, 2, 0, 0, 0, 0, 1, 1824, '', 0, NULL),
(2005, 'ads_mall_winmus', '126', 2, 2, 0, 0, 0, 0, 1, 1825, '', 0, NULL),
(2006, 'ads_mall_winpet', '126', 2, 2, 0, 0, 0, 0, 1, 1826, '', 0, NULL),
(2007, 'ads_mall_winspo', '126', 2, 2, 0, 0, 0, 0, 1, 1827, '', 0, NULL),
(2008, 'ads_mall_wintra', '126', 2, 2, 0, 0, 0, 0, 1, 1828, '', 0, NULL),
(2009, 'easel_0', '127', 2, 2, 0, 0, 0, 0, 1, 1829, '', 0, NULL),
(2010, 'easel_1', '127', 2, 2, 0, 0, 0, 0, 1, 1830, '', 0, NULL),
(2011, 'easel_2', '127', 2, 2, 0, 0, 0, 0, 1, 1831, '', 0, NULL),
(2012, 'easel_3', '127', 2, 2, 0, 0, 0, 0, 1, 1832, '', 0, NULL),
(2013, 'easel_4', '127', 2, 2, 0, 0, 0, 0, 1, 1833, '', 0, NULL),
(2014, 'prizetrophy7*1', '128', 2, 2, 0, 0, 0, 0, 1, 1834, '', 0, NULL),
(2015, 'prizetrophy7*2', '128', 2, 2, 0, 0, 0, 0, 1, 1835, '', 0, NULL),
(2016, 'prizetrophy7*3', '128', 2, 2, 0, 0, 0, 0, 1, 1836, '', 0, NULL),
(2017, 'prizetrophy8*1', '128', 2, 2, 0, 0, 0, 0, 1, 1837, '', 0, NULL),
(2018, 'prizetrophy9*1', '128', 2, 2, 0, 0, 0, 0, 1, 1838, '', 0, NULL),
(2019, 'prizetrophy_cool', '128', 2, 2, 0, 0, 0, 0, 1, 1839, '', 0, NULL),
(2020, 'prizetrophy_hot', '128', 2, 2, 0, 0, 0, 0, 1, 1840, '', 0, NULL),
(2021, 'hrella_poster_1', '100', 2, 2, 0, 0, 0, 0, 1, 1841, '', 0, NULL),
(2022, 'hrella_poster_2', '100', 2, 2, 0, 0, 0, 0, 1, 1842, '', 0, NULL),
(2023, 'hrella_poster_3', '100', 2, 2, 0, 0, 0, 0, 1, 1843, '', 0, NULL),
(2024, 'xm09_trophy', '128', 2, 2, 0, 0, 0, 0, 1, 1844, '', 0, NULL),
(2025, 'computer_laptop', '129', 2, 2, 0, 0, 0, 0, 1, 1845, '', 0, NULL),
(2026, 'bw_water_1', '107', 2, 2, 0, 0, 0, 0, 1, 1846, '', 0, NULL),
(2027, 'bw_water_2', '107', 2, 2, 0, 0, 0, 0, 1, 1847, '', 0, NULL),
(2028, 'val_randomizer', '121', 2, 5, 0, 300, 200, 0, 1, 1848, '', 0, '02-14'),
(2029, 'val09_floor', '131', 32, 2, 0, 0, 0, 0, 1, 1849, '', 0, NULL),
(2030, 'val09_floor2', '131', 33, 2, 0, 0, 0, 0, 1, 1850, '', 0, NULL),
(2031, 'val09_wall1', '131', 34, 2, 0, 0, 0, 0, 1, 1851, '', 0, NULL),
(2032, 'val09_wall2', '131', 35, 2, 0, 0, 0, 0, 1, 1852, '', 0, NULL),
(2033, 'val09_wdrobe_b', '131', 36, 2, 0, 0, 0, 0, 1, 1853, '', 0, NULL),
(2034, 'val09_wdrobe_g', '131', 37, 2, 0, 0, 0, 0, 1, 1854, '', 0, NULL),
(2035, 'bling11_floor_deal5', '131', 38, 5, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2036, 'bling11_floor_deal10', '131', 39, 13, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2037, 'val09_floor_deal5', '131', 40, 6, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2038, 'val09_floor_deal10', '131', 41, 14, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2039, 'val09_floor2_deal5', '131', 42, 5, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2040, 'val09_floor2_deal10', '131', 43, 15, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2041, 'md_limukaappi_cmp', '132', 2, 2, 0, 0, 0, 0, 1, 1861, '', 0, NULL),
(2042, 'kinkysofa', '121', 2, 2, 0, 0, 0, 0, 1, 1862, '', 0, NULL),
(2043, 'poster_2008', '109', 8, 3, 0, 0, 0, 0, 1, 251, '2008', 0, NULL),
(2044, 'poster_2005', '121', 8, 3, 0, 0, 0, 0, 1, 251, '2005', 0, NULL),
(2045, 'ads_cl_moodi_camp', '109', 0, 2, 0, 0, 0, 0, 1, 1863, '', 0, NULL),
(2046, 'window_skyscraper_deal5', '53', 2, 6, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2047, 'country_soil_deal5', '59', -2, 5, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2048, 'country_grass_deal5', '59', -1, 5, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2049, 'country_ditch_deal5', '59', -2, 7, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2050, 'garden_wall_deal5', '134', 23, 4, 0, 0, 0, 0, 1, 0, '', 1, NULL),
(2051, 'hc2_armchair', '135', 0, 2, 0, 0, 0, 0, 1, 1864, '', 0, NULL),
(2052, 'hc2_barchair', '135', 1, 2, 0, 0, 0, 0, 1, 1865, '', 0, NULL),
(2053, 'hc2_biglamp', '135', 2, 2, 0, 0, 0, 0, 1, 1866, '', 0, NULL),
(2054, 'hc2_carpet', '135', 3, 2, 0, 0, 0, 0, 1, 1867, '', 0, NULL),
(2055, 'hc2_cart', '135', 4, 2, 0, 0, 0, 0, 1, 1868, '', 0, NULL),
(2056, 'hc2_coffee', '135', 5, 2, 0, 0, 0, 0, 1, 1869, '', 0, NULL),
(2057, 'hc2_divider', '135', 6, 2, 0, 0, 0, 0, 1, 1870, '', 0, NULL),
(2058, 'hc2_dvn', '135', 7, 2, 0, 0, 0, 0, 1, 1871, '', 0, NULL),
(2059, 'hc2_frplc', '135', 8, 2, 0, 0, 0, 0, 1, 1872, '', 0, NULL),
(2060, 'hc2_sofa', '135', 9, 2, 0, 0, 0, 0, 1, 1873, '', 0, NULL),
(2061, 'hc2_sofatbl', '135', 10, 2, 0, 0, 0, 0, 1, 1874, '', 0, NULL),
(2062, 'hc2_vase', '135', 11, 2, 0, 0, 0, 0, 1, 1875, '', 0, NULL),
(2063, 'hc3_bard', '135', 12, 2, 0, 0, 0, 0, 1, 1876, '', 0, NULL),
(2064, 'hc3_dc', '135', 13, 2, 0, 0, 0, 0, 1, 1877, '', 0, NULL),
(2065, 'hc3_divider', '135', 14, 2, 0, 0, 0, 0, 1, 1878, '', 0, NULL),
(2066, 'hc3_hugelamp', '135', 15, 2, 0, 0, 0, 0, 1, 1879, '', 0, NULL),
(2067, 'hc3_light', '135', 16, 2, 0, 0, 0, 0, 1, 1880, '', 0, NULL),
(2068, 'hc3_shelf', '135', 17, 2, 0, 0, 0, 0, 1, 1881, '', 0, NULL),
(2069, 'hc3_sofa', '135', 18, 2, 0, 0, 0, 0, 1, 1882, '', 0, NULL),
(2070, 'hc3_stereo', '135', 19, 2, 0, 0, 0, 0, 1, 1883, '', 0, NULL),
(2071, 'hc3_stool', '135', 20, 2, 0, 0, 0, 0, 1, 1884, '', 0, NULL),
(2072, 'hc3_table', '135', 21, 2, 0, 0, 0, 0, 1, 1885, '', 0, NULL),
(2073, 'hc3_vase', '135', 22, 2, 0, 0, 0, 0, 1, 1886, '', 0, NULL),
(2074, 'hc3_walldeco', '135', 23, 2, 0, 0, 0, 0, 1, 1887, '', 0, NULL),
(2075, 'basket', '136', 0, 2, 0, 0, 0, 0, 1, 1888, '', 0, NULL),
(2076, 'birdie', '136', 1, 2, 0, 0, 0, 0, 1, 1889, '', 0, NULL),
(2077, 'easterduck', '136', 2, 2, 0, 0, 0, 0, 1, 1890, '', 0, NULL),
(2078, 'rare_mnstr', '121', 0, 2, 0, 0, 0, 0, 1, 1891, '', 0, NULL),
(2079, 'rare_beehive_bulb*3', '139', 0, 2, 0, 0, 0, 0, 1, 1892, '', 0, NULL),
(2080, 'rare_dragonlamp_pink', '139', 1, 2, 0, 0, 0, 0, 1, 1893, '', 0, NULL),
(2081, 'rare_icecream*10', '139', 2, 2, 0, 0, 0, 0, 1, 1894, '', 0, NULL),
(2082, 'pillar*10', '139', 3, 2, 0, 0, 0, 0, 1, 1895, '', 0, NULL),
(2083, 'rare_parasol*4', '139', 4, 2, 0, 0, 0, 0, 1, 1896, '', 0, NULL),
(2084, 'scifidoor*11', '139', 5, 2, 0, 0, 0, 0, 1, 1897, '', 0, NULL),
(2085, 'sleepingbag*11', '139', 6, 2, 0, 0, 0, 0, 1, 1898, '', 0, NULL),
(2086, 'rare_fountain*4', '139', 7, 2, 0, 0, 0, 0, 1, 1899, '', 0, NULL),
(2087, 'rare_dragonlamp*10', '139', 8, 2, 0, 0, 0, 0, 1, 1900, '', 0, NULL),
(2088, 'rare_fan*10', '139', 9, 2, 0, 0, 0, 0, 1, 1901, '', 0, NULL),
(2089, 'rare_icecream*11', '139', 10, 2, 0, 0, 0, 0, 1, 1902, '', 0, NULL),
(2090, 'wooden_screen*10', '139', 11, 2, 0, 0, 0, 0, 1, 1903, '', 0, NULL),
(2091, 'pillow*10', '139', 12, 2, 0, 0, 0, 0, 1, 1904, '', 0, NULL),
(2092, 'scifiport*10', '139', 13, 2, 0, 0, 0, 0, 1, 1905, '', 0, NULL),
(2093, 'rare_elephant_statue*3', '139', 14, 2, 0, 0, 0, 0, 1, 1906, '', 0, NULL),
(2094, 'marquee*11', '139', 15, 2, 0, 0, 0, 0, 1, 1907, '', 0, NULL),
(2095, 'scifirocket*10', '139', 16, 2, 0, 0, 0, 0, 1, 1908, '', 0, NULL);
/*!40000 ALTER TABLE `catalogue_items` ENABLE KEYS */;
-- Dumping structure for table havana.catalogue_packages
CREATE TABLE IF NOT EXISTS `catalogue_packages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`salecode` varchar(255) DEFAULT NULL,
`definition_id` int(11) DEFAULT NULL,
`special_sprite_id` int(11) DEFAULT NULL,
`amount` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.catalogue_packages: ~31 rows (approximately)
DELETE FROM `catalogue_packages`;
/*!40000 ALTER TABLE `catalogue_packages` DISABLE KEYS */;
INSERT INTO `catalogue_packages` (`id`, `salecode`, `definition_id`, `special_sprite_id`, `amount`) VALUES
(1, 'a0 deal102', 184, 0, 5),
(2, 'a0 deal104', 184, 0, 3),
(3, 'a0 deal105', 180, 0, 5),
(4, 'a0 deal106', 180, 0, 3),
(5, 'a0 deal107', 181, 0, 5),
(6, 'a0 deal108', 181, 0, 3),
(7, 'a0 deal109', 182, 0, 5),
(8, 'a0 deal114', 182, 0, 3),
(9, 'a0 deal115', 183, 0, 5),
(10, 'a0 deal116', 183, 0, 3),
(11, 'deal_dogfood', 155, 0, 6),
(12, 'deal_catfood', 156, 0, 6),
(13, 'deal_crocfood', 236, 0, 6),
(14, 'deal_cabbage', 157, 0, 6),
(15, 'sound_machine_deal', 232, 0, 1),
(16, 'sound_machine_deal', 239, 0, 1),
(17, 'deal_hcrollers', 226, 0, 5),
(18, 'deal_throne', 107, 0, 10),
(19, 'bling11_floor_deal5', 2133, 0, 5),
(20, 'bling11_floor_deal10', 2133, 0, 10),
(21, 'val09_floor_deal5', 2161, 0, 5),
(22, 'val09_floor_deal10', 2161, 0, 10),
(23, 'val09_floor2_deal5', 2162, 0, 5),
(24, 'val09_floor2_deal10', 2162, 0, 10),
(25, 'ktchn10_block_deal5', 2171, 0, 5),
(26, 'ktchn10_block_deal10', 2171, 0, 10),
(31, 'window_skyscraper_deal5', 775, 0, 5),
(32, 'country_soil_deal5', 812, 0, 5),
(33, 'country_grass_deal5', 813, 0, 5),
(34, 'country_ditch_deal5', 826, 0, 5),
(35, 'garden_wall_deal5', 2248, 0, 5);
/*!40000 ALTER TABLE `catalogue_packages` ENABLE KEYS */;
-- Dumping structure for table havana.catalogue_pages
CREATE TABLE IF NOT EXISTS `catalogue_pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`old_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL DEFAULT -1,
`order_id` int(11) NOT NULL DEFAULT 1,
`min_role` int(11) NOT NULL DEFAULT 1,
`is_navigatable` tinyint(1) NOT NULL DEFAULT 0,
`is_club_only` tinyint(11) NOT NULL DEFAULT 0,
`name` text NOT NULL,
`icon` int(11) NOT NULL DEFAULT 0,
`colour` int(11) NOT NULL DEFAULT 0,
`layout` text NOT NULL DEFAULT '',
`images` text NOT NULL,
`texts` text NOT NULL,
`seasonal_start` varchar(200) DEFAULT NULL,
`seasonal_length` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=143 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.catalogue_pages: ~126 rows (approximately)
DELETE FROM `catalogue_pages`;
/*!40000 ALTER TABLE `catalogue_pages` DISABLE KEYS */;
INSERT INTO `catalogue_pages` (`id`, `old_id`, `parent_id`, `order_id`, `min_role`, `is_navigatable`, `is_club_only`, `name`, `icon`, `colour`, `layout`, `images`, `texts`, `seasonal_start`, `seasonal_length`) VALUES
(1, 0, -1, 1, 1, 1, 0, 'Frontpage', 1, 6, 'frontpage3', '["catalog_frontpage_headline2_en","{input1}"]', '["{input2}","{input3}","{input4}","How do I get Credits easily?","1. Always ask permission from the bill payer first.\\r\\n2. Send HABBO in a UK SMS to 78881. You\'\'ll get an SMS back with a voucher code and will be charged £3 plus your standard UK SMS rate, normally 10p.\\r\\n3. Enter the code below to redeem 35 Credits. For Habbo Credit options or to redeem a Wallie Voucher Card, simply click \\"Get Credits >>\\" below.","Redeem a Habbo Voucher code here:","","#FAF8CC","#FAF8CC","scifi"]', NULL, 0),
(2, 0, -1, 3, 1, 0, 0, 'Furni Shop', 2, 3, '', '[]', '[]', NULL, 0),
(3, 0, 2, 2, 1, 1, 0, 'Spaces', 0, 0, 'spaces', '["catalog_spaces_headline1"]', '["Floors, wallpapers, landscapes - get a groovy combination to your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and color you like and click Buy."]', NULL, 0),
(4, 0, -1, 7, 1, 1, 0, 'Habbo Exchange', 6, 11, 'default_3x3', '["catalog_bank_headline1","catalog_bank_teaser","catalog_special_txtbg1"]', '["The Habbo Exchange is where you can convert your Habbo Credits into a tradable currency. You can use this tradable currency to exchange Habbo Credits for Furni!","Click on the item you want for more information","Refundable Goods!"]', NULL, 0),
(5, 0, 2, 5, 1, 1, 0, 'Rollers', 0, 0, 'default_3x3', '["catalog_roller_headline1","","catalog_special_txtbg1"]', '["Move your imagination, while you move your Habbo! Perfect for mazes, games, for keeping your queue moving or making your pet go round in circles for hours. Available in multi-packs - the more you buy the cheaper the Roller! Pink Rollers out now!","Click on a Roller to see more information!","You can fit 30 Rollers in a user flat!"]', NULL, 0),
(6, 0, 2, 5, 1, 1, 0, 'Teleporters', 0, 0, 'default_3x3', '["catalog_doors_headline1","catalog_teleports_teaser2_en","catalog_special_txtbg1"]', '["Beam your user from one room to another with one of our cunningly disguised, space age teleports. Now you can link any two rooms together! Teleports are sold in pairs, so if you trade for them, check you\'re getting a linked pair.","Click on the item you want for more information","New Door Teleport!"]', NULL, 0),
(7, 0, 54, 10, 1, 1, 0, 'Pets', 0, 0, 'pets', '["catalog_pet_headline1"]', '["Fluff and whiskers, meows and woofs! You\'\'re about to enter the world of small creatures with furry features. Find a new friend from our ever-changing selection. From faithful servants to playful playmates - here\'s where you\'\'ll find them all.","Find your own pet!"]', NULL, 0),
(8, 0, 54, 10, 1, 1, 0, 'Pet Accessories', 0, 0, 'default_3x3', '["catalog_pet_headline2","ctlg_pet_teaser1","catalog_special_txtbg2"]', '["You\'\'ll need to take care of your pet to keep it happy and healthy. This section of the Catalogue has EVERYTHING you\'ll need to satisfy your pet\'s needs.","Click on the item you want for more information","You\'ll have to share it!"]', NULL, 0),
(9, 0, 2, 6, 1, 1, 0, 'Area', 0, 0, 'default_3x3', '["catalog_area_headline1","catalog_area_teaser1","catalog_special_txtbg2"]', '["Introducing the Area Collection... Clean, chunky lines set this collection apart as a preserve of the down-to-earth person. It\'s beautiful in its simplicity, and welcoming to everyone.","Click on the item you want for more information","Beautiful in it\'s simplicity!"]', NULL, 0),
(10, 0, 2, 7, 1, 1, 0, 'Gothic', 0, 0, 'default_3x3', '["catalog_gothic_headline1","catalog_gothic_teaser1"]', '["The Gothic section is full of medieval looking items. Create your own Gothic castle!","Click on the item you want for more information",""]', NULL, 0),
(11, 0, -1, 5, 1, 0, 0, 'Trax', 4, 4, 'default_3x3', '[]', '[]', NULL, 0),
(12, 0, 2, 8, 1, 1, 0, 'Candy', 0, 0, 'default_3x3', '["catalog_candy_headline1","catalog_candy_teaser1","catalog_special_txtbg2"]', '["Candy combines the cool, clean lines of the Mode collection with a softer, more soothing style. It\'\'s urban sharpness with a hint of the feminine.","Click on the item you want for more information","Relax! It\'s faux-fur."]', NULL, 0),
(13, 0, 2, 9, 1, 1, 0, 'Asian', 0, 0, 'default_3x3', '["catalog_asian_headline1","catalog_asian_teaser1"]', '["Introducing the Asian collection... These handcrafted items are the result of years of child slavery, some mixture of Ying and Yang and a mass-shipping from China. These authentic items fit in every oriental themed user flat.","Click on the item you want for more information",""]', NULL, 0),
(14, 0, 2, 10, 1, 1, 0, 'Iced', 0, 0, 'default_3x3', '["catalog_iced_headline1","catalog_iced_teaser1","catalog_special_txtbg2"]', '["Introducing the Iced Collection... For the person who needs no introduction. It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination to run wild!","Click on the item you want for more information"," These chairs are so comfy."]', NULL, 0),
(15, 0, 2, 11, 1, 1, 0, 'Lodge', 0, 0, 'default_3x3', '["catalog_lodge_headline1","catalog_lodge_teaser1","catalog_special_txtbg2"]', '["Introducing the Lodge Collection... Do you appreciate the beauty of wood? For that ski lodge effect, or to match that open fire... Lodge is the Furni of choice for people with that no frills approach to decorating.","Click on the item you want for more information"," I LOVE this wood Furni!"]', NULL, 0),
(16, 0, 2, 12, 1, 1, 0, 'Plasto', 0, 0, 'plasto', '["catalog_plasto_headline1",""]', '["Introducing The Plasto Collection... Can you feel that 1970s vibe? Decorate with Plasto and add some colour to your life. Choose a colour that reflect your mood, or just pick your favourite shade.","Select an item and a colour and buy!"]', NULL, 0),
(17, 0, 2, 13, 1, 1, 0, 'Pura', 0, 0, 'default_3x3', '["catalog_pura_headline1","catalog_pura_teaser1"]', '["Introducing the Pura Collection... This collection breathes fresh, clean air and cool tranquillity. Use it to create a special haven away from the hullabaloo of life outside the Hotel.","Click on the item you want for more information",""]', NULL, 0),
(18, 0, 2, 14, 1, 1, 0, 'Mode', 0, 0, 'default_3x3', '["catalog_mode_headline1","catalog_mode_teaser1","catalog_special_txtbg2"]', '["Introducing the Mode Collection... Steely grey functionality combined with sleek designer upholstery. The person that chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.","Click on the item you want for more information","So shiny and new..."]', NULL, 0),
(19, 0, 2, 15, 1, 1, 0, 'Accessories', 0, 0, 'default_3x3', '["catalog_extra_headline1","catalog_extra_teaser1","catalog_special_txtbg2"]', '["Is your room missing something? Well, now you can add the finishing touches that express your true personality. And don\'t forget, like everything else, these accessories can be moved about to suit your mood.","Click on the item you want for more information","I love my rabbit..."]', NULL, 0),
(20, 0, 2, 16, 1, 1, 0, 'Bathroom', 0, 0, 'default_3x3', '["catalog_bath_headline1","catalog_bath_teaser1","catalog_special_txtbg2"]', '["Introducing the Bathroom Collection... Have some fun with the cheerful bathroom collection. Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty niffs. Put your loo in a corner though...","Click on the item you want for more information"," Every Habbo needs one!"]', NULL, 0),
(21, 0, 2, 18, 1, 1, 0, 'Plants', 0, 0, 'default_3x3', '["catalog_plants_headline1","catalog_plants_teaser1"]', '["Introducing the Plant Collection... Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality! Do we give a fuck? Up to you!","Click on the item you want for more information",""]', NULL, 0),
(22, 0, 2, 17, 1, 1, 0, 'Sports', 0, 0, 'default_3x3', '["catalog_sports_headline1","catalog_sports_teaser1"]', '["For the sporty people, here is the Sports section! Create your own hockey stadium!","Click on the item you want for more information",""]', NULL, 0),
(23, 0, 2, 19, 1, 1, 0, 'Rugs', 0, 0, 'default_3x3', '["catalog_rugs_headline1","catalog_rugs_teaser1","catalog_special_txtbg2"]', '["We have rugs for all occasions. All rugs are non-slip and washable.","Click on the item you want for more information","We have rugs for ANY room!"]', NULL, 0),
(24, 0, 2, 20, 1, 1, 0, 'Gallery', 0, 0, 'default_3x3', '["catalog_gallery_headline1","catalog_posters_teaser1","catalog_special_txtbg2"]', '["Adorn your walls with wondrous works of art, posters, plaques and wall hangings. We have items to suit all tastes, from kitsch to cool, traditional to modern.","Click on the item you want for more information","Brighten up your walls!"]', NULL, 0),
(25, 0, 2, 21, 1, 1, 0, 'Flags', 0, 0, 'default_3x3', '["catalog_flags_headline1","catalog_flags_teaser1","catalog_special_txtbg2"]', '["If you\'re feeling patriotic, get a flag to prove it. Our finest cloth flags will brighten up the dullest walls.","Click on the item you want for more information"," Flag this section for later!"]', NULL, 0),
(26, 0, 2, 22, 1, 1, 0, 'Trophies', 0, 0, 'trophies', '["catalog_trophies_headline1",""]', '["Reward your friends, or yourself with one of our fabulous glittering array of bronze, silver and gold trophies.\r\nFirst choose the trophy model (click on the arrows to see all the different styles) and then the metal (click on the seal below the trop",""]', NULL, 0),
(27, 0, 63, 3, 6, 1, 0, 'Club Gifts', 0, 0, 'default_3x3', '["catalog_club_headline1","catalog_hc_teaser"]', '["Welcome to the Club Shop! All \'Habbo Club membership gifts\' are available here, use them wisely you greedy cunt! We have sofas, butlers and all the happy stuff.","Click on the item you want for more information",""]', NULL, 0),
(28, 0, 62, 1, 6, 1, 0, 'Dragons', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["The Dragon page contains all of the Dragon Lamps.","Click on the item you want for more information",""]', NULL, 0),
(29, 0, 62, 1, 6, 1, 0, 'Sci-fi Doors', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(30, 0, 62, 1, 6, 1, 0, 'Parasols', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(31, 0, 62, 1, 6, 1, 0, 'Screens', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(32, 0, 62, 1, 6, 1, 0, 'Marquees', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(33, 0, 62, 1, 6, 1, 0, 'Pillows', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(34, 0, 62, 1, 6, 1, 0, 'Icecream', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(35, 0, 62, 1, 6, 1, 0, 'Smoke machines', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(36, 0, 62, 1, 6, 1, 0, 'Sci-Fi Ports', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(37, 0, 62, 1, 6, 1, 0, 'Amber Lamp', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(38, 0, 62, 1, 6, 1, 0, 'Fountains', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(39, 0, 62, 1, 6, 1, 0, 'Elephants', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(40, 0, 62, 1, 6, 1, 0, 'Fans', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(41, 0, 2, 4, 1, 1, 0, 'Camera', 0, 0, 'camera1', '["catalog_camera_headline1","campic_cam","","campic_film"]', '["With your Camera you can take pictures of just about anything in the hotel - your friend on the loo (hehe), your best dive in the Lido, or your room when you\'ve got it just right!\\r\\nA camera costs 10 Credits (two free photos included).","When you\'ve used your free photos, you\'ll need to buy more. Each roll of film takes five photos. Your Camera will show how much film you have left and loads the next roll automatically.\\r\\nEach Film (5 photos) costs: 6 Credits"]', NULL, 0),
(42, 0, 1000, 1, 1, 1, 0, 'Camera How-To', 0, 0, 'camera2', '["catalog_camera_headline1","campic_help"]', '["CAMERA FUNCTIONS\\r\\n1. Press this button to take a photo. 2. Photo cancel - for when you\'ve chopped off your friend\'s head! 3. Zoom in and out. 4. Photo counter - shows how much film you have left 5. Caption Box - write your caption before saving the photo. 6. Save - this moves the photo to your giant.\\r\\nYou can give photos to your friends, or put them on the wall like posters.",""]', NULL, 0),
(43, 0, 62, 1, 6, 1, 0, 'Inflatable Chairs', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(44, 0, 62, 1, 6, 1, 0, 'Rares Mixed', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(45, 0, 2, 23, 1, 1, 0, 'Executive', 0, 0, 'default_3x3', '["catalog_exe_headline1_en","catalog_exe_teaser_en"]', '["The Executive Furni is ideal for creating a sophisticated working environment, whether it be an office, a mafia headquarters or study!","Click on the item you want for more information",""]', NULL, 0),
(46, 0, 2, 24, 1, 1, 0, 'Alhambra', 0, 0, 'soundmachine', '["catalog_alh_headline2","catalog_alh_teaser2","catalog_special_txtbg1"]', '["The Palace of Alhambra has appeared and with it this exotic and beautifully crafted range of Arabian Furni. Luxury seating and gourmet food combine to make your room sparkle with riches.","Click on the item you want for more information","Get your Alhambrian goodies now!"]', NULL, 0),
(51, 0, -1, 2, 1, 1, 0, 'Collectables', 3, 2, 'default_3x3', '["catalog_cltbs_header1_uk","catalog_cltbs_teaser_en"]', '["Collect your way to the riches! Collectables are special furniture sold only for a limited period of time. They cost a wee bit more, but make up with an amazing trade value.",""," Collect your way to riches!"]', NULL, 0),
(53, 0, 2, 3, 1, 1, 0, 'Windows', 0, 0, 'default_3x3', '["ctlg_windows_headline1_en","ctlg_windows_teaser1_en","catalog_special_txtbg2"]', '["Let some sunshine in! Our windows come in many styles to give a unique look to your room. Who said your room can\'t have a view?","Click on the item you want for more information","Ooh, new view!"]', NULL, 0),
(54, 0, -1, 4, 1, 0, 0, 'Pets Shop', 8, 7, '', '[]', '[]', NULL, 0),
(55, 0, 54, 11, 1, 1, 0, 'Pets Info', 0, 0, 'pets2', '["catalog_pet_headline1","ctlg_pet_note"]', '["Pets are inhabitants of Habbo Hotel too, so each pet owner needs to know a bit about them. Look after your pet by looking through our key points below.","A few things you should know:","- You can only put it down in one of your rooms.\\r\\n- There can be 3 pets in each room.\\r\\n- The basket is your pet\'s home. If you pick it up, the pet will go back in your hand.\\r\\n- Every time you visit this page, you will go back to a different selection of pets.\\r\\n- Your pet will sleep more when it gets old\\r\\n- You cannot trade your pet"]', NULL, 0),
(56, 0, -1, 6, 1, 0, 0, 'Pixel Shop', 5, 5, '', '[]', '[]', NULL, 0),
(57, 0, 56, 3, 1, 1, 0, 'Hello Furni', 0, 0, 'pixelrent', '["catalog_hello_header1_en","catalog_hello_teaser1_en"]', '["Hello Furni is available with Pixels and is perfect if you are decorating your room for the very first time. The Furni is yours to keep and therefore cannot be traded.","Click on the item you want for more information"," "]', NULL, 0),
(58, 0, -1, 9, 1, 0, 0, 'Ecotron', 7, 3, '', '[]', '[]', NULL, 0),
(59, 0, 2, 27, 1, 1, 0, 'Country', 0, 0, 'default_3x3', '["catalog_country_header1_en","catalog_country_teaser1_en","catalog_special_txtbg2"]', '["Let\'s leave the busy city streets and head over to the wide abyss of golden wheat, emerald fields and home grown, organic vegetables. Everything you need to create a farm!","Click on the item you want for more information","Who\'d be a crow, eh?"]', NULL, 0),
(60, 0, 56, 2, 1, 1, 0, 'Special Effects', 0, 0, 'pixeleffects', '["catalog_pixeleffects_headline1_en","catalog_pxl_teaser1_en"]', '["Tune your character with cool effects that fit the occasion. Do you want to fly away with the red carpet or be in the spotlight? Now is your chance!\\r\\n\\r\\nThe effects can be activated in your badge dialog under effects tab.",""," "]', NULL, 0),
(61, 0, 56, 4, 1, 1, 0, 'Automobile', 0, 0, 'cars', '["catalog_automobile_header1_en","catalog_automobile_teaser1_en"]', '["Every Habbo needs a car effect! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful traffic sign or elegant pile of tires...","Click on the item you want for more information."," "]', NULL, 0),
(62, 0, -1, 11, 6, 0, 0, 'Admin Shop', 1, 6, '', '[]', '[]', NULL, 0),
(63, 0, -1, 8, 1, 1, 0, 'Habbo Club', 9, 7, 'club1', '["catalog_club_headline1","clubcat_pic"]', '["Welcome to Habbo Club - the members only club that all the best Habbos belong to!","Every member of Habbo Club gets priority access to the hotel. So, if the hotel\'s full up, you\'ll get to the front of the queue automatically - no waiting around! And you\'ll get exclusive clothes, hair colours, furni, special guest room layouts and more besides. Normal Habbos will not have any of these.","How do I join? Use the Navigator to go to \'Hotel View\' and click on the Habbo Club icon. Habbo Club costs 20 Credits a month. We\'ll remind you when your membership is about to run out.","Well, what are you waiting for? Join Habbo Club today!"]', NULL, 0),
(64, 0, 63, 2, 1, 1, 1, 'Club Shop', 0, 0, 'default_3x3', '["catalog_club_headline1","catalog_hc_teaser","catalog_special_txtbg1"]', '["NEW Habbo Club Furni range. Allow these elegant delights to make your room sophisticated and humble. They look great placed with your monthly gifts!","Click on the item you want for more information","For Habbo Club members only!"]', NULL, 0),
(65, 0, 63, 1, 1, 1, 0, 'Club Info', 0, 0, 'club2', '["catalog_club_headline1","club_pos","","club_neg"]', '["What happens when my Habbo Club runs out?","If your Habbo Club runs out, you WILL be able to keep any rooms you made with a Club layout and the Habbo Club Furni is yours to keep.","If your Habbo Club runs out you WON\'T be able to wander around with a cool HC badge, the funky clothes and your hair will vanish from your Habbo, you won\'t be able to do chose HC rooms layouts in the Room-O-Matics, you\'ll receive no new HC Furni and worst all, you won\'t be able to jump the queue if the Hotel\'s Full!","Stay in Habbo Club for more than a year and you\'ll get a special sparkly BADGE!"]', NULL, 0),
(66, 0, 2, 28, 1, 1, 0, 'Glass', 0, 0, 'default_3x3', '["catalog_glass_headline1","catalog_glass_teaser1"]', '["You can really open up a space with this stylish glass furniture, just don\'t walk into it!","Click on the item you want for more information",""]', NULL, 0),
(67, 0, 2, 29, 1, 1, 0, 'Greek', 0, 0, 'default_3x3', '["catalog_greek_header1","catalog_greek_teaser1"]', '["Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own panthenon with our realist Greek range!","Click on the item you want for more information",""]', NULL, 0),
(68, 0, 2, 30, 1, 1, 0, 'Romantique', 0, 0, 'default_3x3', '["catalog_romantique_headline1","catalog_romantique_teaser1"]', '["The Romantique range features Grand Pianos, old antique lamps and tables. It is the ideal range for setting a warm and loving mood in your room. Spruce up your room and invite that special someone over. Now featuring the extra special COLOUR edition.","Click on the item you want for more information",""]', '12-01', 2592000),
(69, 0, 2, 31, 1, 1, 0, 'Arctic', 0, 0, 'soundmachine', '["catalog_arc_header1_en","catalog_arc_teaser1_en"]', '["Stay cool (or warm with our campfire!) and create your own Winter Wonderland or Humble Homeland for your penguins.","Click on the item you want for more information",""]', NULL, 0),
(70, 0, 2, 32, 1, 1, 0, 'Bensalem', 0, 0, 'default_3x3', '["catalog_header_bensalem","catalog_teaser_bensalem"]', '["The Lost City of Bensalem has been located beneath the sea. We have worked hard to salvage all kinds of fantastic furni, which is now all available below.","Click on the item you want for more information",""]', NULL, 0),
(71, 0, 2, 33, 1, 1, 0, 'Neon', 0, 0, 'default_3x3', '["catalog_neon_header1_en","catalog_neon_teaser1_en"]', '["New years eve, birthdays and every other day of the year, there\'s always an excuse for a party! So, why don\'t you buy some Neon furni!?","Click on the item you want for more information",""]', NULL, 0),
(72, 0, 2, 34, 1, 1, 0, 'Lost Tribe', 0, 0, 'default_3x3', '["catalog_header_lost_tribe","LT_teaser_en"]', '["Start your own tribal village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.","Click on the item you want for more information",""]', NULL, 0),
(73, 0, 2, 35, 1, 1, 0, 'Virus', 0, 0, 'default_3x3', '["catalog_vir_header1_en","catalog_vir_teaser_en","catalog_special_txtbg1"]', '["A virus is spreading through Habbo Hotel. Many casualties reported and it could get much worse! Whether you are hoping to help infected Habbos or look after number one, get your clean hands on our terrifying Infection Furni.","Click on the item you want for more information","Latest virus news on TV now!"]', NULL, 0),
(74, 0, 58, 9, 1, 1, 0, 'Ecotron', 0, 0, 'recycler', '["catalog_recycler_headline3_en"]', '["Become an Eco-warrior\\\\r\\\\nRecycle your worthless stuff and be rewarded with a random prize. Check out the prizes and the instructions for recycling.\\\\r\\\\nDrag 5 items to the boxes below and click recycle!"]', NULL, 0),
(75, 0, 58, 9, 1, 1, 0, 'Rewards', 0, 0, 'recycler_prizes', '["catalog_recycler_headline3_en","",""]', '["What are the prizes? Ecotron box may contain one of these:","","What are the prizes? Ecotron box may contain one of these:"]', NULL, 0),
(76, 0, 58, 11, 6, 1, 0, 'Ecotron Shop', 0, 0, 'default_3x3', '["catalog_recycler_headline4_en",""]', '["Yet another Ecotron page!","",""]', NULL, 0),
(77, 0, 58, 10, 1, 1, 0, 'Instructions', 0, 0, 'pets2', '["catalog_recycler_headline5_en","ctlg_ecotron_box2"]', '["The Ecotron is a furni recycler. Get rid of old furni... what will you get in return? It\'s a surprise! Become a Habbo eco-warrior. No refunds!","How to use the Ecotron?","1. Just drag 5 items from your hand to the Ecotron. One item / square. Recyclable items are marked in your inventory with an image. When you have 5 items in the boxes, click the \\"Recycle\\" button. You can now find the Ecotron prize box from your hand.\\r\\n\\r\\n2. Click the box to see its tag. Open the box, or trade it unopened. The timer shows you how long you have to wait before you can recycle more items. Check the prizes before you recycle- don\'t be surprised by the surprise!"]', NULL, 0),
(78, 0, 2, 36, 1, 1, 0, 'Kitchen', 0, 0, 'default_3x3', '["catalog_header_kitchen","catalog_teaser_kitchen"]', '["Create your dream kitchen with this exquisite range of matured pine and marble furniture.","Click on the item you want for more information",""]', NULL, 0),
(79, 0, 2, 37, 1, 1, 0, 'Christmas 09', 0, 0, 'default_3x3', '["catalog_xmas_headline1","catalog_xmas_teaser"]', '["Get yourself into the Christmas spirit with our selection of festive furni! From baubles to reindeer poo, we\'ve got it all!","Click on the item you want for more information",""]', '12-01', 2592000),
(80, 0, 2, 39, 1, 1, 0, 'Urban', 0, 0, 'default_3x3', '["urban_header_en","urban_teaser_en"]', '["New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!","Click on the item you want for more information",""]', NULL, 0),
(81, 0, 2, 39, 1, 1, 0, 'Grunge', 0, 0, 'default_3x3', '["catalog_grunge_headline1","catalog_grunge_teaser"]', '["The Grunge range will get your bedroom looking just the way you like it - organised, neat and tidy!","Click on the item you want for more information",""]', NULL, 0),
(82, 0, 2, 40, 1, 1, 0, 'Shalimar', 0, 0, 'default_3x3', '["catalog_shal_header1_en","catalog_shal_teaser_en"]', '["Everyone loves Bollywood! Watch out for rose petals!","Click on the item you want for more information",""]', NULL, 0),
(83, 0, 51, 2, 6, 1, 0, 'Collectables Shop', 0, 0, 'default_3x3', '["catalog_cltbs_header1_uk","catalog_cltbs_teaser_en"]', '["Collect your way to the riches! Collectables are special furniture sold only for a limited period of time. They cost a wee bit more, but make up with an amazing trade value.",""," Collect your way to riches!"]', NULL, 0),
(84, 0, 11, 5, 1, 1, 0, 'How to make music?', 0, 0, 'default_3x3', '["catalog_djshop_headline1","catalog_djshop_teaser1"]', '["You must own a trax machine and at least one trax pax. Place the trax machine in your room and the trax pax in your hand. Double click the trax machine, click \\"Trax editor\\" and start editing music. When ready, save, select the tune, turn on the trax machine and enjoy.","Cool, my own music!",""]', NULL, 0),
(85, 0, 11, 5, 1, 1, 0, 'Ambient', 0, 0, 'soundmachine', '["catalog_trx_header1_en","catalog_trx_teaser1"]', '["Welcome to the Ambient Trax Store! With groovy beats and chilled out melodies, this is the section for some cool and relaxing tunes.",""]', NULL, 0),
(86, 0, 11, 5, 1, 1, 0, 'Dance', 0, 0, 'soundmachine', '["catalog_trx_header2_en","catalog_trx_teaser2"]', '["Welcome to the Dance Trax Store! With funky beats and catchy melodies, this is the section for every clubber to indulge in.",""]', NULL, 0),
(87, 0, 11, 5, 1, 1, 0, 'Rock', 0, 0, 'soundmachine', '["catalog_trx_header3_en","catalog_trx_teaser3"]', '["Welcome to the Rock Trax Store! With heavy beats and rockin\' riffs, this is the section for every rock fan to experiment with.",""]', NULL, 0),
(88, 0, 11, 5, 1, 1, 0, 'SFX', 0, 0, 'soundmachine', '["catalog_trx_header4_en","catalog_trx_teaser4"]', '["Welcome to the SFX Trax Store! With crazy sounds and weird noises, this is the section for every creative room builder to indulge in.",""]', NULL, 0),
(89, 0, 11, 5, 1, 1, 0, 'Urban', 0, 0, 'soundmachine', '["catalog_trx_header5_en","catalog_trx_teaser5"]', '["Welcome to the Urban Trax Store! With hip hop beats and RnB vocals, this is the section for every city bopper to indulge in.",""]', NULL, 0),
(90, 0, 2, 40, 1, 1, 0, 'Sci-Fi', 0, 0, 'default_3x3', '["sf_header_en","sf_teaser_en"]', '["Blipblop blip blip blip.. Oooh.. what\\\'s this button do?.. You can find out exactly what it does with our new Scifi range, batteries included!","Click on the item you want for more information",""]', NULL, 0),
(91, 0, 2, 40, 1, 1, 0, 'American Idol', 0, 0, 'default_3x3', '["catalog_idol_header1","catalog_idol_teaser1"]', '["Create your own American Idol world in Habbo with this exclusive AI furniture set.","Click on the item you want for more information",""]', NULL, 0),
(92, 0, 56, 1, 1, 1, 0, 'Rentals', 0, 0, 'pixelrent', '["catalog_pixelrentals_header_en","catalog_pxl_teaser3_en"]', '["Crate a cool room, with these rocking room effects you can expand your friends experience.","",""]', NULL, 0),
(93, 0, 56, 1, 1, 1, 0, 'Pixel Collectable', 0, 0, 'cars', '["catalog_pixeldeals_headline1_en","catalog_pxl_teaser2_en"]', '["The Pixel Collectable is the ultimate collectors item requiring a mammoth 2000 pixels to purchase.","",""]', NULL, 0),
(94, 0, 62, 1, 6, 1, 0, 'Pixel Collectables', 0, 0, 'cars', '["catalog_pixeldeals_headline1_en","catalog_pxl_teaser2_en"]', '["The admin page for all the pixel collectables.","",""]', NULL, 0),
(95, 0, 63, 4, 1, 1, 1, 'One Way Gates', 0, 0, 'cars', '["catalog_onewaygates_en",""]', '["As a token of gratitude for Habbo Club members, you can now purchase One Way Gates without having to wait for them to appear in the catalogue!","Click on the item you want for more information",""]', NULL, 0),
(96, 0, 2, 41, 1, 1, 0, 'Tiki', 0, 0, 'soundmachine', '["catalog_tiki_header1_en","tiki_teaser"]', '["Go a little bit exotic with your food choices with these items from our much-loved Tiki range!","Click on the item you want for more information",""]', NULL, 0),
(97, 0, 2, 42, 1, 1, 0, 'Twilight', 0, 0, 'default_3x3', '["catalog_twilight_header_en","catalog_teaser_twilight"]', '["The Twilight Saga - New Moon is here! To celebrate the arrival of the Cullens, some special furniture has been made so you can create your own Twilight rooms.","Click on the item you want for more information",""]', NULL, 0),
(98, 0, 2, 43, 1, 1, 0, 'Habbowood', 0, 0, 'default_3x3', '["ctlg_habbowood_headline1_en","ctlg_habbowood_teaser1_en"]', '["Presenting the all new Habbowood Furni range! Whether it\'s a boulevard of stars, a cinema, a theatre, a dressing room or an entire film studio - the Habbowood Furni ticks all the stage exit right boxes!","Click on the item you want for more information",""]', '02-01', 2419200),
(99, 0, 2, 44, 1, 1, 0, 'Love', 0, 0, 'default_3x3', '["catalog_love_headline1","catalog_love_teaser1"]', '["It is Valentine\'s Day and time to express your love and affection for your friends. Go wild and leave anonymous Heart Stickies all over the hotel!","Click on the item you want for more information",""]', '02-01', 2419200),
(100, 0, 2, 44, 1, 1, 0, 'Valentines', 0, 0, 'default_3x3', '["catalog_va2_headline1_en","catalog_va2_teaser_en","catalog_special_txtbg2"]', '["Valentine\'s Love Furni will set the right mood in your room this week. Avaliable until Monday so don\'t miss out on the Heart Sofa - one of the most popular items in Habbo - and Heart Stickies","Mood Light - Turn the lights down low this Valentine\'s","I prefer White and Purple Roses :o"]', NULL, 0),
(101, 0, 2, 44, 1, 1, 0, 'Habboween', 0, 0, 'default_3x3', '["catalog_halloween_headline1","catalog_halloween_teaser","catalog_special_txtbg2"]', '["Yes, it\'\'s a spookfest! Get your boney hands on our creepy collection of ghoulish goodies. But be quick - they\'\'\'ll be gone from the Catalogue after two weeks!","Click an item for more information","Halloween is My day!"]', '10-01', 2592000),
(102, 0, 2, 44, 1, 1, 0, 'Relax', 0, 0, 'default_3x3', '["catalog_relax_headline1_en","catalog_relax_teaser1_en",""]', '["Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of a Habbo with a hectic lifestyle!","Click an item for more information",""]', NULL, 0),
(103, 0, 2, 44, 1, 1, 0, 'Japanese', 0, 0, 'default_3x3', '["catalog_jap_headline2_en","catalog_jap_teaser3_en",""]', '["We have sushi, tatami and katana\\\'s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!","Click an item for more information",""]', NULL, 0),
(104, 0, 2, 44, 1, 1, 0, 'Haunted House', 0, 0, 'default_3x3', '["catalog_halloween_headline2","catalog_halloween_teaser2_en",""]', '["The creepy house on top of the hill has swung open its haunted doors to let you inside. With creaky floors and even creakier doors, you better watch your step in this eerie haunted mansion.","Click an item for more information",""]', '10-01', 2592000),
(105, 0, 2, 44, 1, 1, 0, 'Igor', 0, 0, 'default_3x3', '["catalog_igor_headine2_en","catalog_igor_teaser1_en",""]', '["Igor\'s back and he means business. Celebrating the release of IGOR on DVD, he\'s Introducing FOUR new additions to the IGOR furni line. These include a Flask, Science Desk, Wall Poster and Evil Bone!","Click an item for more information",""]', NULL, 0),
(106, 0, 2, 44, 1, 1, 0, 'Spiderwick', 0, 0, 'default_3x3', '["catalog_spw_header1_en","catalog_spw_teaser2_en",""]', '["The Spiderwick Exhibition has arrived at the \\"Museum of Invention\\" in Habbo Hotel. Grab yourself a limited edition souvenir item of Furni below before it\'s too late!","Click an item for more information",""]', NULL, 0),
(107, 0, 2, 44, 1, 1, 0, 'Summer', 0, 0, 'default_3x3', '["catalog_sum_headline1_en","catalog_sum_teaser1_en",""]', '["Phwoar! Start up the barbie! This range has everything you need for the perfect summer garden!","Click an item for more information",""]', NULL, 0),
(108, 0, 2, 44, 1, 1, 0, 'Moodlights', 0, 0, 'default_3x3', '["catalog_dimmers_header1_en","catalog_dimmer_teaser_en",""]', '["Our range of moodlights allow you to control the atmosphere and transform your room in just a click. What will your room look like? Click the switch and find out now!","Click an item for more information",""]', NULL, 0),
(109, 0, 62, 1, 6, 1, 0, 'Various Ads', 0, 0, 'default_3x3', '["catalog_rares_headline1","",""]', '["Miscelaneous advertisement furniture","Click an item for more information",""]', NULL, 0),
(110, 0, 2, 45, 1, 1, 0, 'Memorial', 0, 0, 'default_3x3', '["catalog_limited_headline1_en","catalog_limited_teaser_en","catalog_special_txtbg2"]', '["Available this week only and NEVER to be sold again, special Memorial Furni. As we have a fond farewell to Old Habbo and welcome New Habbo, bag yourself a highly collectible momento.","Click an item for more details","Habbo Memorial"]', NULL, 0),
(111, 0, 62, 1, 6, 1, 0, 'Extra Rollers', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(112, 0, 2, 44, 1, 1, 0, 'Diner', 0, 0, 'default_3x3', '["catalog_diner_header_en","catalog_diner_teaser_en",""]', '["Get cookin\' with Diner Furni! Serve up your eggs \'n\' grits on new Yellow or Aquamarine Diner Furni, avaliable for a limited time only!","Click an item for more information",""]', NULL, 0),
(113, 0, 62, 1, 6, 1, 0, 'Sleeping Bags', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(114, 0, 62, 1, 6, 1, 0, 'Pillars', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(116, 0, 62, 1, 6, 1, 0, 'Penguins', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(117, 0, 2, 36, 1, 1, 0, 'Christmas 06', 0, 0, 'default_3x3', '["catalog_xmas_headline1","catalog_xmas_teaser"]', '["Get yourself into the Christmas spirit with our selection of festive furni! From baubles to reindeer poo, we\'ve got it all!","Click on the item you want for more information",""]', '12-01', 2592000),
(118, 0, 62, 1, 6, 1, 0, 'Various Misc', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(119, 0, 2, 36, 1, 1, 0, 'Christmas 07', 0, 0, 'default_3x3', '["catalog_xmas_headline1","catalog_xmas_teaser"]', '["Get yourself into the Christmas spirit with our selection of festive furni! From baubles to reindeer poo, we\'ve got it all!","Click on the item you want for more information",""]', '12-01', 2592000),
(120, 0, 62, 1, 6, 1, 0, 'Recycler (Old)', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(121, 0, 62, 1, 6, 1, 0, 'Super Rares', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(122, 0, 62, 1, 6, 1, 0, 'Expensive Rares', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(123, 0, 124, 1, 6, 1, 0, 'Child Line', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(124, 0, -1, 12, 6, 0, 0, 'Advertisements', 6, 3, '', '[]', '[]', NULL, 0),
(125, 0, 124, 2, 6, 1, 0, 'Calippo', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(126, 0, 124, 2, 6, 1, 0, 'Habbo Mall', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(127, 0, 62, 2, 6, 1, 0, 'StrayPixels', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(128, 0, 62, 0, 6, 1, 0, 'Super Trophies', 0, 0, 'trophies', '["catalog_trophies_headline1",""]', '["Reward your friends, or yourself with one of our fabulous glittering array of bronze, silver and gold trophies.\r\nFirst choose the trophy model (click on the arrows to see all the different styles) and then the metal (click on the seal below the trop",""]', NULL, 0),
(132, 0, 62, 1, 6, 1, 0, 'Premium Rares', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(133, 0, 124, 2, 6, 1, 0, 'Mountain Dew', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0),
(136, 0, 2, -10, 1, 1, 0, 'Easter', 0, 0, 'default_3x3', '["catalog_easter_headline1","catalog_easter_teaser1",""]', '["\'Egg\'cellent furni - Bouncing bunnies, fluffy chicks, choccy eggs... Yep, it\'s Easter!\\rCelebrate with something \'eggs\'tra special from our Easter range. But hurry - it\'s not here for long this year!","Click on the item you want for more information","\'"]', NULL, 0),
(142, 0, 62, 3, 6, 1, 0, 'Streets of Bobba', 0, 0, 'default_3x3', '["catalog_rares_headline1",""]', '["Yet another rares page.","Click on the item you want for more information",""]', NULL, 0);
/*!40000 ALTER TABLE `catalogue_pages` ENABLE KEYS */;
-- Dumping structure for table havana.catalogue_sale_badges
CREATE TABLE IF NOT EXISTS `catalogue_sale_badges` (
`sale_code` varchar(250) NOT NULL,
`badge_code` varchar(250) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- Dumping data for table havana.catalogue_sale_badges: ~0 rows (approximately)
DELETE FROM `catalogue_sale_badges`;
/*!40000 ALTER TABLE `catalogue_sale_badges` DISABLE KEYS */;
INSERT INTO `catalogue_sale_badges` (`sale_code`, `badge_code`) VALUES
('garden_seed_cmp', 'EAS02');
/*!40000 ALTER TABLE `catalogue_sale_badges` ENABLE KEYS */;
-- Dumping structure for table havana.cms_alerts
CREATE TABLE IF NOT EXISTS `cms_alerts` (
`id` bigint(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`alert_type` enum('HC_EXPIRED','PRESENT','TUTOR_SCORE','CREDIT_DONATION') NOT NULL,
`message` text DEFAULT '',
`is_disabled` tinyint(11) NOT NULL DEFAULT 0,
`created_at` datetime DEFAULT current_timestamp(),
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_alerts: ~0 rows (approximately)
DELETE FROM `cms_alerts`;
/*!40000 ALTER TABLE `cms_alerts` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_alerts` ENABLE KEYS */;
-- Dumping structure for table havana.cms_forums_read_replies
CREATE TABLE IF NOT EXISTS `cms_forums_read_replies` (
`user_id` int(11) NOT NULL,
`reply_id` int(11) NOT NULL,
KEY `user_id` (`user_id`),
KEY `reply_id` (`reply_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_forums_read_replies: ~0 rows (approximately)
DELETE FROM `cms_forums_read_replies`;
/*!40000 ALTER TABLE `cms_forums_read_replies` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_forums_read_replies` ENABLE KEYS */;
-- Dumping structure for table havana.cms_forum_replies
CREATE TABLE IF NOT EXISTS `cms_forum_replies` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`thread_id` int(11) NOT NULL,
`message` text NOT NULL,
`poster_id` int(11) NOT NULL,
`is_edited` tinyint(1) NOT NULL DEFAULT 0,
`is_deleted` tinyint(1) NOT NULL DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`modified_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`),
KEY `thread_id` (`thread_id`),
KEY `poster_id` (`poster_id`),
KEY `created_at` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_forum_replies: ~0 rows (approximately)
DELETE FROM `cms_forum_replies`;
/*!40000 ALTER TABLE `cms_forum_replies` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_forum_replies` ENABLE KEYS */;
-- Dumping structure for table havana.cms_forum_threads
CREATE TABLE IF NOT EXISTS `cms_forum_threads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`topic_title` varchar(32) NOT NULL,
`poster_id` int(11) NOT NULL,
`is_open` int(1) NOT NULL DEFAULT 1,
`is_stickied` int(1) NOT NULL DEFAULT 0,
`views` int(11) NOT NULL DEFAULT 0,
`group_id` int(11) NOT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`modified_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`),
KEY `group_id` (`group_id`),
KEY `poster_id` (`poster_id`),
KEY `created_at` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_forum_threads: ~0 rows (approximately)
DELETE FROM `cms_forum_threads`;
/*!40000 ALTER TABLE `cms_forum_threads` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_forum_threads` ENABLE KEYS */;
-- Dumping structure for table havana.cms_guestbook_entries
CREATE TABLE IF NOT EXISTS `cms_guestbook_entries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT 0,
`home_id` int(11) NOT NULL DEFAULT 0,
`group_id` int(11) NOT NULL DEFAULT 0,
`message` longtext NOT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
KEY `id` (`id`),
KEY `group_id` (`group_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_guestbook_entries: ~0 rows (approximately)
DELETE FROM `cms_guestbook_entries`;
/*!40000 ALTER TABLE `cms_guestbook_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_guestbook_entries` ENABLE KEYS */;
-- Dumping structure for table havana.cms_minimail
CREATE TABLE IF NOT EXISTS `cms_minimail` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`target_id` int(11) NOT NULL,
`sender_id` int(11) NOT NULL,
`to_id` int(11) NOT NULL,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`subject` varchar(100) NOT NULL DEFAULT '',
`message` text NOT NULL,
`date_sent` datetime NOT NULL DEFAULT current_timestamp(),
`conversation_id` int(11) NOT NULL DEFAULT 0,
`is_trash` tinyint(1) NOT NULL DEFAULT 0,
`is_deleted` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `sender_id` (`sender_id`),
KEY `to_id` (`to_id`),
KEY `conversation_id` (`conversation_id`),
KEY `is_trash` (`is_trash`),
KEY `is_deleted` (`is_deleted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_minimail: ~0 rows (approximately)
DELETE FROM `cms_minimail`;
/*!40000 ALTER TABLE `cms_minimail` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_minimail` ENABLE KEYS */;
-- Dumping structure for table havana.cms_recommended
CREATE TABLE IF NOT EXISTS `cms_recommended` (
`recommended_id` int(11) NOT NULL,
`type` enum('GROUP','ROOM') NOT NULL,
`is_staff_pick` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_recommended: ~0 rows (approximately)
DELETE FROM `cms_recommended`;
/*!40000 ALTER TABLE `cms_recommended` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_recommended` ENABLE KEYS */;
-- Dumping structure for table havana.cms_stickers
CREATE TABLE IF NOT EXISTS `cms_stickers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`x` varchar(6) NOT NULL DEFAULT '0' COMMENT 'left',
`y` varchar(6) NOT NULL DEFAULT '0' COMMENT 'top',
`z` varchar(6) NOT NULL DEFAULT '0' COMMENT 'z-index',
`sticker_id` int(11) NOT NULL,
`skin_id` int(11) NOT NULL DEFAULT 0,
`group_id` int(11) NOT NULL DEFAULT -1,
`text` longtext NOT NULL DEFAULT '',
`is_placed` tinyint(1) NOT NULL DEFAULT 0,
`extra_data` varchar(11) NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`),
KEY `group_id` (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_stickers: 0 rows
DELETE FROM `cms_stickers`;
/*!40000 ALTER TABLE `cms_stickers` DISABLE KEYS */;
/*!40000 ALTER TABLE `cms_stickers` ENABLE KEYS */;
-- Dumping structure for table havana.cms_stickers_catalogue
CREATE TABLE IF NOT EXISTS `cms_stickers_catalogue` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` mediumtext NOT NULL,
`description` varchar(255) NOT NULL,
`type` varchar(1) NOT NULL,
`data` mediumtext NOT NULL,
`price` int(11) NOT NULL,
`amount` int(11) NOT NULL DEFAULT 1,
`category_id` int(11) NOT NULL,
`min_rank` int(11) NOT NULL DEFAULT 1,
`widget_type` int(11) DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11338 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_stickers_catalogue: 1,488 rows
DELETE FROM `cms_stickers_catalogue`;
/*!40000 ALTER TABLE `cms_stickers_catalogue` DISABLE KEYS */;
INSERT INTO `cms_stickers_catalogue` (`id`, `name`, `description`, `type`, `data`, `price`, `amount`, `category_id`, `min_rank`, `widget_type`) VALUES
(2, 'Trax Sfx', 'desc', '1', 'trax_sfx', 1, 1, 102, 1, 0),
(3, 'Trax Disco', 'desc', '1', 'trax_disco', 1, 1, 102, 1, 0),
(4, 'Trax 8 bit', 'desc', '1', 'trax_8_bit', 1, 1, 102, 1, 0),
(5, 'Trax Electro', 'desc', '1', 'trax_electro', 1, 1, 102, 1, 0),
(6, 'Trax Reggae', 'desc', '1', 'trax_reggae', 1, 1, 102, 1, 0),
(7, 'Trax Ambient', 'desc', '1', 'trax_ambient', 1, 1, 102, 1, 0),
(8, 'Trax Bling', 'desc', '1', 'trax_bling', 1, 1, 102, 1, 0),
(9, 'Trax Heavy', 'desc', '1', 'trax_heavy', 1, 1, 102, 1, 0),
(10, 'Trax Latin', 'desc', '1', 'trax_latin', 1, 1, 102, 1, 0),
(11, 'Trax Rock', 'desc', '1', 'trax_rock', 1, 1, 102, 1, 0),
(12, 'Rain Background', 'desc', '4', 'bg_rain', 3, 1, 104, 1, 0),
(13, 'Notes', 'desc', '3', 'stickienote', 2, 5, 101, 1, 0),
(14, 'Serpentine Darkblue Background', 'desc', '4', 'bg_serpentine_darkblue', 3, 1, 104, 1, 0),
(15, 'Serpentine Darkred Background', 'desc', '4', 'bg_serpentine_darkred', 3, 1, 104, 1, 0),
(16, 'Serpentine Background', 'desc', '4', 'bg_serpentine_1', 3, 1, 104, 1, 0),
(17, 'Serpentine Background 2', 'desc', '4', 'bg_serpentine_2', 3, 1, 104, 1, 0),
(18, 'Denim Background', 'desc', '4', 'bg_denim', 3, 1, 104, 1, 0),
(19, 'Lace Background', 'desc', '4', 'bg_lace', 3, 1, 104, 1, 0),
(20, 'Stitched Background', 'desc', '4', 'bg_stitched', 3, 1, 104, 1, 0),
(21, 'Wood Background', 'desc', '4', 'bg_wood', 3, 1, 104, 1, 0),
(22, 'Cork Background', 'desc', '4', 'bg_cork', 3, 1, 104, 1, 0),
(23, 'Stone Background', 'desc', '4', 'bg_stone', 3, 1, 104, 1, 0),
(24, 'Pattern Bricks Background', 'desc', '4', 'bg_pattern_bricks', 3, 1, 104, 1, 0),
(25, 'Ruled Paper Background', 'desc', '4', 'bg_ruled_paper', 3, 1, 104, 1, 0),
(26, 'Grass Background', 'desc', '4', 'bg_grass', 3, 1, 104, 1, 0),
(28, 'Bubble Background', 'desc', '4', 'bg_bubble', 3, 1, 104, 1, 0),
(29, 'Pattern Bobbaskulls Background', 'desc', '4', 'bg_pattern_bobbaskulls1', 3, 1, 104, 1, 0),
(30, 'Pattern Space Background', 'desc', '4', 'bg_pattern_space', 3, 1, 104, 1, 0),
(31, 'Image Submarine Background', 'desc', '4', 'bg_image_submarine', 3, 1, 104, 1, 0),
(32, 'Metal Background 2', 'desc', '4', 'bg_metal2', 3, 1, 104, 1, 0),
(33, 'Broken Glass Background', 'desc', '4', 'bg_broken_glass', 3, 1, 104, 1, 0),
(34, 'Pattern Clouds Background', 'desc', '4', 'bg_pattern_clouds', 3, 1, 104, 1, 0),
(36, 'Pattern Floral Background 1', 'desc', '4', 'bg_pattern_floral_01', 3, 1, 104, 1, 0),
(37, 'A', 'desc', '1', 'a', 1, 1, 394, 1, 0),
(38, 'B', 'desc', '1', 'b', 1, 1, 394, 1, 0),
(39, 'C', 'desc', '1', 'c', 1, 1, 394, 1, 0),
(40, 'D', 'desc', '1', 'd', 1, 1, 394, 1, 0),
(41, 'E', 'desc', '1', 'e', 1, 1, 394, 1, 0),
(42, 'F', 'desc', '1', 'f', 1, 1, 394, 1, 0),
(43, 'G', 'desc', '1', 'g', 1, 1, 394, 1, 0),
(44, 'H', 'desc', '1', 'h', 1, 1, 394, 1, 0),
(45, 'I', 'desc', '1', 'i', 1, 1, 394, 1, 0),
(46, 'J', 'desc', '1', 'j', 1, 1, 394, 1, 0),
(47, 'K', 'desc', '1', 'k', 1, 1, 394, 1, 0),
(48, 'L', 'desc', '1', 'l', 1, 1, 394, 1, 0),
(49, 'M', 'desc', '1', 'm', 1, 1, 394, 1, 0),
(50, 'N', 'desc', '1', 'n', 1, 1, 394, 1, 0),
(51, 'O', 'desc', '1', 'o', 1, 1, 394, 1, 0),
(52, 'P', 'desc', '1', 'p', 1, 1, 394, 1, 0),
(53, 'Q', 'desc', '1', 'q', 1, 1, 394, 1, 0),
(54, 'R', 'desc', '1', 'r', 1, 1, 394, 1, 0),
(55, 'S', 'desc', '1', 's', 1, 1, 394, 1, 0),
(56, 'T', 'desc', '1', 't', 1, 1, 394, 1, 0),
(57, 'U', 'desc', '1', 'u', 1, 1, 394, 1, 0),
(58, 'V', 'desc', '1', 'v', 1, 1, 394, 1, 0),
(59, 'W', 'desc', '1', 'w', 1, 1, 394, 1, 0),
(60, 'X', 'desc', '1', 'x', 1, 1, 394, 1, 0),
(62, 'Z', 'desc', '1', 'z', 1, 1, 394, 1, 0),
(63, 'Bling Star', 'desc', '1', 'bling_star', 1, 1, 182, 1, 0),
(64, 'Bling a', 'desc', '1', 'bling_a', 1, 1, 182, 1, 0),
(65, 'Bling b', 'desc', '1', 'bling_b', 1, 1, 182, 1, 0),
(66, 'Bling c', 'desc', '1', 'bling_c', 1, 1, 182, 1, 0),
(67, 'Bling d', 'desc', '1', 'bling_d', 1, 1, 182, 1, 0),
(68, 'Bling e', 'desc', '1', 'bling_e', 1, 1, 182, 1, 0),
(69, 'Bling f', 'desc', '1', 'bling_f', 1, 1, 182, 1, 0),
(70, 'Bling g', 'desc', '1', 'bling_g', 1, 1, 182, 1, 0),
(71, 'Bling h', 'desc', '1', 'bling_h', 1, 1, 182, 1, 0),
(72, 'Bling i', 'desc', '1', 'bling_i', 1, 1, 182, 1, 0),
(73, 'Bling j', 'desc', '1', 'bling_j', 1, 1, 182, 1, 0),
(74, 'Bling k', 'desc', '1', 'bling_k', 1, 1, 182, 1, 0),
(75, 'Bling l', 'desc', '1', 'bling_l', 1, 1, 182, 1, 0),
(76, 'Bling m', 'desc', '1', 'bling_m', 1, 1, 182, 1, 0),
(77, 'Bling n', 'desc', '1', 'bling_n', 1, 1, 182, 1, 0),
(78, 'Bling o', 'desc', '1', 'bling_o', 1, 1, 182, 1, 0),
(79, 'Bling p', 'desc', '1', 'bling_p', 1, 1, 182, 1, 0),
(80, 'Bling q', 'desc', '1', 'bling_q', 1, 1, 182, 1, 0),
(81, 'Bling r', 'desc', '1', 'bling_r', 1, 1, 182, 1, 0),
(82, 'Bling s', 'desc', '1', 'bling_s', 1, 1, 182, 1, 0),
(83, 'Bling t', 'desc', '1', 'bling_t', 1, 1, 182, 1, 0),
(84, 'Bling u', 'desc', '1', 'bling_u', 1, 1, 182, 1, 0),
(85, 'Bling v', 'desc', '1', 'bling_v', 1, 1, 182, 1, 0),
(86, 'Bling w', 'desc', '1', 'bling_w', 1, 1, 182, 1, 0),
(87, 'Bling x', 'desc', '1', 'bling_x', 1, 1, 182, 1, 0),
(88, 'Bling y', 'desc', '1', 'bling_y', 1, 1, 182, 1, 0),
(89, 'Bling z', 'desc', '1', 'bling_z', 1, 1, 182, 1, 0),
(90, 'Bling Underscore', 'desc', '1', 'bling_underscore', 1, 1, 182, 1, 0),
(91, 'Bling Comma', 'desc', '1', 'bling_comma', 1, 1, 182, 1, 0),
(92, 'Bling Dot', 'desc', '1', 'bling_dot', 1, 1, 182, 1, 0),
(93, 'Bling Exclamation', 'desc', '1', 'bling_exclamation', 1, 1, 182, 1, 0),
(94, 'Bling Question', 'desc', '1', 'bling_question', 1, 1, 182, 1, 0),
(95, 'A with Circle', 'desc', '1', 'a_with_circle', 1, 1, 394, 1, 0),
(96, 'A with Dots', 'desc', '1', 'a_with_dots', 1, 1, 394, 1, 0),
(97, 'O with Dots', 'desc', '1', 'o_with_dots', 1, 1, 394, 1, 0),
(99, 'Acsent 1', 'desc', '1', 'acsent1', 1, 1, 394, 1, 0),
(100, 'Acsent 2', 'desc', '1', 'acsent2', 1, 1, 394, 1, 0),
(101, 'Underscore', 'desc', '1', 'underscore', 1, 1, 394, 1, 0),
(104, 'Chain Vertical', 'desc', '1', 'chain_vertical', 1, 1, 138, 1, 0),
(105, 'Ruler Horizontal', 'desc', '1', 'ruler_horizontal', 1, 1, 138, 1, 0),
(106, 'Ruler Vertical', 'desc', '1', 'ruler_vertical', 1, 1, 138, 1, 0),
(107, 'Vine', 'desc', '1', 'vine', 1, 1, 138, 1, 0),
(108, 'Vine 2', 'desc', '1', 'vine2', 1, 1, 138, 1, 0),
(109, 'Leafs 1', 'desc', '1', 'leafs1', 1, 1, 138, 1, 0),
(110, 'Leafs 2', 'desc', '1', 'leafs2', 1, 1, 138, 1, 0),
(111, 'Sticker Zipper V Tile', 'desc', '1', 'sticker_zipper_v_tile', 1, 1, 138, 1, 0),
(112, 'Sticker Zipper H Tile', 'desc', '1', 'sticker_zipper_h_tile', 1, 1, 138, 1, 0),
(113, 'Sticker Zipper H Normal Lock', 'desc', '1', 'sticker_zipper_h_normal_lock', 1, 1, 138, 1, 0),
(114, 'Sticker Zipper H Bobba Lock', 'desc', '1', 'sticker_zipper_h_bobba_lock', 1, 1, 138, 1, 0),
(115, 'Sticker Zipper H End', 'desc', '1', 'sticker_zipper_h_end', 1, 1, 138, 1, 0),
(116, 'Sticker Zipper V End', 'desc', '1', 'sticker_zipper_v_end', 1, 1, 138, 1, 0),
(117, 'Sticker Zipper V Bobba Lock', 'desc', '1', 'sticker_zipper_v_bobba_lock', 1, 1, 138, 1, 0),
(118, 'Sticker Zipper V Normal Lock', 'desc', '1', 'sticker_zipper_v_normal_lock', 1, 1, 138, 1, 0),
(119, 'Wormhand', 'desc', '1', 'wormhand', 5, 1, 488, 1, 0),
(121, 'Chewed Bubblegum', 'desc', '1', 'chewed_bubblegum', 1, 1, 130, 1, 0),
(122, 'Cactus', 'desc', '1', 'sticker_cactus_anim', 2, 1, 130, 1, 0),
(123, 'Sticker Spaceduck', 'desc', '1', 'sticker_spaceduck', 1, 1, 130, 1, 0),
(124, 'Sticker Moonpig', 'desc', '1', 'sticker_moonpig', 2, 1, 130, 1, 0),
(125, 'Swimming Fish', 'desc', '1', 'swimming_fish', 2, 1, 130, 1, 0),
(127, 'Wunder Frank', 'desc', '1', 'wunderfrank', 1, 1, 130, 1, 0),
(128, 'Sticker Submarine', 'desc', '1', 'sticker_submarine', 2, 1, 130, 1, 0),
(132, 'Sticker Heartbeat', 'desc', '1', 'sticker_heartbeat', 2, 1, 171, 1, 0),
(133, 'Sticker Catinabox', 'desc', '1', 'sticker_catinabox', 2, 1, 171, 1, 0),
(134, 'Bear', 'desc', '1', 'bear', 2, 1, 171, 1, 0),
(136, 'Evil Giant Bunny', 'desc', '1', 'evil_giant_bunny', 2, 1, 488, 1, 0),
(137, 'Zombie Pupu', 'desc', '1', 'zombiepupu', 2, 1, 488, 1, 0),
(138, 'Skeletor 1', 'desc', '1', 'skeletor_001', 2, 1, 488, 1, 0),
(139, 'Skull', 'desc', '1', 'skull', 2, 1, 488, 1, 0),
(140, 'Skull 2', 'desc', '1', 'skull2', 2, 1, 488, 1, 0),
(141, 'Scubacapsule Anim', 'desc', '1', 'scubacapsule_anim', 2, 1, 130, 1, 0),
(142, 'Bobbaskull', 'desc', '1', 'sticker_bobbaskull', 2, 1, 488, 1, 0),
(143, 'Sticker Flower', 'desc', '1', 'sticker_flower1', 3, 5, 444, 1, 0),
(144, 'Icecube Big', 'desc', '1', 'icecube_big', 3, 10, 444, 1, 0),
(145, 'Leafs 2', 'desc', '1', 'leafs2', 5, 7, 444, 1, 0),
(146, 'Vine 2', 'desc', '1', 'vine2', 3, 5, 444, 1, 0),
(147, 'Chain Horizontal', 'desc', '1', 'chain_horizontal', 3, 5, 444, 1, 0),
(148, 'Icecube Small', 'desc', '1', 'icecube_small', 3, 10, 444, 1, 0),
(149, 'Sticker Arrow Up', 'desc', '1', 'sticker_arrow_up', 2, 1, 270, 1, 0),
(150, 'Sticker Arrow Down', 'desc', '1', 'sticker_arrow_down', 2, 1, 270, 1, 0),
(151, 'Sticker Arrow Left', 'desc', '1', 'sticker_arrow_left', 2, 1, 270, 1, 0),
(152, 'Sticker Arrow Right', 'desc', '1', 'sticker_arrow_right', 2, 1, 270, 1, 0),
(153, 'Sticker Pointing Hand 1', 'desc', '1', 'sticker_pointing_hand_1', 2, 1, 270, 1, 0),
(154, 'Sticker Pointing Hand 2', 'desc', '1', 'sticker_pointing_hand_2', 2, 1, 270, 1, 0),
(155, 'Sticker Pointing Hand 3', 'desc', '1', 'sticker_pointing_hand_3', 2, 1, 270, 1, 0),
(156, 'Sticker Pointing Hand 4', 'desc', '1', 'sticker_pointing_hand_4', 2, 1, 270, 1, 0),
(157, 'Nail 2', 'desc', '1', 'nail2', 2, 1, 270, 1, 0),
(158, 'Nail 3', 'desc', '1', 'nail3', 2, 1, 270, 1, 0),
(159, 'Needle 1', 'desc', '1', 'needle_1', 1, 1, 270, 1, 0),
(160, 'Needle 2', 'desc', '1', 'needle_2', 1, 1, 270, 1, 0),
(161, 'Needle 3', 'desc', '1', 'needle_3', 1, 1, 270, 1, 0),
(162, 'Needle 4', 'desc', '1', 'needle_4', 1, 1, 270, 1, 0),
(163, 'Needle 5', 'desc', '1', 'needle_5', 1, 1, 270, 1, 0),
(164, 'Grass Meadow', 'desc', '1', 'grass', 2, 1, 442, 1, 0),
(165, 'Sticker Flower', 'desc', '1', 'sticker_flower1', 1, 1, 442, 1, 0),
(166, 'Sticker Flower Big Yellow', 'desc', '1', 'sticker_flower_big_yellow', 1, 1, 442, 1, 0),
(167, 'Sticker Flower Pink', 'desc', '1', 'sticker_flower_pink', 1, 1, 442, 1, 0),
(169, 'I love Coffee', 'desc', '1', 'i_love_coffee', 1, 1, 443, 1, 0),
(170, 'Sticker Effect Bam', 'desc', '1', 'sticker_effect_bam', 1, 1, 443, 1, 0),
(171, 'Sticker Effect Burp', 'desc', '1', 'sticker_effect_burp', 1, 1, 443, 1, 0),
(172, 'Sticker Effect Woosh', 'desc', '1', 'sticker_effect_woosh', 1, 1, 443, 1, 0),
(173, 'Sticker Effect Zap', 'desc', '1', 'sticker_effect_zap', 1, 1, 443, 1, 0),
(174, 'Sticker Effect Whoosh 2', 'desc', '1', 'sticker_effect_whoosh2', 1, 1, 443, 1, 0),
(175, 'Icecube Small', 'desc', '1', 'icecube_small', 1, 1, 445, 1, 0),
(176, 'Snowball Machine', 'desc', '1', 'ss_snowballmachine', 1, 1, 445, 1, 0),
(177, 'Icecube Big', 'desc', '1', 'icecube_big', 1, 1, 445, 1, 0),
(178, 'Bootsitjalapaset Red', 'desc', '1', 'bootsitjalapaset_red', 2, 1, 445, 1, 0),
(179, 'Boots and Gloves', 'desc', '1', 'ss_bootsitjalapaset_blue', 2, 1, 445, 1, 0),
(180, 'Red SnowStorm Costume', 'desc', '1', 'ss_costume_red', 2, 1, 445, 1, 0),
(181, 'Snowstorm Blue Costume', 'desc', '1', 'ss_costume_blue', 2, 1, 445, 1, 0),
(182, 'Splash!', 'desc', '1', 'ss_hits_by_snowball', 1, 1, 445, 1, 0),
(183, 'SnowStorm Duck!', 'desc', '1', 'extra_ss_duck_left', 1, 1, 445, 1, 0),
(184, 'Snowtree', 'desc', '1', 'ss_snowtree', 2, 1, 445, 1, 0),
(185, 'SnowStorm Duck!', 'desc', '1', 'extra_ss_duck_right', 1, 1, 445, 1, 0),
(186, 'Snowman', 'desc', '1', 'ss_snowman', 2, 1, 445, 1, 0),
(187, 'Lumihiutale 2', 'desc', '1', 'ss_snowflake2', 1, 1, 445, 1, 0),
(188, 'Snow Queen', 'desc', '1', 'ss_snowqueen', 2, 1, 445, 1, 0),
(189, 'Battle 1', 'desc', '1', 'battle1', 1, 1, 446, 1, 0),
(190, 'Battle 3', 'desc', '1', 'battle3', 1, 1, 446, 1, 0),
(192, 'Eye Left', 'desc', '1', 'eyeleft', 2, 1, 488, 1, 0),
(193, 'Eye Right', 'desc', '1', 'eyeright', 2, 1, 488, 1, 0),
(194, 'Angel Wings', 'desc', '1', 'angelwings_anim', 3, 1, 459, 1, 0),
(195, 'Sticker Gurubeard Gray', 'desc', '1', 'sticker_gurubeard_gray', 1, 1, 459, 1, 0),
(196, 'Sticker Gurubeard Brown', 'desc', '1', 'sticker_gurubeard_brown', 1, 1, 459, 1, 0),
(197, 'Supernerd', 'desc', '1', 'sticker_glasses_supernerd', 1, 1, 459, 1, 0),
(198, 'Goofy Glasses', 'desc', '1', 'sticker_glasses_elton', 1, 1, 459, 1, 0),
(199, 'Blue Eyes', 'desc', '1', 'sticker_eyes_blue', 1, 1, 459, 1, 0),
(200, 'Sticker Eye Anim', 'desc', '1', 'sticker_eye_anim', 2, 1, 459, 1, 0),
(201, 'Sticker Eye Evil Anim', 'desc', '1', 'sticker_eye_evil_anim', 2, 1, 459, 1, 0),
(203, 'Star', 'desc', '1', 'star', 1, 1, 130, 1, 0),
(204, 'Sticker Pencil', 'desc', '1', 'sticker_pencil', 1, 1, 130, 1, 0),
(206, 'Sticker Pencil 2', 'desc', '1', 'sticker_pencil_2', 1, 1, 130, 1, 0),
(208, 'Sticker Prankster', 'desc', '1', 'sticker_prankster', 3, 1, 130, 1, 0),
(210, 'Sticker Romantic', 'desc', '1', 'sticker_romantic', 3, 1, 130, 1, 0),
(212, 'Lightbulb', 'desc', '1', 'lightbulb', 2, 1, 130, 1, 0),
(213, 'Bullet 1', 'desc', '1', 'bullet1', 2, 1, 130, 1, 0),
(220, 'Paper Clip 1', 'desc', '1', 'paper_clip_1', 1, 1, 270, 1, 0),
(221, 'Paper Clip 2', 'desc', '1', 'paper_clip_2', 1, 1, 270, 1, 0),
(222, 'Paper Clip 3', 'desc', '1', 'paper_clip_3', 1, 1, 270, 1, 0),
(231, 'Plaster', 'desc', '1', 'plaster', 1, 1, 130, 1, 0),
(232, 'Plaster 2', 'desc', '1', 'plaster2', 1, 1, 130, 1, 0),
(235, 'Parrot', 'desc', '1', 'parrot', 1, 1, 130, 1, 0),
(237, 'Burger', 'desc', '1', 'burger', 1, 1, 130, 1, 0),
(246, 'Pattern Floral Background 2', 'desc', '4', 'bg_pattern_floral_02', 2, 1, 104, 1, 0),
(247, 'Pattern Floral Background 3', 'desc', '4', 'bg_pattern_floral_03', 2, 1, 104, 1, 0),
(248, 'Pattern Cars Background', 'desc', '4', 'bg_pattern_cars', 2, 1, 104, 1, 0),
(250, 'Pattern Plasto Background', 'desc', '4', 'bg_pattern_plasto', 2, 1, 104, 1, 0),
(251, 'Pattern Tinyroom Background', 'desc', '4', 'bg_pattern_tinyroom', 2, 1, 104, 1, 0),
(252, 'Pattern Hearts Background', 'desc', '4', 'bg_pattern_hearts', 2, 1, 104, 1, 0),
(253, 'Pattern Abstract Background', 'desc', '4', 'bg_pattern_abstract1', 2, 1, 104, 1, 0),
(254, 'Bathroom Tile Background', 'desc', '4', 'bg_bathroom_tile', 2, 1, 104, 1, 0),
(255, 'Pattern Fish Background', 'desc', '4', 'bg_pattern_fish', 2, 1, 104, 1, 0),
(256, 'Pattern Deepred Background', 'desc', '4', 'bg_pattern_deepred', 2, 1, 104, 1, 0),
(257, 'Colour 02 Background', 'desc', '4', 'bg_colour_02', 2, 1, 104, 1, 0),
(258, 'Colour 03 Background', 'desc', '4', 'bg_colour_03', 2, 1, 104, 1, 0),
(259, 'Colour 04 Background', 'desc', '4', 'bg_colour_04', 2, 1, 104, 1, 0),
(260, 'Colour 05 Background', 'desc', '4', 'bg_colour_05', 2, 1, 104, 1, 0),
(261, 'Colour 06 Background', 'desc', '4', 'bg_colour_06', 2, 1, 104, 1, 0),
(262, 'Colour 07 Background', 'desc', '4', 'bg_colour_07', 2, 1, 104, 1, 0),
(263, 'Colour 08 Background', 'desc', '4', 'bg_colour_08', 2, 1, 104, 1, 0),
(264, 'Colour 09 Background', 'desc', '4', 'bg_colour_09', 2, 1, 104, 1, 0),
(265, 'Colour 10 Background', 'desc', '4', 'bg_colour_10', 2, 1, 104, 1, 0),
(266, 'Colour 11 Background', 'desc', '4', 'bg_colour_11', 2, 1, 104, 1, 0),
(267, 'Colour 12 Background', 'desc', '4', 'bg_colour_12', 2, 1, 104, 1, 0),
(268, 'Colour 13 Background', 'desc', '4', 'bg_colour_13', 2, 1, 104, 1, 0),
(269, 'Colour 14 Background', 'desc', '4', 'bg_colour_14', 2, 1, 104, 1, 0),
(270, 'Colour 15 Background', 'desc', '4', 'bg_colour_15', 2, 1, 104, 1, 0),
(271, 'Colour 17 Background', 'desc', '4', 'bg_colour_17', 2, 1, 104, 1, 0),
(272, 'Tonga Background', 'desc', '4', 'bg_tonga', 2, 1, 104, 1, 0),
(2591, 'Happy net', 'desc', '4', 'back_happyhnet', 2, 1, 104, 1, 0),
(276, 'Themepark Background 1', 'desc', '4', 'themepark_bg_01', 0, 1, 104, 1, 0),
(277, 'Themepark Background 2', 'desc', '4', 'themepark_bg_02', 0, 1, 104, 1, 0),
(283, 'Penelope', 'desc', '4', 'penelope', 0, 1, 104, 1, 0),
(299, 'Infobus Yellow Background', 'desc', '4', 'bg_infobus_yellow', 0, 1, 104, 1, 0),
(300, 'Infobus White Background', 'desc', '4', 'bg_infobus_white', 0, 1, 104, 1, 0),
(301, 'Infobus Blue Background', 'desc', '4', 'bg_infobus_blue', 0, 1, 104, 1, 0),
(303, 'Grunge Background', 'desc', '4', 'grungewall', 0, 1, 104, 1, 0),
(1001, 'OB Clubber', 'desc', '1', 'ob_clubber_146x146', 2, 1, 449, 1, 0),
(1002, 'OB Devil', 'desc', '1', 'ob_devil_146x146', 2, 1, 449, 1, 0),
(1003, 'OB Doctor', 'desc', '1', 'ob_doctor_146x146', 2, 1, 449, 1, 0),
(1004, 'OB Fairy', 'desc', '1', 'ob_fairy_146x146', 2, 1, 449, 1, 0),
(1005, 'OB Jetsetter', 'desc', '1', 'ob_jetsetter_146x146', 2, 1, 449, 1, 0),
(1007, 'OB Shopaholic', 'desc', '1', 'ob_shopaholic_146x146', 2, 1, 449, 1, 0),
(1008, 'OB Sport', 'desc', '1', 'ob_sporty_146x146', 2, 1, 449, 1, 0),
(1011, 'Sticker Themepark', 'desc', '1', '27224_sticker_themepark_001', 2, 1, 130, 1, 0),
(1017, 'Acento', 'desc', '1', 'acento', 2, 1, 394, 1, 0),
(1028, 'Ad Cats', 'desc', '1', 'adcats', 2, 1, 451, 1, 0),
(1029, 'Ad Dogs', 'desc', '1', 'addogs', 2, 1, 451, 1, 0),
(1030, 'Ad Holiday', 'desc', '1', 'adholiday', 2, 1, 451, 1, 0),
(1032, 'Ad Party', 'desc', '1', 'adparty', 2, 1, 451, 1, 0),
(1033, 'Ad Skating', 'desc', '1', 'adskating', 2, 1, 451, 1, 0),
(1034, 'Agudo', 'desc', '1', 'agudo', 2, 1, 394, 1, 0),
(1035, 'Alhambra Sticker', 'desc', '1', 'alhambra_sticker', 2, 1, 452, 1, 0),
(1036, 'Alhambra Wallsticker', 'desc', '1', 'alhambra_wallsticker', 2, 1, 452, 1, 0),
(1037, 'Alhambra Logo', 'desc', '1', 'alhambralogo', 2, 1, 452, 1, 0),
(1039, 'Ametrin', 'desc', '1', 'ametrin', 2, 1, 453, 1, 0),
(1040, 'Angel', 'desc', '1', 'angel_146x146', 2, 1, 449, 1, 0),
(1043, 'Anim Appart 732', 'desc', '1', 'anim_appart_732', 2, 1, 454, 1, 0),
(1044, 'Anim Boule Cristal', 'desc', '1', 'anim_boule_cristal', 2, 1, 454, 1, 0),
(1045, 'Anim Brasero', 'desc', '1', 'anim_brasero', 2, 1, 454, 1, 0),
(1046, 'Anim Cook', 'desc', '1', 'anim_cook', 2, 1, 453, 1, 0),
(1047, 'Anim Elvis', 'desc', '1', 'anim_elvis', 2, 1, 453, 1, 0),
(1048, 'Anim Enseigne', 'desc', '1', 'anim_enseigne', 2, 1, 454, 1, 0),
(1049, 'Anim Hockey', 'desc', '1', 'anim_hockey', 2, 1, 491, 1, 0),
(1051, 'Anim Oeil', 'desc', '1', 'anim_oeil', 2, 1, 454, 1, 0),
(1052, 'Anim Ventilo', 'desc', '1', 'anim_ventilo', 2, 1, 454, 1, 0),
(1053, 'Anim Viking Hole', 'desc', '1', 'anim_viking_hole', 2, 1, 453, 1, 0),
(1054, 'Anti Eco', 'desc', '1', 'anti_eco', 2, 1, 130, 1, 0),
(1057, 'Argentina', 'desc', '1', 'argentina', 2, 1, 456, 1, 0),
(1058, 'Asterisco 1', 'desc', '1', 'asterisco1', 2, 1, 394, 1, 0),
(1059, 'AU 3rd Bday 1', 'desc', '1', 'au_3rdbday_01', 2, 1, 130, 1, 0),
(1060, 'AU 3rd Bday 2', 'desc', '1', 'au_3rdbday_02', 2, 1, 130, 1, 0),
(1061, 'AU 3rd Bday 3', 'desc', '1', 'au_3rdbday_03', 2, 1, 130, 1, 0),
(1062, 'AU Greengold', 'desc', '1', 'au_greengold', 2, 1, 451, 1, 0),
(1063, 'AU Lifesaver', 'desc', '1', 'au_lifesaver', 2, 1, 130, 1, 0),
(1064, 'AU Surfing', 'desc', '1', 'au_surfing', 2, 1, 451, 1, 0),
(1067, 'Ballsma Honey', 'desc', '1', 'ballsmahoney', 2, 1, 453, 1, 0),
(1068, 'Baltasar', 'desc', '1', 'baltasar', 2, 1, 453, 1, 0),
(1069, 'Banks Bobby', 'desc', '1', 'banksbobby', 2, 1, 457, 1, 0),
(1070, 'Banks Can', 'desc', '1', 'bankscan', 2, 1, 457, 1, 0),
(1071, 'Banks Door', 'desc', '1', 'banksdoor', 2, 1, 457, 1, 0),
(1072, 'Banks Heater', 'desc', '1', 'banksheater', 2, 1, 457, 1, 0),
(1073, 'Barbequeset', 'desc', '1', 'barbequeset', 2, 1, 458, 1, 0),
(1074, 'Barra', 'desc', '1', 'barra', 2, 1, 394, 1, 0),
(1076, 'Batista', 'desc', '1', 'batista', 2, 1, 460, 1, 0),
(1079, 'Beachbunny Beachball', 'desc', '1', 'beachbunny_beachball', 2, 1, 461, 1, 0),
(1080, 'Beachbunny Beachball Bouncing', 'desc', '1', 'beachbunny_beachball_bouncing', 2, 1, 461, 1, 0),
(1081, 'Beachbunny Bmovie Poster', 'desc', '1', 'beachbunny_bmovieposter', 2, 1, 461, 1, 0),
(1082, 'Beachbunny Bunny Suit', 'desc', '1', 'beachbunny_bunny_suit', 2, 1, 461, 1, 0),
(1083, 'Beachbunny Peep', 'desc', '1', 'beachbunny_peep', 2, 1, 461, 1, 0),
(1084, 'Beachbunny Roaster Bunny', 'desc', '1', 'beachbunny_roaster_bunny', 2, 1, 461, 1, 0),
(1085, 'Beachgirl', 'desc', '1', 'beachgirl_146x146', 2, 1, 449, 1, 0),
(1087, 'Bellydancer', 'desc', '1', 'bellydancer', 2, 1, 452, 1, 0),
(1088, 'Beth Phoenix', 'desc', '1', 'bethphoenix', 2, 1, 460, 1, 0),
(1089, 'Beth Phoenix Skinny', 'desc', '1', 'bethphoenixskinny', 2, 1, 460, 1, 0),
(1092, 'Big Daddy V', 'desc', '1', 'bigdaddyv', 2, 1, 460, 1, 0),
(1093, 'Big Show', 'desc', '1', 'bigshow', 2, 1, 460, 1, 0),
(1094, 'Billy Graham', 'desc', '1', 'billygraham', 2, 1, 460, 1, 0),
(1095, 'Bird Suit', 'desc', '1', 'bird_suit', 2, 1, 462, 1, 0),
(1129, 'Bling Bling Stars', 'desc', '1', 'blingblingstars', 2, 1, 479, 1, 0),
(1130, 'Bling Hearts', 'desc', '1', 'blinghearts', 2, 1, 479, 1, 0),
(1132, 'Blue Hockey Stick', 'desc', '1', 'bluehockeystick', 2, 1, 491, 1, 0),
(1133, 'Blue Starfish', 'desc', '1', 'bluestarfish', 2, 1, 130, 1, 0),
(1136, 'Boborton', 'desc', '1', 'boborton', 2, 1, 460, 1, 0),
(1137, 'Bonbon Duck', 'desc', '1', 'bonbon_duck_146x146', 2, 1, 470, 1, 0),
(1138, 'Bonbon Mouse', 'desc', '1', 'bonbon_mouse_146x146', 2, 1, 470, 1, 0),
(1139, 'Bonbon Rat', 'desc', '1', 'bonbon_rat_146x146', 2, 1, 470, 1, 0),
(1140, 'Boogeyman', 'desc', '1', 'boogeyman', 2, 1, 460, 1, 0),
(1144, 'Bowser Sticker v1', 'desc', '1', 'bowser_sticker_v1', 2, 1, 465, 1, 0),
(1145, 'Bozzanova', 'desc', '1', 'bozzanova', 2, 1, 453, 1, 0),
(1146, 'BRA Football Guest 2', 'desc', '1', 'bra_football_guest2', 2, 1, 456, 1, 0),
(1147, 'Bratz Featured Clique', 'desc', '1', 'bratz_featuredclique', 2, 1, 470, 1, 0),
(1148, 'Brian Kendrick', 'desc', '1', 'briankendrick', 2, 1, 460, 1, 0),
(1149, 'British Legion', 'desc', '1', 'britishlegion', 2, 1, 130, 1, 0),
(1150, 'Britney', 'desc', '1', 'britney', 2, 1, 130, 1, 0),
(1153, 'Bullybuster', 'desc', '1', 'bullybuster', 2, 1, 130, 1, 0),
(1156, 'Businesswoman', 'desc', '1', 'businesswoman_146x146', 2, 1, 449, 1, 0),
(1157, 'Butterfly', 'desc', '1', 'butterfly_01', 2, 1, 462, 1, 0),
(1159, 'CA Hockeygoalie 2', 'desc', '1', 'ca_hockeygoalie2', 2, 1, 491, 1, 0),
(1160, 'Camel', 'desc', '1', 'camel', 2, 1, 130, 1, 0),
(1162, 'Candice Michelle', 'desc', '1', 'candicemichelle', 2, 1, 460, 1, 0),
(1163, 'Candycorn', 'desc', '1', 'candycorn', 2, 1, 130, 1, 0),
(1164, 'Carlito', 'desc', '1', 'carlito', 2, 1, 460, 1, 0),
(1165, 'Cassette 1', 'desc', '1', 'cassette1', 2, 1, 130, 1, 0),
(1166, 'Cassette 2', 'desc', '1', 'cassette2', 2, 1, 130, 1, 0),
(1167, 'Cassette 3', 'desc', '1', 'cassette3', 2, 1, 130, 1, 0),
(1168, 'Cassette 4', 'desc', '1', 'cassette4', 2, 1, 130, 1, 0),
(1170, 'Celeb Ticket Veronicas', 'desc', '1', 'celebticket_veronicas', 2, 1, 470, 1, 0),
(1171, 'Cena', 'desc', '1', 'cena', 2, 1, 460, 1, 0),
(1174, 'Cheerleader', 'desc', '1', 'cheerleader_146x146', 2, 1, 449, 1, 0),
(1175, 'Cheese Badge', 'desc', '1', 'cheese_badge', 2, 1, 451, 1, 0),
(1177, 'Cheese Suit Sticker', 'desc', '1', 'cheese_suit_sticker', 2, 1, 459, 1, 0),
(1178, 'Cheshirecat', 'desc', '1', 'cheshirecat', 2, 1, 453, 1, 0),
(1180, 'Chile', 'desc', '1', 'chile', 2, 1, 456, 1, 0),
(1181, 'Chocolates', 'desc', '1', 'chocolates', 2, 1, 130, 1, 0),
(1183, 'Chris Jericho', 'desc', '1', 'chrisjericho', 2, 1, 460, 1, 0),
(1184, 'Chuck Palumbo', 'desc', '1', 'chuckpalumbo', 2, 1, 460, 1, 0),
(1185, 'Clothes line', 'desc', '1', 'clothesline', 2, 1, 130, 1, 0),
(1187, 'CM Punk', 'desc', '1', 'cmpunk', 2, 1, 460, 1, 0),
(1188, 'CN Teleskull', 'desc', '1', 'cn_teleskull', 2, 1, 488, 1, 0),
(1190, 'CNY Dragon Body L', 'desc', '1', 'cny_dragon_body_l', 2, 1, 466, 1, 0),
(1191, 'CNY Dragon Body R', 'desc', '1', 'cny_dragon_body_r', 2, 1, 466, 1, 0),
(1192, 'CNY Dragon Head L', 'desc', '1', 'cny_dragon_head_l', 2, 1, 466, 1, 0),
(1193, 'CNY Dragon Head R', 'desc', '1', 'cny_dragon_head_r', 2, 1, 466, 1, 0),
(1195, 'CNY Kunfu Dude', 'desc', '1', 'cny_kunfu_dude', 2, 1, 466, 1, 0),
(1197, 'CNY Kunfu Girl', 'desc', '1', 'cny_kungfu_girl', 2, 1, 466, 1, 0),
(1198, 'Colombia', 'desc', '1', 'colombia', 2, 1, 456, 1, 0),
(1199, 'Comma', 'desc', '1', 'comma', 2, 1, 394, 1, 0),
(1202, 'Crase', 'desc', '1', 'crase', 2, 1, 394, 1, 0),
(1206, 'Curt Hawkins', 'desc', '1', 'curthawkins', 2, 1, 460, 1, 0),
(1208, 'Dag of Habbo Trophy', 'desc', '1', 'dagofhabbo_trophy', 2, 1, 130, 1, 0),
(1209, 'DagorNot', 'desc', '1', 'dagornot', 2, 1, 130, 1, 0),
(1210, 'DE 4th Bday', 'desc', '1', 'de_bday_4', 2, 1, 130, 1, 0),
(1214, 'Deal easter 6', 'desc', '1', 'deal_eas07_6', 2, 1, 462, 1, 0),
(1215, 'Deal easter 7', 'desc', '1', 'deal_eas07_7', 2, 1, 462, 1, 0),
(1216, 'Deal easter 8', 'desc', '1', 'deal_eas07_8', 2, 1, 462, 1, 0),
(1217, 'Deal goth border Horizontale', 'desc', '1', 'deal_goth_border_hor', 2, 1, 488, 1, 0),
(1218, 'deal goth border Verticale', 'desc', '1', 'deal_goth_border_ver', 2, 1, 488, 1, 0),
(1219, 'DH Smith', 'desc', '1', 'dhsmith', 2, 1, 460, 1, 0),
(1220, 'Dia de Internetsticker 2008', 'desc', '1', 'diadeinternetsticker2008_001', 2, 1, 470, 1, 0),
(1221, 'Diamond Reward', 'desc', '1', 'diamond_reward', 2, 1, 479, 1, 0),
(1222, 'Dim Sims', 'desc', '1', 'dimsims', 2, 1, 130, 1, 0),
(1223, 'DK Bobbacurse 2', 'desc', '1', 'dk_bobbacurse_2', 2, 1, 130, 1, 0),
(1224, 'Doelee', 'desc', '1', 'doelee', 2, 1, 453, 1, 0),
(1225, 'Donk', 'desc', '1', 'donk', 2, 1, 453, 1, 0),
(1226, 'Dot', 'desc', '1', 'dot', 2, 1, 394, 1, 0),
(1227, 'Dudesons', 'desc', '1', 'dudesons', 2, 1, 470, 1, 0),
(1228, 'Durian', 'desc', '1', 'durian', 2, 1, 130, 1, 0),
(1231, 'Easter Bird', 'desc', '1', 'easter_bird', 2, 1, 462, 1, 0),
(1236, 'Easter Broomstick_001', 'desc', '1', 'easter_broomstick_001', 2, 1, 462, 1, 0),
(1238, 'Easter Bunnymoped', 'desc', '1', 'easter_bunnymoped', 2, 1, 462, 1, 0),
(1240, 'Easter Carrot_rocket', 'desc', '1', 'easter_carrot_rocket', 2, 1, 462, 1, 0),
(1251, 'Easter Pointyhat', 'desc', '1', 'easter_pointyhat', 2, 1, 462, 1, 0),
(1253, 'Easter Rabbit_in_hole', 'desc', '1', 'easter_rabbit_in_hole', 2, 1, 462, 1, 0),
(1255, 'Easter Egg Costume', 'desc', '1', 'easteregg_costume', 2, 1, 462, 1, 0),
(1258, 'Edge', 'desc', '1', 'edge', 2, 1, 460, 1, 0),
(1259, 'Edito Fisherman Bait', 'desc', '1', 'edito_fisherman_bait', 2, 1, 130, 1, 0),
(1260, 'Edito Logo', 'desc', '1', 'edito_logo', 2, 1, 130, 1, 0),
(1263, 'Eggs', 'desc', '1', 'eggs', 2, 1, 488, 1, 0),
(1264, 'Elegant Bling', 'desc', '1', 'elegant_bling', 2, 1, 479, 1, 0),
(1265, 'Elijah Burke', 'desc', '1', 'elijahburke', 2, 1, 460, 1, 0),
(1270, 'Exclamation', 'desc', '1', 'exclamation', 2, 1, 394, 1, 0),
(1271, 'Executive Cheappen', 'desc', '1', 'exe_sticker_cheappen', 2, 1, 130, 1, 0),
(1272, 'Executive Luxurypen', 'desc', '1', 'exe_sticker_luxurypen', 2, 1, 130, 1, 0),
(1276, 'Extreme Dudesons', 'desc', '1', 'extreme_dudesons', 2, 1, 470, 1, 0),
(1280, 'Fantastic Four Logo', 'desc', '1', 'fantasticfourlogo', 2, 1, 470, 1, 0),
(1281, 'Featuredgroup', 'desc', '1', 'featuredgroup', 2, 1, 130, 1, 0),
(1283, 'Featuredgroup Sticker', 'desc', '1', 'featuredgroup_sticker', 2, 1, 130, 1, 0),
(1284, 'Felix 1', 'desc', '1', 'felix01', 2, 1, 470, 1, 0),
(1285, 'Felix 2', 'desc', '1', 'felix02', 2, 1, 470, 1, 0),
(1286, 'Felix 3', 'desc', '1', 'felix03b', 2, 1, 470, 1, 0),
(1289, 'Festus', 'desc', '1', 'festus', 2, 1, 460, 1, 0),
(1291, 'FI Golden Snake', 'desc', '1', 'fi_golden_snake', 2, 1, 130, 1, 0),
(1292, 'FI Koirakisu 2', 'desc', '1', 'fi_koirakisu2', 2, 1, 453, 1, 0),
(1293, 'FI Mino', 'desc', '1', 'fi_mino', 2, 1, 453, 1, 0),
(1294, 'FI Posti Box', 'desc', '1', 'fi_posti_box', 2, 1, 453, 1, 0),
(1295, 'FI Posti Girl', 'desc', '1', 'fi_posti_girl', 2, 1, 453, 1, 0),
(1297, 'Fieldberries', 'desc', '1', 'fieldberries', 2, 1, 470, 1, 0),
(1298, 'Fiesta Chica Tampax', 'desc', '1', 'fiesta_chica_tampax', 2, 1, 470, 1, 0),
(1299, 'Fiesta Minifalda 1', 'desc', '1', 'fiesta_minifalda_1', 2, 1, 470, 1, 0),
(1300, 'Fiesta Minifalda 2', 'desc', '1', 'fiesta_minifalda_2', 2, 1, 470, 1, 0),
(1301, 'Fiesta Welcome', 'desc', '1', 'fiesta_welcome', 2, 1, 470, 1, 0),
(1302, 'Filmstrip Corner Botleft', 'desc', '1', 'filmstrip_corner_botleft', 2, 1, 467, 1, 0),
(1303, 'Filmstrip Corner Botright', 'desc', '1', 'filmstrip_corner_botright', 2, 1, 467, 1, 0),
(1304, 'Filmstrip Corner Topleft', 'desc', '1', 'filmstrip_corner_topleft', 2, 1, 467, 1, 0),
(1305, 'Filmstrip Corner Topright', 'desc', '1', 'filmstrip_corner_topright', 2, 1, 467, 1, 0),
(1306, 'Filmstrip Horiz', 'desc', '1', 'filmstrip_horiz', 2, 1, 467, 1, 0),
(1307, 'Filmstrip Vert', 'desc', '1', 'filmstrip_vert', 2, 1, 467, 1, 0),
(1308, 'Finger Push', 'desc', '1', 'finger_push', 2, 1, 270, 1, 0),
(1309, 'Fish', 'desc', '1', 'fish', 2, 1, 130, 1, 0),
(1311, 'Flower 1', 'desc', '1', 'flower1png', 2, 1, 470, 1, 0),
(1312, 'Xmas SnowCone', 'desc', '1', 'Xmas_Snowcone_costume', 2, 1, 445, 1, 0),
(1313, 'Football', 'desc', '1', 'football', 2, 1, 456, 1, 0),
(1314, 'Free Hugs', 'desc', '1', 'free_hugs', 2, 1, 453, 1, 0),
(1317, 'Funaki', 'desc', '1', 'funaki', 2, 1, 460, 1, 0),
(1318, 'FWRK Blue', 'desc', '1', 'fwrk_blue', 2, 1, 468, 1, 0),
(1319, 'FWRK Pink', 'desc', '1', 'fwrk_pink', 2, 1, 468, 1, 0),
(1320, 'FWRK Yellow', 'desc', '1', 'fwrk_yellow', 2, 1, 468, 1, 0),
(1324, 'Gaspar', 'desc', '1', 'gaspar', 2, 1, 453, 1, 0),
(1327, 'Gaursticker 3', 'desc', '1', 'gaursticker3', 2, 1, 470, 1, 0),
(1330, 'Girlfriend Blue', 'desc', '1', 'gf_hotornot_blue', 2, 1, 470, 1, 0),
(1331, 'Girlfriend Pink', 'desc', '1', 'gf_hotornot_pink', 2, 1, 470, 1, 0),
(1332, 'Global World Sticker', 'desc', '1', 'globalw_sticker', 2, 1, 445, 1, 0),
(1337, 'Gorilla Hand 1', 'desc', '1', 'gorillahand1', 2, 1, 130, 1, 0),
(1338, 'Gorilla Hand 2', 'desc', '1', 'gorillahand2', 2, 1, 130, 1, 0),
(1344, 'Gothic Draculacape', 'desc', '1', 'gothic_draculacape', 2, 1, 488, 1, 0),
(1346, 'Gothic Scienceplatform', 'desc', '1', 'gothic_scienceplatform', 2, 1, 488, 1, 0),
(1352, 'Grave Sticker', 'desc', '1', 'gravesticker', 2, 1, 130, 1, 0),
(1353, 'Grave Sticker 2', 'desc', '1', 'gravesticker2', 2, 1, 130, 1, 0),
(1354, 'Green Hockey Stick', 'desc', '1', 'greenhockeystick', 2, 1, 491, 1, 0),
(1357, 'Greenpeace White', 'desc', '1', 'greenpeacewhite', 2, 1, 130, 1, 0),
(1360, 'Grunge Polaroid 1', 'desc', '1', 'grunge_polaroid_1', 2, 1, 453, 1, 0),
(1361, 'Grunge Polaroid 2', 'desc', '1', 'grunge_polaroid_2', 2, 1, 453, 1, 0),
(1362, 'Grunge Polaroid 3', 'desc', '1', 'grunge_polaroid_3', 2, 1, 453, 1, 0),
(1363, 'Grunge Polaroid 4', 'desc', '1', 'grunge_polaroid_4', 2, 1, 453, 1, 0),
(1364, 'Grunge Polaroid 5', 'desc', '1', 'grunge_polaroid_5', 2, 1, 453, 1, 0),
(1365, 'Guard 1', 'desc', '1', 'guard1', 2, 1, 453, 1, 0),
(1366, 'Guard 2', 'desc', '1', 'guard2', 2, 1, 453, 1, 0),
(1367, 'Guccimama', 'desc', '1', 'guccimama', 2, 1, 453, 1, 0),
(1370, 'Habbo Island', 'desc', '1', 'habbo_island', 2, 1, 461, 1, 0),
(1372, 'Habbo By Night-sticker', 'desc', '1', 'habbobynightsticker', 2, 1, 130, 1, 0),
(1373, 'Habbohome Of The Month', 'desc', '1', 'habbohome_of_the_month', 2, 1, 130, 1, 0),
(1375, 'Habborella Logo', 'desc', '1', 'habborella_logo', 2, 1, 130, 1, 0),
(1376, 'Habboween Background', 'desc', '4', 'habboween_bg', 2, 1, 104, 1, 0),
(1377, 'Hacksaw', 'desc', '1', 'hacksaw', 2, 1, 460, 1, 0),
(1378, 'Hat Clown 2', 'desc', '1', 'hat_clown2', 2, 1, 459, 1, 0),
(1379, 'HC Hat', 'desc', '1', 'hc_hat', 2, 1, 459, 1, 0),
(1380, 'Highlighter 1', 'desc', '1', 'highlighter_1', 2, 1, 469, 1, 0),
(1381, 'Highlighter 2', 'desc', '1', 'highlighter_2', 2, 1, 469, 1, 0),
(1382, 'Highlighter Mark 1', 'desc', '1', 'highlighter_mark1', 2, 1, 469, 1, 0),
(1383, 'Highlighter Mark 2', 'desc', '1', 'highlighter_mark2', 2, 1, 469, 1, 0),
(1384, 'Highlighter Mark 3', 'desc', '1', 'highlighter_mark3', 2, 1, 469, 1, 0),
(1385, 'Highlighter Mark 4', 'desc', '1', 'highlighter_mark4b', 2, 1, 469, 1, 0),
(1386, 'Highlighter Mark 5', 'desc', '1', 'highlighter_mark5', 2, 1, 469, 1, 0),
(1387, 'Highlighter Mark 6', 'desc', '1', 'highlighter_mark6', 2, 1, 469, 1, 0),
(1388, 'Hockey Habbo', 'desc', '1', 'hockey_habbo', 2, 1, 491, 1, 0),
(1389, 'Hockeyref', 'desc', '1', 'hockeyref', 2, 1, 491, 1, 0),
(1390, 'Holycarp', 'desc', '1', 'holycarp', 2, 1, 130, 1, 0),
(1391, 'Homer', 'desc', '1', 'homer', 2, 1, 453, 1, 0),
(1392, 'Horizontalink', 'desc', '1', 'horizontalink', 2, 1, 469, 1, 0),
(1393, 'Hornswoggle', 'desc', '1', 'hornswoggle', 2, 1, 460, 1, 0),
(1394, 'HP Guest', 'desc', '1', 'hp_guest', 2, 1, 453, 1, 0),
(1429, '3d Glasses', 'desc', '1', 'hw_3d_glasses', 2, 1, 459, 1, 0),
(1430, 'Actionstar', 'desc', '1', 'hw_actionstar', 2, 1, 467, 1, 0),
(1431, 'Amp Big', 'desc', '1', 'hw_amp_big', 2, 1, 467, 1, 0),
(1432, 'Amp Small', 'desc', '1', 'hw_amp_small', 2, 1, 467, 1, 0),
(1433, 'Bartender Costume', 'desc', '1', 'hw_bartender_costume', 2, 1, 459, 1, 0),
(1434, 'Bassplayer Boy', 'desc', '1', 'hw_bassplayer_boy', 2, 1, 492, 1, 0),
(1435, 'Bassplayer Girl', 'desc', '1', 'hw_bassplayer_girl', 2, 1, 492, 1, 0),
(1438, 'Bigcamera', 'desc', '1', 'hw_bigcamera', 2, 1, 467, 1, 0),
(1439, 'Bouncers', 'desc', '1', 'hw_bouncers', 2, 1, 467, 1, 0),
(1440, 'Camera L', 'desc', '1', 'hw_camera_l', 2, 1, 467, 1, 0),
(1441, 'Camera R', 'desc', '1', 'hw_camera_r', 2, 1, 467, 1, 0),
(1445, 'Carpet Corner Down', 'desc', '1', 'hw_carpet_corner_down', 2, 1, 467, 1, 0),
(1446, 'Carpet Corner Up', 'desc', '1', 'hw_carpet_corner_up', 2, 1, 467, 1, 0),
(1447, 'Carpet End Ldown', 'desc', '1', 'hw_carpet_end_ldown', 2, 1, 467, 1, 0),
(1448, 'Carpet End Lup', 'desc', '1', 'hw_carpet_end_lup', 2, 1, 467, 1, 0),
(1449, 'Carpet End Rdown', 'desc', '1', 'hw_carpet_end_rdown', 2, 1, 467, 1, 0),
(1450, 'Carpet End Rup', 'desc', '1', 'hw_carpet_end_rup', 2, 1, 467, 1, 0),
(1451, 'Carpet L', 'desc', '1', 'hw_carpet_l', 2, 1, 467, 1, 0),
(1452, 'Carpet R', 'desc', '1', 'hw_carpet_r', 2, 1, 467, 1, 0),
(1453, 'Drummer Boy', 'desc', '1', 'hw_drummer_boy', 2, 1, 492, 1, 0),
(1454, 'Drummer Girl', 'desc', '1', 'hw_drummer_girl', 2, 1, 492, 1, 0),
(1456, 'Guitarplayer Black', 'desc', '1', 'hw_guitarplayer_black', 2, 1, 492, 1, 0),
(1457, 'Guitarplayer White', 'desc', '1', 'hw_guitarplayer_white', 2, 1, 492, 1, 0),
(1458, 'Hairspray', 'desc', '1', 'hw_hairspray', 2, 1, 467, 1, 0),
(1459, 'Hippie', 'desc', '1', 'hw_hippie', 2, 1, 467, 1, 0),
(1460, 'Hitcher', 'desc', '1', 'hw_hitcher', 2, 1, 467, 1, 0),
(1461, 'Inmate', 'desc', '1', 'hw_inmate', 2, 1, 467, 1, 0),
(1462, 'Kenny Burger', 'desc', '1', 'hw_kenny_burger', 2, 1, 467, 1, 0),
(1463, 'Kenny Fight', 'desc', '1', 'hw_kenny_fight', 2, 1, 467, 1, 0),
(1464, 'Kenny Shock', 'desc', '1', 'hw_kenny_shock', 2, 1, 467, 1, 0),
(1465, 'Keyboards', 'desc', '1', 'hw_keyboards', 2, 1, 467, 1, 0),
(1468, 'Logoanim', 'desc', '1', 'hw_logoanim', 2, 1, 467, 1, 0),
(1469, 'Mega Afro', 'desc', '1', 'hw_mega_afro', 2, 1, 459, 1, 0),
(1470, 'Microphone', 'desc', '1', 'hw_microphone', 2, 1, 467, 1, 0),
(1471, 'Moh Logo', 'desc', '1', 'hw_moh_logo', 2, 1, 467, 1, 0),
(1472, 'Shades', 'desc', '1', 'hw_shades', 2, 1, 459, 1, 0),
(1473, 'Speedobunny', 'desc', '1', 'hw_speedobunny', 2, 1, 130, 1, 0),
(1477, 'Habbowood Klaffi 2', 'desc', '1', 'hwood07_klaffi2', 2, 1, 467, 1, 0),
(1511, 'Jenkki Monster Sticker', 'desc', '1', 'jenkki_monster_sticker', 2, 1, 470, 1, 0),
(1510, 'Jeff Hardy', 'desc', '1', 'jeffhardy', 2, 1, 460, 1, 0),
(1509, 'JBL', 'desc', '1', 'jbl', 2, 1, 460, 1, 0),
(1508, 'Jarppi Guest 2', 'desc', '1', 'jarppi_guest2', 2, 1, 453, 1, 0),
(1507, 'Jarppi Guest', 'desc', '1', 'jarppi_guest', 2, 1, 453, 1, 0),
(1506, 'Jarno Guest', 'desc', '1', 'jarno_guest', 2, 1, 453, 1, 0),
(1505, 'Jared', 'desc', '1', 'jared', 2, 1, 453, 1, 0),
(1504, 'James Curtis', 'desc', '1', 'jamescurtis', 2, 1, 460, 1, 0),
(1502, 'IT Toilet', 'desc', '1', 'it_toilet', 2, 1, 453, 1, 0),
(1501, 'IT Stickerpodio', 'desc', '1', 'it_stickerpodio', 2, 1, 130, 1, 0),
(1500, 'IT Habbohome', 'desc', '1', 'it_habbohome', 2, 1, 472, 1, 0),
(1499, 'Island', 'desc', '1', 'island', 2, 1, 461, 1, 0),
(1497, 'Inked Squidpants', 'desc', '1', 'inked_squidpants', 2, 1, 471, 1, 0),
(1498, 'Inked Suidpatrol', 'desc', '1', 'inked_suidpatrol', 2, 1, 471, 1, 0),
(1496, 'Inked Spit', 'desc', '1', 'inked_spit', 2, 1, 471, 1, 0),
(1495, 'Inked Ship', 'desc', '1', 'inked_ship', 2, 1, 471, 1, 0),
(1494, 'Inked Poster', 'desc', '1', 'inked_poster', 2, 1, 471, 1, 0),
(1493, 'Inked Love', 'desc', '1', 'inked_love', 2, 1, 471, 1, 0),
(1491, 'Inked Inkedblink', 'desc', '1', 'inked_inkedblink', 2, 1, 471, 1, 0),
(1492, 'Inked Lamp', 'desc', '1', 'inked_lamp', 2, 1, 471, 1, 0),
(1490, 'Inked Antisquidrank', 'desc', '1', 'inked_antisquidrank', 2, 1, 471, 1, 0),
(1488, 'Inked Antisquidf', 'desc', '1', 'inked_antisquidf', 2, 1, 471, 1, 0),
(1489, 'Inked Antisquidm', 'desc', '1', 'inked_antisquidm', 2, 1, 471, 1, 0),
(1480, 'I love Bobba', 'desc', '1', 'i_love_bobba', 2, 1, 451, 1, 0),
(1481, 'I love Coffee', 'desc', '1', 'i_love_coffee', 2, 1, 451, 1, 0),
(1516, 'Jimmyhart', 'desc', '1', 'jimmyhart', 2, 1, 460, 1, 0),
(1515, 'Jigoku Shojo 2', 'desc', '1', 'jigoku_shojo_2', 2, 1, 470, 1, 0),
(1514, 'Jigoku Shojo 1', 'desc', '1', 'jigoku_shojo_1', 2, 1, 470, 1, 0),
(1513, 'Jesse', 'desc', '1', 'jesse', 2, 1, 460, 1, 0),
(1517, 'Jimmysnuka', 'desc', '1', 'jimmysnuka', 2, 1, 460, 1, 0),
(1518, 'Johnmorrison', 'desc', '1', 'johnmorrison', 2, 1, 460, 1, 0),
(1519, 'JP 5 Uears', 'desc', '1', 'jp_5years', 2, 1, 130, 1, 0),
(1520, 'JP Godzilla', 'desc', '1', 'jp_godzilla', 2, 1, 451, 1, 0),
(1521, 'JP Sushi', 'desc', '1', 'jp_sushi', 2, 1, 451, 1, 0),
(1522, 'Juice', 'desc', '1', 'juice', 2, 1, 130, 1, 0),
(1523, 'Jukka Guest', 'desc', '1', 'jukka_guest', 2, 1, 453, 1, 0),
(1524, 'Jukka Guest2', 'desc', '1', 'jukka_guest2', 2, 1, 453, 1, 0),
(1525, 'July0408 Boom 1', 'desc', '1', 'july0408_boom_1', 2, 1, 468, 1, 0),
(1526, 'July408 Auntsamantha', 'desc', '1', 'july408_auntsamantha', 2, 1, 468, 1, 0),
(1527, 'July408 Boom 2', 'desc', '1', 'july408_boom_2', 2, 1, 468, 1, 0),
(1529, 'July408 Boom 4', 'desc', '1', 'july408_boom_4', 2, 1, 468, 1, 0),
(1530, 'July408 Border', 'desc', '1', 'july408_border', 2, 1, 468, 1, 0),
(1531, 'July408 July4th', 'desc', '1', 'july408_july4th', 2, 1, 468, 1, 0),
(1532, 'July408 Unclesam', 'desc', '1', 'july408_unclesam', 2, 1, 468, 1, 0),
(1534, 'Karigrandi Sticker', 'desc', '1', 'karigrandi_sticker', 2, 1, 470, 1, 0),
(1535, 'Kennydy Kstra', 'desc', '1', 'kennydykstra', 2, 1, 460, 1, 0),
(1536, 'Ketupat', 'desc', '1', 'ketupat', 2, 1, 130, 1, 0),
(1537, 'Kevinthorn', 'desc', '1', 'kevinthorn', 2, 1, 460, 1, 0),
(1538, 'KFP Sticker 1', 'desc', '1', 'kfp_sticker_01', 2, 1, 470, 1, 0),
(1539, 'KFP Sticker 2', 'desc', '1', 'kfp_sticker_02', 2, 1, 470, 1, 0),
(1540, 'KFP Sticker 3', 'desc', '1', 'kfp_sticker_03', 2, 1, 470, 1, 0),
(1541, 'KFP Sticker 4', 'desc', '1', 'kfp_sticker_04', 2, 1, 470, 1, 0),
(1542, 'KFP Sticker 5', 'desc', '1', 'kfp_sticker_05', 2, 1, 470, 1, 0),
(1543, 'KFP Sticker 6', 'desc', '1', 'kfp_sticker_06', 2, 1, 470, 1, 0),
(1544, 'KFP Sticker 7', 'desc', '1', 'kfp_sticker_07', 2, 1, 470, 1, 0),
(1545, 'KIP Partnerbtn', 'desc', '1', 'kip_partnerbtn', 2, 1, 470, 1, 0),
(1546, 'KIR Stamp 1', 'desc', '1', 'kir-stamp1', 2, 1, 475, 1, 0),
(1547, 'KIR Bam Sticker', 'desc', '1', 'kir_bam_sticker', 2, 1, 475, 1, 0),
(1548, 'KIR Elkah Sticker', 'desc', '1', 'kir_elkah_sticker', 2, 1, 475, 1, 0),
(1549, 'KIR Foz Sticker', 'desc', '1', 'kir_foz_sticker', 2, 1, 475, 1, 0),
(1550, 'KIR Fushi Sticker', 'desc', '1', 'kir_fushi_sticker', 2, 1, 475, 1, 0),
(1551, 'KIR Stamp 1', 'desc', '1', 'kir_stamp1', 2, 1, 475, 1, 0),
(1552, 'KIR Stamp 2', 'desc', '1', 'kir_stamp2', 2, 1, 475, 1, 0),
(1553, 'KIR Stamp 3', 'desc', '1', 'kir_stamp3', 2, 1, 475, 1, 0),
(1555, 'Kir Stamp', 'desc', '1', 'kir_stamp4', 2, 1, 475, 1, 0),
(1557, 'KIR Stamp 5', 'desc', '1', 'kir_stamp5', 2, 1, 475, 1, 0),
(1558, 'KIR Stamp 6', 'desc', '1', 'kir_stamp6', 2, 1, 475, 1, 0),
(1559, 'KIR Stamp 7', 'desc', '1', 'kir_stamp6_002', 2, 1, 475, 1, 0),
(1561, 'KIR Sticker', 'desc', '1', 'kir_sticker', 2, 1, 475, 1, 0),
(1562, 'KIR Winner 1', 'desc', '1', 'kir_winner_01', 2, 1, 475, 1, 0),
(1563, 'KIR Winner 2', 'desc', '1', 'kir_winner_02', 2, 1, 475, 1, 0),
(1564, 'KIR Winner 3', 'desc', '1', 'kir_winner_03', 2, 1, 475, 1, 0),
(1565, 'KIR Winner 4', 'desc', '1', 'kir_winner_04', 2, 1, 475, 1, 0),
(1566, 'KIR Winner 5', 'desc', '1', 'kir_winner_05', 2, 1, 475, 1, 0),
(1567, 'KIR Winner 6', 'desc', '1', 'kir_winner_06', 2, 1, 475, 1, 0),
(1568, 'KIR Winner 7', 'desc', '1', 'kir_winner_07', 2, 1, 475, 1, 0),
(1569, 'KIR Winner 8', 'desc', '1', 'kir_winner_08', 2, 1, 475, 1, 0),
(1570, 'KIR Winner 9', 'desc', '1', 'kir_winner_09', 2, 1, 475, 1, 0),
(1571, 'KIR Winner 10', 'desc', '1', 'kir_winner_10', 2, 1, 475, 1, 0),
(1572, 'KIR Winner 11', 'desc', '1', 'kir_winner_11', 2, 1, 475, 1, 0),
(1573, 'KIR Yobbo Sticker', 'desc', '1', 'kir_yobbo_sticker', 2, 1, 475, 1, 0),
(1574, 'Kitsune Wonders', 'desc', '1', 'kitsune_wonders', 2, 1, 476, 1, 0),
(1575, 'Kitsune Yelling', 'desc', '1', 'kitsune_yelling', 2, 1, 476, 1, 0),
(1576, 'Kitune Fighting', 'desc', '1', 'kitune_fighting', 2, 1, 476, 1, 0),
(1580, 'Krans', 'desc', '1', 'krans', 2, 1, 130, 1, 0),
(1582, 'Lamp 1', 'desc', '1', 'lamp_1', 2, 1, 130, 1, 0),
(1583, 'Lamp 2', 'desc', '1', 'lamp_2', 2, 1, 130, 1, 0),
(1584, 'Lamp 3', 'desc', '1', 'lamp_3', 2, 1, 130, 1, 0),
(1585, 'Lamp 4', 'desc', '1', 'lamp_4', 2, 1, 130, 1, 0),
(1586, 'Lamp Group', 'desc', '1', 'lamp_group', 2, 1, 130, 1, 0),
(1588, 'Lapanen Blue', 'desc', '1', 'lapanen_blue', 2, 1, 445, 1, 0),
(1593, 'Lapanen Purple', 'desc', '1', 'lapanen_purple', 2, 1, 445, 1, 0),
(1594, 'Lapanen Red', 'desc', '1', 'lapanen_red', 2, 1, 445, 1, 0),
(1596, 'Lapanen Yellow', 'desc', '1', 'lapanen_yellow', 2, 1, 445, 1, 0),
(1597, 'Lashey', 'desc', '1', 'lashey', 2, 1, 460, 1, 0),
(1599, 'Leafs 1', 'desc', '1', 'leafs1', 5, 7, 444, 1, 0),
(1600, 'Leapday', 'desc', '1', 'leapday', 2, 1, 130, 1, 0),
(1605, 'Limo Back', 'desc', '1', 'limo_back', 2, 1, 467, 1, 0),
(1606, 'Limo Doorpiece', 'desc', '1', 'limo_doorpiece', 2, 1, 467, 1, 0),
(1607, 'Limo Front', 'desc', '1', 'limo_front', 2, 1, 467, 1, 0),
(1608, 'Limo Windowpiece', 'desc', '1', 'limo_windowpiece', 2, 1, 467, 1, 0),
(1610, 'Linnsticker', 'desc', '1', 'linnsticker', 2, 1, 470, 1, 0),
(1614, 'Loderse', 'desc', '1', 'loderse', 2, 1, 470, 1, 0),
(1616, 'Lovebed', 'desc', '1', 'lovebed', 2, 1, 489, 1, 0),
(1622, 'Mansikka Tarra', 'desc', '1', 'mansikka_tarra', 2, 1, 470, 1, 0),
(1623, 'Maria', 'desc', '1', 'maria', 2, 1, 460, 1, 0),
(1624, 'Mark Henry', 'desc', '1', 'markhenry', 2, 1, 460, 1, 0),
(1625, 'Matt Hardy', 'desc', '1', 'matthardy', 2, 1, 460, 1, 0),
(1626, 'Matt Striker', 'desc', '1', 'mattstriker', 2, 1, 460, 1, 0),
(1627, 'May Weather', 'desc', '1', 'mayweather', 2, 1, 460, 1, 0),
(1628, 'Melchor', 'desc', '1', 'melchor', 2, 1, 453, 1, 0),
(1629, 'Melina', 'desc', '1', 'melina', 2, 1, 460, 1, 0),
(1631, 'Mexico', 'desc', '1', 'mexico', 2, 1, 456, 1, 0),
(1633, 'Mid Sommar 1', 'desc', '1', 'midsommar_1', 2, 1, 130, 1, 0),
(1634, 'Mike Knoxx', 'desc', '1', 'mikeknoxx', 2, 1, 460, 1, 0),
(1635, 'Miss J', 'desc', '1', 'missj', 2, 1, 453, 1, 0),
(1636, 'Money Low', 'desc', '1', 'money_o', 2, 1, 490, 1, 0),
(1637, 'Money Stash', 'desc', '1', 'money_stash', 2, 1, 490, 1, 0),
(1638, 'Money High', 'desc', '1', 'money_v', 2, 1, 490, 1, 0),
(1639, 'Mooncake Dark', 'desc', '1', 'mooncake_dark', 2, 1, 452, 1, 0),
(1640, 'Mooncake Light', 'desc', '1', 'mooncake_light', 2, 1, 452, 1, 0),
(1641, 'Mr Kennedy', 'desc', '1', 'mrkennedy', 2, 1, 460, 1, 0),
(1642, 'Mummimor', 'desc', '1', 'mummimor', 2, 1, 453, 1, 0),
(1652, 'Newyear 2007', 'desc', '1', 'newyear_2007_anim', 2, 1, 468, 1, 0),
(1655, 'Newyear Sparkler', 'desc', '1', 'newyear_sparkler', 2, 1, 468, 1, 0),
(1656, 'Nigiri Sushi', 'desc', '1', 'nigirisushi', 2, 1, 476, 1, 0),
(1657, 'NL Coinguy Animated', 'desc', '1', 'nl_coinguy_animated', 2, 1, 490, 1, 0),
(1658, 'NL Cupido', 'desc', '1', 'nl_cupido', 2, 1, 489, 1, 0),
(1659, 'NL Downtown Costume', 'desc', '1', 'nl_downtown_costume', 2, 1, 459, 1, 0),
(1660, 'NL Firecracker', 'desc', '1', 'nl_firecracker', 2, 1, 466, 1, 0),
(1661, 'NL Football Guest', 'desc', '1', 'nl_football_guest', 2, 1, 456, 1, 0),
(1662, 'NL Football Guest 2', 'desc', '1', 'nl_football_guest2', 2, 1, 456, 1, 0),
(1663, 'NL Limo', 'desc', '1', 'nl_limo', 2, 1, 467, 1, 0),
(1664, 'NL Wanted Costume', 'desc', '1', 'nl_wanted_costume', 2, 1, 459, 1, 0),
(1665, 'No Space Sticker', 'desc', '1', 'no_space_sticker', 2, 1, 451, 1, 0),
(1666, 'No Way Out Slanted', 'desc', '1', 'nowayout_slanted', 2, 1, 470, 1, 0),
(1670, 'Nunzio', 'desc', '1', 'nunzio', 2, 1, 460, 1, 0),
(1671, 'NZ Heart', 'desc', '1', 'nz_heart', 2, 1, 451, 1, 0),
(1672, 'NZ Tiki', 'desc', '1', 'nz_tiki', 2, 1, 451, 1, 0),
(1675, 'Ogopogo 1', 'desc', '1', 'ogopogo1', 2, 1, 466, 1, 0),
(1676, 'Oldfence Left', 'desc', '1', 'oldfence_left', 2, 1, 130, 1, 0),
(1677, 'Oldfence Right', 'desc', '1', 'oldfence_right', 2, 1, 130, 1, 0),
(1678, 'Orca Ideal Home', 'desc', '1', 'orca_ideal_home', 2, 1, 130, 1, 0),
(1684, 'Patsday Claddagh', 'desc', '1', 'patsday_claddagh', 2, 1, 484, 1, 0),
(1685, 'Patsday Kissme', 'desc', '1', 'patsday_kissme', 2, 1, 484, 1, 0),
(1687, 'Patsday Potogold', 'desc', '1', 'patsday_potogold', 2, 1, 484, 1, 0),
(1688, 'Patsday Shamborderh', 'desc', '1', 'patsday_shamborderh', 2, 1, 484, 1, 0),
(1689, 'Patsday Shamborderv', 'desc', '1', 'patsday_shamborderv', 2, 1, 484, 1, 0),
(1690, 'Patsday Shamrock', 'desc', '1', 'patsday_shamrock', 2, 1, 484, 1, 0),
(1691, 'Paul London', 'desc', '1', 'paullondon', 2, 1, 460, 1, 0),
(1692, 'Paul Orndorff', 'desc', '1', 'paulorndorff', 2, 1, 460, 1, 0),
(1704, 'HWSTICKER', 'desc', '1', 'HW_STICKER1_50000', 2, 1, 130, 1, 0),
(1707, 'Poppy', 'desc', '1', 'poppy', 2, 1, 130, 1, 0),
(1714, 'Pro Eco', 'desc', '1', 'pro_eco', 2, 1, 130, 1, 0),
(1717, 'Prom of the Dead Sticker Brains', 'desc', '1', 'promofthedead_sticker_brains', 2, 1, 488, 1, 0),
(1718, 'Prom of the Dead Sticker Dress', 'desc', '1', 'promofthedead_sticker_dress', 2, 1, 488, 1, 0),
(1719, 'Prom of the Dead Sticker Duck', 'desc', '1', 'promofthedead_sticker_duck', 2, 1, 488, 1, 0),
(1720, 'Prom of the Dead Sticker Poster', 'desc', '1', 'promofthedead_sticker_poster', 2, 1, 488, 1, 0),
(1721, 'Prom of the Dead Sticker Suit', 'desc', '1', 'promofthedead_sticker_suit', 2, 1, 488, 1, 0),
(1722, 'Prom of the Dead Sticker Zombie', 'desc', '1', 'promofthedead_sticker_zombie', 2, 1, 488, 1, 0),
(1724, 'Queensibidi', 'desc', '1', 'queensibidi', 2, 1, 453, 1, 0),
(1727, 'Radar', 'desc', '1', 'radar', 2, 1, 453, 1, 0),
(1728, 'Randy Orton', 'desc', '1', 'randyorton', 2, 1, 460, 1, 0),
(1729, 'Rasta', 'desc', '1', 'rasta', 2, 1, 453, 1, 0),
(1730, 'Ratv 2', 'desc', '1', 'ratv2', 2, 1, 466, 1, 0),
(1731, 'Red Hockeystick', 'desc', '1', 'redhockeystick', 2, 1, 491, 1, 0),
(1732, 'Redlamp', 'desc', '1', 'redlamp', 2, 1, 130, 1, 0),
(1733, 'Red Starfish', 'desc', '1', 'redstarfish', 2, 1, 130, 1, 0),
(1734, 'Referee 1 Guest', 'desc', '1', 'referee_01_guest', 2, 1, 453, 1, 0),
(1736, 'Referee 3 Guest', 'desc', '1', 'referee_03_guest', 2, 1, 453, 1, 0),
(1737, 'Reymysterio', 'desc', '1', 'reymysterio', 2, 1, 460, 1, 0),
(1738, 'Ricflair', 'desc', '1', 'ricflair', 2, 1, 460, 1, 0),
(1739, 'Roddypiper', 'desc', '1', 'roddypiper', 2, 1, 460, 1, 0),
(1740, 'Ronsimmons', 'desc', '1', 'ronsimmons', 2, 1, 460, 1, 0),
(1741, 'Room of the Week', 'desc', '1', 'room_of_the_week', 2, 1, 472, 1, 0),
(1748, 'Sack Costume', 'desc', '1', 'sackcostume', 2, 1, 459, 1, 0),
(1749, 'Safer Internet 2008', 'desc', '1', 'saferinternet2008', 2, 1, 130, 1, 0),
(1750, 'Samsung 1', 'desc', '1', 'samsung1', 2, 1, 470, 1, 0),
(1751, 'Samsung 2', 'desc', '1', 'samsung2', 2, 1, 470, 1, 0),
(1752, 'Samsung 3', 'desc', '1', 'samsung3', 2, 1, 470, 1, 0),
(1753, 'Samsung 4', 'desc', '1', 'samsung4', 2, 1, 470, 1, 0),
(1754, 'Samsung 5', 'desc', '1', 'samsung5', 2, 1, 470, 1, 0),
(1756, 'Santinoma Rella', 'desc', '1', 'santinomarella', 2, 1, 460, 1, 0),
(1758, 'Sasquatch', 'desc', '1', 'sasquatch7', 2, 1, 130, 1, 0),
(1759, 'Sasquatch Hands', 'desc', '1', 'sasquatch_hands', 2, 1, 459, 1, 0),
(1760, 'Satay', 'desc', '1', 'satay', 2, 1, 130, 1, 0),
(1762, 'SE Sticker Competition', 'desc', '1', 'se_sticker_competition', 2, 1, 459, 1, 0),
(1763, 'Seagull 1', 'desc', '1', 'seagull_01', 2, 1, 487, 1, 0),
(1764, 'Seagull 2', 'desc', '1', 'seagull_02', 2, 1, 487, 1, 0),
(1767, 'Sea Shell', 'desc', '1', 'seashell', 2, 1, 487, 1, 0),
(1768, 'Sergeant Slaughter', 'desc', '1', 'sergeantslaughter', 2, 1, 460, 1, 0),
(1769, 'MTV Sticker 1', 'desc', '1', 'sg_mtv_sticker_01', 2, 1, 470, 1, 0),
(1770, 'MTV Sticker 2', 'desc', '1', 'sg_mtv_sticker_02', 2, 1, 470, 1, 0),
(1771, 'MTV Sticker 3', 'desc', '1', 'sg_mtv_sticker_03', 2, 1, 470, 1, 0),
(1772, 'Claws', 'desc', '1', 'claws_lostc_twitchyanim', 2, 1, 487, 1, 0),
(1773, 'Shelton Benjamin', 'desc', '1', 'sheltonbenjamin', 2, 1, 460, 1, 0),
(1774, 'Shrubbery', 'desc', '1', 'shrubbery', 2, 1, 130, 1, 0),
(1780, 'Smichaels', 'desc', '1', 'smichaels', 2, 1, 460, 1, 0),
(1781, 'Snitsky', 'desc', '1', 'snitsky', 2, 1, 460, 1, 0),
(1782, 'Snowball', 'desc', '1', 'snowball', 2, 1, 445, 1, 0),
(1783, 'Snowball Bumpy', 'desc', '1', 'snowball_bumpy', 2, 1, 445, 1, 0),
(1785, 'Soccer Dude 1', 'desc', '1', 'soccer_dude_1', 2, 1, 456, 1, 0),
(1786, 'Soccer Dude 2', 'desc', '1', 'soccer_dude_2', 2, 1, 456, 1, 0),
(1787, 'Soccer Dude 3', 'desc', '1', 'soccer_dude_3', 2, 1, 456, 1, 0),
(1788, 'Soccer Dude 4', 'desc', '1', 'soccer_dude_4', 2, 1, 456, 1, 0),
(1789, 'Soccer Dude 5', 'desc', '1', 'soccer_dude_5', 2, 1, 456, 1, 0),
(1830, 'Sofresh', 'desc', '1', 'sofresh', 2, 1, 451, 1, 0),
(1831, 'spiderwick Goblin 1 L', 'desc', '1', 'spiderwick_goblin1_l', 2, 1, 470, 1, 0),
(1832, 'spiderwick Goblin 1 R', 'desc', '1', 'spiderwick_goblin1_r', 2, 1, 470, 1, 0),
(1833, 'spiderwick Goblin 2 L', 'desc', '1', 'spiderwick_goblin2_l', 2, 1, 470, 1, 0),
(1834, 'spiderwick Goblin 2 R', 'desc', '1', 'spiderwick_goblin2_r', 2, 1, 470, 1, 0),
(1835, 'spiderwick Goblin Anim L', 'desc', '1', 'spiderwick_goblin_anim_l', 2, 1, 470, 1, 0),
(1836, 'spiderwick Goblin Anim R', 'desc', '1', 'spiderwick_goblin_anim_r', 2, 1, 470, 1, 0),
(1837, 'spiderwick Griffin L', 'desc', '1', 'spiderwick_griffin_l', 2, 1, 470, 1, 0),
(1838, 'spiderwick Griffin R', 'desc', '1', 'spiderwick_griffin_r', 2, 1, 470, 1, 0),
(1839, 'spiderwick Sprite 1 L', 'desc', '1', 'spiderwick_sprite1_l', 2, 1, 470, 1, 0),
(1840, 'spiderwick Sprite 1 R', 'desc', '1', 'spiderwick_sprite1_r', 2, 1, 470, 1, 0),
(1841, 'spiderwick Sprite 2 L', 'desc', '1', 'spiderwick_sprite2_l', 2, 1, 470, 1, 0),
(1842, 'spiderwick Sprite 2 R', 'desc', '1', 'spiderwick_sprite2_r', 2, 1, 470, 1, 0),
(1845, 'Spill 1', 'desc', '1', 'spill1', 2, 1, 130, 1, 0),
(1846, 'Spill 2', 'desc', '1', 'spill2', 2, 1, 130, 1, 0),
(1847, 'Spill 3', 'desc', '1', 'spill3', 2, 1, 130, 1, 0),
(1848, 'Spotlight Sticker', 'desc', '1', 'spotlight_sticker', 2, 1, 130, 1, 0),
(1849, 'Spotlight Sticker 2', 'desc', '1', 'spotlight_sticker2_001', 2, 1, 130, 1, 0),
(1852, 'Spray', 'desc', '1', 'spray1', 2, 1, 130, 1, 0),
(1853, 'Spray 2', 'desc', '1', 'spray2', 2, 1, 130, 1, 0),
(1854, 'Squib', 'desc', '1', 'squib', 2, 1, 488, 1, 0),
(1869, 'Stanley Cup Sticker', 'desc', '1', 'stanleycupsticker', 2, 1, 130, 1, 0),
(1872, 'Starburst', 'desc', '1', 'starburst', 2, 1, 470, 1, 0),
(1873, 'Stevie Richards', 'desc', '1', 'stevierichards', 2, 1, 460, 1, 0),
(1877, 'Sticker 3 Years', 'desc', '1', 'sticker_3years', 2, 1, 130, 1, 0),
(1883, 'Sticker Award Bronze', 'desc', '1', 'sticker_award_bronze', 2, 1, 472, 1, 0),
(1884, 'Sticker Award Gold', 'desc', '1', 'sticker_award_gold', 2, 1, 472, 1, 0),
(1886, 'Sticker Award Silver', 'desc', '1', 'sticker_award_silver', 2, 1, 472, 1, 0),
(1888, 'Sticker Bonsai Ninjaf', 'desc', '1', 'sticker_bonsai_ninjaf', 2, 1, 476, 1, 0),
(1889, 'Sticker Bonsai Ninjafa', 'desc', '1', 'sticker_bonsai_ninjafa', 2, 1, 476, 1, 0),
(1890, 'Sticker Bonsai Ninjam', 'desc', '1', 'sticker_bonsai_ninjam', 2, 1, 476, 1, 0),
(1891, 'Sticker Bonsai Ninjama', 'desc', '1', 'sticker_bonsai_ninjama', 2, 1, 476, 1, 0),
(1892, 'Sticker Bonsai Samuraif', 'desc', '1', 'sticker_bonsai_samuraif', 2, 1, 476, 1, 0),
(1893, 'Sticker Bonsai Samuraifa', 'desc', '1', 'sticker_bonsai_samuraifa', 2, 1, 476, 1, 0),
(1894, 'Sticker Bonsai Samuraim', 'desc', '1', 'sticker_bonsai_samuraim', 2, 1, 476, 1, 0),
(1895, 'Sticker Bonsai Samuraima', 'desc', '1', 'sticker_bonsai_samuraima', 2, 1, 476, 1, 0),
(1897, 'Sticker Boxer', 'desc', '1', 'sticker_boxer', 2, 1, 453, 1, 0),
(1898, 'Sticker Caballoons', 'desc', '1', 'sticker_caballoons', 2, 1, 130, 1, 0),
(1899, 'Sticker Cabin', 'desc', '1', 'sticker_cabin', 2, 1, 130, 1, 0),
(1901, 'Sticker Cais 4', 'desc', '1', 'sticker_cais4', 2, 1, 130, 1, 0),
(1902, 'sticker_Cape', 'desc', '1', 'sticker_cape', 2, 1, 459, 1, 0),
(1906, 'Sticker Chica_Tampax', 'desc', '1', 'sticker_chica_tampax', 2, 1, 470, 1, 0),
(1907, 'Sticker Chica_Tampax 1', 'desc', '1', 'sticker_chica_tampax1', 2, 1, 470, 1, 0),
(1908, 'Sticker Chica Tampax 2', 'desc', '1', 'sticker_chica_tampax2', 2, 1, 470, 1, 0),
(1909, 'Sticker Chips', 'desc', '1', 'sticker_chips', 2, 1, 130, 1, 0),
(1910, 'Sticker Clown Anim', 'desc', '1', 'sticker_clown_anim', 2, 1, 453, 1, 0),
(1911, 'Sticker Coffee Stain', 'desc', '1', 'sticker_coffee_stain', 2, 1, 130, 1, 0),
(1912, 'Sticker Coffee Steam Blue', 'desc', '1', 'sticker_coffee_steam_blue', 2, 1, 130, 1, 0),
(1913, 'Sticker Coffee Steam Grey', 'desc', '1', 'sticker_coffee_steam_grey', 2, 1, 130, 1, 0),
(1914, 'Sticker Croco', 'desc', '1', 'sticker_croco', 2, 1, 130, 1, 0),
(1915, 'Sticker DA Blingclock', 'desc', '1', 'sticker_da_blingclock', 2, 1, 130, 1, 0),
(1916, 'Sticker Dreamer', 'desc', '1', 'sticker_dreamer', 2, 1, 130, 1, 0),
(1922, 'Sticker Eraser', 'desc', '1', 'sticker_eraser', 2, 1, 130, 1, 0),
(1926, 'Sticker Fireworkboom 3', 'desc', '1', 'sticker_fireworkboom3', 2, 1, 468, 1, 0),
(1927, 'Sticker Flames', 'desc', '1', 'sticker_flames', 2, 1, 130, 1, 0),
(1932, 'Sticker Gala', 'desc', '1', 'sticker_gala', 2, 1, 467, 1, 0),
(1934, 'Sticker Gentleman', 'desc', '1', 'sticker_gentleman', 2, 1, 453, 1, 0),
(1949, 'Sticker Hole', 'desc', '1', 'sticker_hole', 2, 1, 130, 1, 0),
(1950, 'Sticker Hulkhogan', 'desc', '1', 'sticker_hulkhogan', 2, 1, 459, 1, 0),
(1951, 'Sticker Iheartfools', 'desc', '1', 'sticker_iheartfools', 2, 1, 451, 1, 0),
(1952, 'Sticker Koopa', 'desc', '1', 'sticker_koopa', 2, 1, 465, 1, 0),
(1953, 'Sticker Lonewolf', 'desc', '1', 'sticker_lonewolf', 2, 1, 130, 1, 0),
(1954, 'Sticker Luigi', 'desc', '1', 'sticker_luigi', 2, 1, 465, 1, 0),
(1955, 'Sticker Mamasboy', 'desc', '1', 'sticker_mamasboy', 2, 1, 130, 1, 0),
(1956, 'Sticker Maquillage', 'desc', '1', 'sticker_maquillage', 2, 1, 459, 1, 0),
(1957, 'Sticker Mario', 'desc', '1', 'sticker_mario', 2, 1, 465, 1, 0),
(1958, 'Sticker Masque', 'desc', '1', 'sticker_masque_01', 2, 1, 459, 1, 0),
(1959, 'Sticker Masque 2', 'desc', '1', 'sticker_masque_02', 2, 1, 459, 1, 0),
(1960, 'Sticker Masque 3', 'desc', '1', 'sticker_masque_03', 2, 1, 459, 1, 0),
(1961, 'sticker_Masque 4', 'desc', '1', 'sticker_masque_04', 2, 1, 459, 1, 0),
(1962, 'Sticker Masque 5', 'desc', '1', 'sticker_masque_05', 2, 1, 459, 1, 0),
(1963, 'Sticker Masque Or', 'desc', '1', 'sticker_masque_or', 2, 1, 459, 1, 0),
(1964, 'Sticker Mathoffman', 'desc', '1', 'sticker_mathoffman', 2, 1, 470, 1, 0),
(1965, 'Sticker Mineur', 'desc', '1', 'sticker_mineur', 2, 1, 453, 1, 0),
(1966, 'Sticker Monolithe', 'desc', '1', 'sticker_monolithe', 2, 1, 130, 1, 0),
(1972, 'Sticker Peach', 'desc', '1', 'sticker_peach', 2, 1, 465, 1, 0),
(1986, 'Sticker Sboard 2', 'desc', '1', 'sticker_sboard2', 2, 1, 487, 1, 0),
(1987, 'Sticker Sboard 3', 'desc', '1', 'sticker_sboard3', 2, 1, 487, 1, 0),
(1990, 'Sticker Sleeping Habbo', 'desc', '1', 'sticker_sleeping_habbo', 2, 1, 453, 1, 0),
(1992, 'Sticker Spiky Wristband', 'desc', '1', 'sticker_spiky_wristband', 2, 1, 130, 1, 0),
(1997, 'Sticker Squelette', 'desc', '1', 'sticker_squelette', 2, 1, 488, 1, 0),
(2000, 'Sticker Themepark 2', 'desc', '1', 'sticker_themepark_002', 2, 1, 130, 1, 0),
(2001, 'Sticker Themepark 3', 'desc', '1', 'sticker_themepark_003', 2, 1, 130, 1, 0),
(2002, 'Sticker Tiki Flamesboard', 'desc', '1', 'sticker_tiki_flamesboard', 2, 1, 473, 1, 0),
(2006, 'Sticker Tour', 'desc', '1', 'sticker_tour', 2, 1, 470, 1, 0),
(2010, 'Sticker Trophy Award', 'desc', '1', 'sticker_trophy_award', 2, 1, 130, 1, 0),
(2011, 'Sticker Unclesam', 'desc', '1', 'sticker_unclesam', 2, 1, 468, 1, 0),
(2012, 'Sticker Woodboard', 'desc', '1', 'sticker_woodboard', 2, 1, 487, 1, 0),
(2022, 'Stonecold', 'desc', '1', 'stonecold', 2, 1, 460, 1, 0),
(2023, 'Stray Pixels Winner', 'desc', '1', 'straypixelswinner', 2, 1, 130, 1, 0),
(2024, 'Streaker', 'desc', '1', 'streaker', 2, 1, 453, 1, 0),
(2026, 'Summer Beachballafro', 'desc', '1', 'summer_beachballafro', 2, 1, 459, 1, 0),
(2027, 'Summer Blueberry Left', 'desc', '1', 'summer_blueberry_left', 2, 1, 130, 1, 0),
(2031, 'Summer Blueberry Right', 'desc', '1', 'summer_blueberry_right', 2, 1, 130, 1, 0),
(2033, 'Summer Cloud 1', 'desc', '1', 'summer_cloud1', 2, 1, 130, 1, 0),
(2035, 'Summer Cloud 2', 'desc', '1', 'summer_cloud2', 2, 1, 130, 1, 0),
(2037, 'Summer Cloud 3', 'desc', '1', 'summer_cloud3', 2, 1, 130, 1, 0),
(2039, 'Summer Flowerwreath 2', 'desc', '1', 'summer_flowerwreath', 2, 1, 130, 1, 0),
(2040, 'Summer Kite', 'desc', '1', 'summer_kite', 2, 1, 130, 1, 0),
(2043, 'Summer Rollerblades', 'desc', '1', 'summer_rollerblades', 2, 1, 130, 1, 0),
(2044, 'Summer Rowingboat', 'desc', '1', 'summer_rowingboat', 2, 1, 130, 1, 0),
(2045, 'Summer Skateboard', 'desc', '1', 'summer_skateboard', 2, 1, 130, 1, 0),
(2046, 'Summer Swim Trunk', 'desc', '1', 'summer_swim_trunk', 2, 1, 459, 1, 0),
(2047, 'Summer sticker_Strawberry', 'desc', '1', 'summersticker_strawberry', 2, 1, 130, 1, 0),
(2048, 'Sunflower', 'desc', '1', 'sunflower', 2, 1, 442, 1, 0),
(2050, 'Supercrazy', 'desc', '1', 'supercrazy', 2, 1, 460, 1, 0),
(2053, 'Sushi Ika Squid', 'desc', '1', 'sushi_ika_squid', 2, 1, 476, 1, 0),
(2054, 'Sushi Ikura Caviar', 'desc', '1', 'sushi_ikura_caviar', 2, 1, 476, 1, 0),
(2055, 'Sushi Kohada Mackerel', 'desc', '1', 'sushi_kohada_mackerel', 2, 1, 476, 1, 0),
(2056, 'Sushi Maguro', 'desc', '1', 'sushi_maguro', 2, 1, 476, 1, 0),
(2057, 'Sushi Tamago Egg', 'desc', '1', 'sushi_tamago_egg', 2, 1, 476, 1, 0),
(2058, 'Sushi Uni Sea Urchin', 'desc', '1', 'sushi_uni_sea_urchin', 2, 1, 476, 1, 0),
(2061, 'Tahti', 'desc', '1', 'tahti', 2, 1, 479, 1, 0),
(2062, 'Tall Ship', 'desc', '1', 'tall_ship', 2, 1, 489, 1, 0),
(2064, 'Tampax Signboard', 'desc', '1', 'tampax_signboard', 2, 1, 470, 1, 0),
(2069, 'Thanksgiving 07', 'desc', '1', 'thanksgiving07', 2, 1, 130, 1, 0),
(2070, 'The Great Khali', 'desc', '1', 'thegreatkhali', 2, 1, 460, 1, 0),
(2071, 'The Miz', 'desc', '1', 'themiz', 2, 1, 460, 1, 0),
(2072, 'The Safety Box', 'desc', '1', 'thesafetybox', 2, 1, 130, 1, 0),
(2073, 'Tiki Cloudtiki L', 'desc', '1', 'tiki_cloudtiki_l', 2, 1, 473, 1, 0),
(2074, 'Tiki Cloudtiki R', 'desc', '1', 'tiki_cloudtiki_r', 2, 1, 473, 1, 0),
(2075, 'Tiki Flowersboard', 'desc', '1', 'tiki_flowersboard', 2, 1, 473, 1, 0),
(2076, 'Tiki Greenboard', 'desc', '1', 'tiki_greenboard', 2, 1, 473, 1, 0),
(2077, 'Tiki Moarider F', 'desc', '1', 'tiki_moarider_f', 2, 1, 473, 1, 0),
(2078, 'Tiki Moarider M', 'desc', '1', 'tiki_moarider_m', 2, 1, 473, 1, 0),
(2079, 'Tiki Planttiki L', 'desc', '1', 'tiki_planttiki_l', 2, 1, 473, 1, 0),
(2080, 'Tiki Planttiki R', 'desc', '1', 'tiki_planttiki_r', 2, 1, 473, 1, 0),
(2081, 'Tiki Skulltiki L', 'desc', '1', 'tiki_skulltiki_l', 2, 1, 473, 1, 0),
(2082, 'Tiki Skulltiki R', 'desc', '1', 'tiki_skulltiki_r', 2, 1, 473, 1, 0),
(2083, 'Tiki Watertiki L', 'desc', '1', 'tiki_watertiki_l', 2, 1, 473, 1, 0),
(2084, 'Tiki Watertiki R', 'desc', '1', 'tiki_watertiki_r', 2, 1, 473, 1, 0),
(2085, 'Tiki Woodboard', 'desc', '1', 'tiki_woodboard', 2, 1, 473, 1, 0),
(2086, 'Toffee Tarra', 'desc', '1', 'toffee_tarra', 2, 1, 470, 1, 0),
(2087, 'Tokfia', 'desc', '1', 'tokfia', 2, 1, 453, 1, 0),
(2088, 'Tommy Dreamer', 'desc', '1', 'tommydreamer', 2, 1, 460, 1, 0),
(2089, 'Tomo', 'desc', '1', 'tomo', 2, 1, 453, 1, 0),
(2091, 'Torrie Wilson', 'desc', '1', 'torriewilson', 2, 1, 460, 1, 0),
(2092, 'Tproll', 'desc', '1', 'tproll', 2, 1, 488, 1, 0),
(2116, 'Trax Goldrecord', 'desc', '1', 'traxgoldrecord', 2, 1, 130, 1, 0),
(2118, 'Tree Owl', 'desc', '1', 'tree_owl', 2, 1, 130, 1, 0),
(2119, 'Treestump', 'desc', '1', 'treestump', 2, 1, 445, 1, 0),
(2120, 'Tripleh', 'desc', '1', 'tripleh', 2, 1, 460, 1, 0),
(2122, 'UK Childline', 'desc', '1', 'uk_childline_sticker', 2, 1, 451, 1, 0),
(2123, 'UK Habbo X', 'desc', '1', 'uk_habbo_x_sticker', 2, 1, 130, 1, 0),
(2124, 'UK Pixel Maze', 'desc', '1', 'uk_pixel_maze_sticker', 2, 1, 451, 1, 0),
(2126, 'Umaga', 'desc', '1', 'umaga', 2, 1, 460, 1, 0),
(2128, 'Undertaker', 'desc', '1', 'undertaker', 2, 1, 460, 1, 0),
(2134, 'Valentine Cupido', 'desc', '1', 'val_cupido_anim', 2, 1, 489, 1, 0),
(2136, 'Valentine Costume 3', 'desc', '1', 'val_lovecostume3', 2, 1, 489, 1, 0),
(2139, 'Valentine Lovedice', 'desc', '1', 'val_lovedice', 2, 1, 489, 1, 0),
(2141, 'Valentine Barbwire Horis', 'desc', '1', 'val_sticker_barbwire_horis', 2, 1, 489, 1, 0),
(2143, 'Valentine Barbwire Vert', 'desc', '1', 'val_sticker_barbwire_vert', 2, 1, 489, 1, 0),
(2146, 'Valentine Bartender', 'desc', '1', 'val_sticker_bartender', 2, 1, 489, 1, 0),
(2147, 'Valentine Bartender2', 'desc', '1', 'val_sticker_bartender2', 2, 1, 489, 1, 0),
(2150, 'Valentine Crew', 'desc', '1', 'val_sticker_crew', 2, 1, 489, 1, 0),
(2151, 'Valentine Croco', 'desc', '1', 'val_sticker_croco', 2, 1, 489, 1, 0),
(2152, 'Valentine Cupid Arrow', 'desc', '1', 'val_sticker_cupid_arrow', 2, 1, 489, 1, 0),
(2153, 'Valentine Femalecaptain', 'desc', '1', 'val_sticker_femalecaptain', 2, 1, 489, 1, 0),
(2157, 'Valentine Malecaptain', 'desc', '1', 'val_sticker_malecaptain', 2, 1, 489, 1, 0),
(2158, 'Valentine Malecrew', 'desc', '1', 'val_sticker_malecrew', 2, 1, 489, 1, 0),
(2159, 'Valentine Rosewire Corner', 'desc', '1', 'val_sticker_rosewire_corner', 2, 1, 489, 1, 0),
(2162, 'Valentine Rosewire Horis', 'desc', '1', 'val_sticker_rosewire_horis', 2, 1, 489, 1, 0),
(2163, 'Valentine Rosewire Vert', 'desc', '1', 'val_sticker_rosewire_vert', 2, 1, 489, 1, 0),
(2165, 'Valentine Skull 360', 'desc', '1', 'val_sticker_skull360', 2, 1, 489, 1, 0),
(2166, 'Valentine Skull 360 Circle', 'desc', '1', 'val_sticker_skull360_circle', 2, 1, 489, 1, 0),
(2167, 'Valentine Stewardess', 'desc', '1', 'val_sticker_stewardess', 2, 1, 489, 1, 0),
(2168, 'Valentine Stewardess 2', 'desc', '1', 'val_sticker_stewardess2', 2, 1, 489, 1, 0),
(2169, 'Valentine Storm Costume', 'desc', '1', 'val_sticker_storm-costume', 2, 1, 489, 1, 0),
(2171, 'Valentine Voodoo Suit', 'desc', '1', 'val_sticker_voodoo_suit', 2, 1, 489, 1, 0),
(2172, 'Valentine Captain', 'desc', '1', 'valcaptain', 2, 1, 489, 1, 0),
(2174, 'Valentine Welcome Sticker', 'desc', '1', 'valentine_welcome_sticker', 2, 1, 489, 1, 0),
(2177, 'Valvenis', 'desc', '1', 'valvenis', 2, 1, 460, 1, 0),
(2178, 'Vanilja Tarra', 'desc', '1', 'vanilja_tarra', 2, 1, 470, 1, 0),
(2179, 'Venezuela', 'desc', '1', 'venezuela', 2, 1, 456, 1, 0),
(2180, 'Venti', 'desc', '1', 'venti', 2, 1, 130, 1, 0),
(2181, 'Veronicas', 'desc', '1', 'veronicas', 2, 1, 453, 1, 0),
(2182, 'Vertical Ink', 'desc', '1', 'verticalink', 2, 1, 469, 1, 0),
(2184, 'Victoria', 'desc', '1', 'victoria', 2, 1, 460, 1, 0),
(2185, 'Vincent Viga', 'desc', '1', 'vincentviga', 2, 1, 453, 1, 0),
(2188, 'VIP Pin', 'desc', '1', 'vip_pin', 2, 1, 472, 1, 0),
(2193, 'Wood A', 'desc', '1', 'wood_a', 2, 1, 486, 1, 0),
(2194, 'Wood Acircle', 'desc', '1', 'wood_acircle', 2, 1, 486, 1, 0),
(2195, 'Wood Acsent', 'desc', '1', 'wood_acsent', 2, 1, 486, 1, 0),
(2196, 'Wood Acsent 2', 'desc', '1', 'wood_acsent2', 2, 1, 486, 1, 0),
(2197, 'Wood Adots', 'desc', '1', 'wood_adots', 2, 1, 486, 1, 0),
(2198, 'Wood B', 'desc', '1', 'wood_b', 2, 1, 486, 1, 0),
(2199, 'Wood C', 'desc', '1', 'wood_c', 2, 1, 486, 1, 0),
(2200, 'Wood Comma', 'desc', '1', 'wood_comma', 2, 1, 486, 1, 0),
(2201, 'Wood D', 'desc', '1', 'wood_d', 2, 1, 486, 1, 0),
(2202, 'Wood Dot', 'desc', '1', 'wood_dot', 2, 1, 486, 1, 0),
(2203, 'Wood E', 'desc', '1', 'wood_e', 2, 1, 486, 1, 0),
(2204, 'Wood Exclamation', 'desc', '1', 'wood_exclamation', 2, 1, 486, 1, 0),
(2205, 'Wood F', 'desc', '1', 'wood_f', 2, 1, 486, 1, 0),
(2206, 'Wood G', 'desc', '1', 'wood_g', 2, 1, 486, 1, 0),
(2207, 'Wood H', 'desc', '1', 'wood_h', 2, 1, 486, 1, 0),
(2208, 'Wood I', 'desc', '1', 'wood_i', 2, 1, 486, 1, 0),
(2209, 'Wood J', 'desc', '1', 'wood_j', 2, 1, 486, 1, 0),
(2210, 'Wood K', 'desc', '1', 'wood_k', 2, 1, 486, 1, 0),
(2211, 'Wood L', 'desc', '1', 'wood_l', 2, 1, 486, 1, 0),
(2212, 'Wood M', 'desc', '1', 'wood_m', 2, 1, 486, 1, 0),
(2213, 'Wood N', 'desc', '1', 'wood_n', 2, 1, 486, 1, 0),
(2214, 'Wood O', 'desc', '1', 'wood_o', 2, 1, 486, 1, 0),
(2215, 'Wood Odots', 'desc', '1', 'wood_odots', 2, 1, 486, 1, 0),
(2216, 'Wood P', 'desc', '1', 'wood_p', 2, 1, 486, 1, 0),
(2217, 'Wood Q', 'desc', '1', 'wood_q', 2, 1, 486, 1, 0),
(2218, 'Wood Question', 'desc', '1', 'wood_question', 2, 1, 486, 1, 0),
(2219, 'Wood R', 'desc', '1', 'wood_r', 2, 1, 486, 1, 0),
(2220, 'Wood S', 'desc', '1', 'wood_s', 2, 1, 486, 1, 0),
(2221, 'Wood T', 'desc', '1', 'wood_t', 2, 1, 486, 1, 0),
(2222, 'Wood U', 'desc', '1', 'wood_u', 2, 1, 486, 1, 0),
(2223, 'Wood Undermark', 'desc', '1', 'wood_undermark', 2, 1, 486, 1, 0),
(2224, 'Wood V', 'desc', '1', 'wood_v', 2, 1, 486, 1, 0),
(2225, 'Wood W', 'desc', '1', 'wood_w', 2, 1, 486, 1, 0),
(2226, 'Wood X', 'desc', '1', 'wood_x', 2, 1, 486, 1, 0),
(2227, 'Wood Y', 'desc', '1', 'wood_y', 2, 1, 486, 1, 0),
(2228, 'Wood Z', 'desc', '1', 'wood_z', 2, 1, 486, 1, 0),
(2231, 'Wordwrestling', 'desc', '1', 'wwemvp', 2, 1, 460, 1, 0),
(2286, 'Xmas 3000 Animated Sticker', 'desc', '1', 'xmassticker_anim_3000', 2, 1, 445, 1, 0),
(2288, 'Yearbook Ribbon Sticker', 'desc', '1', 'yearbook_ribbon_sticker', 2, 1, 472, 1, 0),
(2289, 'Yellow Starfish', 'desc', '1', 'yellowstarfish', 2, 1, 130, 1, 0),
(2291, 'Zack Ryder', 'desc', '1', 'zackryder', 2, 1, 460, 1, 0),
(2294, 'Kaatissakki Tausta', 'desc', '4', '27368_kaatissakki_tausta', 2, 1, 104, 1, 0),
(2295, 'Appart. 723 Scene', 'desc', '4', '27419_appart732_scene', 2, 1, 104, 1, 0),
(2296, 'Get it Card Background', 'desc', '4', '27835_getitcard_bg', 2, 1, 104, 1, 0),
(2297, 'GSOK', 'desc', '4', '27857_gsok_928x1360', 2, 1, 104, 1, 0),
(2302, 'Productboard', 'desc', '4', '928x1360_productboard', 2, 1, 104, 1, 0),
(2304, 'Abrinq Infobus G', 'desc', '4', 'abrinq_infobusg', 2, 1, 104, 1, 0),
(2305, 'Acma Cork Background', 'desc', '4', 'acma_cork_bg', 2, 1, 104, 1, 0),
(2595, 'Scifi Space Background', 'desc', '4', 'groupbg_scifi_space2', 2, 1, 104, 1, 0),
(2308, 'Amango Background', 'desc', '4', 'amango_bg', 2, 1, 104, 1, 0),
(2310, 'Armin van Buren Background', 'desc', '4', 'arminvanbuuren_928x1360', 2, 1, 104, 1, 0),
(2312, 'AU Rock The Schools Background', 'desc', '4', 'au_rocktheschools_bg', 2, 1, 104, 1, 0),
(2313, 'AU Rock The Schools Background 2', 'desc', '4', 'au_rocktheschools_bg_v2', 2, 1, 104, 1, 0),
(2314, 'Background Tour', 'desc', '4', 'background_tour', 2, 1, 104, 1, 0),
(2316, 'Beachbunny Wallpaper', 'desc', '4', 'beachbunny_wallpaper', 2, 1, 104, 1, 0),
(2317, 'SPI Japaneese Petit', 'desc', '4', 'bg_27372_spi_jap_petit_03', 2, 1, 104, 1, 0),
(2318, 'Comic Style Orange Background', 'desc', '4', 'bg_28221_comic_style_orange_001', 2, 1, 104, 1, 0),
(2320, 'Background EF', 'desc', '4', 'bg_background_ef', 2, 1, 104, 1, 0),
(2330, 'Colour 01 Background', 'desc', '4', 'bg_colour_01', 2, 1, 104, 1, 0),
(2345, 'Colour 16 Background', 'desc', '4', 'bg_colour_16', 2, 1, 104, 1, 0),
(2348, 'Comic Sisters Background', 'desc', '4', 'bg_comic_sisters', 2, 1, 104, 1, 0),
(2350, 'Dark Floors Background', 'desc', '4', 'bg_dark_floors', 2, 1, 104, 1, 0),
(2598, 'Hotel background', 'desc', '4', 'hotel', 2, 1, 104, 1, 0),
(2353, 'Fansites Background', 'desc', '4', 'bg_fansites', 2, 1, 104, 1, 0),
(2354, 'Goth Pattern Background', 'desc', '4', 'bg_goth_pattern', 2, 1, 104, 1, 0),
(2356, 'Habbo Lido Background', 'desc', '4', 'bg_habbolido', 2, 1, 104, 1, 0),
(2364, 'Kerrang', 'desc', '4', 'bg_kerrang2', 2, 1, 104, 1, 0),
(2370, 'Lido Flat Background', 'desc', '4', 'bg_lido_flat', 2, 1, 104, 1, 0),
(2371, 'Lido Background', 'desc', '4', 'bg_lidoo', 2, 1, 104, 1, 0),
(2374, 'Natasha Bedingfield Background', 'desc', '4', 'bg_natashabedingfield', 2, 1, 104, 1, 0),
(2377, 'Official Fansites Background', 'desc', '4', 'bg_official_fansites2', 2, 1, 104, 1, 0),
(2379, 'Pattern Abstract Background 2', 'desc', '4', 'bg_pattern_abstract2', 2, 1, 104, 1, 0),
(2382, 'Pattern Bulb Background', 'desc', '4', 'bg_pattern_bulb', 2, 1, 104, 1, 0),
(2383, 'Pattern Carpants Background', 'desc', '4', 'bg_pattern_carpants', 2, 1, 104, 1, 0),
(11300, 'Traxplayer', 'Play Trax on your homepage.', '5', 'traxplayerwidget', 0, 1, 100, 1, -1),
(2391, 'Pattern Floral Background', 'desc', '4', 'bg_pattern_floral_test', 2, 1, 104, 1, 0),
(10600, 'My groups widget', 'Displays all your groups', '2', 'groupswidget', 0, 1, 100, 1, 1),
(10400, 'My Badges', 'Show your badges on your page.', '2', 'badgeswidget', 0, 1, 100, 1, 1),
(10300, 'High scores widget', 'Display your high scores', '2', 'highscoreswidget', 0, 1, 100, 1, 1),
(2396, 'Poptarts CV Background', 'desc', '4', 'bg_poptarts_cv', 2, 1, 104, 1, 0),
(2397, 'Poptarts SB Background', 'desc', '4', 'bg_poptarts_sb', 2, 1, 104, 1, 0),
(11100, 'Guestbook', 'Guestbook Widget', '5', 'guestbookwidget', 0, 1, 100, 1, -1),
(11000, 'Groups Info widget', 'Displays infomation about the group.', '5', 'groupinfowidget', 0, 1, 100, 1, -1),
(10900, 'Rating widget', 'Allows members to vote on your page. You cannot vote for yourself.', '2', 'ratingwidget', 0, 1, 100, 2, 1),
(10500, 'My friends widget', 'Displays all your friends', '2', 'friendswidget', 0, 1, 100, 1, 1),
(2406, 'Sexy Dance Background', 'desc', '4', 'bg_sexy_dance_2_group_opt2', 2, 1, 104, 1, 0),
(2408, 'Solid Black Background', 'desc', '4', 'bg_solid_black', 2, 1, 104, 1, 0),
(2409, 'Solid White Background', 'desc', '4', 'bg_solid_white', 2, 1, 104, 1, 0),
(2410, 'Bobbaheart', 'desc', '4', 'bg_bobbaheart', 2, 1, 104, 1, 0),
(2414, 'Unofficial Fansites Background', 'desc', '4', 'bg_unofficial_fansites', 2, 1, 104, 1, 0),
(2423, 'Bionicle 2', 'desc', '4', 'bionicle2', 2, 1, 104, 1, 0),
(2424, 'Bubblejuice Background', 'desc', '4', 'bubblejuice_bg', 2, 1, 104, 1, 0),
(2601, 'Wallpaper Inked', 'desc', '4', 'wallpaper_inked', 2, 1, 104, 1, 0),
(2427, 'Cheesewedge Background', 'desc', '4', 'cheesewedge_wallpaper', 2, 1, 104, 1, 0),
(2429, 'Christmas Background 2 ', 'desc', '4', 'christmas2007bg_001', 2, 1, 104, 1, 0),
(2430, 'CN Background', 'desc', '4', 'cn_mgpam_bg', 2, 1, 104, 1, 0),
(2431, 'CN Background 2', 'desc', '4', 'cn_mgpam_bg_v2', 2, 1, 104, 1, 0),
(2432, 'CN Background 3', 'desc', '4', 'cn_mgpam_bg_v3', 2, 1, 104, 1, 0),
(2434, 'Comic Style', 'desc', '4', 'comic_style', 2, 1, 104, 1, 0),
(2435, 'Dia de Internet 2008', 'desc', '4', 'diadeinternet2008', 2, 1, 104, 1, 0),
(2437, 'Donnas Background', 'desc', '4', 'donnas_wallpaper', 2, 1, 104, 1, 0),
(2438, 'Earthday Background', 'desc', '4', 'earthday_bk', 2, 1, 104, 1, 0),
(2448, 'ES Calandar Background', 'desc', '4', 'es_calendarbg', 2, 1, 104, 1, 0),
(2449, 'ES Italia Background', 'desc', '4', 'es_wallpaper_italia', 2, 1, 104, 1, 0),
(2450, 'ES Obrero Background', 'desc', '4', 'es_wallpaper_obrero', 2, 1, 104, 1, 0),
(2451, 'ES Sralim Background', 'desc', '4', 'es_wallpaper_sralim', 2, 1, 104, 1, 0),
(2452, 'Executive Background', 'desc', '4', 'exe_background', 2, 1, 104, 1, 0),
(2453, 'Executive Wood Background', 'desc', '4', 'exe_wood_background', 2, 1, 104, 1, 0),
(2604, 'Xmas Starsky ', 'desc', '4', 'xmas_bgpattern_starsky', 2, 1, 104, 1, 0),
(2457, 'Fantastic Four 1', 'desc', '4', 'fantastic42', 2, 1, 104, 1, 0),
(2459, 'Fantastic Four', 'desc', '4', 'fantasticfour', 2, 1, 104, 1, 0),
(2462, 'Felix Ryhmasivutaustakuva', 'desc', '4', 'felix_ryhmasivutaustakuva', 2, 1, 104, 1, 0),
(2464, 'FI Linnamaki Background', 'desc', '4', 'fi_linnanmaki_bg', 2, 1, 104, 1, 0),
(2465, 'FI Puffet Background', 'desc', '4', 'fi_puffet_bg', 2, 1, 104, 1, 0),
(2466, 'Fondo Habbo Cibervoluntarios', 'desc', '4', 'fondo_habbo_cibervoluntarios', 2, 1, 104, 1, 0),
(2467, 'FR Spiderwick', 'desc', '4', 'fr_spiderwick', 2, 1, 104, 1, 0),
(2468, 'Global World Background', 'desc', '4', 'globalw_background', 2, 1, 104, 1, 0),
(2599, 'Tiki Firehead Background', 'desc', '4', 'tiki_firehead', 3, 1, 104, 1, 0),
(2600, 'Wallpaper 4th', 'desc', '4', 'wallpaper_4th', 2, 1, 104, 1, 0),
(2471, 'Grandi Habbo Ryhma', 'desc', '4', 'grandi_habbo_ryhma', 2, 1, 104, 1, 0),
(2472, 'Snowbattle Background 2', 'desc', '4', 'grouppage_snowbattle2', 2, 1, 104, 1, 0),
(2594, 'Cheetos Background 2', 'desc', '4', 'fondo_habbo_02', 2, 1, 104, 1, 0),
(2475, 'Guidesgroup Background', 'desc', '4', 'guidesgroup_bg', 2, 1, 104, 1, 0),
(2478, 'Habbo Ryhmatausta', 'desc', '4', 'habbo_ryhmatausta', 2, 1, 104, 1, 0),
(2479, 'Habbo Social Game', 'desc', '4', 'habbo_social_game_001_opt', 2, 1, 104, 1, 0),
(2480, 'Habbo Social Game 2', 'desc', '4', 'habbo_social_game_002', 2, 1, 104, 1, 0),
(2482, 'Habbo Classifieds Background', 'desc', '4', 'habboclassifieds', 2, 1, 104, 1, 0),
(2483, 'Habbo Fest 2008 Background', 'desc', '4', 'habbofest2008_bg', 2, 1, 104, 1, 0),
(2485, 'Habboguide Background', 'desc', '4', 'habboguide', 2, 1, 104, 1, 0),
(2486, 'Habborella Sea Background', 'desc', '4', 'habborella_sea_bg', 2, 1, 104, 1, 0),
(2487, 'Habborella Background', 'desc', '4', 'habborellabg', 2, 1, 104, 1, 0),
(2488, 'Habbos Background', 'desc', '4', 'habbos_group', 2, 1, 104, 1, 0),
(2491, 'Habbox Background', 'desc', '4', 'habbox', 2, 1, 104, 1, 0),
(2493, 'Hanna Montana Background', 'desc', '4', 'hannamontanawp', 2, 1, 104, 1, 0),
(2494, 'HC Machine Background', 'desc', '4', 'hc_bg_machine', 2, 1, 104, 1, 0),
(2495, 'HC Pillow Background', 'desc', '4', 'hc_bg_pillow', 2, 1, 104, 1, 0),
(2496, 'HC Royal Background', 'desc', '4', 'hc_bg_royal', 2, 1, 104, 1, 0),
(2497, 'Dediee', 'desc', '4', 'hmf_928x1360_dediee', 2, 1, 104, 1, 0),
(2498, 'Principale', 'desc', '4', 'hmf_928x1360_principale', 2, 1, 104, 1, 0),
(2499, 'Principale 2', 'desc', '4', 'hmf_928x1360_principale_b', 2, 1, 104, 1, 0),
(2501, 'Hundredmillion Background', 'desc', '4', 'hundredmillion_bg', 2, 1, 104, 1, 0),
(2508, 'Infobus SEM Logo', 'desc', '4', 'infobus_abrinq_sem_logo', 2, 1, 104, 1, 0),
(2511, 'Jordin Parks', 'desc', '4', 'jordinparks', 2, 1, 104, 1, 0),
(2513, 'Japaneese Background', 'desc', '4', 'jp_prom_bg', 2, 1, 104, 1, 0),
(2514, 'Japaneese Valentine', 'desc', '4', 'jp_valentine', 2, 1, 104, 1, 0),
(2515, 'July Wallpaper', 'desc', '4', 'july408_wallpaper', 2, 1, 104, 1, 0),
(2516, 'Kerrang', 'desc', '4', 'kerrang2', 2, 1, 104, 1, 0),
(2517, 'KFP Background', 'desc', '4', 'kfp_grouppage_bg', 2, 1, 104, 1, 0),
(2603, 'Xmas 2009 Snowing', 'desc', '4', 'xmas2009_bg_snowing', 2, 1, 104, 1, 0),
(2520, 'Kir Background', 'desc', '4', 'kir_grouppage_bg', 2, 1, 104, 1, 0),
(2522, 'Kungfu Background', 'desc', '4', 'kungfu_bg', 2, 1, 104, 1, 0),
(2525, 'Makeover Background', 'desc', '4', 'makeover', 2, 1, 104, 1, 0),
(2526, 'Manteli Background', 'desc', '4', 'manteli_bg', 2, 1, 104, 1, 0),
(2527, 'Meet Dave Background', 'desc', '4', 'meet_dave_groupbg_01', 2, 1, 104, 1, 0),
(2528, 'Meet Dave Background 2', 'desc', '4', 'meet_dave_groupbg_02', 2, 1, 104, 1, 0),
(2529, 'Misshabbo Scene', 'desc', '4', 'misshabbo_scene', 2, 1, 104, 1, 0),
(2530, 'Mmoore Wallpaper', 'desc', '4', 'mmoorewallpaper', 2, 1, 104, 1, 0),
(2531, 'MMS', 'desc', '4', 'mms', 2, 1, 104, 1, 0),
(2532, 'Netari Background', 'desc', '4', 'netaribg', 2, 1, 104, 1, 0),
(2536, 'Newyear Fireworks Background 2', 'desc', '4', 'newyear_bg_fireworks2', 2, 1, 104, 1, 0),
(2537, 'Green Background', 'desc', '4', 'nl_green_bg', 2, 1, 104, 1, 0),
(2538, 'NS France', 'desc', '4', 'nsfrance', 2, 1, 104, 1, 0),
(2539, 'NS France 2', 'desc', '4', 'nsfrance2', 2, 1, 104, 1, 0),
(2540, 'OB', 'desc', '4', 'ob1', 2, 1, 104, 1, 0),
(2541, 'OB 2', 'desc', '4', 'ob2', 2, 1, 104, 1, 0),
(2542, 'Orca', 'desc', '4', 'orca', 2, 1, 104, 1, 0),
(2544, 'Poptarts CV', 'desc', '4', 'poptarts_cv', 2, 1, 104, 1, 0),
(2546, 'Promofthedead Wallpaper', 'desc', '4', 'promofthedead_wallpaper', 2, 1, 104, 1, 0),
(2547, 'Random Habbos', 'desc', '4', 'random_habbos', 2, 1, 104, 1, 0),
(2548, 'Robojam Wallpaper', 'desc', '4', 'robojam_wallpaper', 2, 1, 104, 1, 0),
(2549, 'Room of the Week Background', 'desc', '4', 'wallpaper_rotw', 2, 1, 104, 1, 0),
(2552, 'Safetyweek Background 3', 'desc', '4', 'safetyweek2008_bg', 2, 1, 104, 1, 0),
(2553, 'Samsungclouds', 'desc', '4', 'samsungclouds', 2, 1, 104, 1, 0),
(2554, 'Samsunlight', 'desc', '4', 'samsungnight', 2, 1, 104, 1, 0),
(2555, 'Sasquatch Background', 'desc', '4', 'sasquatch_hhbg3', 2, 1, 104, 1, 0),
(2556, 'Scarecrow Background', 'desc', '4', 'scarecrowbg', 2, 1, 104, 1, 0),
(2557, 'Animax Keroro', 'desc', '4', 'animax_keroro', 2, 1, 104, 1, 0),
(2558, 'MTV Background', 'desc', '4', 'sg_mtv_grouppage_bg_v1', 2, 1, 104, 1, 0),
(2559, 'MTV Background 2', 'desc', '4', 'sg_mtv_grouppage_bg_v2', 2, 1, 104, 1, 0),
(2560, 'Shabbo Line', 'desc', '4', 'shabboline', 2, 1, 104, 1, 0),
(2564, 'Simpleplan Background', 'desc', '4', 'simpleplan_bg', 2, 1, 104, 1, 0),
(2566, 'Slamdunk', 'desc', '4', 'slamdunk', 2, 1, 104, 1, 0),
(2567, 'Snowstorm Background', 'desc', '4', 'snowstorm_bg', 2, 1, 104, 1, 0),
(2568, 'Sofresh Background', 'desc', '4', 'sofresh_bg', 2, 1, 104, 1, 0),
(2569, 'Solid Background Black', 'desc', '4', 'solid_bg_black', 2, 1, 104, 1, 0),
(2570, 'Solid Background White', 'desc', '4', 'solid_bg_white', 2, 1, 104, 1, 0),
(2571, 'Spiderwick Beware', 'desc', '4', 'spiderwick_beware', 2, 1, 104, 1, 0),
(2572, 'Spiderwick Fairy', 'desc', '4', 'spiderwick_fairy', 2, 1, 104, 1, 0),
(2573, 'Spiderwick Goblin', 'desc', '4', 'spiderwick_goblin', 2, 1, 104, 1, 0),
(2574, 'Battleball Background', 'desc', '4', 'BB_Group2', 2, 1, 104, 1, 0),
(2583, 'Stray Pixel Background', 'desc', '4', 'straypixelsbg', 2, 1, 104, 1, 0),
(2584, 'Streaming 1', 'desc', '4', 'streaming001', 2, 1, 104, 1, 0),
(2585, 'Streaming 2', 'desc', '4', 'streaming002', 2, 1, 104, 1, 0),
(2586, 'Streaming 3', 'desc', '4', 'streaming003', 2, 1, 104, 1, 0),
(2587, 'Sttrinians Blackboard', 'desc', '4', 'sttriniansblackboard', 2, 1, 104, 1, 0),
(2588, 'Sttrinians Group', 'desc', '4', 'sttriniansgroup', 2, 1, 104, 1, 0),
(2590, 'Summer Background Optimal', 'desc', '4', 'summer_bg_optimal', 2, 1, 104, 1, 0),
(2592, 'Fisica o Quimica Background', 'desc', '4', 'bg_Fondo_FoQB', 2, 1, 104, 1, 0),
(2593, 'Cheetos Background 1', 'desc', '4', 'Cheetos_ES_bg_v1', 2, 1, 104, 1, 0),
(1985, 'Surf', 'desc', '1', 'sticker_tiki_flamesboard', 2, 1, 487, 1, 0),
(2596, 'Tokiohotel Wallpaper', 'desc', '4', 'tokiohotel2', 2, 1, 104, 1, 0),
(2597, 'Tokiohotel Scream Wallpaper', 'desc', '4', 'tokiohotel_scream_wallpaper', 2, 1, 104, 1, 0),
(2609, 'VIP Group', 'desc', '4', 'vip_group', 2, 1, 104, 1, 0),
(2612, 'Wallepixar Background', 'desc', '4', 'wallepixar_bg', 2, 1, 104, 1, 0),
(2613, 'Wallpaper 1', 'desc', '4', 'wallpaper1', 2, 1, 104, 1, 0),
(2618, 'Wallpaper Bonsai', 'desc', '4', 'wallpaper_bonsai', 2, 1, 104, 1, 0),
(2619, 'Wallpaper Cais', 'desc', '4', 'wallpaper_cais4', 2, 1, 104, 1, 0),
(2602, 'Wobble squabble Background', 'desc', '4', 'WS_Group2', 3, 1, 104, 1, 0),
(2621, 'Wallpaper Mshepard', 'desc', '4', 'wallpaper_mshepard', 2, 1, 104, 1, 0),
(2622, 'Wallpaper Newsiesca', 'desc', '4', 'wallpaper_newsiesca', 2, 1, 104, 1, 0),
(2623, 'Wallpaper Veronicas', 'desc', '4', 'wallpaper_veronicas', 2, 1, 104, 1, 0),
(2624, 'Wallpaper Victoriaday', 'desc', '4', 'wallpaper_victoriaday', 2, 1, 104, 1, 0),
(2625, 'Welcoming Party', 'desc', '4', 'welcoming_party', 2, 1, 104, 1, 0),
(2626, 'Wrestlemania Nowayout Wallpaper', 'desc', '4', 'wwe_nowayout_wallpaper', 2, 1, 104, 1, 0),
(2627, 'Wrestlemania Wallpaper', 'desc', '4', 'wwe_wallpaper', 2, 1, 104, 1, 0),
(2628, 'Wrestlemania Big Battle', 'desc', '4', 'wwe_wrestlemania_big_battle', 2, 1, 104, 1, 0),
(2629, 'Wrestlemania Bunnymania', 'desc', '4', 'wwe_wrestlemania_bunnymania', 2, 1, 104, 1, 0),
(2630, 'Wrestlemania Ladder Match', 'desc', '4', 'wwe_wrestlemania_ladder_match', 2, 1, 104, 1, 0),
(2631, 'Wrestlemania Main', 'desc', '4', 'wwe_wrestlemania_main', 2, 1, 104, 1, 0),
(2632, 'Wrestlemania Triple Champ', 'desc', '4', 'wwe_wrestlemania_triple_champ', 2, 1, 104, 1, 0),
(2633, 'Wrestlemania World Champ', 'desc', '4', 'wwe_wrestlemania_world_champ', 2, 1, 104, 1, 0),
(2645, 'Xmas Gifts Background 2', 'desc', '4', 'xmas_gifts_gb', 2, 1, 104, 1, 0),
(2649, 'Yearbook Wallpaper', 'desc', '4', 'yearbook_wallpaper', 2, 1, 104, 1, 0),
(1, 'Genie Fire Head', 'desc', '1', 'geniefirehead', 2, 1, 459, 1, 0),
(2781, 'blue_diner_a', 'desc', '1', 'blue_diner_a', 2, 1, 480, 1, 0),
(2782, 'blue_diner_a_umlaut', 'desc', '1', 'blue_diner_a_umlaut', 2, 1, 480, 1, 0),
(2783, 'blue_diner_ae', 'desc', '1', 'blue_diner_ae', 2, 1, 480, 1, 0),
(2784, 'blue_diner_b', 'desc', '1', 'blue_diner_b', 2, 1, 480, 1, 0),
(2785, 'blue_diner_c', 'desc', '1', 'blue_diner_c', 2, 1, 480, 1, 0),
(2786, 'blue_diner_c_cedilla', 'desc', '1', 'blue_diner_c_cedilla', 2, 1, 480, 1, 0),
(2787, 'blue_diner_d', 'desc', '1', 'blue_diner_d', 2, 1, 480, 1, 0),
(2788, 'blue_diner_e', 'desc', '1', 'blue_diner_e', 2, 1, 480, 1, 0),
(2789, 'blue_diner_e_acc', 'desc', '1', 'blue_diner_e_acc', 2, 1, 480, 1, 0),
(2790, 'blue_diner_e_acc_grave', 'desc', '1', 'blue_diner_e_acc_grave', 2, 1, 480, 1, 0),
(2791, 'blue_diner_eight', 'desc', '1', 'blue_diner_eight', 2, 1, 480, 1, 0),
(2792, 'blue_diner_exclamation', 'desc', '1', 'blue_diner_exclamation', 2, 1, 480, 1, 0),
(2793, 'blue_diner_f', 'desc', '1', 'blue_diner_f', 2, 1, 480, 1, 0),
(2794, 'blue_diner_five', 'desc', '1', 'blue_diner_five', 2, 1, 480, 1, 0),
(2795, 'blue_diner_four', 'desc', '1', 'blue_diner_four', 2, 1, 480, 1, 0),
(2796, 'blue_diner_g', 'desc', '1', 'blue_diner_g', 2, 1, 480, 1, 0),
(2797, 'blue_diner_h', 'desc', '1', 'blue_diner_h', 2, 1, 480, 1, 0),
(2798, 'blue_diner_i', 'desc', '1', 'blue_diner_i', 2, 1, 480, 1, 0),
(2799, 'blue_diner_j', 'desc', '1', 'blue_diner_j', 2, 1, 480, 1, 0),
(2800, 'blue_diner_k', 'desc', '1', 'blue_diner_k', 2, 1, 480, 1, 0),
(2801, 'blue_diner_l', 'desc', '1', 'blue_diner_l', 2, 1, 480, 1, 0),
(2802, 'blue_diner_m', 'desc', '1', 'blue_diner_m', 2, 1, 480, 1, 0),
(2803, 'blue_diner_n', 'desc', '1', 'blue_diner_n', 2, 1, 480, 1, 0),
(2804, 'blue_diner_nine', 'desc', '1', 'blue_diner_nine', 2, 1, 480, 1, 0),
(2805, 'blue_diner_o', 'desc', '1', 'blue_diner_o', 2, 1, 480, 1, 0),
(2806, 'blue_diner_o_accute', 'desc', '1', 'blue_diner_o_accute', 2, 1, 480, 1, 0),
(2807, 'blue_diner_o_cc_grave', 'desc', '1', 'blue_diner_o_cc_grave', 2, 1, 480, 1, 0),
(2808, 'blue_diner_o_umlaut', 'desc', '1', 'blue_diner_o_umlaut', 2, 1, 480, 1, 0),
(2809, 'blue_diner_one', 'desc', '1', 'blue_diner_one', 2, 1, 480, 1, 0),
(2810, 'blue_diner_p', 'desc', '1', 'blue_diner_p', 2, 1, 480, 1, 0),
(2811, 'blue_diner_q', 'desc', '1', 'blue_diner_q', 2, 1, 480, 1, 0),
(2812, 'blue_diner_question', 'desc', '1', 'blue_diner_question', 2, 1, 480, 1, 0),
(2813, 'blue_diner_r', 'desc', '1', 'blue_diner_r', 2, 1, 480, 1, 0),
(2814, 'blue_diner_s', 'desc', '1', 'blue_diner_s', 2, 1, 480, 1, 0),
(2815, 'blue_diner_seven', 'desc', '1', 'blue_diner_seven', 2, 1, 480, 1, 0),
(2816, 'blue_diner_six', 'desc', '1', 'blue_diner_six', 2, 1, 480, 1, 0),
(2817, 'blue_diner_t', 'desc', '1', 'blue_diner_t', 2, 1, 480, 1, 0),
(2818, 'blue_diner_three', 'desc', '1', 'blue_diner_three', 2, 1, 480, 1, 0),
(2819, 'blue_diner_two', 'desc', '1', 'blue_diner_two', 2, 1, 480, 1, 0),
(2820, 'blue_diner_u', 'desc', '1', 'blue_diner_u', 2, 1, 480, 1, 0),
(2821, 'blue_diner_u_acc', 'desc', '1', 'blue_diner_u_acc', 2, 1, 480, 1, 0),
(2822, 'blue_diner_u_acc_grave', 'desc', '1', 'blue_diner_u_acc_grave', 2, 1, 480, 1, 0),
(2823, 'blue_diner_u_umlaut', 'desc', '1', 'blue_diner_u_umlaut', 2, 1, 480, 1, 0),
(2824, 'blue_diner_upsidedown', 'desc', '1', 'blue_diner_upsidedown', 2, 1, 480, 1, 0),
(2825, 'blue_diner_v', 'desc', '1', 'blue_diner_v', 2, 1, 480, 1, 0),
(2826, 'blue_diner_w', 'desc', '1', 'blue_diner_w', 2, 1, 480, 1, 0),
(2827, 'blue_diner_x', 'desc', '1', 'blue_diner_x', 2, 1, 480, 1, 0),
(2828, 'blue_diner_y', 'desc', '1', 'blue_diner_y', 2, 1, 480, 1, 0),
(2829, 'blue_diner_z', 'desc', '1', 'blue_diner_z', 2, 1, 480, 1, 0),
(2830, 'blue_diner_zero', 'desc', '1', 'blue_diner_zero', 2, 1, 480, 1, 0),
(2930, 'diner_belair', 'desc', '1', 'diner_belair', 2, 1, 482, 1, 0),
(2933, 'diner_gaspump_blue', 'desc', '1', 'diner_gaspump_blue', 2, 1, 482, 1, 0),
(2934, 'diner_gaspump_green', 'desc', '1', 'diner_gaspump_green', 2, 1, 482, 1, 0),
(2935, 'diner_gaspump_red', 'desc', '1', 'diner_gaspump_red', 2, 1, 482, 1, 0),
(2941, 'diner_hotrod', 'desc', '1', 'diner_hotrod', 2, 1, 482, 1, 0),
(2943, 'diner_plymouth', 'desc', '1', 'diner_plymouth', 2, 1, 482, 1, 0),
(2944, 'diner_poster', 'desc', '1', 'diner_poster', 2, 1, 482, 1, 0),
(2945, 'diner_sign', 'desc', '1', 'diner_sign', 2, 1, 482, 1, 0),
(2947, 'diner_trophy_bronze', 'desc', '1', 'diner_trophy_bronze', 2, 1, 482, 1, 0),
(2948, 'diner_trophy_gold', 'desc', '1', 'diner_trophy_gold', 2, 1, 482, 1, 0),
(2949, 'diner_trophy_silver', 'desc', '1', 'diner_trophy_silver', 2, 1, 482, 1, 0),
(3080, 'green_diner_a', 'desc', '1', 'green_diner_a', 2, 1, 483, 1, 0),
(3081, 'green_diner_a_umlaut', 'desc', '1', 'green_diner_a_umlaut', 2, 1, 483, 1, 0),
(3082, 'green_diner_ae', 'desc', '1', 'green_diner_ae', 2, 1, 483, 1, 0),
(3083, 'green_diner_b', 'desc', '1', 'green_diner_b', 2, 1, 483, 1, 0),
(3084, 'green_diner_c', 'desc', '1', 'green_diner_c', 2, 1, 483, 1, 0),
(3085, 'green_diner_c_cedilla', 'desc', '1', 'green_diner_c_cedilla', 2, 1, 483, 1, 0),
(3086, 'green_diner_d', 'desc', '1', 'green_diner_d', 2, 1, 483, 1, 0),
(3087, 'green_diner_e', 'desc', '1', 'green_diner_e', 2, 1, 483, 1, 0),
(3088, 'green_diner_e_acc', 'desc', '1', 'green_diner_e_acc', 2, 1, 483, 1, 0),
(3089, 'green_diner_e_cc_grave', 'desc', '1', 'green_diner_e_cc_grave', 2, 1, 483, 1, 0),
(3090, 'green_diner_eight', 'desc', '1', 'green_diner_eight', 2, 1, 483, 1, 0),
(3091, 'green_diner_exclamation', 'desc', '1', 'green_diner_exclamation', 2, 1, 483, 1, 0),
(3092, 'green_diner_f', 'desc', '1', 'green_diner_f', 2, 1, 483, 1, 0),
(3093, 'green_diner_five', 'desc', '1', 'green_diner_five', 2, 1, 483, 1, 0),
(3094, 'green_diner_four', 'desc', '1', 'green_diner_four', 2, 1, 483, 1, 0),
(3095, 'green_diner_g', 'desc', '1', 'green_diner_g', 2, 1, 483, 1, 0),
(3096, 'green_diner_h', 'desc', '1', 'green_diner_h', 2, 1, 483, 1, 0),
(3097, 'green_diner_i', 'desc', '1', 'green_diner_i', 2, 1, 483, 1, 0),
(3098, 'green_diner_j', 'desc', '1', 'green_diner_j', 2, 1, 483, 1, 0),
(3099, 'green_diner_k', 'desc', '1', 'green_diner_k', 2, 1, 483, 1, 0),
(3100, 'green_diner_l', 'desc', '1', 'green_diner_l', 2, 1, 483, 1, 0),
(3101, 'green_diner_m', 'desc', '1', 'green_diner_m', 2, 1, 483, 1, 0),
(3102, 'green_diner_n', 'desc', '1', 'green_diner_n', 2, 1, 483, 1, 0),
(3103, 'green_diner_nine', 'desc', '1', 'green_diner_nine', 2, 1, 483, 1, 0),
(3104, 'green_diner_o', 'desc', '1', 'green_diner_o', 2, 1, 483, 1, 0),
(3105, 'green_diner_o_accute', 'desc', '1', 'green_diner_o_accute', 2, 1, 483, 1, 0),
(3106, 'green_diner_o_cc_grave', 'desc', '1', 'green_diner_o_cc_grave', 2, 1, 483, 1, 0),
(3107, 'green_diner_o_umlaut', 'desc', '1', 'green_diner_o_umlaut', 2, 1, 483, 1, 0),
(3108, 'green_diner_one', 'desc', '1', 'green_diner_one', 2, 1, 483, 1, 0),
(3109, 'green_diner_p', 'desc', '1', 'green_diner_p', 2, 1, 483, 1, 0),
(3110, 'green_diner_q', 'desc', '1', 'green_diner_q', 2, 1, 483, 1, 0),
(3111, 'green_diner_question', 'desc', '1', 'green_diner_question', 2, 1, 483, 1, 0),
(3112, 'green_diner_r', 'desc', '1', 'green_diner_r', 2, 1, 483, 1, 0),
(3113, 'green_diner_s', 'desc', '1', 'green_diner_s', 2, 1, 483, 1, 0),
(3114, 'green_diner_seven', 'desc', '1', 'green_diner_seven', 2, 1, 483, 1, 0),
(3115, 'green_diner_six', 'desc', '1', 'green_diner_six', 2, 1, 483, 1, 0),
(3116, 'green_diner_t', 'desc', '1', 'green_diner_t', 2, 1, 483, 1, 0),
(3117, 'green_diner_three', 'desc', '1', 'green_diner_three', 2, 1, 483, 1, 0),
(3118, 'green_diner_two', 'desc', '1', 'green_diner_two', 2, 1, 483, 1, 0),
(3119, 'green_diner_u', 'desc', '1', 'green_diner_u', 2, 1, 483, 1, 0),
(3120, 'green_diner_u_acc', 'desc', '1', 'green_diner_u_acc', 2, 1, 483, 1, 0),
(3121, 'green_diner_u_acc_grave', 'desc', '1', 'green_diner_u_acc_grave', 2, 1, 483, 1, 0),
(3122, 'green_diner_u_umlaut', 'desc', '1', 'green_diner_u_umlaut', 2, 1, 483, 1, 0),
(3123, 'green_diner_upsidedown', 'desc', '1', 'green_diner_upsidedown', 2, 1, 483, 1, 0),
(3124, 'green_diner_v', 'desc', '1', 'green_diner_v', 2, 1, 483, 1, 0),
(3125, 'green_diner_w', 'desc', '1', 'green_diner_w', 2, 1, 483, 1, 0),
(3126, 'green_diner_x', 'desc', '1', 'green_diner_x', 2, 1, 483, 1, 0),
(3127, 'green_diner_y', 'desc', '1', 'green_diner_y', 2, 1, 483, 1, 0),
(3128, 'green_diner_z', 'desc', '1', 'green_diner_z', 2, 1, 483, 1, 0),
(2911, 'darkknight_batman_suit', 'desc', '1', 'darkknight_batman_suit', 2, 1, 481, 1, 0),
(2912, 'darkknight_clownface', 'desc', '1', 'darkknight_clownface', 2, 1, 481, 1, 0),
(2913, 'darkknight_dentbutton', 'desc', '1', 'darkknight_dentbutton', 2, 1, 481, 1, 0),
(2914, 'darkknight_jokercard', 'desc', '1', 'darkknight_jokercard', 2, 1, 481, 1, 0),
(2915, 'darkknight_jokerface', 'desc', '1', 'darkknight_jokerface', 2, 1, 481, 1, 0),
(2916, 'darkknight_logo', 'desc', '1', 'darkknight_logo', 2, 1, 481, 1, 0),
(4324, 'darkknight_wallpaper', 'desc', '4', 'darkknight_wallpaper', 2, 1, 104, 1, 0),
(3530, 'red_diner_a', 'desc', '1', 'red_diner_a', 2, 1, 485, 1, 0),
(3531, 'red_diner_a_umlaut', 'desc', '1', 'red_diner_a_umlaut', 2, 1, 485, 1, 0),
(3532, 'red_diner_ae', 'desc', '1', 'red_diner_ae', 2, 1, 485, 1, 0),
(3533, 'red_diner_b', 'desc', '1', 'red_diner_b', 2, 1, 485, 1, 0),
(3534, 'red_diner_c', 'desc', '1', 'red_diner_c', 2, 1, 485, 1, 0),
(3535, 'red_diner_c_cedilla', 'desc', '1', 'red_diner_c_cedilla', 2, 1, 485, 1, 0),
(3536, 'red_diner_d', 'desc', '1', 'red_diner_d', 2, 1, 485, 1, 0),
(3537, 'red_diner_e', 'desc', '1', 'red_diner_e', 2, 1, 485, 1, 0),
(3538, 'red_diner_e_acc', 'desc', '1', 'red_diner_e_acc', 2, 1, 485, 1, 0),
(3539, 'red_diner_e_cc_grave', 'desc', '1', 'red_diner_e_cc_grave', 2, 1, 485, 1, 0),
(3540, 'red_diner_eight', 'desc', '1', 'red_diner_eight', 2, 1, 485, 1, 0),
(3541, 'red_diner_exclamation', 'desc', '1', 'red_diner_exclamation', 2, 1, 485, 1, 0),
(3542, 'red_diner_f', 'desc', '1', 'red_diner_f', 2, 1, 485, 1, 0),
(3543, 'red_diner_five', 'desc', '1', 'red_diner_five', 2, 1, 485, 1, 0),
(3544, 'red_diner_four', 'desc', '1', 'red_diner_four', 2, 1, 485, 1, 0),
(3545, 'red_diner_g', 'desc', '1', 'red_diner_g', 2, 1, 485, 1, 0),
(3546, 'red_diner_h', 'desc', '1', 'red_diner_h', 2, 1, 485, 1, 0),
(3547, 'red_diner_i', 'desc', '1', 'red_diner_i', 2, 1, 485, 1, 0),
(3548, 'red_diner_j', 'desc', '1', 'red_diner_j', 2, 1, 485, 1, 0),
(3549, 'red_diner_k', 'desc', '1', 'red_diner_k', 2, 1, 485, 1, 0),
(3550, 'red_diner_l', 'desc', '1', 'red_diner_l', 2, 1, 485, 1, 0),
(3551, 'red_diner_m', 'desc', '1', 'red_diner_m', 2, 1, 485, 1, 0),
(3552, 'red_diner_n', 'desc', '1', 'red_diner_n', 2, 1, 485, 1, 0),
(3553, 'red_diner_nine', 'desc', '1', 'red_diner_nine', 2, 1, 485, 1, 0),
(3554, 'red_diner_o', 'desc', '1', 'red_diner_o', 2, 1, 485, 1, 0),
(3555, 'red_diner_o_accute', 'desc', '1', 'red_diner_o_accute', 2, 1, 485, 1, 0),
(3556, 'red_diner_o_cc_grave', 'desc', '1', 'red_diner_o_cc_grave', 2, 1, 485, 1, 0),
(3557, 'red_diner_o_umlaut', 'desc', '1', 'red_diner_o_umlaut', 2, 1, 485, 1, 0),
(3558, 'red_diner_one', 'desc', '1', 'red_diner_one', 2, 1, 485, 1, 0),
(3559, 'red_diner_p', 'desc', '1', 'red_diner_p', 2, 1, 485, 1, 0),
(3560, 'red_diner_q', 'desc', '1', 'red_diner_q', 2, 1, 485, 1, 0),
(3561, 'red_diner_question', 'desc', '1', 'red_diner_question', 2, 1, 485, 1, 0),
(3562, 'red_diner_r', 'desc', '1', 'red_diner_r', 2, 1, 485, 1, 0),
(3563, 'red_diner_s', 'desc', '1', 'red_diner_s', 2, 1, 485, 1, 0),
(3564, 'red_diner_seven', 'desc', '1', 'red_diner_seven', 2, 1, 485, 1, 0),
(3565, 'red_diner_six', 'desc', '1', 'red_diner_six', 2, 1, 485, 1, 0),
(3566, 'red_diner_t', 'desc', '1', 'red_diner_t', 2, 1, 485, 1, 0),
(3567, 'red_diner_three', 'desc', '1', 'red_diner_three', 2, 1, 485, 1, 0),
(3568, 'red_diner_two', 'desc', '1', 'red_diner_two', 2, 1, 485, 1, 0),
(3569, 'red_diner_u', 'desc', '1', 'red_diner_u', 2, 1, 485, 1, 0),
(3570, 'red_diner_u_acc', 'desc', '1', 'red_diner_u_acc', 2, 1, 485, 1, 0),
(3571, 'red_diner_u_acc_grave', 'desc', '1', 'red_diner_u_acc_grave', 2, 1, 485, 1, 0),
(3572, 'red_diner_u_umlaut', 'desc', '1', 'red_diner_u_umlaut', 2, 1, 485, 1, 0),
(3573, 'red_diner_upsidedown', 'desc', '1', 'red_diner_upsidedown', 2, 1, 485, 1, 0),
(3574, 'red_diner_v', 'desc', '1', 'red_diner_v', 2, 1, 485, 1, 0),
(3575, 'red_diner_w', 'desc', '1', 'red_diner_w', 2, 1, 485, 1, 0),
(3576, 'red_diner_x', 'desc', '1', 'red_diner_x', 2, 1, 485, 1, 0),
(3577, 'red_diner_y', 'desc', '1', 'red_diner_y', 2, 1, 485, 1, 0),
(3578, 'red_diner_z', 'desc', '1', 'red_diner_z', 2, 1, 485, 1, 0),
(3464, 'olym_carson', 'desc', '1', 'olym_carson', 2, 1, 453, 1, 0),
(3465, 'olym_cresthawk', 'desc', '1', 'olym_cresthawk', 2, 1, 453, 1, 0),
(3466, 'olym_inari', 'desc', '1', 'olym_inari', 2, 1, 453, 1, 0),
(3467, 'olym_jandelee', 'desc', '1', 'olym_jandelee', 2, 1, 453, 1, 0),
(3468, 'olym_lady', 'desc', '1', 'olym_lady', 2, 1, 453, 1, 0),
(3469, 'olym_loderse', 'desc', '1', 'olym_loderse', 2, 1, 453, 1, 0),
(3470, 'olym_moiraine', 'desc', '1', 'olym_moiraine', 2, 1, 453, 1, 0),
(3471, 'olym_nme', 'desc', '1', 'olym_nme', 2, 1, 453, 1, 0),
(3472, 'olym_smoothcriminal', 'desc', '1', 'olym_smoothcriminal', 2, 1, 453, 1, 0),
(3473, 'olym_spartan', 'desc', '1', 'olym_spartan', 2, 1, 453, 1, 0),
(3474, 'olym_squib', 'desc', '1', 'olym_squib', 2, 1, 453, 1, 0),
(3475, 'olym_thegirls', 'desc', '1', 'olym_thegirls', 2, 1, 453, 1, 0),
(2655, '25_146x146_habbo_sticker_fi', 'desc', '1', '25_146x146_habbo_sticker_fi', 2, 1, 470, 1, 0),
(2713, 'backtoschool_badapple', 'desc', '1', 'backtoschool_badapple', 2, 1, 488, 1, 0),
(2715, 'backtoschool_trophy', 'desc', '1', 'backtoschool_trophy', 2, 1, 130, 1, 0),
(2873, 'checker_border_h', 'desc', '1', 'checker_border_h', 2, 1, 482, 1, 0),
(2874, 'checker_border_v', 'desc', '1', 'checker_border_v', 2, 1, 482, 1, 0),
(3148, 'habbo_x_home_sticker', 'desc', '1', 'habbo_x_home_sticker', 2, 1, 130, 1, 0),
(3180, 'hw_bassplayer_girl2', 'desc', '1', 'hw_bassplayer_girl2', 2, 1, 459, 1, 0),
(3210, 'hw_keyboards1', 'desc', '1', 'hw_keyboards1', 2, 1, 467, 1, 0),
(3211, 'hw_keyboards2', 'desc', '1', 'hw_keyboards2', 2, 1, 467, 1, 0),
(3512, 'pretzel', 'desc', '1', 'pretzel', 2, 1, 453, 1, 0),
(3927, 'teensbear', 'desc', '1', 'teensbear', 2, 1, 445, 1, 0),
(3945, 'tiki_volcano', 'desc', '1', 'tiki_volcano', 2, 1, 473, 1, 0),
(4160, '10kbc_habbo_grouppage_bg_2b', 'desc', '4', '10kbc_habbo_grouppage_bg_2b', 2, 1, 104, 1, 0),
(4161, '10kbc_habbo_grouppage_bg_3b', 'desc', '4', '10kbc_habbo_grouppage_bg_3b', 2, 1, 104, 1, 0),
(4162, '26_habbo_background_fi', 'desc', '4', '26_habbo_background_fi', 2, 1, 104, 1, 0),
(4182, 'au_iflyvampwasp_bg_v1', 'desc', '4', 'au_iflyvampwasp_bg_v1', 2, 1, 104, 1, 0),
(4183, 'au_iflyvampwasp_bg_v2', 'desc', '4', 'au_iflyvampwasp_bg_v2', 2, 1, 104, 1, 0),
(4186, 'au_spiderwick_bg', 'desc', '4', 'au_spiderwick_bg', 2, 1, 104, 1, 0),
(4187, 'background_momie3_928x1360', 'desc', '4', 'background_momie3_928x1360', 2, 1, 104, 1, 0),
(4189, 'backtoschool_wallpaper', 'desc', '4', 'backtoschool_wallpaper', 2, 1, 104, 1, 0),
(4194, 'bg_alhambra', 'desc', '4', 'bg_alhambra', 2, 1, 104, 1, 0),
(4195, 'bg_animegroup', 'desc', '4', 'bg_animegroup', 2, 1, 104, 1, 0),
(4251, 'bg_moviesgroup', 'desc', '4', 'bg_moviesgroup', 2, 1, 104, 1, 0),
(4252, 'bg_musicgroup', 'desc', '4', 'bg_musicgroup', 2, 1, 104, 1, 0),
(4296, 'bg_videogamesgroup', 'desc', '4', 'bg_videogamesgroup', 2, 1, 104, 1, 0),
(4309, 'camocheese_wallpaper', 'desc', '4', 'camocheese_wallpaper', 2, 1, 104, 1, 0),
(4319, 'cw_group_1', 'desc', '4', 'cw_group_1', 2, 1, 104, 1, 0),
(4321, 'cw_group_2', 'desc', '4', 'cw_group_2', 2, 1, 104, 1, 0),
(4323, 'cw_poster', 'desc', '4', 'cw_poster', 2, 1, 104, 1, 0),
(4328, 'diner_global', 'desc', '4', 'diner_global', 2, 1, 104, 1, 0),
(4337, 'easter_eggs_wallpaper', 'desc', '4', 'easter_eggs_wallpaper', 2, 1, 104, 1, 0),
(4371, 'guitarhero', 'desc', '4', 'guitarhero', 2, 1, 104, 1, 0),
(4372, 'gyroscope_grouppage_bg_v1', 'desc', '4', 'gyroscope_grouppage_bg_v1', 2, 1, 104, 1, 0),
(4374, 'habbo_bmx_foot_jam_tailwhip_bg', 'desc', '4', 'habbo_bmx_foot_jam_tailwhip_bg', 2, 1, 104, 1, 0),
(4376, 'habbo_group_tutorial_bg', 'desc', '4', 'habbo_group_tutorial_bg', 2, 1, 104, 1, 0),
(4385, 'habbolympics_bg_final', 'desc', '4', 'habbolympics_bg_final', 2, 1, 104, 1, 0),
(4392, 'hannah_montana_background', 'desc', '4', 'hannah_montana_background', 2, 1, 104, 1, 0),
(4397, 'head_guides_germany', 'desc', '4', 'head_guides_germany', 2, 1, 104, 1, 0),
(4398, 'head_guides_switserland', 'desc', '4', 'head_guides_switserland', 2, 1, 104, 1, 0),
(4419, 'kerli_wallpaper', 'desc', '4', 'kerli_wallpaper', 2, 1, 104, 1, 0),
(4427, 'landing_page_comp', 'desc', '4', 'landing_page_comp', 2, 1, 104, 1, 0),
(4429, 'madball_2008_bg_001', 'desc', '4', 'madball_2008_bg_001', 2, 1, 104, 1, 0),
(4438, 'myspy_group', 'desc', '4', 'myspy_group', 2, 1, 104, 1, 0),
(4444, 'nicolajrasted_vip', 'desc', '4', 'nicolajrasted_vip', 2, 1, 104, 1, 0),
(4456, 'rexona_bg', 'desc', '4', 'rexona_bg', 2, 1, 104, 1, 0),
(4471, 'silversurfer', 'desc', '4', 'silversurfer', 2, 1, 104, 1, 0),
(4472, 'silversurfer 2', 'desc', '4', 'silversurfer2', 2, 1, 104, 1, 0),
(4477, 'skulls_wallpaper', 'desc', '4', 'skulls_wallpaper', 2, 1, 104, 1, 0),
(4513, 'toolbar_bg2', 'desc', '4', 'toolbar_bg2', 2, 1, 104, 1, 0),
(4514, 'top_gamers_bg', 'desc', '4', 'top_gamers_bg', 2, 1, 104, 1, 0),
(4517, 'tutorial_bg', 'desc', '4', 'tutorial_bg', 2, 1, 104, 1, 0),
(4519, 'val_bgpattern_love', 'desc', '4', 'val_bgpattern_love', 2, 1, 104, 1, 0),
(4520, 'val_bgpattern_skull', 'desc', '4', 'val_bgpattern_skull', 2, 1, 104, 1, 0),
(4529, 'wallpaper_alkalinetrio', 'desc', '4', 'wallpaper_alkalinetrio', 2, 1, 104, 1, 0),
(4532, 'wallpaper_dinerduck', 'desc', '4', 'wallpaper_dinerduck', 2, 1, 104, 1, 0),
(4533, 'wallpaper_dinergeeks', 'desc', '4', 'wallpaper_dinergeeks', 2, 1, 104, 1, 0),
(4534, 'wallpaper_dinergreasers', 'desc', '4', 'wallpaper_dinergreasers', 2, 1, 104, 1, 0),
(4535, 'wallpaper_dinerjocks', 'desc', '4', 'wallpaper_dinerjocks', 2, 1, 104, 1, 0),
(4536, 'wallpaper_dinerglobal', 'desc', '4', 'diner_global', 2, 1, 104, 1, 0),
(4538, 'wallpaper_dinerus', 'desc', '4', 'wallpaper_dinerus', 2, 1, 104, 1, 0),
(4539, 'wallpaper_droney', 'desc', '4', 'wallpaper_droney', 2, 1, 104, 1, 0),
(4541, 'wallpaper_katiestill', 'desc', '4', 'wallpaper_katiestill', 2, 1, 104, 1, 0),
(4542, 'wallpaper_lauraduncan', 'desc', '4', 'wallpaper_lauraduncan', 2, 1, 104, 1, 0),
(4543, 'wallpaper_lenka', 'desc', '4', 'wallpaper_lenka', 2, 1, 104, 1, 0),
(4544, 'wallpaper_monet', 'desc', '4', 'wallpaper_monet', 2, 1, 104, 1, 0),
(4547, 'wallpaper_sprousebrothers', 'desc', '4', 'wallpaper_sprousebrothers', 2, 1, 104, 1, 0),
(4548, 'wallpaper_submarines', 'desc', '4', 'wallpaper_submarines', 2, 1, 104, 1, 0),
(4549, 'wallpaper_tmobile', 'desc', '4', 'wallpaper_tmobile', 2, 1, 104, 1, 0),
(4574, 'Xmas 2009 xmasfun', 'desc', '4', 'xmas2009_bg_xmasfun', 2, 1, 104, 1, 0),
(10200, 'Guestbook widget', 'Guestbook', '2', 'guestbookwidget', 0, 1, 100, 1, 1),
(11200, 'Member List', 'Member List', '5', 'memberwidget', 0, 1, 100, 1, -1),
(10800, 'Traxplayer', 'Play Trax on your homepage.', '2', 'traxplayerwidget', 0, 1, 100, 1, 1),
(10700, 'Rooms Widget', 'Show your rooms in your page', '2', 'roomswidget', 0, 1, 100, 1, 1),
(10100, 'Profile widget', 'Displays infomation about yourself.', '2', 'profilewidget', 0, 1, 100, 1, 1),
(1395, 'SnowShake', 'desc', '1', 'xmas2009_snowshake', 2, 1, 105, 1, 0),
(1396, 'Bubbledrink', 'desc', '1', 'xmas2009_bubbledrink', 2, 1, 105, 1, 0),
(1397, 'Bauble', 'desc', '1', 'xmas2009_bauble', 2, 1, 105, 1, 0),
(1398, 'Cakes', 'desc', '1', 'xmas2009_cakes', 2, 1, 105, 1, 0),
(1399, 'Reindeerpin', 'desc', '1', 'xmas2009_reindeerpin', 2, 1, 105, 1, 0),
(1400, 'Elfbadge', 'desc', '1', 'xmas2009_elfbadge', 2, 1, 105, 1, 0),
(1403, 'Chile', 'desc', '1', 'stickers_chile', 2, 1, 106, 1, 0),
(1412, 'Panama', 'desc', '1', 'stickers_panama', 2, 1, 106, 1, 0),
(1401, 'Argentina', 'desc', '1', 'stickers_argentina', 2, 1, 106, 1, 0),
(1404, 'Colombia', 'desc', '1', 'stickers_colombia', 2, 1, 106, 1, 0),
(1405, 'Costa Rica', 'desc', '1', 'stickers_costarica', 2, 1, 106, 1, 0),
(1406, 'Ecuador', 'desc', '1', 'stickers_ecuador', 2, 1, 106, 1, 0),
(1407, 'ElSalvador', 'desc', '1', 'stickers_elsalvador', 2, 1, 106, 1, 0),
(1408, 'Spain', 'desc', '1', 'stickers_espain', 2, 1, 106, 1, 0),
(1409, 'Honduras', 'desc', '1', 'stickers_honduras', 2, 1, 106, 1, 0),
(1410, 'Mexico', 'desc', '1', 'stickers_mexico', 2, 1, 106, 1, 0),
(1411, 'Nicaragua', 'desc', '1', 'stickers_nicaragua', 2, 1, 106, 1, 0),
(1402, 'Bolivia', 'desc', '1', 'stickers_bolivia', 2, 1, 106, 1, 0),
(1414, 'Peru', 'desc', '1', 'stickers_peru', 2, 1, 106, 1, 0),
(1413, 'Paraguay', 'desc', '1', 'stickers_paraguay', 2, 1, 106, 1, 0),
(1415, 'Uruguay', 'desc', '1', 'stickers_uruguay', 2, 1, 106, 1, 0),
(1416, 'Venezuela', 'desc', '1', 'stickers_venezuela', 2, 1, 106, 1, 0),
(1418, 'Cheetos Rizo', 'desc', '1', 'Cheetos_Rizo_sticker_v1', 2, 1, 107, 1, 0),
(1417, 'Cheetos Pandilla', 'desc', '1', 'Cheetos_Pandilla_sticker_v1_002', 2, 1, 107, 1, 0),
(1419, 'Cheetos HotDog', 'desc', '1', 'Cheetos_HotDog_sticker_v2', 2, 1, 107, 1, 0),
(1420, 'Cheetos AfroDJ', 'desc', '1', 'Cheetos_AfroDJ_sticker_v1', 2, 1, 107, 1, 0),
(1421, 'Cheetos Tshirt', 'desc', '1', 'Cheetos_Tshirt_sticker_v1', 2, 1, 107, 1, 0),
(1422, 'Cheetos Hat', 'desc', '1', 'Cheetos_Hat_sticker_v1', 2, 1, 107, 1, 0),
(1423, 'Cheetos Chester 1', 'desc', '1', 'Cheetos_Chester1_sticker_v1', 2, 1, 107, 1, 0),
(1424, 'Cheetos Chester 2', 'desc', '1', 'Cheetos_Chester2_sticker_v1', 2, 1, 107, 1, 0),
(1425, 'Cheetos Chester 3', 'desc', '1', 'Cheetos_Chester3_sticker_v1', 2, 1, 107, 1, 0),
(1426, 'Cheetos Chester 4', 'desc', '1', 'Cheetos_Chester4_sticker_v1', 2, 1, 107, 1, 0),
(1427, 'Cheetos Orange', 'desc', '1', 'Cheetos_orange_v1', 2, 1, 107, 1, 0),
(1428, 'Cheetos Purple', 'desc', '1', 'Cheetos_purple_v1', 2, 1, 107, 1, 0),
(2013, 'Minion 1', 'desc', '1', 'sticker_despme_1', 1, 1, 107, 1, 0),
(2014, 'Minion 2', 'desc', '1', 'sticker_despme_2', 1, 1, 107, 1, 0),
(2015, 'Minion 3', 'desc', '1', 'sticker_despMe_3', 1, 1, 107, 1, 0),
(2016, 'Minion 4', 'desc', '1', 'sticker_despMe_4', 1, 1, 107, 1, 0),
(2017, 'Minion 5', 'desc', '1', 'sticker_despMe_5', 1, 1, 107, 1, 0),
(2018, 'Fins', 'desc', '1', 'sticker_bw_fins', 2, 1, 458, 1, 0),
(2019, 'Shark', 'desc', '1', 'sticker_bw_sharkOver', 2, 1, 458, 1, 0),
(2020, 'Rock in Rio', 'desc', '1', 'pins_rockinrio', 2, 1, 451, 1, 0),
(2021, 'Crepusculo Cheetos Eclipse', 'desc', '1', 'stick_crepusculo_v03', 2, 1, 107, 1, 0),
(2093, 'Hw Card Back', 'desc', '1', 'hween10_card_back', 2, 1, 488, 1, 0),
(2094, 'Hw Card 1', 'desc', '1', 'hween10card1', 2, 1, 488, 1, 0),
(2095, 'Hw Card 2', 'desc', '1', 'hween10card2', 2, 1, 488, 1, 0),
(2096, 'Hw Card 3', 'desc', '1', 'hween10card3', 2, 1, 488, 1, 0),
(2097, 'Hw Card 4', 'desc', '1', 'hween10card4', 2, 1, 488, 1, 0),
(2098, 'Hw Card 5', 'desc', '1', 'hween10card5', 2, 1, 488, 1, 0),
(2099, 'Hw Card 6', 'desc', '1', 'hween10card6', 2, 1, 488, 1, 0),
(2115, 'Snow Lantern', 'desc', '1', 'xmas_snowlantern_anim', 5, 1, 445, 1, 0),
(2100, 'Chauves Souris', 'desc', '1', 'sticker_chauves_souris', 2, 1, 488, 1, 0),
(2101, 'Zombie', 'desc', '1', 'zombie', 2, 1, 488, 1, 0),
(2102, 'Zombie 2', 'desc', '1', 'zombie_violet', 2, 1, 488, 1, 0),
(2103, 'Zombie 3', 'desc', '1', 'zombieBoy2', 2, 1, 488, 1, 0),
(2104, 'War Child', 'desc', '1', 'warchild', 2, 1, 451, 1, 0),
(2105, 'Stick Telepizza', 'desc', '1', 'stick_telepizza_scooter', 2, 1, 107, 1, 0),
(2106, 'Grefusa', 'desc', '1', 'sticker_es_grefusa_1', 1, 1, 107, 1, 0),
(2107, 'Grefusa 2', 'desc', '1', 'sticker_es_grefusa_2', 1, 1, 107, 1, 0),
(2109, 'Easter eggs horizontal', 'desc', '1', 'easter_eggs_horizontal', 2, 1, 462, 1, 0),
(2110, 'Easter eggs vertical', 'desc', '1', 'easter_eggs_vertical_001', 2, 1, 462, 1, 0),
(2111, 'H4D 1', 'desc', '1', 'H4D_Sticker_01', 2, 1, 107, 1, 0),
(2112, 'H4D 2', 'desc', '1', 'H4D_Sticker_02', 2, 1, 107, 1, 0),
(2113, 'H4D 3', 'desc', '1', 'H4D_Sticker_04', 2, 1, 107, 1, 0),
(2114, 'Videocam', 'desc', '1', 'stick_hween09_videocam2', 5, 1, 488, 1, 0),
(2716, 'Candle', 'desc', '1', 'sticker_littleCandle', 2, 1, 130, 1, 0),
(2717, 'Plate Border', 'desc', '1', 'sticker_plateBorder_v1', 3, 1, 130, 1, 0),
(2718, 'Lumihiutale', 'desc', '1', 'ss_snowflake1', 1, 1, 445, 1, 0),
(2719, 'Spain Winner 2010', 'desc', '1', 'HW_sticker_football_win_2010_2', 2, 1, 456, 1, 0),
(2720, 'Penalty', 'desc', '1', 'chossy_maal', 2, 1, 456, 1, 0),
(2721, 'Football 1', 'desc', '1', 'Chossy', 2, 1, 456, 1, 0),
(2722, '1GOAL Sticker', 'desc', '1', '1goal_sticker', 2, 1, 456, 1, 0),
(2723, 'St 1', 'desc', '1', 'st_day1', 2, 1, 109, 1, 0),
(2724, 'St 2', 'desc', '1', 'st_day2', 2, 1, 109, 1, 0),
(2725, 'St 3', 'desc', '1', 'st_day3', 2, 1, 109, 1, 0),
(2726, 'St 4', 'desc', '1', 'st_day4', 2, 1, 109, 1, 0),
(2727, 'St 5', 'desc', '1', 'st_day5', 2, 1, 109, 1, 0),
(2728, 'Safer Internet 2008', 'desc', '1', 'SaferInternet2008', 2, 1, 109, 1, 0),
(2729, 'Sheep', 'desc', '1', 'stick_country_sheep1', 2, 1, 130, 1, 0),
(2730, 'Trophy Award', 'desc', '1', 'sticker_trophy_award', 2, 1, 130, 1, 0),
(2731, 'Dragon Sticker', 'desc', '1', 'suosikki_sticker_dragon', 3, 1, 130, 1, 0),
(2732, 'Habbolympics', 'desc', '1', 'habbolympics_teamsticker', 3, 1, 130, 1, 0),
(2733, 'Earth Our', 'desc', '1', 'earthhour_wwf_sticker', 2, 1, 130, 1, 0),
(2734, 'Trax Record Sticker', 'desc', '1', 'traxRecord_sticker', 4, 1, 130, 1, 0),
(2735, 'sticker Superheroes Cape', 'desc', '1', 'superheroes_sticker_capa_me', 2, 1, 459, 1, 0),
(2736, 'sticker Superheroes laser eye', 'desc', '1', 'superheroes_sticker_laser_eye', 2, 1, 459, 1, 0),
(2737, 'Sticker ArgHook', 'desc', '1', 'sticker_argHook', 2, 1, 459, 1, 0),
(2738, 'Sticker Piratehat ', 'desc', '1', 'sticker_pirateHat_1', 2, 1, 459, 1, 0),
(2739, 'Sticker Piratehat 2', 'desc', '1', 'sticker_pirateHat_2', 2, 1, 459, 1, 0),
(2108, 'Grefusa 3', 'desc', '1', 'stick_grefusa_remarca', 1, 1, 107, 1, 0),
(3147, 'Twilight Wolf', 'desc', '1', 'stick_twil_ww', 2, 1, 130, 1, 0),
(61, 'Y', 'desc', '1', 'y', 1, 1, 394, 1, 0),
(11301, 'Angelwings Anim', 'desc', '1', 'custom_angelwings_anim', 2, 1, 493, 1, 0),
(11302, 'Jeff Donkey', 'desc', '1', 'custom_jeff_donkey', 2, 1, 493, 1, 0),
(11303, 'Xmaslights Anim', 'desc', '1', 'custom_xmaslights_anim', 2, 1, 493, 1, 0),
(11304, 'Xmas Boxs', 'desc', '1', 'custom_xmas_boxs', 2, 1, 493, 1, 0),
(11305, 'Xmas Box Darkred2', 'desc', '1', 'custom_xmas_box_darkred2', 2, 1, 493, 1, 0),
(11306, 'Xmas Box Green', 'desc', '1', 'custom_xmas_box_green', 2, 1, 493, 1, 0),
(11307, 'Xmas Box Lime', 'desc', '1', 'custom_xmas_box_lime', 2, 1, 493, 1, 0),
(11308, 'Xmas Box Orange', 'desc', '1', 'custom_xmas_box_orange', 2, 1, 493, 1, 0),
(11309, 'Xmas Box Red', 'desc', '1', 'custom_xmas_box_red', 2, 1, 493, 1, 0),
(11310, 'Xmas Box Suit Blue', 'desc', '1', 'custom_xmas_box_suit_blue', 2, 1, 493, 1, 0),
(11311, 'Xmas Box Suit Mint', 'desc', '1', 'custom_xmas_box_suit_mint', 2, 1, 493, 1, 0),
(11312, 'Xmas Box Suit Orange', 'desc', '1', 'custom_xmas_box_suit_orange', 2, 1, 493, 1, 0),
(11313, 'Xmas Box Suit Pink', 'desc', '1', 'custom_xmas_box_suit_pink', 2, 1, 493, 1, 0),
(11314, 'Xmas Box Violet', 'desc', '1', 'custom_xmas_box_violet', 2, 1, 493, 1, 0),
(11315, 'Xmas Dogi Animated', 'desc', '1', 'custom_xmas_dogi_animated', 2, 1, 493, 1, 0),
(11316, 'Xmas Dograindeer Sticker', 'desc', '1', 'custom_xmas_dograindeer_sticker', 2, 1, 493, 1, 0),
(11317, 'Xmas Gift Afro', 'desc', '1', 'custom_xmas_gift_afro', 2, 1, 493, 1, 0),
(11318, 'Xmas Gift Strap Corner L', 'desc', '1', 'custom_xmas_gift_strap_corner_l', 2, 1, 493, 1, 0),
(11319, 'Xmas Gift Strap Corner R', 'desc', '1', 'custom_xmas_gift_strap_corner_r', 2, 1, 493, 1, 0),
(11320, 'Xmas Gift Strap H', 'desc', '1', 'custom_xmas_gift_strap_h', 2, 1, 493, 1, 0),
(11321, 'Xmas Gift Strap V', 'desc', '1', 'custom_xmas_gift_strap_v', 2, 1, 493, 1, 0),
(11322, 'Xmas Icicles', 'desc', '1', 'custom_xmas_icicles', 2, 1, 493, 1, 0),
(11323, 'Xmas Rastasanta', 'desc', '1', 'custom_xmas_rastasanta', 2, 1, 493, 1, 0),
(11324, 'Xmas Santa Typical', 'desc', '1', 'custom_xmas_santa_typical', 2, 1, 493, 1, 0),
(11325, 'Xmas Skater Costume', 'desc', '1', 'custom_xmas_skater_costume', 2, 1, 493, 1, 0),
(11326, 'Xmas Smilla Snowboard', 'desc', '1', 'custom_xmas_smilla_snowboard', 2, 1, 493, 1, 0),
(11327, 'Xmas Snowcone Costume', 'desc', '1', 'custom_xmas_snowcone_costume', 2, 1, 493, 1, 0),
(11328, 'Xmas Strap Horiz Gold', 'desc', '1', 'custom_xmas_strap_horiz_gold', 2, 1, 493, 1, 0),
(11329, 'Xmas Strap Vertical Gold', 'desc', '1', 'custom_xmas_strap_vertical_gold', 2, 1, 493, 1, 0),
(11330, 'Xmas Strap Vertical Silver', 'desc', '1', 'custom_xmas_strap_vertical_silver', 2, 1, 493, 1, 0),
(11331, 'Xmas Tree01 Animated', 'desc', '1', 'custom_xmas_tree01_animated', 2, 1, 493, 1, 0),
(11332, 'Xmas Tree Costume', 'desc', '1', 'custom_xmas_tree_costume', 2, 1, 493, 1, 0),
(11333, 'Xmas Xtree Sticker', 'desc', '1', 'custom_xmas_xtree_sticker', 2, 1, 493, 1, 0),
(11334, 'Childline Background 1', 'desc', '4', 'bg_NSPCC_parkscene_bg', 3, 1, 104, 1, 0),
(11335, 'Childline Background 2', 'desc', '4', 'bg_NSPCC_num2_bg', 3, 1, 104, 1, 0),
(11336, 'Childline Background 3', 'desc', '4', 'group_nspcc2_928x136_bg', 3, 1, 104, 1, 0),
(11337, 'Childline Background 4', 'desc', '4', 'bg_nspcc_birthday_bg', 3, 1, 104, 1, 0);
/*!40000 ALTER TABLE `cms_stickers_catalogue` ENABLE KEYS */;
-- Dumping structure for table havana.cms_stickers_categories
CREATE TABLE IF NOT EXISTS `cms_stickers_categories` (
`id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
`min_rank` int(11) DEFAULT 1,
`category_type` tinyint(4) DEFAULT 1,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.cms_stickers_categories: ~56 rows (approximately)
DELETE FROM `cms_stickers_categories`;
/*!40000 ALTER TABLE `cms_stickers_categories` DISABLE KEYS */;
INSERT INTO `cms_stickers_categories` (`id`, `name`, `min_rank`, `category_type`) VALUES
(101, 'Notes', 1, 3),
(102, 'Trax', 1, 1),
(104, 'Backgrounds', 1, 2),
(105, 'Christmas 09', 1, 1),
(106, 'Flags', 1, 1),
(107, 'Promos', 1, 1),
(109, 'Safe Internet Day', 1, 1),
(130, 'Others', 1, 1),
(138, 'Borders', 1, 1),
(171, 'Cute', 1, 1),
(182, 'Alphabet Bling', 1, 1),
(270, 'Pointers', 1, 1),
(394, 'Alphabet Plastic', 1, 1),
(442, 'Spring', 1, 1),
(443, 'Special Effects', 1, 1),
(444, 'Deals', 1, 1),
(445, 'Winter', 1, 1),
(446, 'Battle Ball', 1, 1),
(449, 'OB', 1, 1),
(451, 'Buttons', 1, 1),
(452, 'Alhambra', 1, 1),
(453, 'Avatars', 1, 1),
(454, 'Apartment 732', 1, 1),
(456, 'Football', 1, 1),
(457, 'Banks', 1, 1),
(458, 'Summer', 1, 1),
(459, 'Costume', 1, 1),
(460, 'WWE', 1, 1),
(461, 'Beach', 1, 1),
(462, 'Easter', 1, 1),
(465, 'Paper Mario', 1, 1),
(466, 'China', 1, 1),
(467, 'Habbowood', 1, 1),
(468, 'Celebration', 1, 1),
(469, 'Highlighter', 1, 1),
(470, 'Advertisments', 1, 1),
(471, 'Inked', 1, 1),
(472, 'Prices', 1, 1),
(473, 'Tiki', 1, 1),
(475, 'Keep It Real (NOT!)', 1, 1),
(476, 'Japanese', 1, 1),
(479, 'Sparkle', 1, 1),
(480, 'Alphabet Diner Blue', 1, 1),
(481, 'Batman Darknight', 1, 1),
(482, 'Diner', 1, 1),
(483, 'Alphabet Diner Green', 1, 1),
(484, 'St Patrick', 1, 1),
(485, 'Alphabet Diner Red', 1, 1),
(486, 'Alphabet Wood', 1, 1),
(487, 'Sea', 1, 1),
(488, 'Halloween', 1, 1),
(489, 'Valentine', 1, 1),
(490, 'Money', 1, 1),
(491, 'Hockey', 1, 1),
(492, 'Rock', 1, 1),
(493, 'Christmas 07', 1, 1);
/*!40000 ALTER TABLE `cms_stickers_categories` ENABLE KEYS */;
-- Dumping structure for table havana.external_texts
CREATE TABLE IF NOT EXISTS `external_texts` (
`entry` varchar(255) NOT NULL,
`text` text NOT NULL,
KEY `entry` (`entry`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.external_texts: ~45,716 rows (approximately)
DELETE FROM `external_texts`;
/*!40000 ALTER TABLE `external_texts` DISABLE KEYS */;
INSERT INTO `external_texts` (`entry`, `text`) VALUES
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!');
INSERT INTO `external_texts` (`entry`, `text`) VALUES
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!');
INSERT INTO `external_texts` (`entry`, `text`) VALUES
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep'),
('furni_sound_machine_desc', 'Creating fancy sounds'),
('cancel', 'Cancel'),
('furni_hyacinth2_desc', 'Beautiful bulb'),
('nav_venue_library/0_name', 'Habbo Library'),
('furni_waterbowl*1_desc', 'Aqua unlimited'),
('furni_grand_piano*5_desc', 'Why is that key green?'),
('furni_table_plasto_bigsquare*8_name', 'Square Dining Table'),
('furni_nouvelle_trax_name', 'nouvelle_trax'),
('help_choise_header', 'What do you need help with?'),
('furni_bardeskcorner_polyfon*7_name', 'Green Mode Bardesk Corner'),
('furni_pillar*4_name', 'Dark Ages Pillar'),
('furni_queue_tile1*6_desc', 'The power of movement'),
('club_intro_link', 'Learn more about Habbo Club!'),
('furni_sandrug_desc', 'Your own paradise island'),
('poster_10_desc', 'Beautiful sunset'),
('furni_divider_nor1_name', 'Ice Corner'),
('nav_venue_bb_lobby_tournament_6_name', 'Competitie Battle Ball 7'),
('furni_redhologram_desc', 'You\'re her only hope...'),
('poster_38_name', 'Smiling Headbangerz'),
('furni_hc_crtn_name', 'Antique Drapery'),
('furni_barchair_silo*9_name', 'Red Bar Stool'),
('room_badge_visible', 'Visible'),
('furni_sleepingbag*8_name', 'Golden Sleeping Bag'),
('roomevent_invalid_input', 'You must give your event a name and a description.'),
('furni_chair_plasto*14_name', 'HC chair'),
('poster_522_desc', 'The flag of Japan'),
('furni_shelves_norja*2_name', 'Black Bookcase'),
('nav_venue_dusty_lounge_name', 'Dusty Lounge'),
('furni_sound_set_53_desc', 'Break the icy silence'),
('nav_venue_ice_cafe_name', 'Ice Cafe'),
('click', 'OK to continue to the hotel.'),
('nav_venue_sw_lobby_free_2/0_desc', ''),
('furni_rare_dragonlamp*9_name', 'Purple Dragon Lamp'),
('furni_statue_desc', 'Watch out for those arrows!'),
('game_battles_turn', 'TURN'),
('wallitem_jp_sheet3_desc', 'jp_sheet3'),
('furni_edicehc_desc', 'Click and roll!'),
('furni_bed_budget*6_name', 'Blue Pura Double Bed'),
('furni_gothic_sofa*5_desc', 'The dark side of Habbo'),
('furni_scifirocket*5_desc', 'From the unknown depths of space'),
('game_poker_ready', 'READY'),
('furni_queue_tile1*2_name', 'Red Habbo Roller'),
('furni_rare_parasol_desc', 'Zon! Zon! Zon!'),
('transaction_system_sms_dna', 'DNA'),
('furni_bar_polyfon_name', 'Mini-Bar'),
('furni_grand_piano*1_name', 'Turquoise Grand Piano'),
('nav_venue_bb_lobby_expert_4_name', 'Experts Battle Ball 5'),
('bb_link_highscores', 'Highscores'),
('summer_chair_8_desc', 'The summer winds are creeping in'),
('reg_parentemail_title2', 'Email address of parent/guardian:'),
('error_report_explain', 'An error has occurred, please see the error code above.'),
('console_noprofile', 'Habbo Profile Not Found'),
('furni_glass_sofa*3_desc', 'Translucent beauty'),
('furni_romantique_smalltabl*4_desc', 'Why is one leg different?'),
('furni_table_plasto_4leg*14_name', 'HC table'),
('nav_venue_bb_lobby_intermediate_2_name', 'Semi-profs Battle Ball 3'),
('NUF_playing_games_gamerooms_tutor', 'Click the \'Go\' button to go to the Game Lounge.'),
('habboclub_require_parent_permission', 'You need to tick the box to say that you are over 14 years or age, \\ror under 14 and have your parent/guardian\'s permission to join Habbo Club. \\rPlease go back and tick the box.'),
('furni_wooden_screen*1_desc', 'Add an exotic touch to your room'),
('nav_venue_bb_lobby_intermediate_4/0_desc', ''),
('furni_glass_sofa*6_name', 'Blue Glass Sofa'),
('furni_bench_armas_desc', 'To complete the dining set'),
('furni_barchair_silo*2_name', 'Black Bar Stool'),
('nav_venue_bb_lobby_expert_6/0_desc', ''),
('furni_jp_tray2_desc', 'jp_tray2'),
('furni_val_teddy*3_desc', 'The green bear of friendship'),
('transaction_system_sms_win_vodafone', 'Vodafone SMS'),
('furni_glass_sofa_name', 'Glass sofa'),
('console_online', 'online:'),
('poster_2004_desc', 'irie!'),
('x', 'X'),
('nav_venue_habbo_lido/0_desc', 'Pool is open for swimming and diving!'),
('furni_soft_sofachair_norja_name', 'iced sofachair'),
('furni_xmas_cstl_twr_name', 'Ice Castle Tower'),
('nav_venue_park_name', 'Habbo Gardens'),
('recycler_info_open', 'Ecotron is the place to visit if you want to recycle your old Furniture. Simply drag the old Furni from your hand to the empty slots below. Recyclable items display the green recyclable tag in your hand. Please note that you must own the Furniture for at least %quarantine_hours% hour before they can be recycled. Recycling takes a total of %total_hours% hours.'),
('group_window_title', 'Habbo Groups'),
('pet.saying.eat.dog.4', 'Mmmmm..'),
('game_chess', 'Chess'),
('pet.saying.eat.dog.2', 'slurp, slurp, slurp'),
('roomatic_roomdesc', 'Room description:'),
('furni_sofa_polyfon*7_desc', 'Green Mode Sofa'),
('pet.saying.eat.dog.3', 'hrum, umm, umm grrr'),
('pet.saying.eat.dog.0', 'hrum, hrum, crunch!'),
('preview_downloading', 'Preview downloading...'),
('sound_machine_confirm_close_long', 'Are you sure you want to leave the editor without saving the song?'),
('partner_registration_title', 'Hey, I forgot to mention one thing..'),
('pet.saying.eat.dog.1', 'crunch, crunch mmmm'),
('nav_venue_bb_lobby_tournament_12/0_desc', ''),
('furni_carpet_soft*3_name', 'Soft Wool Rug'),
('furni_sound_set_56_name', 'RnB Grooves 2'),
('reg_termslink', 'Terms and Conditions'),
('wallitem_sw_swords_desc', 'Z for Zorro'),
('furni_sleepingbag*10_name', 'Khaki Sleeping Bag'),
('furni_hc_dsk_name', 'Study Desk'),
('furni_chair_silo*8_desc', 'Keep it simple'),
('furni_glass_chair*8_name', 'Glass chair'),
('nav_venue_cafe_ole_name', 'Cafe ole'),
('furni_sleepingbag*5_desc', 'Ultimate coziness'),
('opening_hours_text_closed', 'The Hotel has been closed and will be open to the public again at %h%:%m%.'),
('furni_grunge_bench_desc', 'Laid back seating'),
('BuddyNotHere', 'Offline'),
('furni_noob_lamp*5_desc', 'Get the light right where you want it (pink)'),
('NUH_navigator', 'Use the Navigator to move around. There are literally thousands of rooms to explore!'),
('poster_1338_name', 'Pedobear Seal of Approval'),
('furni_queue_tile1*9_name', 'Green Habbo Roller'),
('furni_habboween_crypt_desc', 'What lurks inside?'),
('furni_sofachair_silo*9_name', 'Red Area Armchair'),
('furni_exe_chair_name', 'Executive Sofa Chair'),
('furni_rare_dragonlamp*6_desc', 'Scary and scorching!'),
('furni_divider_nor2*3_desc', 'Strong, yet soft looking'),
('furni_tile_yell_name', 'Floor Tiles'),
('furni_plant_yukka_name', 'Yukka Plant'),
('furni_wooden_screen*8_desc', 'Add an exotic touch to your room'),
('furni_pillar*8_desc', 'All roads lead to Rome'),
('trading_youoffer', 'You offer:'),
('furni_marquee*8_desc', 'It\'s both door and a shade!'),
('furni_pura_mdl4*9_name', 'Red Pura Module 4'),
('roomatic_congrats', 'Congratulations! You\'re now the proud owner of your own Habbo Hotel room.'),
('furni_tile_marble_name', 'Marble Tile'),
('furni_bed_budget*3_desc', 'King sized comfort!'),
('furni_sound_machine*3_desc', 'Top the Habbo Charts!'),
('nav_venue_bb_lobby_beginner_10_name', 'Beginners Battle Ball 11'),
('nav_venue_bb_lobby_tournament_1/0_desc', ''),
('poster_2000_name', 'Suomen kartta'),
('furni_solarium_norja*3_name', 'Urban Solarium'),
('furni_present_gen3_desc', 'What\'s inside?'),
('furni_glass_stool*4_desc', 'Translucent beauty'),
('int_update_id', 'Update My Habbo ID >>'),
('nav_venue_bb_lobby_beginner_8/0_desc', ''),
('furni_carpet_standard*8_desc', 'Available in a variety of colours'),
('furni_pillar*1_desc', 'Ancient and stately'),
('receive_invitation_text', 'invites you his/her room. Accept invitation?'),
('poll_offer_window', 'Welcome to our poll'),
('furni_table_plasto_bigsquare*5_desc', 'Hip plastic furniture'),
('furni_carpet_standard*1_desc', 'Available in a variety of colours'),
('furni_hologram_name', 'Holopod'),
('nav_venue_bb_lobby_amateur_desc', 'Amateur battle ball!'),
('furni_barchair_silo*6_desc', 'Practical and convenient'),
('furni_divider_nor5_desc', 'Cool cornering for your crib y0!'),
('purse_vouchers_helpbutton', 'More about vouchers >>'),
('furni_shelves_norja*6_desc', 'For nic naks and art deco books'),
('nav_venue_sw_lobby_tournament_5/0_desc', ''),
('furni_chair_basic*4_desc', 'It\'s a cracking design!'),
('nav_hidefull', 'Hide Full Rooms'),
('modtool_ban_computer', 'Ban Computer Also'),
('furni_gothic_sofa*1_name', 'Gothic Sofa Pink'),
('furni_carpet_standard*b_name', 'Floor Rug'),
('queue_line', 'You are queueing right now...'),
('furni_divider_nor1*6_desc', 'Blue Ice corner'),
('nav_search_helptext', 'Looking for something? Here you can search other Habbo\'s rooms. Type the room name or the name of the Habbo to search for a room.'),
('furni_marquee*1_desc', 'It\'s both door and a shade!'),
('furni_rcandleset_desc', 'Simple but stylish'),
('nav_room_banned', 'You are banned from this room.'),
('furni_lamp_armas_name', 'Table Lamp'),
('catalog_costs', '\\x1 costs \\x2 Credits'),
('furni_drinks_desc', 'Are you a slob too?'),
('furni_pura_mdl5*6_name', 'Blue Pura Module 5'),
('summer_chair_1_desc', 'Gotta get up early to get one!'),
('furni_prize3_desc', 'A weighty award'),
('furni_soft_sofa_norja*7_name', 'Rural Iced Sofa'),
('poster_518_name', 'The Welsh flag'),
('furni_sofachair_polyfon*8_name', 'Yellow Mode Armchair'),
('furni_prizetrophy3*3_desc', 'Breathtaking bronze'),
('nav_venue_sw_lobby_amateur_6_name', 'Snow Slingers Lobby'),
('furni_stand_polyfon_z_desc', 'Tidy up'),
('furni_carpet_soft_tut_name', 'Welcome Mat'),
('console_reject_all', 'Reject All'),
('month12', 'December'),
('month11', 'November'),
('help_topics', 'Help Topics:'),
('nav_venue_sw_lobby_beginner_8/0_desc', ''),
('nav_rooms_own', 'Own Room(s)'),
('reg_pwd_note', 'Choose a password that\'s hard to guess! So, don\'t use ANYONES name, or your favorite colour!'),
('furni_wooden_screen*4_name', 'Golden Oriental Screen'),
('nav_venue_sw_lobby_beginner_2/0_desc', ''),
('furni_pillow*6_desc', 'Puffy, soft and huge'),
('furni_bed_polyfon_one*4_desc', 'Beige Mode Single Bed'),
('reg_email_note', 'Please enter your e-mail address, this is important! You\'ll only get customer support and special offers via email, if you enter a valid email address and verify it.'),
('group_admin', 'Administrator'),
('furni_scifirocket*8_name', 'Pluto Smoke Machine'),
('furni_chair_plasto*11_desc', 'Hip plastic furniture'),
('month10', 'October'),
('furni_goth_table_name', 'Gothic table'),
('month05', 'May'),
('month04', 'April'),
('nav_modify_maxvisitors', 'Choose maximum number of visitors'),
('nav_venue_bb_lobby_amateur_2_name', 'Gevorderden Battle Ball 3'),
('month07', 'July'),
('habboclub_price1', '30'),
('month06', 'June'),
('month01', 'January'),
('month03', 'March'),
('month02', 'February'),
('furni_summer_chair*2_desc', 'Pink'),
('month09', 'September'),
('month08', 'August'),
('furni_bardeskcorner_polyfon*4_desc', 'Beige Mode Bardesk Corner'),
('furni_tree6_name', 'Flashy Christmas Tree'),
('furni_arabian_snake_name', 'Ornamental Urn'),
('reg_verification_incorrectPassword', 'Your password was incorrect'),
('NUF_visting_rooms_hotelview_tutor', 'Here we go again. This time we are learning how to visit another Habbos room.'),
('furni_summer_chair*9_desc', 'Got your sunglasses?'),
('furni_safe_silo_name', 'Safe Minibar'),
('furni_throne_name', 'Throne'),
('furni_soft_sofachair_norja*8_desc', 'Yellow Iced Sofachair'),
('NUF_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('nav_venue_picnic/0_desc', 'Don\'t forget to grab a carrot or two!'),
('furni_bardeskcorner_polyfon_name', 'Corner Cabinet/Desk'),
('game_placeship', 'Place your ships:'),
('furni_glass_table*7_desc', 'Habbo Club'),
('poster_13_name', 'BW Skyline Poster'),
('furni_jp_bamboo_name', 'Bamboo Forest'),
('furni_plant_bulrush_name', 'Bulrush'),
('furni_deadduck3_desc', 'With added ectoplasm'),
('win_purse', 'Habbo Purse'),
('furni_jp_tray5_name', 'jp_tray5'),
('furni_hc_tbl_desc', 'Perfect for banquets'),
('furni_shelves_norja_desc', 'For nic naks and art deco books'),
('club_desc_3_period', '6 Months (186 days) = 105 Credits'),
('furni_bed_budget_one*3_name', 'Black Pura Bed'),
('poster_2_name', 'Carrot Plaque'),
('furni_solarium_norja*7_desc', 'Fun in the sun!'),
('poster_2007_name', 'The Father Of Habbo'),
('gs_header_teams', 'Teams'),
('furni_divider_poly3*9_desc', 'Border Control!'),
('gs_button_creategame', 'Create A New Game'),
('furni_sound_set_42_name', 'Haunted Mansion'),
('poll_alert_invalid_selection', 'Please select fewer alternatives'),
('furni_scifirocket*1_name', 'Saturn Smoke Machine'),
('furni_scifidoor*10_name', 'Violet Spaceship Door'),
('furni_sound_set_5_desc', 'The dark side of Habbo'),
('club_confirm_gift_title', 'You have received a Habbo club gift!'),
('bb_info_gamePrice', 'Play now for just 2 tickets.'),
('furni_sound_machine*6_name', 'Purple Traxmachine'),
('wallitem_arabian_swords_desc', 'Not for yielding'),
('furni_divider_nor2*6_name', 'Blue Iced bar desk'),
('nav_venue_sw_lobby_expert_0/0_desc', ''),
('furni_noob_chair*1_name', 'My first Habbo chair'),
('group_room_link', 'Group\'s room: %room_name% >>>'),
('sound_machine_playlist', 'Playlist'),
('nav_venue_bb_arena_2_name', 'Battle Ball Amatöörit'),
('roomatic_create_error', 'Error in room creation process. Please try again!'),
('furni_couch_norja*7_desc', 'Two can perch comfortably'),
('gs_button_spectate', 'Watch Game!'),
('furni_sofachair_silo*6_desc', 'Blue Area Armchair'),
('credit_redeem_button', 'Redeem'),
('furni_valentinescreen_desc', 'Peep through and smile!'),
('poster_511_name', 'The Dutch flag'),
('furni_shelves_armas_name', 'Bookcase'),
('nav_venue_habbo_lido_name', 'Habbo Lido'),
('furni_bed_polyfon*9_name', 'Red Double Bed'),
('furni_sofa_silo*9_name', 'Red Area Sofa'),
('furni_pura_mdl4*6_desc', 'Any way you like it!'),
('console_mainhelptext', 'You can use the Habbo Console to keep in constant contact with your friends using instant messages.'),
('wallitem_jp_ninjastars_name', 'Ninja Stars'),
('ad_note', 'Clicking this advertisement will open a new window'),
('ph_tickets_choise2', 'Buy 20 Tickets for 6 Credits.'),
('ph_tickets_choise1', 'Buy 2 Tickets for 1 Credit.'),
('reg_day', 'Day'),
('nav_venue_cunning_fox_gamehall/2_name', 'Noughts&Crosses'),
('nav_venue_sw_lobby_tournament_6_name', 'Tournament Lobby'),
('furni_noob_lamp*1_name', 'My first Habbo lamp'),
('furni_petfood1_name', 'Bones Mega Multipack'),
('furni_table_silo_med*3_name', 'White Coffee Table'),
('pet.hotwords.jump', 'jump'),
('furni_sleepingbag*1_name', 'Red Sleeping Bag'),
('nav_venue_main_lobby/0_desc', 'The heart of Habbo Hotel'),
('pet_hungry', 'Hunger:'),
('furni_rare_fan*4_name', 'SUPERLOVE Fan'),
('furni_sw_table_name', 'sw_table'),
('furni_CFC_200_moneybag_name', 'Sack of Credits (China)'),
('room_ask_friend', 'Ask to be a Friend'),
('furni_bed_polyfon*2_name', 'Black Mode Double Bed'),
('furni_table_norja_med_desc', 'Elegance embodied'),
('nav_removerights', 'Reset'),
('wallitem_hrella_poster_1_name', 'Porthole'),
('NUF_getting_items_purse_', 'Click this link to open the Habbo Credits page in the website window.'),
('poster_31_name', 'System of a Ban'),
('furni_sound_set_24_name', 'Habbo Sounds 4'),
('furni_chair_basic*7_name', 'chair_basic'),
('poster_56_name', 'Disco Sign'),
('furni_rare_dragonlamp*2_name', 'Jade Dragon Lamp'),
('furni_gothic_stool*4_desc', 'Witches and Warlocks'),
('furni_sofa_silo*2_name', 'Black Two-Seater Sofa'),
('furni_grunge_radiator_name', 'Radiator'),
('nav_venue_bb_lobby_amateur_9_name', 'Gevorderden Battle Ball 10'),
('summer_chair_4_name', 'White Deck Chair'),
('furni_sound_set_49_name', 'Club 4'),
('messenger.email.subject', ''),
('furni_romantique_chair*3_name', 'Turquoise Romantique Chair'),
('furni_s_sound_machine*7_desc', 'Sound Machine Red'),
('furni_table_plasto_round*9_desc', 'Hip plastic furniture'),
('furni_table_plasto_4leg*7_name', 'Occasional table'),
('club_confirm_title', 'You are about to subscribe to Habbo Club. Wise choice!'),
('furni_romantique_pianochair*1_desc', 'Here sat the legend of 1900'),
('furni_sofa_silo*6_desc', 'Blue Area Sofa'),
('nav_venue_bb_lobby_tournament_11_name', 'Competitie Battle Ball 12'),
('furni_rare_icecream*9_desc', 'Virtual bubblegum rocks!'),
('furni_romantique_divider*1_name', 'Rose Quartz Screen'),
('NUF_playing_games_room_ruleslink', 'Click me! But only if you want to read the game FAQs in the website.'),
('furni_chair_silo_name', 'Dining Chair'),
('furni_sound_set_17_desc', 'Jive\'s Alive!'),
('dance_choose', 'Choose Dance'),
('wallitem_industrialfan_name', 'Industrial Turbine'),
('sound_machine_alert_invalid_song_length', 'Can\'t burn an empty song!'),
('furni_pura_mdl1*4_desc', 'Any way you like it!'),
('wallitem_post.it.vd_desc', 'Heart Stickies'),
('catalog_give_petname', 'Type your pet\'s name in the grey box.'),
('furni_pura_mdl2*1_name', 'Aqua Pura Module 2'),
('poster_24_name', 'Hole In The Wall'),
('win_error', 'Notice!'),
('furni_chair_plasto*2_desc', 'Hip plastic furniture'),
('wallitem_xmas_light_desc', 'Xmas light'),
('furni_rubberchair*1_name', 'Blue Inflatable Chair'),
('NUF_getting_room_roommatic_details_tutor', 'Give a name to your room, choose a category and add a description. Don\'t worry, you can change it all later.'),
('furni_divider_poly3*2_desc', 'Black Mode Bardesk Gate'),
('furni_plant_valentinerose*2_desc', 'Your secret love'),
('furni_table_norja_med*7_desc', 'For larger gatherings'),
('furni_carpet_polar_desc', 'For cuddling up on'),
('nav_venue_sw_lobby_free_8/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_summer_grill*1_name', 'Blue Barbeque Grill'),
('furni_chair_norja*7_desc', 'Sleek and chic for each cheek'),
('furni_joulutahti_name', 'Poinsetta'),
('furni_exe_table_name', 'Executive Desk'),
('furni_divider_silo3*8_desc', 'Form following function'),
('furni_gothiccandelabra_name', 'Gothic Candelabra'),
('transaction_system_bibit', 'Credit card'),
('nav_venue_tv_studio/0_desc', 'Sponsored by Bobbanet.com'),
('furni_noob_table*4_desc', 'Lightweight, practical and light blue'),
('furni_bardesk_polyfon*3_desc', 'Perfect for work or play'),
('room_info_rated', 'Room rating:'),
('nav_venue_bb_lobby_beginner_2/0_desc', ''),
('help_emergency_explanation', 'If you are experiencing a situation which is making you feel uncomfortable or unsafe, please give details below and a member of community staff will reply as soon as possible.'),
('furni_divider_nor5*8_desc', 'Cool cornering for your crib y0!'),
('poster_507_name', 'The French Tricolore'),
('nav_privateRooms', 'Rooms'),
('furni_pura_mdl2*5_desc', ''),
('furni_sporttrack3*3_name', 'Sport goal grass'),
('furni_sound_set_10_desc', 'Made from real Boy Bands!'),
('furni_chair_plasto*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja*4_desc', 'Sit back and relax'),
('furni_s_sound_machine*3_name', 'Sound Machine Green'),
('reg_spam', 'Yes, I want to get the occasional email from the Hotel Manager.'),
('shout', 'Shout'),
('NUF_mini_use_console_read_link', 'Click here to view the message.'),
('furni_scifidoor*2_desc', 'There out of this world!'),
('furni_divider_nor3*3_name', 'White Iced Gate'),
('pet_hung_0', 'Empty'),
('furni_table_plasto_square*1_name', 'Occasional Table'),
('pet_hung_6', 'Stuffed'),
('pet_hung_5', 'Full'),
('bb_user_skill', 'Skill Level: \\x\\rScore: \\y'),
('login_welcome', 'Welcome'),
('pet_hung_2', 'Rumbling'),
('pet_hung_1', 'Hungry'),
('poster_20_name', 'Bars'),
('pet_hung_4', 'Satisfied'),
('pet_hung_3', 'Peckish'),
('Alert_WrongNameOrPassword', 'Wrong name or password - please try again!'),
('furni_romantique_pianochair*5_desc', 'I can feel air coming through...'),
('furni_carpet_armas_desc', 'Adds instant warmth'),
('console_removefriend_2', 'from your Friends List?'),
('console_removefriend_1', 'Are you sure you want to remove'),
('furni_rare_parasol*0_name', 'Green Parasol'),
('furni_sound_set_38_name', 'Rock 6'),
('NUF_mini_meet_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('gs_skill_changed_header', 'Congratulations!'),
('furni_chair_plasty*7_name', 'Plastic Pod Chair'),
('furni_safe_silo*5_desc', 'Totally shatter-proof!'),
('furni_divider_silo1*3_name', 'White Corner Shelf'),
('nav_venue_hallway_ii_name', 'Hallway II'),
('cam_release.help', 'Cancel Photo'),
('nav_venue_bb_lobby_amateur_14/0_desc', ''),
('habbo_tv_title', 'Widescreen Habbovision'),
('purse_noevents', 'You haven\'t made any transactions yet. Click the button below to find out how to get Habbo Credits.\\rRemember: you must ask your parents permission before you buy Habbo Credits.'),
('furni_pura_mdl2*8_name', 'yellow pura module 2'),
('furni_CFC_10_coin_bronze_name', 'Bronze Coin (China)'),
('sound_machine_song_remove', 'Remove song'),
('modtool_choose_length', 'Choose Length:'),
('sound_machine_turn_off', 'Switch Off'),
('furni_pura_mdl1*8_desc', ''),
('furni_spyro_desc', 'The stuff of legend'),
('furni_pillow*2_name', 'Red Silk Pillow'),
('furni_table_armas_desc', 'For informal dining'),
('furni_tree3_desc', 'Any presents under it yet?'),
('object_displayer_link_looks', 'Change avatar looks'),
('furni_barrier*2_name', 'White Road Barrier'),
('furni_gothic_chair*5_desc', 'The dark side of Habbo'),
('furni_divider_nor4*4_name', 'Urban Iced Shutter'),
('furni_camera_name', 'Camera'),
('next_arrows', 'Next >>'),
('furni_sound_set_60_desc', 'Love and affection!'),
('furni_bed_polyfon_girl_one_name', 'Single Bed'),
('NUF_mini_meet_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('successfully_purchase_gift_for', 'Successfully purchased gift for user %user%!'),
('poster_49_desc', 'All that glitters...'),
('furni_glass_table*3_name', 'Glass table'),
('furni_divider_silo3*5_desc', 'Pink Area Gate'),
('furni_divider_arm3_name', 'Gate (lockable)'),
('furni_table_plasto_4leg*3_name', 'Round Dining Table'),
('roomatic_roomnumber', 'Room number:'),
('nav_venue_bb_lobby_beginner_5_name', 'Beginners Battle Ball 6'),
('reg_nameAndPassTooSimilar', 'Your name and password are too similar'),
('nav_venue_theatredrome_easter_name', 'Theatredrome Easter'),
('nav_venue_bb_lobby_beginner_11/0_desc', ''),
('furni_fireplace_polyfon_name', 'Fireplace'),
('queue_set.e1.info', 'There are %e1% Habbos in front of you in the queue.'),
('more_info_link', 'Redeem Now'),
('furni_bed_polyfon*6_desc', 'Blue Mode Double Bed'),
('furni_rare_icecream*5_name', 'Vanilla Ice Cream Machine'),
('poster_500_name', 'Union Jack'),
('furni_chair_norja*3_name', 'White Iced Chair'),
('furni_sound_set_31_name', 'Dance 3'),
('furni_pura_mdl3*5_name', 'beige pura module 3'),
('furni_sporttrack2*3_desc', 'null'),
('furni_sound_set_46_desc', 'De bada bada bo!'),
('poster_9_name', 'Rainforest Poster'),
('furni_romantique_pianochair*4_name', 'Amber Piano Stool'),
('poster_515_desc', 'Waved by Swedes everywhere'),
('furni_scifidoor*9_desc', 'There out of this world!'),
('furni_chair_plasty*3_name', 'Plastic Pod Chair'),
('furni_table_plasto_round*5_name', 'Round Dining Table'),
('furni_one_way_door*9_desc', 'One at a time!'),
('furni_calippo_desc', 'Basic model'),
('furni_footylamp_desc', 'Can you kick it?'),
('furni_one_way_door*2_desc', 'One way! The HC way!'),
('furni_arabian_tray4_desc', 'Sweet, juicy and ripe'),
('furni_divider_nor3*7_name', 'Rural Iced gate'),
('furni_couch_norja*3_name', 'White Iced Bench'),
('furni_pillow*9_name', 'Green Wooly Pillow'),
('game_chooseside', 'Choose your side'),
('start', 'Start'),
('furni_toy1*4_desc', 'it\'s bouncy-tastic'),
('roomevent_host', 'Host:'),
('nav_venue_rooftop_rumble_name', 'Rooftop Rumble'),
('nav_venue_bb_lobby_expert_0/0_desc', ''),
('nav_venue_rooftop_rumble_ii/0_desc', 'Are you ready?'),
('error_report_trigger_message', 'Last message ID'),
('furni_sofachair_silo*2_name', 'Black Armchair'),
('furni_noob_chair*5_desc', 'Lightweight, practical, with pink stripes'),
('pet_frnd_0', 'Hostile'),
('furni_noob_rug*3_name', 'My first Habbo rug'),
('pet_frnd_2', 'Suspicious'),
('pet_frnd_1', 'Angry'),
('furni_scifiport*6_desc', 'Energy beams. No trespassers!'),
('pet_frnd_4', 'Calm'),
('pet_frnd_3', 'Cool'),
('pet_frnd_6', 'Warm'),
('pet_frnd_5', 'Friendly'),
('pet_frnd_8', 'Loving'),
('credit_trade_value', 'Includes credit furnis worth %value% credits.'),
('pet_frnd_7', 'Affectionate'),
('pet_frnd_9', 'Loyal'),
('NUF_getting_items_purse_tutor', 'Your Purse tells you how many Habbo Credits you have. If you have a voucher code you can redeem it here by clicking the \'Vouchers\' button.'),
('furni_chair_norja*6_name', 'Blue Chair'),
('sound_machine_alert_machine_full', 'You already have 4 Traxpacks loaded. Eject one before adding a new Traxpack.'),
('nav_venue_club_mammoth/0_desc', 'Monumental and magnificent. For Habbo Club members only.'),
('NUF_getting_room_hand_tutor', 'This is your hand. It contains all your furniture. I have given you a rug so that you can place it in your room- click and drag it to set it down.'),
('reg_check_name', 'Name'),
('furni_glass_stool*7_name', 'Green Glass Stool'),
('poster_504_name', 'The Bundesflagge'),
('poster_42_desc', 'Not something you want to run into'),
('pet.saying.sleep.dog.6', '*dreaming*'),
('pet.saying.sleep.dog.5', 'Zzzzz wuff! zzzzz'),
('pet.saying.sleep.dog.4', 'hrrrrr...murrmm..'),
('furni_pura_mdl4*2_desc', 'Any way you like it!'),
('pet.saying.sleep.dog.3', 'bzz.. oof oof'),
('furni_sofa_silo*5_name', 'Pink Area Sofa'),
('pet.saying.sleep.dog.2', 'hrrr.. hrrr'),
('pet.saying.sleep.dog.1', 'bzz.. bzzzzz'),
('furni_petfood4_name', 'T-Bones Mega Multipack'),
('nav_venue_club_mammoth_name', 'Club Mammoth'),
('ph_keys_dive', 'Diving moves:'),
('furni_noob_table*3_name', 'My first Habbo table'),
('furni_romantique_divan*5_desc', 'Is that a cape hanging there?'),
('furni_table_plasto_round*8_name', 'Round Dining Table'),
('furni_rare_fan*1_name', 'Blue Powered Fan'),
('reg_forcedupdate2', 'Update your Habbo info'),
('furni_table_plasto_square*4_name', 'Square Dining Table'),
('NUF_playing_games', 'Playing games'),
('furni_prizetrophy2*2_name', 'Duck trophy'),
('reg_forcedupdate3', 'The Habbo Hotel management requires all Habbos to read and agree to the service Terms and Conditions. It won\'t take long.\\rJust go through the registration, check your info and agree to the new terms. Thank you!'),
('nav_venue_sw_lobby_tournament_2_name', 'Tournament Lobby'),
('furni_carpet_standard*4_name', 'Floor Rug'),
('furni_s_sound_machine*6_name', 'Sound Machine Purple'),
('furni_prizetrophy5*1_desc', 'Glittery gold'),
('furni_table_plasto_square_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_beginner_2_name', 'Beginners Battle Ball 3'),
('furni_rubberchair*4_name', 'Ocean Inflatable Chair'),
('furni_divider_poly3*5_desc', 'Keep the Pink in!'),
('furni_arabian_teamk_name', 'Tea Maker'),
('room_name', 'Room:'),
('nav_venue_chill/0_desc', 'Come chill in the Zen Garden!'),
('furni_summer_grill*4_name', 'Green Barbeque Grill'),
('poster_1001_desc', 'even walls have ears'),
('furni_rare_icecream*8_name', 'Peppermint Ice Cream Machine'),
('furni_safe_silo*9_desc', 'Totally shatter-proof!'),
('sound_machine_song_save', 'Save song'),
('NUF_getting_room_navigator_ownrooms', 'Click the \'Own Room(s)\' tab to see your rooms.'),
('furni_gothic_chair*1_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*8_name', 'Square Dining Table'),
('furni_safe_silo*2_desc', 'Totally shatter-proof!'),
('roomevent_create_description', 'Describe your event'),
('purse_vouchers_success', 'Voucher was successfully redeemed. You have the Credits.'),
('furni_gothic_carpet2_name', 'Dungeon Floor'),
('furni_sofa_polyfon*3_name', 'White Two-seater Sofa'),
('furni_romantique_tray2_name', 'Treats Tray'),
('nav_modify_doorstatus_locked', 'Locked (visitors have to ring the bell)'),
('NUF_visiting_rooms_categorylist_open', 'Click the \'Open\' button to open a category.'),
('room_doorbell', 'Rings the doorbell - Open the door?'),
('furni_sound_set_45_name', 'Lost_Beatness'),
('nav_deleteroom', 'Delete'),
('furni_barchair_silo_name', 'Bar Stool'),
('furni_chair_plasto*5_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_14_name', 'Competitie Battle Ball 15'),
('furni_pura_mdl1*1_desc', 'Any way you like it!'),
('furni_rare_snowrug_desc', 'Chilled Elegance'),
('poster_35_desc', 'The Hotel\'s girlband. Dream on!'),
('furni_glass_stool_desc', 'Translucent beauty'),
('furni_rare_fan*8_name', 'Habbo Wind Turbine'),
('furni_menorah_desc', 'Light up your room'),
('furni_table_silo_small*7_desc', 'Green Area Occasional Table'),
('furni_divider_silo1*7_name', 'Green Area Corner Shelf'),
('furni_romantique_divan*1_desc', 'null'),
('furni_table_plasto_round*1_name', 'Round Dining Table'),
('reg_changeEmail', 'Change your email'),
('hobba_mark_normal', 'Send To Helpers'),
('nav_venue_bb_lobby_tournament_8/0_desc', ''),
('ph_tickets_have2', 'Tickets'),
('nav_venue_sw_lobby_intermediate_0/0_desc', ''),
('ph_tickets_have1', 'You Have'),
('furni_bardesk_polyfon*7_desc', 'Green Mode Bardesk'),
('console_inprivateroom', 'In A Guest Room'),
('furni_sound_set_35_name', 'Dance 6'),
('GoAway', 'Leave The Room'),
('room_kick', 'Kick'),
('furni_rubberchair*8_name', 'Black Inflatable Chair'),
('poster_6_name', 'Abstract Poster'),
('hubu_t1_3', ''),
('NUF_meeting_people', 'Meeting people'),
('nav_venue_bb_lobby_amateur_4/0_desc', ''),
('nav_venue_bb_game/0_name', 'Battle Ball Arena'),
('furni_pudding_name', 'Christmas Pudding'),
('furni_tile_red_name', 'Floor Tiles'),
('catalog_typeurname', 'Type your greetings here\\r(don\'t forget to put your name!):'),
('furni_house2_name', 'Gingerbread House'),
('hubu_t1_1', 'Kaupunkien pu_t2_2=Katso onko kotisi l_1=Tietoa Hubusta'),
('furni_glass_table*4_desc', 'Translucent beauty'),
('hubu_t1_2', ''),
('nav_venue_club_massiva/1_name', 'Chill-out Room'),
('furni_scifiport*2_desc', 'Get in the ring!'),
('furni_traffic_light*4_name', 'Yellow Traffic Light'),
('furni_tree2_name', 'Old Christmas Tree'),
('furni_noob_stool*4_name', 'My first Habbo stool'),
('done', 'Done'),
('furni_goodie1*1_name', 'Marzipan Man'),
('nav_venue_bb_lobby_tournament_18/0_desc', ''),
('poster_17_name', 'Butterfly Cabinet 1'),
('furni_summer_chair*5_name', 'Deck Chair'),
('furni_prizetrophy*1_name', 'Classic trophy'),
('furni_easterduck_desc', 'Can you tell what it is yet?'),
('furni_barrier*3_desc', 'No trespassing, please!'),
('furni_table_plasto_bigsquare*1_name', 'Square Dining Table'),
('club_general_infolink', 'More Info About Habbo Club >>'),
('furni_chair_silo*4_name', 'Beige Silo Dining Chair'),
('roomatic_givename', 'Give your room a name!'),
('furni_rare_icecream*1_name', 'Blueberry Ice Cream Machine'),
('roomatic_open', 'Door open'),
('NUF_getting_items_catalogue_tutor', 'Big! You can browse the products by clicking on the categories. There are loads of different types of furniture to decorate your room.'),
('furni_marquee*4_name', 'Yellow Marquee'),
('furni_bed_polyfon_one*7_name', 'Green Mode Single Bed'),
('gs_button_go_started', 'Watch'),
('poster_27_name', 'Holly Bundle 3'),
('furni_divider_nor2*7_desc', 'No way through'),
('furni_glass_chair*5_desc', 'Translucent beauty'),
('nav_venue_basement_lobby_name', 'Basement Lobby'),
('pick_furniture', 'Put Furni In Hand'),
('nav_venue_bb_lobby_beginner_18/0_desc', ''),
('furni_pura_mdl2*4_name', 'White Pura Module 2'),
('club_status_title', 'You are currently a member of Habbo Club.'),
('furni_rare_elephant_statue_name', 'Golden Elephant'),
('furni_toy1*1_desc', 'it\'s bouncy-tastic'),
('reg_doneheader', 'Congratulations!\\rYou\'re a Habbo!'),
('furni_present_gen6_name', 'Gift'),
('furni_noob_chair*2_desc', 'Lightweight, practical, with dark blue stripes'),
('furni_sofachair_silo*5_name', 'Pink Area Armchair'),
('BuddyNow', 'now:'),
('furni_pura_mdl5*3_desc', 'Any way you like it!'),
('furni_prizetrophy6*1_name', 'Champion trophy'),
('BuddyEntry', 'On Hotel View'),
('furni_scifiport*9_desc', 'Energy beams. No trespassers!'),
('furni_table_polyfon_small_desc', 'For serving a stylish latte'),
('furni_exe_rug_name', 'Executive Rug'),
('nav_venue_the_dirty_duck_pub_name', 'The Dirty Duck Pub'),
('nav_venue_bb_lobby_beginner_9_name', 'Beginners Battle Ball 10'),
('nav_venue_sw_lobby_beginner_5_name', 'Snow Rookies Lobby'),
('furni_pura_mdl5*2_name', 'Pink Pura Module 5'),
('furni_bardeskcorner_polyfon*7_desc', 'Green Mode Bardesk Corner'),
('alert_donate_content', 'The other Habbo has not put anything into the trade. Are you sure you want to give away your furni?'),
('furni_hc_rllr_name', 'HC Rollers Set'),
('furni_divider_nor1_desc', 'Looks squishy, but isn\'t'),
('furni_nouvelle_trax_desc', ''),
('wallitem_jp_sheet3_name', 'jp_sheet3'),
('furni_hyacinth2_name', 'Blue Hyacinth'),
('furni_sound_machine_name', 'Sound Machine'),
('console_getmessage_sender', 'Sender:'),
('furni_sandrug_name', 'Tropical Beach Rug'),
('nav_updatenote_header', 'Note!'),
('furni_pillar*4_desc', 'From the time of the Kick Warz'),
('furni_waterbowl*1_name', 'Red Water Bowl'),
('furni_grand_piano*5_name', 'Onyx Grand Piano'),
('furni_redhologram_name', 'Holo-girl'),
('sound_machine_alert_playlist_full', 'Could not save playlist! Playlists can have only %count% songs.'),
('nav_rooms_search', 'Search'),
('nav_venue_cunning_fox_gamehall/5_name', 'Poker'),
('nav_venue_habbo_lido_ii_name', 'Habbo Lido II'),
('furni_barchair_silo*9_desc', 'Practical and convenient'),
('pet_nature', 'Nature:'),
('furni_wood_tv_name', 'Large TV'),
('poster_2008_desc', 'Once every four Habbo years!'),
('poster_38_desc', 'For really TOUGH Habbos!'),
('nav_venue_bb_lobby_expert_0_name', 'Expert'),
('furni_chair_plasto*14_desc', 'Aqua chair'),
('furni_queue_tile1*6_name', 'Blue Habbo Roller'),
('poster_522_name', 'The flag of Japan'),
('furni_chair_basic*3_name', 'Black Pura Egg Chair'),
('nav_venue_pizza_desc', 'Tunnelmallinen pizzapaikka kiireettömään nautiskeluun.'),
('furni_jp_tray6_desc', 'jp_tray6'),
('furni_hc_btlr_desc', 'Your personal caretaker'),
('furni_song_disk_desc', 'Burn, baby burn'),
('furni_deadduck2_name', 'Dead Duck 2'),
('furni_statue_name', 'Cupid Statue'),
('furni_scifirocket*5_name', 'Uranus Smoke Machine'),
('nav_gobutton', 'Go'),
('recycler_furni_not_recyclable', 'This Furniture cannot be recycled. Please only use Furniture that has the recyclable tag in your hand.'),
('furni_gothic_sofa*5_name', 'Green Gothic Sofa'),
('furni_sound_set_32_desc', 'Piano concert set'),
('furni_chair_plasto*10_name', 'Chair'),
('nav_venue_bb_lobby_tournament_2_name', 'Competitie Battle Ball 3'),
('furni_grand_piano*1_desc', 'Turquoise Grand Piano'),
('buddyremove_windowheader', 'Your friends list is full.'),
('furni_pillar*0_name', 'Greek Pillar'),
('gs_title_countdown', 'Game Is About To Begin'),
('furni_glass_sofa*3_name', 'Glass sofa'),
('furni_hc_crtn_desc', 'Topnotch privacy protection'),
('furni_waterbowl*5_desc', 'Aqua unlimited'),
('furni_table_silo_small*4_desc', 'Beige Area Occasional Table'),
('furni_jp_tray2_name', 'jp_tray2'),
('furni_rare_moonrug_desc', 'Desolation rocks!'),
('furni_val_teddy*3_name', 'Green Share Bear'),
('furni_sleepingbag*10_desc', 'Ultimate coziness'),
('furni_bar_polyfon_desc', 'You naughty Habbo!'),
('furni_sofachair_polyfon*2_desc', 'Black Mode Armchair'),
('furni_exe_sofa_name', 'Executive 3-Seater Sofa'),
('furni_divider_silo1*4_desc', 'Beige Area Corner Shelf'),
('poster_2004_name', 'Rasta Poster'),
('furni_bench_armas_name', 'Bench'),
('furni_soft_sofachair_norja_desc', 'Soft iced sofachair'),
('nav_venue_bb_lobby_beginner_14_name', 'Beginners Battle Ball 15'),
('gs_button_rejoin', 'Play again!'),
('furni_marquee*8_name', 'Ultramarine Marquee'),
('furni_tile_marble_desc', 'Slick sophistication; now 10% off!'),
('hubu_info_url_1', 'http://www.habbohotel.co.uk/habbo/en/help/12'),
('console_requests', 'Friend Request(s)'),
('furni_sleepingbag*4_name', 'Army Sleeping Bag'),
('furni_plant_yukka_desc', 'Easy to care for'),
('NUF_getting_room_own_rooms_createroom', 'Empty? That\'s because you don\'t have any rooms yet. If it isn\'t empty then you already have made a room, which makes me wonder...'),
('furni_glass_sofa*6_desc', 'Translucent beauty'),
('ph_exit', 'Exit In Normal Clothes'),
('pet_race_0_024', 'Black-eyed Boxer'),
('furni_marquee*7_name', 'Purple Marquee'),
('pet_race_0_023', 'Dotty Dalmatian'),
('recycler_info_timeout', 'Your recycling was completed, but you did not accept it in time. Please press the cancel button below to have your recyclable items restored to your hand. To recycle these items you will need to begin the process again.'),
('pet_race_0_022', 'Schnitzel Snatcher'),
('hubu_info_url_2', 'http://www.talktofrank.com/'),
('pet_race_0_021', 'Loyal Labrador'),
('nav_venue_snowwar_lobby/0_desc', 'Snow Storm LobbyCome and be a Snow Stormer!'),
('pet_race_0_020', 'Patchy Pup'),
('furni_chair_plasto*8_name', 'Chair'),
('furni_sofachair_silo*9_desc', 'Red Area Armchair'),
('nav_venue_bb_lobby_beginner_17/0_desc', ''),
('furni_hc_dsk_desc', 'For Habbo scholars'),
('furni_wooden_screen*8_name', 'Night Blue Oriental Screen'),
('gs_lounge_skill_no_min', 'No minimum'),
('summer_chair_8_name', 'Yellow Deck Chair'),
('gs_score_tie', 'The game ended in a tie!'),
('nav_people', 'Who\'s in here?'),
('furni_gothic_sofa*2_desc', 'Stylish seating for two'),
('furni_summer_chair*8_name', 'Yellow Deck Chair'),
('roomatic_roomname', 'Room name:'),
('furni_ham_desc', 'Tuck in'),
('nav_venue_star_lounge_desc', 'Is there a VIP visitor in the hotel?'),
('furni_bardeskcorner_polyfon*3_name', 'White Corner Desk'),
('gs_specnum', 'Number of spectators: \\x'),
('furni_bed_budget*3_name', 'Black Pura Double Bed'),
('furni_shelves_norja*6_name', 'Blue Bookcase'),
('partner_registration_link', 'Finish registration'),
('furni_pillar*1_name', 'Pink Marble Pillar'),
('reg_olderage', 'I am 11 or older'),
('furni_glass_stool*4_name', 'Glass stool'),
('back', 'Back'),
('furni_tile_yell_desc', 'In a choice of colours'),
('club_confirm_text3', 'Buy more and pay less: 6 Months (186 days) of Habbo Club cost only 105 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_sofa_silo_desc', 'Cushioned, understated comfort'),
('club_confirm_text1', '1 Habbo Club Month (31 days) costs 25 Credits. You have %credits% Credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('club_confirm_text2', 'Buy more and pay less: 3 Months (93 days) of Habbo Club cost only 60 Credits. You have %credits% credits in your Purse.\\r\\r After buying the membership, you will immediately be part of the Habbo VIP Community.'),
('furni_carpet_legocourt_name', 'Basketball Court'),
('furni_present_gen3_name', 'Gift'),
('furni_sound_set_2_desc', 'Get the party started!'),
('furni_barchair_silo*6_name', 'Blue Bar Stool'),
('furni_arabian_bigtb_name', 'Amanjena Table'),
('interface_icon_catalog', 'Catalogue, furnishing your room'),
('furni_hologram_desc', 'As if by magic...'),
('nav_venue_sw_lobby_expert_1/0_desc', ''),
('furni_carpet_standard*1_name', 'Floor Rug'),
('nav_owner', 'Owner'),
('furni_glass_chair*2_desc', 'Translucent beauty'),
('furni_rcandleset_name', 'Red Candle Plate'),
('furni_divider_nor1*6_name', 'Blue Ice corner'),
('nav_private_helptext_hd', 'Rooms'),
('furni_sound_set_27_name', 'Groove 2'),
('furni_drinks_name', 'Empty Cans'),
('pet.saying.eat.cat.0', 'mmm...thumm, thumm'),
('gs_title_nextround', 'Next game...'),
('pet.saying.eat.cat.1', 'lap, lap, lap, lap'),
('furni_scifirocket*9_desc', 'Something fishy is going on...'),
('pet.saying.eat.cat.2', '*munch, munch*'),
('pet.saying.sleep.dog.0', 'zzZZZzzz'),
('furni_noob_lamp*4_name', 'My first Habbo lamp'),
('nav_venue_sw_lobby_beginner_8_name', 'Snow Rookies Lobby'),
('nav_venue_library/0_desc', 'Time to catch up on some studying'),
('camera_dialog_open', 'Shoot'),
('furni_lamp_armas_desc', 'Ambient lighting is essential'),
('buddyremove_pleasewait', 'Please wait a second...'),
('friend_request_options', 'Advanced options.'),
('transaction_system_web_internal', 'Housekeeping purchase'),
('furni_rare_dragonlamp*5_name', 'Elf Green Dragon Lamp'),
('furni_bar_chair_armas_desc', 'The ultimate recycled furniture'),
('room_ignore', 'Shutup'),
('poster_518_desc', 'A fiery dragon for your wall'),
('furni_soft_sofa_norja*7_desc', 'Sit back and relax'),
('object_displayer_show_tags', 'Show tags'),
('furni_goth_table_desc', 'The dark side of Habbo'),
('club_txt_changesubscr', 'Change subscription'),
('Alert_RememberSetYourPassword', 'Please check your password'),
('reg_verification_checking', 'Checking...'),
('furni_silo_studydesk_desc', 'For the true Habbo Scholars'),
('room_give_rights', 'Give rights'),
('furni_CF_50_goldbar_name', 'Gold Bar'),
('furni_rom_lamp_name', 'Crystal Lamp'),
('furni_sofachair_polyfon*8_desc', 'Yellow Mode Armchair'),
('furni_deadduck3_name', 'Dead Duck 3'),
('furni_bed_polyfon_one*4_name', 'Beige Mode Single Bed'),
('furni_noob_stool*1_desc', 'Unfold me and take the weight off (orange)'),
('furni_stand_polyfon_z_name', 'Shelf'),
('furni_prize3_name', 'Bronze Trophy'),
('club_status_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_table_plasto_bigsquare*9_desc', 'Hip plastic furniture'),
('furni_wooden_screen*4_desc', 'Add an exotic touch to your room'),
('furni_sound_set_52_name', 'Christmas Party'),
('furni_CF_1_coin_bronze_name', 'Bronze Coin'),
('furni_tile_brown_name', 'Red Tile'),
('nav_venue_bb_lobby_intermediate_5/0_desc', ''),
('nav_venue_picnic/0_name', 'Picnic Garden'),
('furni_sound_set_50_desc', 'The harder generation'),
('furni_lamp2_armas_name', 'Lodge Candle'),
('registration_disabled_text', 'You can\'t create new Habbos at the moment. Please try again [some date]..'),
('catalog_selectproduct', 'Select product:'),
('transaction_system_sms_telia', 'Telia'),
('nav_venue_bb_lobby_intermediate_5_name', 'Semi-profs Battle Ball 6'),
('furni_christmas_sleigh_name', 'Winter Sleigh'),
('furni_scifirocket*8_desc', 'From a space far, far away!'),
('furni_bed_budget*9_name', 'Red Pura Double Bed'),
('poster_2000_desc', 'Suomen kartta'),
('help_emergency_whathappens', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('purse_coins', 'Habbo Credits'),
('furni_marquee*5_desc', 'It\'s both door and a shade!'),
('club_txt_whatis', 'What is Habbo Club?'),
('furni_present_gen2_name', 'Gift'),
('trading', 'Trading'),
('furni_sofa_silo*9_desc', 'Red Area Sofa'),
('furni_summer_chair*9_name', 'Red Deck Chair'),
('furni_shelves_armas_desc', 'For all those fire-side stories'),
('purse_buy_coins', 'Buy Credits'),
('room_confirmPlace', 'Are you sure?'),
('furni_queue_tile1*3_desc', 'The power of movement'),
('furni_soft_sofachair_norja*8_name', 'Yellow Iced Sofachair'),
('furni_arabian_snake_desc', 'Beware the snake!'),
('nav_venue_sw_lobby_tournament_6/0_desc', ''),
('NUF_about_hotel', 'What\'s Habbo about?'),
('furni_bardeskcorner_polyfon_desc', 'Tuck it away'),
('furni_bardeskcorner_polyfon*4_name', 'Beige Mode Bardesk Corner'),
('poster_13_desc', 'Arty black and white'),
('nav_venue_bb_lobby_beginner_9/0_desc', ''),
('nav_modify_nameshow', 'Show your name in the room info'),
('NUF_mini_use_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_1005_desc', 'The muscly movie hero'),
('wallitem_jp_sheet2_name', 'jp_sheet2'),
('furni_xmas_cstl_gate_desc', 'Let that icy draft out!'),
('NUF_groups_url', 'http://d16-1.web.varoke.net/home/group-tutorial'),
('furni_jp_irori_name', 'Irori'),
('furni_jp_bamboo_desc', 'Watch out for pandas!'),
('furni_christmas_reindeer_name', 'Reindeer'),
('furni_glass_chair*4_name', 'Glass chair'),
('furni_jp_tray5_desc', 'jp_tray5'),
('furni_table_plasto_4leg*4_desc', 'Hip plastic furniture'),
('NUF_getting_items_catalogue_purse', 'Click to open your Purse and find out how to get some Habbo Credits . You can use these to buy stuff!'),
('furni_hc_tbl_name', 'Nordic Table'),
('furni_bed_budget_one*6_name', 'Blue Pura Bed'),
('furni_solarium_norja*7_name', 'Rural Solarium'),
('console_newmessages', 'New Message(s)'),
('poster_2_desc', 'Take pride in your veg!'),
('furni_xmas_cstl_twr_desc', 'All I see from up here is snow!'),
('hubu_info', 'Welcome to the FRANK Infobus! For the next three months FRANK advisors who know a lot about drugs, their effects and the risks involved, will be stepping aboard the Infobus to offer advice and support to any Habbo that wants to visit the bus. For more information click the link below:'),
('furni_bardesk_polyfon*6_name', 'Blue Mode Bardesk'),
('furni_summer_pool*3_name', 'Green Summer Pool'),
('furni_pura_mdl3*8_name', 'yellow pura module 3'),
('furni_valentinescreen_name', 'Holiday Romance'),
('furni_rare_beehive_bulb*1_desc', 'A honey-hued glow'),
('gs_link_gamerules', 'Game Rules'),
('nav_venue_bb_lobby_tournament_11/0_desc', ''),
('sound_machine_song_info', 'Song Info'),
('wallitem_arabian_swords_name', 'Ancestral Scimitars'),
('furni_one_way_door*6_desc', 'One way! The HC way!'),
('furni_table_plasto_round*2_desc', 'Hip plastic furniture'),
('credit', 'Credit'),
('gs_lounge_skill_no_max', 'Infinite'),
('furni_wall_china_desc', 'For your great wall'),
('NUF_visiting_rooms_roomlist_add to fav', 'After clicking on a room you can click this button here to add it to favourites.'),
('furni_carpet_polar*3_name', 'Yellow Bear Rug'),
('poster_46_desc', 'Twinkle, twinkle'),
('furni_petfood1_desc', 'Fantastic 20% Saving!'),
('url_nobalance', 'http://%predefined%/credits?'),
('furni_sofachair_silo*6_name', 'Blue Area Armchair'),
('furni_noob_chair*1_desc', 'Lightweight, practical and yellow'),
('nav_venue_bb_lobby_expert_7/0_desc', ''),
('furni_pura_mdl1*7_name', 'Green Pura Module 1'),
('furni_table_silo_small*6_name', 'Blue Area Occasional Table'),
('club_thanks_title', 'Congratulations! You are now a member of Habbo Club.'),
('furni_legotrophy_name', 'Basketball Trophy'),
('roomatic_createyrown', 'Create Your Own Room'),
('console_report_remove', 'Remove'),
('furni_sound_set_42_desc', 'Bumps and Chills'),
('furni_divider_nor5*5_desc', 'Cool cornering for your crib y0!'),
('furni_rare_icecream*2_desc', 'Virtual pistachio rocks!'),
('furni_pura_mdl4*6_name', 'Blue Pura Module 4'),
('club_button_close', 'Close Window'),
('wallitem_md_can_name', 'Bubble Juice Can'),
('furni_prizetrophy7_desc', 'Palkinto'),
('nav_venue_cunning_fox_gamehall/2_desc', 'Keep your head down, it\'s bombs away'),
('poster_28_desc', '10 x Silver Tinsel'),
('furni_rare_dragonlamp*2_desc', 'Oriental beast of legends'),
('furni_glass_sofa*2_name', 'Glass sofa'),
('modtool_hours', 'Hours'),
('nav_venue_emperors_name', 'Emperor\'s hall'),
('catalog_buyingSuccesfull', 'Buying Successful!'),
('console_concurrency_error', 'There was a concurrency error while modifying friend list'),
('furni_table_silo_med*3_desc', 'Wipe clean and unobtrusive'),
('furni_sleepingbag*8_desc', 'Ultimate coziness for SnowStorm winners'),
('poster_508_desc', 'The flag of Spain'),
('furni_goodie1*2_desc', 'Crunchy Dog Treat'),
('nav_venue_sw_lobby_free_3/0_desc', ''),
('furni_chair_basic*7_desc', ''),
('room_take_rights', 'Remove Rights'),
('furni_hc_bkshlf_desc', 'For the scholarly ones'),
('furni_bed_polyfon*2_desc', 'Black Mode Double Bed'),
('furni_table_plasto_4leg_name', 'Occasional Table'),
('furni_bed_budget*7_desc', 'King sized comfort!'),
('win_partner_registration', 'Partner registration'),
('summer_chair_4_desc', 'Please tan responsably'),
('furni_table_norja_med_name', 'Coffee Table'),
('nav_venue_club_massiva/2_desc', 'Make all the right moves'),
('furni_divider_silo1_desc', 'Neat and natty'),
('hobba_send_reply', 'Send Alert'),
('shopping_nocash', 'You don\'t have enough Credits in your Purse.\\r Click \'OK\' to see the different ways of\\rgetting Habbo Credits.'),
('furni_divider_poly3*9_name', 'Red Hatch'),
('furni_rare_fountain*1_desc', 'For our feathered friends'),
('poster_56_desc', 'Serious partying going on!'),
('furni_scifiport*6_name', 'White Sci-Fi Port'),
('furni_rclr_garden_desc', 'Self watering'),
('furni_arabian_tray1_desc', 'Tea for every occasion'),
('furni_rare_fountain*3_name', 'Bird Bath (blue)'),
('furni_romantique_pianochair*1_name', 'Rose Quartz Piano Stool'),
('furni_romantique_divider*1_desc', 'Beauty lies within'),
('wallitem_post.it.vd_name', 'Heart Stickies'),
('wallitem_torch_desc', 'The dark side of Habbo'),
('roomatic_namedisplayed', 'Do you want your name to be displayed with the room?'),
('furni_grunge_candle_name', 'Candle Box'),
('furni_sound_set_17_name', 'Groove 3'),
('furni_prizetrophy3*2_name', 'Globe trophy'),
('furni_chair_silo_desc', 'Keep it simple'),
('nav_venue_sw_lobby_beginner_7/0_desc', ''),
('nav_venue_sw_lobby_beginner_3/0_desc', ''),
('furni_hc_trll_name', 'Drinks Trolley'),
('furni_bed_polyfon_one*7_desc', 'Green Mode Single Bed'),
('furni_chair_plasto*2_name', 'Chair'),
('furni_pura_mdl1*4_name', 'White Pura Module 1'),
('furni_gothiccandelabra_desc', 'The dark side of Habbo'),
('NUH_chat', 'Click here and type to chat to other Habbos.'),
('furni_plant_valentinerose*2_name', 'White Valentine Rose'),
('reg_privacypledge', 'Privacy Pledge'),
('furni_exe_table_desc', 'Take a memo, Featherstone'),
('hubu_info_link2', 'FRANK Website'),
('furni_prizetrophy4*3_name', 'Fish trophy'),
('furni_hc_chr_desc', 'Royal comfort'),
('hubu_info_link1', 'FRANK Infobus Information'),
('sound_machine_your_songs', 'Traxmachine Songs'),
('furni_active_placeholder_name', 'This furniture is downloading...'),
('furni_divider_silo3*8_name', 'Yellow Area Gate'),
('NUF_visiting_rooms_categorylist_tutor', 'There are so many Guest Rooms we thought it would be a "hoot" to divide them into categories. Select a category to view its contents.'),
('furni_sofa_silo*6_name', 'Blue Area Sofa'),
('club_extend_failed', 'Sorry, we were unable to process the purchase. No Credits were charged!'),
('furni_soft_sofa_norja*4_name', 'Urban Iced Sofa'),
('furni_sporttrack3*3_desc', 'null'),
('furni_sound_set_1_name', 'Habbo Sounds 1'),
('furni_pura_mdl2*5_name', 'beige pura module 2'),
('nav_venue_sw_lobby_intermediate_1/0_desc', ''),
('furni_safe_silo*8_name', 'Yellow Safe Minibar'),
('trading_agrees', 'agrees'),
('alert_needpermission', 'You need your parent or guardian\'s permission to spend time in Habbo Hotel.'),
('nav_modify', 'Modify'),
('furni_noob_stool*4_desc', 'Unfold me and take the weight off (light blue)'),
('catalog_length_trophymsg', 'Oops, your inscription is too long, so it won\'t fit on the trophy. \\rPlease type something shorter.'),
('furni_s_sound_machine*3_desc', 'Sound Machine Green Desc'),
('club_member', 'Member'),
('modtool_ban_ip', 'Ban IP Also'),
('bb_link_gamerules', 'Spelregels'),
('furni_carpet_armas_name', 'Hand-Woven Rug'),
('furni_rubberchair*5_desc', 'Soft and tearproof!'),
('furni_table_plasto_square*1_desc', 'Hip plastic furniture'),
('furni_divider_nor3*3_desc', 'Do go through...'),
('nav_venue_habburger\'s/0_desc', 'Get food here!'),
('reg_linkstitle', 'Full version of the documents:'),
('roomevent_browser_title', 'Events'),
('roomatic_security', 'Security'),
('furni_table_plasto_4leg*7_desc', 'Hip plastic furniture'),
('furni_table_plasto_round*14_desc', 'Hip plastic furniture'),
('furni_sound_set_38_desc', 'Rock and Roses!'),
('furni_rare_parasol*0_desc', 'Block those rays!'),
('furni_pura_mdl3*6_desc', 'Any way you like it!'),
('NUF_console', 'Learn about messaging'),
('poster_45_name', 'Skeleton'),
('furni_pura_mdl3*9_desc', 'Any way you like it!'),
('pet_age', 'Age:'),
('poster_48_name', 'Large gold star'),
('open', 'Open'),
('gs_3min', '3min'),
('wallitem_habw_mirror_name', 'Habbowood Mirror'),
('furni_carpet_polar*4_desc', 'Snuggle up on a Funky bear rug...'),
('furni_table_armas_name', 'Dining Table'),
('sw_gameprice', 'Play now for just 2 tickets!'),
('furni_divider_nor5*4_name', 'Urban Iced Angle'),
('navigator', 'Hotel Navigator'),
('furni_pillow*2_desc', 'Puffy, soft and huge'),
('purse_vouchers_checking', 'Checking code, please wait...'),
('furni_noob_rug*4_desc', 'Nice and neat sisal rug with light blue edging'),
('furni_safe_silo*5_name', 'Pink Safe Minibar'),
('nav_venue_the_dirty_duck_pub/0_desc', 'The perfect place to chill!'),
('furni_CFC_10_coin_bronze_desc', 'Worth 10 Credits'),
('furni_teleport_door_desc', 'Magic doorway to anywhere!'),
('furni_bardesk_polyfon_name', 'Bar/desk'),
('login_password', 'Password'),
('furni_pura_mdl2*8_desc', ''),
('furni_divider_nor4*4_desc', 'Habbos, roll out!'),
('furni_rare_fan*7_name', 'Brown Powered Fan'),
('furni_bed_polyfon_girl_one_desc', 'Snuggle down in princess pink'),
('club_general_elapsed', 'Elapsed Months'),
('nav_venue_sw_lobby_free_1_name', 'Free Game Lobby'),
('furni_gothic_chair*5_name', 'Green Gothic Chair'),
('furni_sink_name', 'Sink'),
('furni_bed_budget_one*4_desc', 'Prince sized comfort!'),
('Alert_ForgotSetPassword', 'Please check your password'),
('furni_chair_plasto*6_desc', 'Hip plastic furniture'),
('furni_carpet_standard_desc', 'Available in a variety of colours'),
('reg_update_text2', 'Only change them when you want to make sure that nobody can know or guess your password.'),
('furni_arabian_swords_desc', 'Not for yielding'),
('furni_divider_silo3*5_name', 'Pink Area Gate'),
('furni_fireplace_polyfon_desc', 'Comfort in stainless steel'),
('furni_glass_table*3_desc', 'Translucent beauty'),
('furni_summer_pool*4_desc', 'Fancy a dip?'),
('poster_500_desc', 'The UK flag'),
('poster_1004_name', 'Eid Mubarak Poster'),
('furni_rare_icecream*5_desc', 'Virtual vanilla rocks!'),
('furni_one_way_door*2_name', 'Black HC Gate'),
('furni_chair_plasty*3_desc', 'Hip plastic furniture'),
('club_end_title', 'Your Habbo Club membership has now expired.'),
('furni_table_polyfon_desc', 'For larger gatherings'),
('furni_romantique_pianochair*4_desc', 'I can feel air coming through...'),
('furni_bardesk_polyfon*3_name', 'White Bardesk'),
('predefined_room_description', '%user_name% has entered the building'),
('poster_53_desc', 'whack that ball!'),
('poster_515_name', 'The Swedish flag'),
('furni_rope_divider_desc', 'Rope Divider'),
('furni_chair_norja*3_desc', 'Sleek and chic for each cheek'),
('furni_scifidoor*9_name', 'Blue Spaceship Door'),
('furni_goodie2_name', 'Chocolate Mouse'),
('game_poker_logoff', 'Left the game'),
('furni_bed_polyfon_desc', 'Give yourself space to stretch out'),
('furni_table_plasto_round*5_desc', 'Hip plastic furniture'),
('furni_couch_norja*3_desc', 'Two can perch comfortably'),
('pet.saying.sleep.cat.2', 'Purrr... rrrr'),
('pet.saying.sleep.cat.1', 'mrrrr..rrrr..'),
('pet.saying.sleep.cat.0', 'hrrrrr....Mrrrrr'),
('login_ok', 'OK'),
('gs_button_expand', 'Expand Window'),
('pet.saying.sleep.cat.4', 'mrrrr...muew..mrr'),
('tutorial_next', 'Next:'),
('pet.saying.sleep.cat.3', 'hurrr..hurrr'),
('furni_jp_tatami_desc', 'Shoes off please'),
('hobba_sent_to_moderators', 'Call re-assigned non-emergency, still visible to moderators'),
('roomatic_choosecategory', ''),
('wallitem_guitar_v_desc', 'tilulilulii'),
('NUF_groups', 'Groups'),
('bb_link_gameRules_url', 'http://%predefined%/groups/56552/id'),
('nav_venue_theatredrome_halloween_name', 'Theatredrome Habboween'),
('bb_buyTicketsButton', 'Buy tickets'),
('furni_gothgate_desc', 'The dark side of Habbo'),
('game_poker_waiting', 'Change done.\\rWaiting for the other players'),
('furni_glass_stool*7_desc', 'Habbo Club'),
('club_end_text', 'BUT, don\'t worry, you can still buy another month of Habbo Club and keep all your Habbo Club benefits,special Furni gifts and the shiny badge!'),
('furni_sound_set_18_desc', 'Listen while you tan'),
('furni_sound_set_35_desc', 'Groovelicious'),
('furni_prizetrophy2*2_desc', 'Shiny silver'),
('furni_plant_valentinerose*3_desc', 'Relight your passions'),
('furni_romantique_divan*5_name', 'Onyx Chaise-Longue'),
('furni_chair_norja*6_desc', 'Sleek and chic for each cheek'),
('wallitem_hrella_poster_2_desc', 'For those scary Lido moments'),
('furni_s_sound_machine*6_desc', 'Sound Machine Purple'),
('game_bs_miss', 'Miss:'),
('furni_carpet_standard*4_desc', 'Available in a variety of colours'),
('furni_pura_mdl1*1_name', 'Aqua Pura Module 1'),
('furni_rare_icecream*8_desc', 'Virtual peppermint rocks!'),
('furni_petfood4_desc', 'Fantastic 20% Saving!'),
('furni_table_silo_small*3_name', 'White Occasional Table'),
('furni_table_plasto_round*8_desc', 'Hip plastic furniture'),
('furni_chair_polyfon_desc', 'Metallic seating experience'),
('furni_exe_drinks_desc', 'Give a warm welcome'),
('nav_createroom', 'Create Own Room'),
('furni_table_plasto_bigsquare*14_desc', 'Hip plastic furniture'),
('poster_1001_name', 'Prince Charles Poster'),
('furni_CF_20_moneybag_name', 'Sack of Credits'),
('furni_prizetrophy5*1_name', 'Duo trophy'),
('alert_reg_email', 'Email'),
('pet_thirsty', 'Thirst:'),
('nav_error_passwordtooshort', 'The password is too short.'),
('nav_venue_sw_lobby_free_7_name', 'Free Game Lobby'),
('furni_plant_valentinerose*5_name', 'Purple Valentine Rose'),
('recycler_status_info', 'You have Furniture in recycling. The icon will blink when recycling is complete.'),
('poster_52_name', 'Hockey Stick'),
('win_doorbell', 'Doorbell'),
('Unreadmessages', 'New Message(s)'),
('furni_queue_tile1*9_desc', 'The power of movement'),
('furni_rare_snowrug_name', 'Snow Rug'),
('console_approve_selected', 'Accept selected'),
('pet_race_0_009', 'Hound of Hull'),
('poster_35_name', 'The Habbo Babes 1'),
('pet_race_0_008', 'Springy Spaniel'),
('furni_sofa_polyfon*3_desc', 'Comfort for stylish couples'),
('furni_basket_name', 'Basket Of Eggs'),
('pet_race_0_007', 'Slobber Don'),
('pet_race_0_006', 'Stripy Setter'),
('pet_race_0_005', 'Paws Forethought'),
('pet_race_0_004', 'Droopy of Pawford'),
('furni_barchair_silo_desc', 'Practical and convenient'),
('furni_noob_lamp*2_desc', 'Get the light right where you want it (dark blue)'),
('pet_race_0_003', 'Rescue Bernard'),
('furni_glass_stool_name', 'Glass stool'),
('pet_race_0_002', 'Joe Cocker Spaniel'),
('pet_race_0_001', 'Habbo Husky'),
('pet_race_0_000', 'Yappy Yorkie'),
('NUF_mini_endtopic_step1_questionmark', 'Click to see our help menu and find our FAQs!'),
('furni_sound_set_28_desc', 'Head for the pit!'),
('nav_private_norooms', 'You dont have any rooms - create one?'),
('furni_table_plasto_square*4_desc', 'Hip plastic furniture'),
('furni_val_teddy*6_name', 'Blue Share Bear'),
('furni_noob_table*3_desc', 'Lightweight, practical and aubergine'),
('gs_state_finished', 'This Game is already over!'),
('furni_rare_fan*8_desc', 'Stylish, Eco-Energy!'),
('reg_parentemail_link_url1', 'http://%predefined%//help/parents_guide.html'),
('furni_gothic_carpet2_desc', 'What lies beneath?'),
('furni_rare_fan*5_desc', 'It\'ll blow you away!'),
('modtool_kickuser', 'Kick User'),
('furni_divider_silo1*7_desc', 'Green Area Corner Shelf'),
('reg_parentemail_link_url2', 'http://%predefined%//footer_pages/privacy_policy.html'),
('pet_race_0_019', 'Tiny Terrier'),
('pet_race_0_018', 'Bushy Woofer'),
('pet_race_0_017', 'Speckled Sheepdog'),
('furni_rubberchair*8_desc', 'Soft and tearproof for HC!'),
('pet_race_0_016', 'Murmurin\' Minimastiff'),
('poster_42_name', 'Spiderweb'),
('pet_race_0_015', 'Pixie Poodle'),
('furni_safe_silo*2_name', 'Black Safe Minibar'),
('pet_race_0_014', 'Whiffy Woofy'),
('pet_race_0_013', 'Mangy Mutt'),
('nav_publicRooms', 'Public Spaces'),
('pet_race_0_012', 'Tawny Bleugh'),
('pet_race_0_011', 'Lappy Lassie'),
('pet_race_0_010', 'Furry McScottie'),
('game_bs_toast', 'Toast!'),
('furni_prizetrophy6_name', 'Pokaali'),
('furni_pudding_desc', 'Will you get the lucky sixpence?'),
('furni_tile_red_desc', 'In a choice of colours'),
('nav_venue_sw_arena_expert_name', 'Playing expert game'),
('pet.saying.sleep.croco.0', 'Zzzz... zzzzz...'),
('poster_50_desc', 'flap, flap, screech, screech...'),
('furni_shelves_norja*9_name', 'Red Bookcase'),
('furni_sound_set_4_name', 'Ambient 1'),
('furni_exe_s_table_desc', 'Get a clear reflection!'),
('furni_present_gen6_desc', 'What\'s inside?'),
('furni_one_way_door*5_name', 'Pink One Way Gate'),
('nav_search_hd', 'Search rooms by Habbo name or room name.'),
('poster_20_desc', 'high security for your room'),
('buddyremove_messenger_updating', 'The console is updating, try again in a minute... Everything else is working fine!'),
('pet.saying.sleep.croco.3', ':)'),
('furni_house2_desc', 'Good enough to eat'),
('pet.saying.sleep.croco.4', '*Snuh snuh*'),
('tutorial_offtopic', 'Oops! You got off the topic. Please restart or select a new topic.'),
('pet.saying.sleep.croco.1', 'Yrgh... Yrgh...'),
('jukebox_now_playing', 'Now playing:'),
('pet.saying.sleep.croco.2', 'Frgh... Frgh...'),
('furni_sound_set_25_desc', 'Actually, it\'s Partay!'),
('club_intro_header', 'Welcome to Habbo Club, the members-only club that all VIP Habbos belong to!'),
('nav_venue_sw_lobby_amateur_3/0_desc', 'Astetta rankempaa lumisotaa.'),
('pet.saying.sleep.croco.5', 'Rawwwwwwwwrrrm...'),
('pet.saying.sleep.croco.6', 'Mmmm... Hooks...'),
('furni_table_plasto_bigsquare*1_desc', 'Hip plastic furniture'),
('nav_venue_sw_lobby_free_4_name', 'Free Game Lobby'),
('alert_warning', 'Moderator says:'),
('furni_barrier*3_name', 'Red Road Barrier'),
('nav_venue_floatinggarden_name', 'Floating Garden'),
('gs_error_nocredits', 'You need Habbo Credits to play a Game!'),
('furni_chair_plasto*5_name', 'Chair'),
('furni_tree2_desc', 'Old Christmas Tree'),
('furni_bed_budget_one*7_desc', 'Prince sized comfort!'),
('furni_romantique_clock_name', 'romantique_clock'),
('room_banner_text', ''),
('furni_sleepingbag*2_desc', 'Ultimate coziness'),
('furni_divider_nor4*3_name', 'White Iced Auto Shutter'),
('jukebox_song_remaining', 'Remaining time: %time%'),
('reg_note_text', 'Never change your password or email\\rif someone else asks you to - they will\\rsteal your furni and Credits!'),
('habbo_hand_next', '>>>'),
('nav_venue_orient/0_desc', 'Tres chic with an Eastern twist. For Habbo Club members only.'),
('furni_easterduck_name', 'Wannabe bunny'),
('login_forgottenPassword', 'Forgotten your password?'),
('furni_prizetrophy*1_desc', 'Glittery gold'),
('hubu_t2_2', ''),
('hubu_t2_3', 'Vapaa-ajan linkkejä'),
('decision_cancel', 'Cancel'),
('nav_venue_bb_lobby_tournament_2/0_desc', ''),
('furni_samovar_desc', 'Click for a refreshing cuppa'),
('furni_rcandle_name', 'Red Candle'),
('furni_waterbowl*4_name', 'Blue Water Bowl'),
('furni_table_norja_med*7_name', 'Rural Iced Coffee Table'),
('NUF_playing_games_room_tutor', 'See some people wandering around? They are psyching themselves up for a game. Game Tickets are usually 2 Habbo Credits, but in this room the games are free.'),
('furni_doormat_love_name', 'Doormat'),
('bb_link_tournament_highScores_url', 'http://%predefined%//groups/56552/id'),
('furni_sofachair_polyfon*4_name', 'Beige Mode Armchair'),
('error_room_full', 'Huone on täynnä.'),
('furni_chair_silo*4_desc', 'Beige Silo Dining Chair'),
('furni_divider_nor2*7_name', 'Rural Iced Bar'),
('hubu_t2_1', ''),
('furni_divider_nor1*9_name', 'Red Ice corner'),
('furni_wooden_screen*0_name', 'White Oriental Screen'),
('furni_chair_basic*1_desc', ''),
('gs_choose_gamename', 'Enter A Name For Your Game:'),
('poll_question_number', 'Question %number%/%count%'),
('furni_hc_rllr_desc', 'Highest class transportation'),
('furni_table_plasto_4leg*15_desc', 'Hip plastic furniture'),
('furni_scifiport*9_name', 'Violet Sci-Fi Port'),
('furni_jukebox*1_desc', 'For your Happy Days!'),
('furni_red_tv_desc', 'Don?t miss those soaps'),
('furni_song_disk_name', 'Traxdisc'),
('reg_agree_alert', 'You have to agree to the terms of service\\r(tick the box).'),
('furni_summer_chair*1_desc', 'Got your swimming trunks?'),
('poster_2008_name', 'Habbo Leap Day Poster'),
('poster_505_desc', 'The Canadian flag'),
('group_homepage', 'Groups\' Homepage >>>'),
('furni_table_silo_med*6_desc', 'Blue Area Coffee Table'),
('nav_venue_tearoom/0_name', 'Chinese Tea Room'),
('dimmer_use_bg_only', 'Background only'),
('furni_divider_poly3*4_name', 'Beige Mode Bardesk Gate'),
('nav_venue_hotel_kitchen/0_desc', 'Beware the flying knives!'),
('furni_divider_silo1*8_desc', 'Neat and natty'),
('furni_hc_btlr_name', 'Electric Butler'),
('furni_wooden_screen*5_name', 'Gray Oriental Screen'),
('furni_scifiport*8_name', 'Purple Sci-Fi Port'),
('furni_carpet_standard*5_name', 'Floor Rug'),
('trading_offers', 'offers:'),
('furni_prizetrophy2*3_name', 'Duck trophy'),
('transaction_system_club_habbo', 'Habbo Club payment'),
('nav_venue_bb_lobby_tournament_9/0_desc', ''),
('poster_517_name', 'The Scottish flag'),
('furni_wood_tv_desc', 'For family viewing'),
('furni_deadduck2_desc', 'Someone forgot to feed me...'),
('furni_sound_set_20_desc', 'Musical heaven'),
('sound_machine_new', 'Create a New Song'),
('nav_venue_the_chromide_club/0_desc', 'Ghetto Fabulous'),
('nav_modify_doorstatus_pwagain', 'pw again:'),
('furni_chair_plasto*10_desc', 'Hip plastic furniture'),
('gs_idlewarning', 'You will be replaced if you don\'t start or join a Game soon!'),
('purse_vouchers_entercode', 'Enter code here:'),
('sound_machine_song_name', 'Untitled Trax'),
('furni_sofa_polyfon*4_name', 'Beige Mode Sofa'),
('furni_carpet_standard*a_name', 'Floor Rug'),
('poster_510_name', 'The Italian flag'),
('furni_table_plasto_square*7_name', 'Square Dining Table'),
('furni_noob_chair*6_desc', 'Lightweight, practical with dark yellow stripes'),
('forgottenpw_whatyou', 'What\'s your Habbo called?'),
('nav_venue_bb_lobby_amateur_1_name', 'Gevorderden Battle Ball 2'),
('furni_noob_table*6_name', 'My first Habbo table'),
('furni_pillar*0_desc', 'Classy architect, for holding up ceilings!'),
('poster_1002_desc', 'aw, bless...'),
('furni_divider_arm1_desc', 'Good solid wood'),
('furni_glass_stool*8_name', 'Glass stool'),
('furni_rare_moonrug_name', 'Moon Patch'),
('nav_venue_rooftop_rumble/0_desc', 'Are you ready?'),
('transaction_system_sms_sonera', 'Sonera'),
('furni_waterbowl*5_name', 'Brown Water Bowl'),
('furni_sound_set_32_name', 'Instrumental 2'),
('furni_table_silo_small*4_name', 'Beige Area Occasional Table'),
('furni_prizetrophy8*1_name', 'Duo trophy'),
('tutorial_menu', 'Get help with...'),
('gs_2teams', '2 Teams Game'),
('furni_sound_machine*4_desc', 'For Funky, Funky Fridays!'),
('furni_romantique_divan*4_desc', 'Is that a cape hanging there?'),
('furni_couch_norja*8_desc', 'Two can perch comfortably'),
('console_usersnotfound', 'Habbo Not Found'),
('nav_venue_bb_lobby_amateur_2/0_desc', ''),
('furni_sleepingbag*4_desc', 'Ultimate coziness'),
('furni_bed_budget_one*6_desc', 'Prince sized comfort!'),
('furni_sw_chest_desc', ''),
('nav_venue_bb_lobby_amateur_5/0_desc', ''),
('NUF_visiting_rooms_room_tutor', 'This is a Guest Room. You can either quit the tutorial and start meeting people, or select the next topic.'),
('furni_jp_pillow_name', 'Pillow Chair'),
('url_logged_out', 'http://%predefined%/account/disconnected?reason=logout&origin=popup'),
('furni_romantique_smalltabl*1_name', 'Rose Quartz Tray Table'),
('friend_request_declined', 'Declined!'),
('furni_grunge_shelf_desc', 'Scrap books and photo albums'),
('furni_gothic_stool*6_name', 'Gothic Stool Blue'),
('wallitem_gothicfountain_desc', 'Not suitable for drinking!'),
('furni_scifiport*1_name', 'Gold Laser Gate'),
('furni_sound_set_41_name', 'Rock 8'),
('furni_toilet_yell_name', 'Loo Seat'),
('console_fr_limit_exceeded_error', 'Too many friends selected. Please remove some first.'),
('console_asktobecomeafriend', 'Ask To Become A Friend'),
('console_friends', 'Friends'),
('furni_table_plasto_bigsquare*4_desc', 'Hip plastic furniture'),
('poster_2005_desc', 'The Special Infobus Poster'),
('furni_summer_chair*8_desc', 'Got your sun cream?'),
('furni_s_sound_machine*2_name', 'Sound Machine Ocean'),
('nav_ringbell', 'The door is locked. Ringing the bell, and waiting...'),
('console_profilematch', 'Habbo Profile match -'),
('poster_14_name', 'Fox Poster'),
('furni_bardeskcorner_polyfon*3_desc', 'Tuck it away'),
('furni_carpet_soft*2_name', 'Soft Wool Rug'),
('furni_ham_name', 'Joint of Ham'),
('nav_venue_star_lounge_name', 'Star Lounge'),
('nav_venue_bb_lobby_beginner_desc', 'Beginner battle ball'),
('furni_doormat_plain*3_desc', 'Available in a variety of colours'),
('furni_habbowood_chair_desc', 'Exclusively for Directors'),
('nav_venue_bb_lobby_beginner_3/0_desc', ''),
('furni_CF_20_moneybag_desc', 'Worth 20 Credits'),
('furni_edice_desc', 'What\'s your lucky number?'),
('furni_scifirocket*9_name', 'Neptune Smoke Machine'),
('furni_bardesk_polyfon*9_name', 'Red Bardesk'),
('furni_glass_table*8_desc', 'Translucent beauty'),
('NUF_mini_endtopic', 'Find out more'),
('pending_cfh_title', 'Your old message'),
('nav_venue_sw_arena_tournament_name', 'Playing a tournament game!'),
('furni_arabian_bigtb_desc', 'It must be Jinn-er time!'),
('nav_venue_bb_lobby_beginner_0/0_desc', ''),
('furni_pillow*3_name', 'Turquoise Satin Pillow'),
('interface_icon_help', 'Help, need help?'),
('nav_roomnfo_hd_src', 'Search Rooms'),
('pet.saying.generic.dog.0', 'woof..woof'),
('furni_chair_norja*9_name', 'Red Chair'),
('NUF_getting_room_roommatic_start_tutor', 'This is the Room-O-Matic! Green! You use this to make your room.'),
('furni_sound_set_2_name', 'Habbo Sounds 3'),
('nav_venue_netcafe_name', 'My Habbo Home Netcafe'),
('purse_voucherbutton', 'Vouchers'),
('console_console', 'Console'),
('game_poker_changed', 'changed'),
('transaction_system_splashplastic', 'SplashPlastic'),
('nav_venue_sw_lobby_free_7/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_sporttrack3*1_desc', 'null'),
('buddyremove_prev', '< Previous'),
('roomatic_chooselayout', 'Choose the layout of your room'),
('wallitem_item_placeholder_desc', 'This furniture is downloading...'),
('purse_note', 'NOTE : The transactions are updated at 6 am every day.'),
('poster_34_desc', 'Habbo-punk for the never-agreeing'),
('furni_sound_set_27_desc', 'Jingle Bells will never be the same...'),
('game_chess_start', 'Start Over'),
('summer_chair_7_desc', 'A green deck chair'),
('nav_venue_bb_lobby_beginner_6_name', 'Beginners Battle Ball 7'),
('purse_link', 'Click here to see how to get Credits.'),
('poster_59_desc', 'Torch - it gives you some light'),
('room_info_rate_req', 'Rate this room'),
('furni_rare_dragonlamp*5_desc', 'Roast your chestnuts here!'),
('furni_divider_silo3*9_desc', 'Red Area Gate'),
('more_roomlayouts', 'Extra room layouts for Habbo Club members >>'),
('furni_grunge_chair_desc', 'Alternative chair for alternative people'),
('furni_bed_budget*9_desc', 'King sized comfort!'),
('furni_christmas_sleigh_desc', 'Ready for your Xmas cheer'),
('furni_table_plasto_4leg*8_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_5_name', 'Competitie Battle Ball 6'),
('furni_table_norja_med*4_name', 'Urban Iced Coffee Table'),
('instant_friend_request_header', 'Friend Request'),
('furni_marquee*3_name', 'Aqua Marquee'),
('furni_noob_stool*1_name', 'My first Habbo stool'),
('furni_rare_mnstr_desc', 'Don\'t get too close...'),
('furni_safe_silo_pb_desc', 'Totally shatter-proof!'),
('NUF_meeting_people_user_chatfield', 'Start typing here and press \'Enter\' to chat with others.'),
('furni_prizetrophy6*2_desc', 'Shiny silver'),
('furni_table_plasto_bigsquare*9_name', 'Square Dining Table'),
('club_habbo.window.title', 'Habbo Club'),
('recycler_info_ready', 'Recycling is complete. You have made a great environmentally friendly decision. All the recycled items you receive have been made from old items which helps to save natural resources and reduce pollution.'),
('furni_shelves_norja*5_desc', 'For nic naks and art deco books'),
('furni_table_silo_med_name', 'Coffee Table'),
('furni_grunge_sign_desc', 'Bought legitimately from an M1 cafe.'),
('roomevent_type_9', 'Group Events'),
('roomevent_type_7', 'Dating'),
('pet.saying.generic.dog.1', 'woof woof woof!!!'),
('roomevent_type_8', 'Jobs'),
('pet.saying.generic.dog.2', 'wooooof!'),
('roomevent_type_5', 'Debates & Discussion'),
('pet.saying.generic.dog.3', 'hooooowl'),
('roomevent_type_6', 'Grand Openings'),
('furni_solarium_norja*2_name', 'Beige Solarium'),
('nav_venue_bb_lobby_intermediate_3_name', 'Semi-profs Battle Ball 4'),
('console_searchfor', 'Search:'),
('wallitem_arabian_wndw_desc', 'Arabian days and nights'),
('furni_queue_tile1*3_name', 'Ice Habbo Roller'),
('furni_lamp2_armas_desc', 'Wax lyrical with some old-world charm'),
('furni_jp_tray3_desc', 'jp_tray3'),
('wallitem_guitar_skull_name', 'skull guitar'),
('roomevent_type_3', 'Games'),
('furni_romantique_divider*2_desc', 'Keeping things separated'),
('roomatic_owner', 'Owner:'),
('url_helpterms', 'http://%predefined%//help/68'),
('roomevent_type_4', 'Welcoming Party Events'),
('furni_glass_chair*6_desc', 'Translucent beauty'),
('furni_pillar*5_name', 'Pagan Pillar'),
('roomevent_type_1', 'Parties & Music'),
('roomevent_type_2', 'Trading'),
('furni_present_gen2_desc', 'What\'s inside?'),
('ph_tickets_title', 'Tickets'),
('furni_table_norja_med*8_desc', 'For larger gatherings'),
('furni_sound_set_54_desc', 'Tune into Christmas'),
('poster_61_desc', 'The Auspicious One'),
('furni_divider_silo3_name', 'Gate (lockable)'),
('furni_scifirocket*4_desc', 'Welcome... to planet love'),
('furni_plant_valentinerose*1_name', 'Red Valentine\'s Rose'),
('furni_exe_chair2_name', 'Executive Boss Chair'),
('alert_donate_ok', 'Give away my furni'),
('furni_bardesk_polyfon*4_desc', 'Beige Mode Bardesk'),
('furni_pura_mdl1*5_desc', ''),
('hubu_close', 'Sulje kioski'),
('gs_deathmatch', 'Every Habbo for himself!'),
('summer_chair_9_desc', 'Sunbathing, why not?'),
('furni_barchair_silo*8_name', 'Yellow Bar Stool'),
('console_differentmessagemodes', 'Different Messages'),
('furni_chair_silo*5_name', 'Pink Silo Dining Chair'),
('callhelp_explanation', 'Thanks for reporting the problem'),
('furni_chair_plasty*1_desc', 'Hip plastic furniture'),
('furni_bed_budget*2_desc', 'Queen sized comfort!'),
('furni_summer_grill*2_desc', 'Plenty of shrimp on that barbie'),
('furni_heart_desc', 'Full of love'),
('reg_donetext', 'Soon you\'ll see the Hotel Navigator, it shows you all the rooms you can go to -the guest rooms, clubs, caf�s, swimming pools and more!'),
('poster_523_desc', 'The flag of India'),
('furni_one_way_door*1_name', 'Aqua One Way Gate'),
('furni_bardeskcorner_polyfon*13_desc', 'Tuck it away'),
('nav_venue_sw_lobby_amateur_5/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_gothic_chair*4_desc', 'Vampires and Wizards'),
('furni_bardesk_polyfon*6_desc', 'Blue Mode Bardesk'),
('transaction_system_sms_sra', 'Sonera'),
('dimmer_turn_off', 'Turn OFF'),
('furni_fireplace_armas_desc', 'Authentic, real flame fire'),
('furni_chair_plasty*6_name', 'Plastic Pod Chair'),
('furni_scifidoor*6_name', 'Black Monolith'),
('furni_summer_pool*3_desc', 'Fancy a dip?'),
('furni_christmas_reindeer_desc', 'Prancer becomes Rudolph in a click!'),
('furni_chair_norja_name', 'Chair'),
('furni_barchair_silo*3_name', 'White Bar Stool'),
('nav_venue_bb_lobby_tournament_desc', 'Play battle ball tournament!'),
('transaction_system_bank_sampo', 'Sampo'),
('furni_sound_set_39_name', 'Rock 7'),
('furni_pura_mdl3*8_desc', ''),
('console_follow_prevented', 'Your friend has prevented others from following him/her.'),
('poster_46_name', 'Small gold star'),
('furni_sofa_polyfon_girl_name', 'Two-seater Sofa'),
('furni_carpet_polar*3_desc', 'Snuggle up on a Funky bear rug...'),
('modtool_rankerror', 'You do not have the rights for this action on this user!'),
('furni_divider_nor3*4_name', 'Urban Iced Gate'),
('nav_venue_theatredrome_valentine/0_desc', 'Hug A Friend, Its Valentines! Home Of Ralph (Wannabe Panda In Training)'),
('furni_one_way_door*6_name', 'Blue HC Gate'),
('poster_7_desc', 'For emergencies only'),
('wallitem_hc_wall_lamp_name', 'Retro Wall Lamp'),
('poster_508_name', 'The Spanish flag'),
('help_emergency_example', 'Example: A Habbo wants to see me on webcam.'),
('nav_venue_bb_lobby_expert_1/0_desc', ''),
('furni_pura_mdl1*7_desc', 'Any way you like it!'),
('wallitem_post.it_desc', 'Pad of stickies'),
('nav_modify_doorstatus_passwordprotected', 'Let other people move and leave furniture in the room.'),
('queue_set.queue_full.alert', 'The queue for this room is full. Please try again later.'),
('nav_venue_bb_lobby_beginner_8_name', 'Beginners Battle Ball 9'),
('nav_venue_sw_arena_amateur_name(0)', 'Playing amateur game'),
('url_figure_editor', 'http://%predefined%//profile/profile.action'),
('furni_noob_lamp*6_desc', 'Get the light right where you want it (canary yellow)'),
('furni_divider_nor5*5_name', 'Pink Iced Angle'),
('nav_venue_sw_lobby_free_desc', 'Come and play. It\'s free!'),
('furni_table_silo_small*6_desc', 'Blue Area Occasional Table'),
('NUF_getting_items_navigator_tutor', 'You need to be in a Habbo\'s room to access the Catalogue.'),
('furni_safe_silo*6_desc', 'Totally shatter-proof!'),
('furni_glass_sofa*7_name', 'Green Glass Sofa'),
('wallitem_md_can_desc', 'Enough bubbling juice for one evening'),
('furni_rare_fan*9_desc', 'It\'ll blow you away!'),
('furni_prizetrophy7_name', 'Pokaali'),
('furni_noob_stool*3_name', 'My first Habbo stool'),
('furni_glass_sofa*2_desc', 'Translucent beauty'),
('pet_frnd_10', 'Adoring'),
('furni_turkey_desc', 'Where\'s the cranberry sauce?'),
('pet_frnd_11', 'Devoted'),
('Alert_ConnectionNotReady', 'Could not connect to the server'),
('console_search_habbo_profilematch', 'Habbo Profile match -'),
('furni_sound_set_59_desc', 'Urban break beats'),
('poster_21_name', 'Butterfly Cabinet'),
('credits', 'Credits'),
('furni_sound_set_14_name', 'Hip Hop Beats 2'),
('NUH_hand', 'Click here to open your inventory (aka the Big Hand). Drag and drop furniture to and from here to move it.'),
('furni_pura_mdl3*1_desc', 'Any way you like it!'),
('nav_modify_doorstatus_pwprotected', 'Password protected:'),
('shopping_costs', 'XX costs XX Credit(s).\\rJust click \'buy\' once, it\'ll appear shortly.'),
('NUF_mini_meet_people', 'Meet some people'),
('furni_divider_nor1*3_name', 'White Iced Corner'),
('furni_bed_budget*7_name', 'Green Pura Double Bed'),
('furni_pura_mdl5*9_desc', 'Any way you like it!'),
('nav_venue_club_massiva/2_name', 'Dancefloor'),
('furni_scifiport*3_desc', 'Energy beams. No trespassers!'),
('whisper', 'Whisper'),
('furni_chair_plasto*4_name', 'Chair'),
('furni_hc_bkshlf_name', 'Medieval Bookcase'),
('furni_goodie1*2_name', 'Marzipan Man'),
('furni_rare_fountain*1_name', 'Bird Bath (grey)'),
('bb_text_hostInfo', 'Please choose a name for your Game and select the number of Teams.'),
('hubu_t3_1', ''),
('hubu_t3_2', 'Hubun kiertuekalenteri 2002'),
('furni_sound_set_34_name', 'Rock 5'),
('furni_rare_fountain*3_desc', 'For our feathered friends'),
('nav_venue_sw_lobby_amateur_5_name', 'Snow Slingers Lobby'),
('furni_pura_mdl3*2_name', 'Pink Pura Module 3'),
('furni_xmas_cstl_wall_desc', 'Solid blocks of ice and snow'),
('furni_arabian_tray1_name', 'Mint Tea Tray'),
('furni_jp_tray4_name', 'jp_tray4'),
('furni_grunge_candle_desc', 'Late night debate'),
('furni_rclr_garden_name', 'Water Garden'),
('furni_CFC_100_coin_gold_name', 'Gold Coin (China)'),
('nav_venue_gate_park_name', 'Imperial Park'),
('shopping_asagift', 'Buy As A Gift'),
('furni_soft_sofachair_norja*7_desc', 'Sit back and relax'),
('dance', 'Dance'),
('roomatic_wrongpw', 'Oops! Sorry, your passwords don\'t match. Please enter them again.'),
('furni_hc_trll_desc', 'For swanky dinners only'),
('furni_prizetrophy3*2_desc', 'Shiny silver'),
('modtool_roomkick', 'Room Kick'),
('roomatic_letmove', 'Let other people move your furniture and place their own. (Furniture cannot be stolen.)'),
('roomevent_default_description', ''),
('nav_venue_sw_lobby_free_4/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('console_invalid_message', 'There was a message from a user that was probably removed your friend list. Note, user is removed from your friend list if you report a message to moderators.'),
('poster_503_name', 'The Swiss flag'),
('nav_venue_sw_arena_expert_name(0)', 'Playing expert game'),
('poster_41_desc', 'For the best music-makers'),
('furni_tile_name', 'Floor Tiles'),
('furni_val_randomizer_name', 'Love Randomiser'),
('nav_modify_doorstatus_open', 'Open'),
('furni_plant_big_cactus_desc', 'Habbo Dreams monster in hiding! Shhhh'),
('furni_safe_silo*8_desc', 'Totally shatter-proof!'),
('wallitem_sw_hole_name', 'sw_hole'),
('play_preview', 'Play preview of sounds'),
('furni_table_plasto_round*14_name', 'Occasional Table'),
('poll_thanks_window', 'Thanks!'),
('wallitem_habbowheel_desc', 'So you gotta ask yourself "Do I feel lucky?"'),
('furni_carpet_standard_name', 'Floor rug'),
('furni_divider_nor1*8_name', 'Yellow Ice corner'),
('nav_venue_bb_lobby_tournament_3/0_desc', ''),
('buddyremove_ok_text', 'You have chosen enough friends to remove.'),
('nav_venue_sw_lobby_intermediate_5/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_divider_nor4*7_desc', 'Habbos, roll out!'),
('furni_summer_chair*3_desc', 'Black'),
('furni_table_plasto_bigsquare*6_desc', 'Hip plastic furniture'),
('gs_link_highscores', 'High Scores'),
('Alert_purchasingerror', 'Buying unsuccessful'),
('poster_5_desc', 'Quacking good design!'),
('help_emergency_sent', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('room_user_page', 'Home Page'),
('room_badge_window_title', 'Badge'),
('login_name', 'Name of your Habbo'),
('furni_divider_nor2*5_name', 'Pink Iced bar desk'),
('nav_venue_habbo_lido_ii/0_desc', 'Dive right in!'),
('furni_sporttrack2*2_name', 'Sport corner asphalt'),
('roommatic_modify_size', 'Room size: %tileCount% tiles'),
('pet.saying.sniff.croco.2', '*Sighs*'),
('furni_prize2_name', 'Silver Trophy'),
('Now you can find out how to get more cool Furniture for your room, or select another topic.', ''),
('pet.saying.sniff.croco.0', 'Ewwwww....'),
('pet.saying.sniff.croco.1', '*Sniff sniff*'),
('furni_pura_mdl3*6_name', 'Blue Pura Module 3'),
('poster_48_desc', 'All that glitters...'),
('furni_wcandle_desc', 'Xmas tea light'),
('nav_venue_bb_arena_3_name', 'Battle Ball Keskitaso'),
('sound_machine_confirm_save_long', 'Are you sure you want to overwrite the current saved song?'),
('purse_vouchers_helpurl', 'http://%predefined%/help/4'),
('nav_venue_bouncer_room_2_name', 'Gevorderden Battle Ball Arena'),
('furni_sand_cstl_gate_desc', 'sand_cstl_gate desc'),
('furni_barrier*1_name', 'Yellow Maze Barrier'),
('nav_venue_bb_lobby_tournament_0_name', 'Tournament'),
('NUF_getting_room_roommatic_layout_tutor', 'Select what you want your room to look like. Use the arrows to cycle through different room layouts. Almost there, almost there...'),
('poll_confirm_cancel', 'Stop answering?'),
('furni_carpet_soft*4_desc', 'Soft Wool Rug'),
('furni_rare_icecream_campaign_desc', 'Basic model'),
('club_habbo.bottombar.text.notmember', 'Habbo Club'),
('recycler_info_closed', 'Recycler is closed at the moment. Please check back later to recycle your Furniture.'),
('furni_solarium_norja*8_desc', 'Rejuvenate your pixels!'),
('callhelp_example', 'Example: How do I move my Furni?'),
('furni_bed_budget_one*4_name', 'White Pura Bed'),
('roomatic_givepwd', 'Password:'),
('furni_teleport_door_name', 'Teleport Door'),
('furni_table_silo_small*9_name', 'Red Area Occasional Table'),
('furni_noob_chair*4_name', 'My first Habbo chair'),
('furni_table_plasto_square*2_desc', 'Hip plastic furniture'),
('room_waiting', 'Waiting to go in...'),
('furni_sink_desc', 'Hot and cold thrown in for no charge'),
('furni_doormat_plain_name', 'Doormat'),
('nav_venue_eric\'s_eaterie_name', 'Eric\'s Eaterie'),
('nav_venue_pizzeria_name', 'Slice of Life'),
('poster_1004_desc', 'Celebrate with us'),
('next', 'Next'),
('furni_solarium_norja*9_name', 'Red Solarium'),
('tutorial_quit_confirmation', 'You want to leave? Well I hope you learned something... something useful!'),
('furni_val_teddy*2_desc', 'The pink bear of passion'),
('poster_1003_name', 'UK Map'),
('furni_glass_table*2_name', 'Glass table'),
('NUF_habbo_home_url', 'http://d15-1.web.varoke.net/home/home-tutorial'),
('furni_bed_silo_one_name', 'Single Bed'),
('transaction_system_sms_win_btcellnet', 'O2 SMS'),
('pet.hotwords.go_away', 'go away'),
('furni_table_plasto_square*9_desc', 'Hip plastic furniture'),
('furni_doormat_plain*4_name', 'Doormat'),
('nav_venue_cunning_fox_gamehall_name', 'Cunning Fox Gamehall'),
('furni_sound_machine*2_name', 'Ocean Traxmachine'),
('furni_table_polyfon_name', 'Large Coffee Table'),
('furni_hc_frplc_desc', 'Pixel-powered for maximum heating'),
('console_request_massoperation_instruction', 'Use the options below to accept or decline ALL friend requests you have waiting.'),
('nav_venue_bb_lobby_tournament_6/0_desc', ''),
('furni_table_plasto_round*6_desc', 'Hip plastic furniture'),
('trading_cancel', 'Cancel Trading'),
('furni_glass_stool*3_name', 'Glass stool'),
('furni_plant_mazegate_snow_name', 'Snowy Maze Gate'),
('nav_venue_tv_studio_name', 'MuchMusic HQ'),
('furni_table_norja_med*3_desc', 'For larger gatherings'),
('furni_chair_plasty*8_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_name', 'Double Bed'),
('gs_4teams', '4 Team Game'),
('furni_sound_set_8_desc', 'Mellow electric grooves'),
('ph_keys_jump', 'Jump:'),
('reg_welcome', 'Welcome To Habbo Hotel!'),
('purse_head', 'HABBO ACCOUNT ACTIVITY'),
('nav_venue_bb_lobby_tournament_7_name', 'Competitie Battle Ball 8'),
('reg_verification_newPasswordAgain', 'Retype new password:'),
('furni_bardeskcorner_polyfon*8_desc', 'Yellow Mode Bardesk Corner'),
('furni_sound_set_21_name', 'Rock 1'),
('furni_gothic_stool*1_desc', 'The dark side of Habbo'),
('furni_rope_divider_name', 'Rope Divider'),
('poster_53_name', 'Hockey Stick'),
('roomevent_default_desc', 'Event description..'),
('nav_refresh_recoms', 'Refresh recommendations'),
('nav_venue_sw_lobby_beginner_2_name', 'Snow Rookies Lobby'),
('furni_divider_silo3*4_desc', 'Beige Area Gate'),
('furni_divider_poly3*6_name', 'Blue Mode Bardesk Gate'),
('reg_parentemail_title', 'Informing your parents'),
('furni_gothgate_name', 'Gothic Portcullis'),
('furni_mocchamaster_name', 'Mochamaster'),
('modtool_message', 'Message:'),
('furni_tree4_desc', 'Any presents under it yet?'),
('furni_marquee*a_name', 'White Marquee'),
('furni_queue_tile1*5_name', 'Knight Roller'),
('furni_chair_polyfon_name', 'Dining Chair'),
('furni_sleepingbag*9_name', 'Blue Sleeping Bag'),
('furni_sound_set_9_name', 'Electronic 2'),
('poster_39_desc', 'The rock masters of virtual music'),
('furni_arabian_tetbl_desc', 'Serve up a treat'),
('nav_venue_sw_lobby_free_9_name', 'Free Game Lobby'),
('nav_venue_sw_arena_free_name(0)', 'Playing free for all game'),
('furni_grand_piano*4_desc', 'Why is that key green?'),
('furni_doorD_desc', 'Let\'s go over tzar!'),
('purse_date', 'DATE'),
('nav_venue_sw_lobby_beginner_6/0_desc', ''),
('nav_venue_sw_lobby_beginner_4/0_desc', ''),
('nav_venue_sw_lobby_intermediate_1_name', 'Snow Bombardiers Lobby'),
('alert_reg_age', 'You are under 11 years old. Children under 11 can\'t enter Habbo Hotel.'),
('nav_venue_bb_lobby_intermediate_9/0_desc', ''),
('queue_set.c.alert', 'This room is for Habbo Club members only. In order to enter, you need to subscribe to Habbo Club.'),
('sound_machine_confirm_clear_long', 'Are you sure you want to clear the current song?'),
('furni_exe_drinks_name', 'Executive Drinks Tray'),
('reg_bday_note', 'Please enter your correct date of birth, this is important! You\'ll need this information later on, if you want to change your password or e-mail.'),
('modtool_roomalert', 'Room Alert'),
('furni_rare_parasol*1_name', 'Yellow Parasol'),
('furni_sound_set_18_name', 'Groove 4'),
('sound_machine_window', 'Sound Machine Editor'),
('furni_traffic_light*1_name', 'Classic Traffic Light'),
('furni_chair_norja*4_desc', 'Sleek and chic for each cheek'),
('furni_divider_nor1*2_desc', 'Black Ice corner'),
('nav_venue_median_lobby_name', 'Median Lobby'),
('furni_sofa_silo*3_desc', 'Cushioned, understated comfort'),
('furni_bed_budget_desc', 'Comfortable, affordable!'),
('furni_divider_nor4_name', 'Plain Iced Auto Shutter'),
('furni_rare_icecream*6_desc', 'Virtual toffee rocks!'),
('habboclub_txt1', 'You can buy Habbo Club one month at a time using Habbo Credits.'),
('habboclub_txt3', 'Yes, I\'m over 14 years of age\\rOR\\rI\'m under 14 years of age and I have a permission from my parent/guardian to join Habbo Club.'),
('furni_rare_dragonlamp*3_desc', 'Scary and scorching!'),
('furni_noob_lamp*5_name', 'My first Habbo lamp'),
('club_bottombar_text2', '(....)'),
('furni_CFC_500_goldbar_name', 'Gold Bar (China)'),
('club_bottombar_text1', 'Loading'),
('furni_rare_elephant_statue*1_desc', 'Say hello to Nelly'),
('furni_table_silo_med*7_name', 'Green Area Coffee Table'),
('nav_venue_sw_lobby_free_1/0_desc', ''),
('furni_bottle_desc', 'For interesting games!'),
('furni_romantique_pianochair*2_desc', 'Let the music begin'),
('furni_table_norja_med*2_name', 'Large Coffee Table Black'),
('queue_set.e2.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_solarium_norja_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_square*14_desc', 'Hip plastic furniture'),
('cam_save.help', 'Save & Print Photo'),
('furni_sound_set_4_desc', 'Chilled out beats'),
('furni_couch_norja*6_name', 'Blue Bench'),
('poster_2003_desc', 'Would you trust this man?'),
('hobba_cryforhelp', 'Call For Help:'),
('furni_marquee*9_desc', 'It\'s both door and a shade!'),
('nav_venue_bb_lobby_tournament_13/0_desc', ''),
('poster_512_desc', 'The flag of Ireland'),
('handitem12', 'Macchiato'),
('object_displayer_hide_actions', 'Hide actions'),
('furni_sound_set_25_name', 'Dance 1'),
('handitem11', 'Mocha'),
('handitem10', 'Latte'),
('furni_sound_set_13_desc', 'Let Music be the food of Habbo'),
('handitem16', 'Cappuccino'),
('handitem15', 'Iced'),
('handitem14', 'Filter'),
('handitem13', 'Espresso'),
('nav_venue_sw_lobby_free_2_name', 'Free Game Lobby'),
('handitem19', 'Habbo Cola'),
('nav_venue_sw_lobby_amateur_2/0_desc', ''),
('handitem18', 'Tap'),
('handitem17', 'Java'),
('console_next_msg', 'Delete'),
('furni_bardesk_polyfon*5_name', 'Candy Bar'),
('furni_scifidoor*5_desc', 'There out of this world!'),
('nav_roomispwprotected', 'The room is password protected.'),
('furni_sleepingbag*2_name', 'Lime Sleeping Bag'),
('furni_glass_table*6_name', 'Blue Glass Table'),
('furni_divider_nor4*3_desc', 'Habbos, roll out!'),
('furni_sound_set_61_name', 'Latin Love 3'),
('nav_venue_pizza/0_desc', 'Pizza Palace'),
('furni_romantique_clock_desc', ''),
('furni_queue_tile1*0_desc', 'The power of movement'),
('furni_pura_mdl2*9_desc', 'Any way you like it!'),
('nav_venue_orient/0_name', 'Club Golden Dragon'),
('furni_noob_table*1_desc', 'Lightweight, practical and orange'),
('poster_22_desc', 'beautiful reproduction butterfly'),
('furni_carpet_soft_name', 'Soft Wool Rug'),
('Message', 'Message'),
('furni_bed_trad_one_desc', 'All you need for a good night\'s kip'),
('console_report_help', 'If the message you received was abusive or harassing, you can report it to the Moderators by clicking the Report button below. The Habbo will be removed from your Friends\' List automatically when you report. If you want to remove a Habbo from your Friends\' List without reporting their message, simply use the Remove button below.'),
('furni_rcandle_desc', 'Xmas tea light'),
('furni_sofa_silo*8_name', 'Yellow Two-Seater Sofa'),
('furni_pura_mdl4*5_desc', ''),
('NUF_mini_use_console_ready_tutor', 'You can now use the Console to find some of your friends, or you can continue the tutorial.'),
('log_problem_link', 'Read FAQ\'s'),
('furni_shelves_silo_name', 'Bookcase'),
('gs_timetojoin', '\\x seconds to join'),
('nav_venue_cunning_fox_gamehall/1_name', 'Gamehall Lobby'),
('furni_safe_silo*7_name', 'Green Safe Minibar'),
('NUF_mini_meet_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel. Open it up to get started!'),
('purse_vouchers_sendbutton', 'Get Credits!'),
('furni_gothic_sofa*4_name', 'Black Gothic Sofa'),
('furni_wooden_screen*0_desc', 'Add an exotic touch to your room'),
('catalog_give_trophymsg', 'You haven\'t engraved the trophy. Type \\ryour inscription in the grey box.'),
('furni_prizetrophy5*3_name', 'Duo trophy'),
('handitem23', 'Beetroot Habbo Soda'),
('furni_rare_dragonlamp*8_name', 'Bronze Dragon Lamp'),
('furni_divider_nor4*8_name', 'Yellow Iced Auto Shutter'),
('handitem22', 'Lime Habbo Soda'),
('furni_soft_sofa_norja*6_name', 'Blue Iced Sofa'),
('handitem21', 'Hamburger'),
('handitem20', 'Camera'),
('furni_divider_nor1*9_desc', 'Red Ice corner'),
('help_trouble', 'In Trouble?'),
('handitem25', 'Love potion'),
('handitem24', 'Bubble juice from 1999'),
('furni_ham2_desc', 'Looks like you\'re too late!'),
('nav_venue_bb_lobby_amateur_3_name', 'Gevorderden Battle Ball 4'),
('furni_chair_plasto*15_name', 'Chair'),
('furni_hyacinth1_desc', 'Beautiful bulb'),
('furni_shelves_basic_desc', 'Pura series 404 shelves'),
('furni_pura_mdl1*6_name', 'Blue Pura Module 1'),
('nav_venue_cafe_gold/0_desc', 'Get the latest safety tips and tricks from Safety eXperts.'),
('nav_venue_snowwar_lobby_name', 'Snow Storm Lobby'),
('transaction_system_sms_slahti', 'Saunalahti'),
('alert_tooLongPW', 'Your password is too long'),
('furni_carpet_standard*5_desc', 'Available in a variety of colours'),
('furni_deadduck_desc', 'Blood, but no guts'),
('password.email.subject', 'Forgotten password'),
('furni_prizetrophy2*3_desc', 'Breathtaking bronze'),
('NUF_playing_games_hotelview_nav', 'Just click me to open the Navigator and get it over with...'),
('furni_summer_chair*1_name', 'Aqua Deck Chair'),
('furni_rubberchair*3_name', 'Orange Inflatable Chair'),
('furni_exe_plant_desc', ''),
('nav_venue_tearoom/0_desc', 'Chat with the people of Aoralia and meet a sprite or two!'),
('nav_venue_sw_lobby_beginner_9/0_desc', ''),
('furni_table_silo_med*6_name', 'Blue Area Coffee Table'),
('nav_venue_sw_lobby_beginner_1/0_desc', ''),
('furni_noob_stool*2_desc', 'Unfold me and take the weight off (dark blue)'),
('camera_dialog_place', 'Move'),
('furni_scifiport*8_desc', 'Energy beams. No trespassers!'),
('url_peeloscore', 'http://%predefined%///groups/56555/id'),
('console_follow_friend', 'Go to same room'),
('sound_machine_alert_jukebox_list_full', 'The play list is full. Please wait until the current song has finished playing and try again.'),
('poster_517_desc', 'Where\'s your kilt?'),
('roomevent_type_11', 'Helpdesk'),
('roomevent_type_10', 'Performance'),
('furni_rare_dragonlamp*9_desc', 'Scary and scorching!'),
('furni_pura_mdl2*3_name', 'Black Pura Module 2'),
('url_help_1', 'http://%predefined%//credits'),
('furni_edicehc_name', 'Dicemaster'),
('furni_divider_silo1*8_name', 'Yellow Corner Shelf'),
('furni_wooden_screen*5_desc', 'Add an exotic touch to your room'),
('url_help_5', 'http://%predefined%/help/75'),
('roomatic_intro2', 'Here\'s what one Habbo says about her room:'),
('url_help_4', 'http://%predefined%//help/22'),
('roomatic_intro1', 'You can decorate and furnish your room however you like and no one can tell you to tidy up or turn the music down. It\'s up to you if you let everyone in or just a chosen few, or lock the door and chill by yourself. Get creating and in a couple of minutes you\'ll have your own Habbo Hotel space.'),
('url_help_3', 'http://%predefined%//help/'),
('roomatic_intro3', 'My mates live miles away, but we can meet up in my room every Friday night and we don\'t have to worry about getting home afterwards.'),
('url_help_2', 'http://%predefined%//profile?tab=4'),
('furni_romantique_chair*5_name', 'Onyx Chair'),
('url_help_6', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_sound_set_20_name', 'SFX 2'),
('furni_sofa_polyfon*4_desc', 'Beige Mode Sofa'),
('sound_machine_alert_no_more_songs', 'Can\'t create new song! Traxmachine can have only %count% songs.'),
('search', 'Search'),
('room_preparing', '...Preparing room'),
('nav_venue_bb_lobby_intermediate_0/0_desc', ''),
('club_txt_renew2', 'You are Habbo Club member. If you want to change your subscription or leave the club, use the link below.'),
('poster_1002_name', 'Queen Mum Poster'),
('furni_barchair_silo*2_desc', 'Practical and convenient'),
('reg_month', 'Month'),
('club_txt_renew1', 'Your Habbo Club membership will be active for another %days% days. You can extend your membership by paying with Habbo Credits.'),
('furni_rare_icecream*0_name', 'Cherry Ice Cream Machine'),
('furni_sound_set_41_desc', 'Burning Riffs'),
('nav_venue_beauty_salon_loreal_name', 'Beauty salon'),
('poster_26_name', 'Angel Poster'),
('furni_sound_set_19_name', 'Hip Hop Beats 4'),
('furni_romantique_divan*4_name', 'Amber Chaise-Longue'),
('furni_one_way_door*7_desc', 'One at a time!'),
('sound_machine_confirm_eject_long', 'Are you sure you want to remove the Traxpack and it\'s samples from the song?'),
('furni_glass_stool*8_desc', 'Translucent beauty'),
('buddyremove_not_now', 'Cancel'),
('no_user_for_gift', 'No user named %user% found. Gift not purchased.'),
('buddyremove_lessoptions', 'Less Options <<'),
('reg_legal_header1', 'Now you need to ask your parents/guardian to come to the computer. Read through the text (below) with your parents.'),
('furni_carpet_soft*3_desc', 'Soft Wool Rug'),
('reg_legal_header2', 'Read through the below text carefully. You must agree to the following terms before entering Habbo Hotel.'),
('furni_sw_chest_name', 'sw_chest'),
('nav_venue_sw_lobby_tournament_9_name', 'Tournament Lobby'),
('messenger.email.footer', ''),
('nav_venue_bb_arena_4_name', 'Battle Ball Expertit'),
('club_change_url', 'http://%predefined%//credits/habboclub'),
('furni_table_plasto_4leg*2_name', 'Occasional Table'),
('ph_choosecolour', 'Choose Costume Colour'),
('buddyremove_hc_more_info', 'More Info About Habbo Club >>'),
('furni_romantique_smalltabl*1_desc', 'Every tray needs a table...'),
('nav_venue_sw_lobby_tournament_8_name', 'Tournament Lobby'),
('furni_divider_nor5_name', 'Plain Iced Angle'),
('wallitem_roomdimmer_name', 'Mood Light'),
('furni_bed_budget_one*5_name', 'Beige Pura Bed'),
('furni_table_norja_med*9_name', 'Large Coffee Table Red'),
('furni_pillow*3_desc', 'Puffy, soft and huge'),
('furni_noob_rug*2_name', 'My first Habbo rug'),
('nav_venue_sw_lobby_beginner_7_name', 'Snow Rookies Lobby'),
('furni_exe_chair_desc', 'Relaxing leather comfort'),
('furni_s_sound_machine*2_desc', 'Sound Machine Ocean Desc'),
('nav_venue_dusty_lounge/0_desc', 'A dignified lounge for sitting back and enjoying a licorice pipe'),
('game_bs_ship4', 'Destroyer(s)'),
('game_bs_ship3', 'Cruiser(s)'),
('game_bs_ship2', 'Battle Ship(s)'),
('game_bs_ship1', 'An aircraft carrier'),
('furni_table_plasto_bigsquare*4_name', 'Square Dining Table'),
('openhrs_title', 'We are closing the hotel'),
('furni_habbowood_chair_name', 'Director\'s Chair'),
('roomatic_confirm', 'Confirm password:'),
('poster_14_desc', 'A cunning painting'),
('furni_doormat_plain*3_name', 'Doormat'),
('furni_sound_set_3_desc', 'Chilled grooves'),
('win_messenger', 'Habbo Console'),
('summer_chair_7_name', 'Green Deck Chair'),
('notickets_window_header', 'Tickets needed!'),
('nav_updatenote', 'Updating your room properties may take a while. The changes have been made, but it\'ll take a few minutes until all Habbos can see them.'),
('furni_table_plasto_bigsquare*5_name', 'Square Dining Table'),
('url_purselink', 'http://%predefined%//credits?'),
('console_follow_hotelview', 'Your friend is on the hotel view.'),
('furni_solarium_norja*3_desc', 'Get the city look!'),
('sound_machine_alert_song_name_missing', 'Please give your song a name.'),
('furni_sound_machine*3_name', 'Green Traxmachine'),
('jukebox_next_up', 'Next up:'),
('trading_additems', 'Put items in boxes'),
('furni_sporttrack3*1_name', 'Sport goal tartan'),
('club_button_3_period', 'Buy 6 >>>'),
('nav_delroom3', 'Room deleted!'),
('nav_delroom2', 'Are you sure you want to delete this room? All the furniture left in it will also be deleted.'),
('poster_34_name', 'Scamme\'d'),
('go', 'Go >>'),
('nav_delroom1', 'If you want to save the furniture in this room, move it to the giant hand before you continue.'),
('console_habboprofile_arrowed', 'Habbo Profile >>'),
('furni_chair_plasty*10_desc', 'Hip plastic furniture'),
('cam_txtscreen.help', 'Caption'),
('wallitem_item_placeholder_name', 'This furniture is downloading...'),
('furni_carpet_standard*b_desc', 'Available in a variety of colours'),
('poster_59_name', 'Torch'),
('furni_chair_basic*4_name', 'White Pura Egg Chair'),
('summer_chair_1_name', 'Aquamarine Deck Chair'),
('nav_venue_space_cafe_name', 'Ten Forward'),
('log_problem_url', 'http://%predefined%//help/faqs?faq_1_categoryId=14'),
('group_homepage_url', 'http://%predefined%/groups/%groupid%/id'),
('furni_heart_name', 'Giant Heart'),
('nav_venue_sw_arena_beginner_name', 'Playing beginner game'),
('furni_grunge_chair_name', 'Grunge Chair'),
('nav_dooropens', 'Door opens! Go on in...'),
('modtool_banuser', 'Ban User'),
('furni_carpet_soft_tut_desc', 'Welcome, enjoy your stay!'),
('furni_rare_mnstr_name', 'Venomus Habbolus'),
('furni_divider_silo3*9_name', 'Red Area Gate'),
('furni_pura_mdl3*1_name', 'Aqua Pura Module 3'),
('Messages', 'Message(s)'),
('wallitem_arabian_wndw_name', 'Arabian Window Frame'),
('furni_prizetrophy3*1_desc', 'Glittery gold'),
('furni_sound_set_47_desc', 'Storm the UKCharts!'),
('poster_54_desc', 'whack that ball!'),
('url_logout_concurrent', 'http://%predefined%//account/disconnected?reason=concurrentlogin&origin=popup'),
('nav_venue_sw_lobby_beginner_1_name', 'Snow Rookies Lobby'),
('furni_table_plasto_4leg*8_name', 'Occasional Table'),
('sound_machine_turn_on', 'Switch On'),
('furni_table_norja_med*4_desc', 'For larger gatherings'),
('buddyremove_hc_info_url', 'http://www.habbo.co.uk/credits/habboclub'),
('furni_romantique_divider*2_name', 'Green Screen'),
('furni_pillar*5_desc', 'Find your natural roots'),
('furni_table_silo_med_desc', 'Wipe clean and unobtrusive'),
('furni_pillow*8_name', 'Navy Cord Pillow'),
('room_owner', 'Owner:'),
('furni_shelves_norja*5_name', 'Pink Bookcase'),
('queue_set.d.info', 'There are %d% Habbos in front of you in the queue.'),
('reg_retypepass', 'Retype Password:'),
('furni_jp_tray3_name', 'jp_tray3'),
('dance_stop', 'Stop Dancing'),
('buddyremove_remove_text', 'You are about to remove %removeamount% friends from your friendlist.\\r\\r After removal, you\'ll have %amountleft% friends on your list:'),
('nav_venue_bb_lobby_tournament_12_name', 'Competitie Battle Ball 13'),
('furni_summer_chair*2_name', 'Deck Chair'),
('furni_plant_valentinerose*1_desc', 'Secret admirer!'),
('furni_sofachair_silo*4_name', 'Beige Area Armchair'),
('poster_523_name', 'The flag of India'),
('furni_scifirocket*4_name', 'Venus Smoke Machine'),
('nav_venue_tearoom_name', 'Chinese Tea Room'),
('furni_pura_mdl1*5_name', 'beige pura module 1'),
('nav_venue_bb_lobby_tournament_0/0_desc', ''),
('furni_chair_silo*5_desc', 'Pink Silo Dining Chair'),
('club_txt_expired', 'Your Habbo Club membership has run out. You can join the club again by clicking the HC logo on the hotel view.\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('furni_glass_table*7_name', 'Green Glass Table'),
('nav_prvrooms_notfound', 'Your search did not match any rooms'),
('bb_title_BBscores2', 'Game over!'),
('wallitem_gothicfountain_name', 'Gothic Ectoplasm Fountain'),
('furni_one_way_door*1_desc', 'One at a time!'),
('furni_chair_plasty*1_name', 'Plastic Pod Chair'),
('furni_divider_nor3*9_name', 'Red Iced gate'),
('sound_machine_time_2', '%min%:%sec%min'),
('sound_machine_time_1', '%min%:%sec%min'),
('furni_bardesk_polyfon*4_name', 'Beige Mode Bardesk'),
('queue_set.queue_reset.alert', 'The queue for this room has been reset, please try again.'),
('furni_jp_pillow_desc', 'Comfy and classical'),
('nav_venue_sw_lobby_free_9/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_barchair_silo*8_desc', 'Practical and convenient'),
('delete_furniture', 'Delete Furniture (permanently)'),
('furni_plant_bulrush_desc', 'Ideal for the riverside'),
('poster_61_name', 'Siva Poster'),
('furni_bed_silo_two_name', 'Double Bed'),
('furni_plant_pineapple_desc', 'Needs loving glances'),
('furni_bed_polyfon_girl_desc', 'Snuggle down in princess pink'),
('furni_pillow*4_desc', 'Puffy, soft and huge'),
('furni_table_norja_med*8_name', 'Large Coffee Table Yellow'),
('transaction_system_tsms_win_tmobile', 'T-Mobile SMS'),
('furni_scifidoor*10_desc', 'There out of this world!'),
('furni_bed_polyfon*7_desc', 'Green Mode Double Bed'),
('furni_toy1*2_desc', 'it\'s bouncy-tastic'),
('transaction_system_sms_radiolinja', 'Elisa'),
('furni_gothic_chair*4_name', 'Black Gothic Chair'),
('furni_scifidoor*6_desc', 'Monolith goes up! Monolith goes down!'),
('nav_venue_sw_lobby_free_3_name', 'Free Game Lobby'),
('console_friend_request_not_found', 'There was an error finding the user for the friend request'),
('furni_romantique_smalltabl*2_desc', 'Every tray needs a table...'),
('furni_bed_budget*2_name', 'Pink Pura Double Bed'),
('wallitem_post.it_name', 'Pad of stickies'),
('gs_state_created', 'Waiting for players..'),
('furni_divider_nor3*4_desc', 'Entrance or exit?'),
('furni_sofa_polyfon_girl_desc', 'Romantic pink for two'),
('locked', 'Locked (visitors have to ring bell)'),
('alert_reg_birthday', 'Birthday'),
('club_thanks_text', 'Here you can see your Habbo Club membership status, number of elapsed months, pre-ordered months and status of the ongoing month.'),
('furni_sound_set_39_desc', 'Rock with a roll'),
('nav_venue_old_skool/0_desc', 'A set of rooms inspired by the original and legendary Mobiles Disco, the progenitor of Habbo'),
('poster_511_desc', 'The flag of The Netherlands'),
('furni_couch_norja*7_name', 'Rural Iced Bench'),
('furni_safe_silo*6_name', 'Blue Safe Minibar'),
('furni_table_plasto_4leg*14_desc', 'Aqua table'),
('room_sound_furni_limit', 'You can only place one sound furni per room'),
('nav_venue_bb_lobby_beginner_15/0_desc', ''),
('furni_glass_shelf_name', 'Glass shelf'),
('furni_divider_nor2*6_desc', 'Blue Iced bar desk'),
('furni_turkey_name', 'Roast Turkey'),
('nav_venue_bb_lobby_tournament_16/0_desc', ''),
('sw_timeleft', 'Time:'),
('furni_rare_parasol_name', 'Parasol'),
('furni_glass_sofa*7_desc', 'Habbo Club'),
('furni_bardeskcorner_polyfon*13_name', 'Corner Cabinet/Desk'),
('furni_rare_fan*9_name', 'Fucsia Powered Fan'),
('furni_chair_plasto*4_desc', 'Hip plastic furniture'),
('no', 'No'),
('furni_rare_fan*4_desc', 'Fanning the fires of SUPERLOVE...'),
('nav_venue_median_lobby/0_desc', 'A Mean place to hang'),
('nav_venue_sw_lobby_intermediate_2/0_desc', ''),
('furni_md_sofa_name', 'MD Sofa'),
('furni_noob_lamp*1_desc', 'Get the light right where you want it (yellow)'),
('login_connecting', 'Connecting...'),
('furni_divider_nor1*3_desc', 'Looks squishy, but isn\'t!'),
('furni_sound_set_14_desc', 'Rock them bodies'),
('furni_sound_set_59_name', 'RnB Grooves 5'),
('poster_21_desc', 'beautiful reproduction butterfly'),
('wallitem_hc_wall_lamp_desc', 'Tres chic!'),
('ok', 'OK'),
('nav_venue_sw_lobby_tournament_1/0_desc', ''),
('pet_happy', 'Happiness:'),
('sound_machine_edit', 'Edit Song'),
('furni_rare_elephant_statue*2_desc', 'Say hello to Nelly'),
('furni_CFC_200_moneybag_desc', 'Worth 200 Credits'),
('nav_venue_bb_lobby_intermediate_6/0_desc', ''),
('console_buddylimit_requester', 'Friend could not be added. The request sender can not have anymore friends.'),
('furni_sofa_silo*2_desc', 'Cushioned, understated comfort'),
('sound_machine_alert_invalid_song_name', 'You have already burned another song with the same name. Please change the song name before trying again.'),
('furni_fireplace_armas_name', 'Fireplace'),
('furni_barchair_silo*3_desc', 'Practical and convenient'),
('ph_ticket', 'Ticket'),
('furni_arabian_divdr_desc', 'Carved Cedar Divider'),
('wallitem_jp_ninjastars_desc', 'Not a frisbee'),
('wallitem_hrella_poster_1_desc', 'Brighten up your cabin'),
('furni_noob_stool*3_desc', 'Unfold me and take the weight off (aubergine)'),
('furni_pura_mdl5*9_name', 'Red Pura Module 5'),
('furni_divider_nor4*2_desc', 'Habbos, roll out!'),
('NUF_mini_meet_people_roomlist_tutor', 'Click \'Open\' to open up a category and see what rooms are within. When you have found an interesting room, press \'Go\' to visit it.'),
('poster_41_name', 'Habbo Golden Record'),
('furni_jp_tray4_desc', 'jp_tray4'),
('buddyremove_confirm', 'Yeah, it is done...'),
('tutorial_topic_list_F', 'Choose a topic from the list below:'),
('purse_time', 'TIME'),
('nav_venue_sw_lobby_free_8_name', 'Free Game Lobby'),
('tutorial_topic_list_M', 'Choose a topic from the list below:'),
('furni_s_sound_machine*7_name', 'Sound Machine Red'),
('interface_icon_navigator', 'Navigator, navigate around'),
('furni_xmas_cstl_wall_name', 'Ice Castle Wall'),
('nav_own_hd', 'Your Rooms.'),
('modtool_aa_checkbox_text', 'Audio alert'),
('wallitem_industrialfan_desc', 'Powerful and resilient'),
('furni_bed_budget*8_desc', 'King sized comfort!'),
('sound_machine_burn', 'Burn Song'),
('nav_venue_sw_lobby_intermediate_0_name', 'Snow Bombardiers Lobby'),
('nav_venue_bb_lobby_beginner_1_name', 'Beginners Battle Ball 2'),
('furni_chair_basic*5_desc', ''),
('password.email.prefix', 'Your password is:'),
('furni_pura_mdl5*4_desc', 'Any way you like it!'),
('furni_table_norja_med*3_name', 'White Iced Table'),
('furni_pura_mdl3*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_tournament_3_name', 'Tournament Lobby'),
('furni_sound_set_34_desc', 'For guitar heroes'),
('furni_summer_grill*1_desc', 'Plenty of ribs on that barbie'),
('hubu_t4_1', 'Anna palautetta Hubusta'),
('furni_divider_nor1*8_desc', 'Yellow Ice corner'),
('hubu_t4_2', 'Tsekkaa heebelin jorinat'),
('poll_offer_title', 'Poll'),
('summer_chair_2_desc', 'Leave your towel early'),
('wallitem_habbowheel_name', 'The Wheel of Destiny!'),
('reg_mission', 'Your Mission:'),
('furni_sofa_polyfon*9_name', 'Red Two-seater Sofa'),
('furni_bed_budget_one_desc', 'aquamarine'),
('nav_venue_sw_lobby_tournament_7/0_desc', ''),
('furni_gothic_sofa*3_name', 'Gothic Sofa Red'),
('furni_chair_plasto*9_name', 'Chair'),
('nav_venue_sw_arena_beginner_name(0)', 'Playing beginner game'),
('notickets_text_2', 'Buy more tickets now and get a discount. You can also buy tickets as a present.'),
('wallitem_sw_hole_desc', 'sw_hole'),
('furni_plant_big_cactus_name', 'Mature Cactus'),
('notickets_text_1', 'Game price is 1 credit. For that you get 2 tickets.'),
('poster_19_name', 'Hole In The Wall'),
('furni_divider_nor4*7_name', 'Rural Iced Shutter'),
('email', ''),
('furni_sound_set_13_name', 'Dance 5'),
('furni_present_gen1_name', 'Gift'),
('nav_venue_bb_lobby_tournament_19/0_desc', ''),
('furni_chair_norja_desc', 'Sleek and chic for each cheek'),
('furni_marquee*9_name', 'Green Marquee'),
('sound_machine_alert_song_locked', 'The song you\'re editing can\'t be modified. Please save the song under another name to create a new copy.'),
('furni_glass_stool*2_name', 'Glass stool'),
('nav_venue_theatredrome_xmas/0_desc', ''),
('poster_5_name', 'Duck Poster'),
('furni_prize2_desc', 'Nice and shiny'),
('furni_valeduck_desc', 'He\'s lovestruck'),
('furni_chair_plasty*7_desc', 'Hip plastic furniture'),
('closed', 'Closed'),
('furni_wcandleset_name', 'White Candle Plate'),
('furni_sleepingbag*3_name', 'Ocean Sleeping Bag'),
('furni_tree3_name', 'Christmas Tree 1'),
('furni_sound_set_26_name', 'Groove 1'),
('furni_barrier*2_desc', 'No trespassing, please!'),
('game_bs_turn1', 'Your Turn'),
('nav_venue_bb_lobby_expert_desc', 'Expert battle ball!'),
('alert_donate_topic', 'SCAM ALERT!'),
('game_bs_turn2', 'The Enemy\'s Turn'),
('furni_sand_cstl_gate_name', 'sand castle gate'),
('furni_rare_dragonlamp*4_desc', 'Scary and scorching!'),
('furni_camera_desc', 'Smile!'),
('pet.hotwords.lie', 'lie down'),
('furni_sound_set_60_name', 'Latin Love 2'),
('console_accept_selected', 'Accept'),
('furni_divider_silo1*3_desc', 'Neat and natty'),
('furni_summer_chair*7_name', 'Green Deck Chair'),
('furni_pumpkin_desc', 'Cast a spooky glow'),
('reg_habboname_note', 'Now it\'s time to make your own Habbo character! To make your own Habbo, please start by choosing your Habbo Name.'),
('furni_rare_icecream_campaign_name', 'Rare icecream white'),
('furni_doormat_plain_desc', 'Available in a variety of colours'),
('room_areYouSure', 'Are you sure you want to delete this item forever?'),
('sound_machine_confirm_burn', 'Burn this song?'),
('predefined_room_name', '%user_name%\'s room'),
('furni_divider_silo1*2_name', 'Black Corner Shelf'),
('furni_table_plasto_4leg*3_desc', 'Hip plastic furniture'),
('furni_solarium_norja*8_name', 'Yellow Solarium'),
('furni_exe_globe_desc', 'The power is yours!'),
('furni_bed_polyfon*6_name', 'Blue Mode Double Bed'),
('notickets_store_link', 'Go to ticket store >>>'),
('NUF_habbo_home', 'Habbo Home'),
('nav_venue_the_den_name', 'The Den'),
('furni_table_plasto_square*2_name', 'Round Dining Table'),
('modtool_header', 'The Tool'),
('pet_enrg_7', 'Energetic'),
('nav_noanswer', 'No answer'),
('roommatic_hc_members_only', 'This Room Is For HC Members Only'),
('furni_xmasduck_desc', 'A right Christmas quacker!'),
('pet_enrg_8', 'Lively'),
('NUF_getting_room_own_rooms_tutor', 'Click the \'Create own room\' button to start building your room. Don\'t worry, making your room is completely free.'),
('pet_enrg_5', 'Sprightly'),
('pet_enrg_6', 'Active'),
('furni_doormat_plain*4_desc', 'Available in a variety of colours'),
('pet_enrg_3', 'Lazy'),
('pet_enrg_4', 'Relaxed'),
('furni_divider_poly3*6_desc', 'Blue Mode Bardesk Gate'),
('pet_enrg_1', 'Slow'),
('furni_glass_table*2_desc', 'Translucent beauty'),
('pet_enrg_2', 'Sluggish'),
('poster_1003_desc', 'get the lovely isles on your walls'),
('furni_hc_djset_name', 'The Grammophon'),
('pet_enrg_9', 'Tireless'),
('furni_table_plasto_round*6_name', 'Round Dining Table'),
('furni_sporttrack2*3_name', 'Sport corner grass'),
('furni_footylamp_name', 'Football Lamp'),
('furni_bed_silo_one_desc', 'Plain and simple'),
('pet_enrg_0', 'Tired'),
('furni_soft_sofachair_norja*7_name', 'Rural Iced Sofachair'),
('furni_solarium_norja*9_desc', 'Rejuvenate your pixels!'),
('furni_pillow*9_desc', 'Puffy, soft and VERY fluffy!'),
('furni_plant_mazegate_snow_desc', 'There\'s snow way through!'),
('furni_sound_set_8_name', 'Ambient 2'),
('furni_divider_silo3*4_name', 'Beige Area Gate'),
('previous', 'Previous'),
('furni_glass_stool*3_desc', 'Translucent beauty'),
('furni_bardeskcorner_polyfon*8_name', 'Yellow Mode Bardesk Corner'),
('next_onearrowed', 'Next >'),
('nav_venue_sw_lobby_expert_desc', 'For the William Tells and Robin Hoods of Snow Storming.'),
('furni_bardeskcorner_polyfon*2_name', 'Black Mode Bardesk Corner'),
('catalog_pet_unacceptable', 'Sorry, that name is unacceptable to Hotel Management'),
('furni_sound_set_46_name', 'Club 1'),
('nav_error_room_full', 'The room is full.'),
('furni_queue_tile1*4_name', 'Gold Habbo Roller'),
('furni_mocchamaster_desc', 'Wake up and smell it!'),
('furni_gothic_stool*1_name', 'Gothic Stool Pink'),
('furni_noob_chair*5_name', 'My first Habbo chair'),
('furni_noob_rug*3_desc', 'Nice and neat sisal rug with aubergine edging'),
('nav_venue_club_mammoth/0_name', 'Club Mammoth'),
('pet_race_1_024', 'Cat Burglar'),
('pet_race_1_022', 'Matted Moggy'),
('poster_39_name', 'Screaming Furnies'),
('pet_race_1_023', 'Indoor Alley Cat'),
('furni_prizetrophy5*3_desc', 'Breathtaking bronze'),
('pet_race_1_020', 'Caterwaul Kitty'),
('NUF_mini_meet_people_room_tutor', 'The people wandering around are Habbos just like you.\\nClick on one of them to learn more about them- or on yourself to look in the mirror.'),
('pet_race_1_021', 'Fabulous Feline'),
('furni_arabian_tetbl_name', 'Hexagonal Tea Table'),
('furni_grand_piano*4_name', 'Amber Grand Piano'),
('poster_504_desc', 'The German flag'),
('roomatic_name', 'Room name:'),
('furni_sound_set_21_desc', 'Headbanging riffs'),
('credit_redeem_info', 'More info about credit furni >>'),
('furni_marquee*a_desc', 'It\'s both door and a shade!'),
('furni_sound_set_33_name', 'Rock 3'),
('furni_queue_tile1*5_desc', 'The power of movement'),
('furni_doorD_name', 'Imperial Teleport'),
('furni_rare_parasol*1_desc', 'Block those rays!'),
('purse_youhave', 'You Have'),
('nav_fullbutton', 'Full'),
('furni_rare_fountain*2_desc', 'For our feathered friends'),
('friend_request_accepted', 'Accepted!'),
('tutorial_help_button_bubble', 'Click the blue question mark to open up the help menu to restart the tutorial.'),
('furni_rubberchair*4_desc', 'Soft and tearproof!'),
('furni_sound_set_9_desc', 'Mystical ambient soundscapes'),
('furni_rare_fan*3_name', 'Purple Dragon Skin Fan'),
('furni_table_plasto_square*8_desc', 'Hip plastic furniture'),
('gs_choose_gametime', 'Choose Game duration:'),
('furni_traffic_light*1_desc', 'Chill and wait your turn!'),
('furni_sofachair_polyfon*6_desc', 'Blue Mode Armchair'),
('furni_chair_norja*4_name', 'Urban Iced Chair'),
('furni_val_teddy*2_name', 'Pink Share Bear'),
('nav_venue_chill/0_name', 'Zen Garden'),
('furni_table_plasto_square_name', 'Occasional Table'),
('furni_bed_budget_name', 'Pura Bed'),
('furni_solarium_norja_name', 'White Solarium'),
('furni_noob_table*1_name', 'My first Habbo table'),
('gs_5min', '5min'),
('purse_credits', 'You have \\x1 Habbo Credit(s) in your purse.'),
('furni_divider_poly3*5_name', 'Candy Hatch (Lockable)'),
('furni_rare_icecream*6_name', 'Toffee Ice Cream Machine'),
('furni_table_polyfon_med_name', 'Large Coffee Table'),
('console_deselect_all', 'Deselect all'),
('nav_venue_bb_lobby_amateur_8_name', 'Gevorderden Battle Ball 9'),
('transaction_system_sms_win_kpn', 'KPN SMS'),
('nav_venue_bb_lobby_intermediate_3/0_desc', ''),
('furni_CFC_500_goldbar_desc', 'Worth 500 Credits'),
('NUF_visiting_rooms', 'Visiting other players\' rooms'),
('url_logout_timeout', 'http://%predefined%//account/disconnected?reason=logout'),
('furni_table_silo_med*7_desc', 'Green Area Coffee Table'),
('player_commands_no_args', 'You have not supplied any arguments!'),
('furni_romantique_pianochair*2_name', 'Lime Romantique Piano Chair'),
('pickup', 'Pick up'),
('reg_tutorial_url', ''),
('habboclub_confirm_body', 'You have %credits% credits'),
('nav_venue_bb_lobby_beginner_12/0_desc', ''),
('furni_rare_elephant_statue*1_name', 'Silver Elephant'),
('help', 'Habbo Help'),
('furni_soft_sofachair_norja*2_desc', 'Black Iced Sofachair'),
('furni_table_plasto_round*1_desc', 'Hip plastic furniture'),
('furni_sleepingbag*9_desc', 'Ultimate coziness'),
('furni_arabian_tray2_desc', 'For those Arabian nights'),
('NUF_visiting_rooms_hotelview_tutor', 'Hello. This time we are learning how to visit another user\'s room.'),
('furni_traffic_light*6_name', 'Red Traffic Light'),
('Alert_ChooseWhoToSentMessage', 'Please choose who to\\rsend your message to'),
('poster_47_desc', 'Twinkle, twinkle'),
('bb_title_finalScores', 'Final standings:'),
('jukebox_song_author', 'by: %author%'),
('poster_2003_name', 'Dodgy Geezer'),
('poster_509_name', 'The Jamaican flag'),
('poster_6_desc', 'But is it the right way up?'),
('furni_toy1*1_name', 'Rubber Ball'),
('nav_venue_bb_lobby_beginner_13_name', 'Beginners Battle Ball 14'),
('furni_scifidoor*5_name', 'White Spaceship Door'),
('credit_redeem_text', 'You are going to change Furni to %value% credits.'),
('nav_venue_sw_lobby_amateur_0_name', 'Snow Slingers Lobby'),
('club_txt_intro', 'Welcome to Habbo Club - the members only club that all the best Habbos belong to!\\r\\rMembers of Habbo Club get priority access to the hotel (so you can always get in), exclusive clothes, hair colours, rare furni and special guest room layouts. To see exactly what you\'ll be able to get your hands on as a Habbo Club member, take a look in the Catalogue.'),
('nav_venue_bouncer_room_1_name', 'Beginners Battle Ball Arena'),
('update_email_suggest', 'Habbo Hotel security supervisor requests you to update your email'),
('furni_rare_dragonlamp*3_name', 'Silver Dragon Lamp'),
('furni_scifiport*2_name', 'Blue Laser Gate'),
('club_button_extend', 'Extend Membership'),
('wallitem_val_heart_name', 'Heart Light'),
('furni_pura_mdl3*7_name', 'Green Pura Module 3'),
('furni_sound_set_61_desc', 'Straight from the heart'),
('nav_venue_bb_lobby_expert_9/0_desc', ''),
('furni_pura_mdl2*9_name', 'Red Pura Module 2'),
('furni_hal_cauldron_name', 'Habboween Cauldron'),
('furni_divider_nor1*2_name', 'Black Ice corner'),
('send', 'Send'),
('furni_couch_norja_desc', 'Two can perch comfortably'),
('furni_pura_mdl4*5_name', 'beige pura module 4'),
('pet_race_1_008', 'Mad Mouser'),
('pet_race_1_009', 'Scaredy Kat'),
('pet_race_1_006', 'Titchy Tiger'),
('pet_race_1_007', 'Burmese Buddy'),
('pet_race_1_004', 'Soft-Toed Sneaker'),
('furni_divider_nor4*8_desc', 'Habbos, roll out!'),
('furni_tile_desc', 'In a choice of colours'),
('pet_race_1_005', 'Cat Astroflea'),
('pet_race_1_002', 'Lesser Spotted Longhair'),
('pet_race_1_003', 'Hidden Clause'),
('pet_race_1_000', 'Sleepy Siamese'),
('pet_race_1_001', 'Purr-Sian'),
('furni_sound_set_53_name', 'Snowy Surprise'),
('furni_rare_icecream*1_desc', 'Virtual blueberry rocks!'),
('furni_table_plasto_round*15_name', 'Occasional Table'),
('security', 'Security'),
('furni_glass_chair*5_name', 'Glass chair'),
('nav_venue_cunning_fox_gamehall/1_desc', 'It\'s one-on-one for five in a row'),
('nav_venue_sw_lobby_tournament_4/0_desc', ''),
('furni_carpet_soft_desc', 'Soft Wool Rug'),
('poster_27_desc', 'Deck the halls!'),
('furni_safe_silo*7_desc', 'Totally shatter-proof!'),
('furni_table_silo_small*5_desc', 'Pink Area Occasional Table'),
('furni_marquee*4_desc', 'It\'s both door and a shade!'),
('furni_gothic_sofa*4_desc', 'Ghosts and Ghouls'),
('furni_prizetrophy6*1_desc', 'Glittery gold'),
('pet_race_1_019', 'Bobcat Wailer'),
('furni_bardesk_polyfon*5_desc', 'For cute constructions'),
('furni_carpet_polar*2_name', 'Blue Bear Rug'),
('pet_race_1_017', 'Furry Friend'),
('furni_soft_sofa_norja*6_desc', 'Blue Iced Sofa'),
('furni_pura_mdl2*4_desc', 'Any way you like it!'),
('pet_race_1_018', 'Trusting Tabby'),
('pet_race_1_015', 'Haughty House Pet'),
('chatlog.url', 'https://theallseeingeye.sulake.com/ase/habbo/uk/housekeeping/extra/hobba/chatlog.action?chatId='),
('furni_ham2_name', 'Eaten Ham'),
('pet_race_1_016', 'Curiousity - The Return!'),
('pet_race_1_013', 'Felis Catus Allergicus'),
('pet_race_1_014', 'Bushy Bobtail'),
('pet_race_1_011', 'Egyptian Angora'),
('pet_race_1_012', 'Freckled Feral'),
('gs_choose_gamefield', 'Choose Game Arena:'),
('furni_divider_nor5*6_desc', 'Cool cornering for your crib y0!'),
('furni_summer_pool*2_name', 'Red Summer Pool'),
('pet_race_1_010', 'Wannabe Wildcat'),
('furni_rare_elephant_statue_desc', 'Say hello to Nelly'),
('furni_sofa_silo*8_desc', 'Cushioned, understated comfort'),
('furni_exe_rug_desc', 'Please remove your shoes!'),
('NUF_meeting_people_roomlist_tutor', 'Let\'s visit one of the rooms and find out how to meet other users.'),
('furni_chair_plasto*15_desc', 'Hip plastic furniture'),
('nav_venue_habburger\'s_name', 'Habburgers'),
('queue_current_2', 'You are in queue for the room.'),
('queue_current_1', 'You are in Habbo Live queue...'),
('furni_pura_mdl5*3_name', 'Black Pura Module 5'),
('furni_hockey_score_name', 'Scoreboard'),
('furni_sofachair_silo*5_desc', 'Pink Area Armchair'),
('furni_hyacinth1_name', 'Pink Hyacinth'),
('furni_pura_mdl1*6_desc', 'Any way you like it!'),
('camera_open_dialog_heading', 'Camera'),
('furni_prizetrophy5*2_name', 'Duo trophy'),
('furni_glass_chair_desc', 'Translucent beauty'),
('furni_rubberchair*3_desc', 'Soft and tearproof!'),
('furni_exe_plant_name', 'Executive Plant'),
('furni_pura_mdl2*3_desc', 'Any way you like it!'),
('furni_pura_mdl1*2_name', 'Pink Pura Module 1'),
('furni_plant_bonsai_desc', 'You can be sure it lives'),
('furni_plant_valentinerose*4_desc', 'Be mine!'),
('wallitem_hrella_poster_3_desc', 'Don\'t drift away!'),
('furni_deadduck_name', 'Dead Duck'),
('furni_summer_grill*3_desc', 'Plenty of steak on that barbie'),
('modtool_extrainfo', 'Extra Info:'),
('sound_machine_jukebox_window', 'Jukebox'),
('gs_button_start', 'Start Game!'),
('nav_venue_sw_lobby_beginner_5/0_desc', ''),
('furni_romantique_chair*5_desc', 'What does this button do?'),
('furni_table_plasto_4leg*9_desc', 'Hip plastic furniture'),
('furni_soft_sofa_norja_desc', 'A soft iced sofa'),
('furni_divider_nor4*9_name', 'Red Iced Auto Shutter'),
('login_haventGotHabbo', 'Haven\'t got a Habbo yet?'),
('furni_noob_stool*2_name', 'My first Habbo stool'),
('furni_s_sound_machine*5_desc', 'Sound Machine Brown Desc'),
('credit_redeem_window', 'Redeem credit furni'),
('send_invitation_text', 'Want to meet someone from our Welcoming Party?'),
('purse_vouchers_exitbutton', 'Cancel'),
('furni_prizetrophy6*3_desc', 'Breathtaking bronze'),
('nav_venue_cafe_gold/0_name', 'Kultakahvila'),
('furni_fortune_name', 'Crystal Ball'),
('poster_22_name', 'Butterfly Cabinet (blue)'),
('object_displayer_link_badge', 'Edit Badge'),
('furni_sound_set_15_name', 'RnB Grooves 6'),
('Alert_NoNameSet', 'Check your Habbo name.'),
('furni_hc_crpt_name', 'Persian Carpet'),
('error_ok', 'OK->'),
('game_chess_email', 'Receive game via email'),
('sound_machine_confirm_save_list', 'Save playlist?'),
('furni_noob_rug*2_desc', 'Nice and neat sisal rug with blue edging'),
('queue_set.e1.alert', 'This room is currently available only to Habbos participating to the event.'),
('furni_rare_icecream*0_desc', 'Virtual cherry rocks!'),
('furni_arabian_chair_name', 'Green Blossom Chair'),
('furni_divider_silo3*6_name', 'Blue Area Gate'),
('furni_scifiport*4_desc', 'Energy beams. No trespassers!'),
('furni_sofa_silo*4_desc', 'Beige Area Sofa'),
('furni_one_way_door*4_desc', 'One at a time!'),
('furni_chair_norja*5_desc', 'Sleek and chic for each cheek'),
('furni_sound_set_19_desc', 'Shake your body!'),
('poster_26_desc', 'See that halo gleam!'),
('furni_doormat_plain*2_desc', 'Available in a variety of colours'),
('furni_romantique_chair*1_name', 'Rose Quartz Chair'),
('furni_hc_tv_name', 'Mega TV Set'),
('pet.hotwords.follow_me', 'heel'),
('furni_petfood3_desc', 'Fantastic 20% Saving!'),
('furni_couch_norja*5_name', 'Pink Bench'),
('furni_table_plasto_round*7_desc', 'Hip plastic furniture'),
('furni_bed_armas_two_desc', 'King-sized pine comfort'),
('modtool_days', 'Days'),
('furni_one_way_door*7_name', 'Green One Way Gate'),
('furni_table_norja_med*5_name', 'Large Coffee Table Pink'),
('furni_sand_cstl_wall_name', 'sand_cstl_wall'),
('nav_modify_doorstatus_givepw', 'Password for the room'),
('NUF_getting_items_room_tutor', 'Nice room. Reminds me of a chic Parisian cafe in Slough. Open the Catalogue.'),
('habbo_hand_prev', '<<<'),
('pet.saying.generic.croco.3', 'Tick tock tick....'),
('invitation_follow_failed', 'Sorry, your attempt to follow an invitation failed.'),
('furni_sound_set_12_desc', 'Unusual as Standard'),
('pet.saying.generic.croco.1', '*Mellow*'),
('error_text', 'Error occured, press \'OK\' to restart program.\\r\\rPlease report bugs to:\\rwww.habbohotel.com/habbo/en/help/contact/bugs/ \\rSorry for the inconvenience.'),
('pet.saying.generic.croco.2', 'I\'m so hungry I could eat you!'),
('furni_divider_silo3*3_desc', 'Form following function'),
('furni_table_plasto_4leg*2_desc', 'Hip plastic furniture'),
('int_newmessages', 'New Message(s)'),
('furni_rare_icecream*3_name', 'Blackcurrant Ice Cream Machine'),
('bb_header_gameinfo', 'Game info'),
('furni_scifiport*0_name', 'Red Laser Door'),
('nav_venue_bb_lobby_beginner_7_name', 'Beginners Battle Ball 8'),
('tx_history.description.bank_wallie', 'Wallie-card'),
('nav_venue_hallway_name', 'Hallway'),
('nav_venue_bb_lobby_amateur_11/0_desc', ''),
('furni_bed_budget_one*5_desc', 'Prince sized comfort!'),
('pet.saying.generic.croco.0', 'Rrrr....Grrrrrg....'),
('nav_popup_go', '>>'),
('furni_safe_silo*3_name', 'White Safe Minibar'),
('furni_table_silo_small_name', 'Occasional Table'),
('poll_confirm_window', 'Leave our poll'),
('furni_table_norja_med*9_desc', 'For larger gatherings'),
('furni_divider_nor4*6_desc', 'Habbos, roll out!'),
('gs_3teams', '3 Teams Game'),
('wallitem_post.it.limit', 'Only 50 stickies per room are allowed!'),
('furni_scifidoor*4_desc', 'Protect your pot of gold!'),
('furni_bed_polyfon_one*9_name', 'Red Single Bed'),
('furni_soft_sofa_norja*2_desc', 'Black Iced Sofa'),
('furni_corner_china_desc', 'Firm, fireproof foundation'),
('hobba_pickup_go', 'Pick Up & Go!'),
('furni_sporttrack3*2_desc', 'null'),
('furni_rare_fan*6_name', 'Ochre Powered Fan'),
('furni_sound_set_3_name', 'Electronic 1'),
('NUF_mini_meet_people_user_tutor', 'Here you can chat to users directly. Ask a Habbo to be your friend by clicking on their Habbo and the button.\\nIf this is your first time, check your Hand to see a present to decorate your own room with, later.'),
('furni_pura_mdl2*6_name', 'Blue Pura Module 2'),
('furni_couch_norja*9_desc', 'Two can perch comfortably'),
('furni_chair_plasty*9_desc', 'Hip plastic furniture'),
('game_chess_white', 'White:'),
('nav_venue_sw_lobby_intermediate_3/0_desc', 'Lumisota sen kuin vain kovenee.'),
('furni_table_plasto_square*3_desc', 'Hip plastic furniture'),
('nav_venue_theatredrome/0_desc', 'Perform your latest masterpiece!'),
('nav_venue_the_den/0_desc', 'Has anyone seen my map?'),
('furni_sound_set_40_name', 'Rock 4'),
('remove', 'Remove'),
('friend_request_decline_all', 'Decline all requests.'),
('furni_rare_globe_name', 'Snow Globe'),
('furni_bardesk_polyfon*8_name', 'Yellow Mode Bardesk'),
('nav_venue_sw_lobby_free_6_name', 'Free Game Lobby'),
('queue_change', 'Change queue'),
('reg_parentemail_link_text2', 'Privacy Pledge'),
('furni_rare_parasol*2_desc', 'Block those rays!'),
('furni_romantique_pianochair*3_desc', 'null'),
('reg_parentemail_link_text1', 'See the letter'),
('sound_machine_list_save', 'Save Playlist'),
('nav_public_helptext_hd', 'Public Spaces'),
('furni_chair_plasty*2_desc', 'Hip plastic furniture'),
('spectator_count', 'spectators %cnt%/%max%'),
('reg_welcome2', 'Create Your Own Habbo'),
('wallitem_roomdimmer_desc', 'Superior lighting for your room'),
('furni_prizetrophy*3_name', 'Classic trophy'),
('furni_plant_rose_name', 'Cut Roses'),
('reg_welcome3', 'Now the fun begins! All you need to do is register and you\'re ready to start. It won\'t take long!\\rYou can change everything except your name and date of birth later. Come on!'),
('furni_noob_table*5_name', 'My first Habbo table'),
('nav_error_room_closed', 'The room is closed.'),
('reg_changePassword', 'Change your password'),
('furni_divider_nor5*3_desc', 'Cool cornering for your crib y0!'),
('furni_doorC_name', 'Portaloo'),
('furni_chair_plasty*10_name', 'Plastic Pod Chair'),
('furni_pura_mdl1*9_name', 'Red Pura Module 1'),
('furni_rare_stand_name', 'Speaker\'s Corner'),
('furni_grunge_table_name', 'Grunge Table'),
('furni_traffic_light*2_name', 'Blue Traffic Light'),
('pet.saying.angry.croco.2', 'You have displeased me.'),
('human_trading', 'Trading'),
('furni_noob_stool*6_desc', 'Unfold me and take the weight off (green)'),
('pet.saying.angry.croco.1', 'Rawwwr...rrr'),
('nav_venue_sw_lobby_intermediate_5_name', 'Snow Bombardiers Lobby'),
('gs_button_leavegame', 'Leave Game'),
('pet.saying.angry.croco.0', 'Grrrrr...rrr'),
('furni_s_sound_machine*1_name', 'Sound Machine Grey'),
('pet.saying.angry.croco.4', 'Buuuuurrr..rrrrr'),
('furni_chair_plasto*7_desc', 'Hip plastic furniture'),
('pet.saying.angry.croco.3', 'Rowrrrr...rrrr'),
('furni_soft_sofa_norja*9_desc', 'Red Iced Sofa'),
('nav_venue_skylight_lobby_name', 'Skylight Lobby'),
('furni_bed_polyfon_one*6_desc', 'Blue Mode Single Bed'),
('furni_pillow*8_desc', 'Puffy, soft and huge'),
('furni_hc_rntgn_name', 'X-Ray Divider'),
('furni_table_silo_med*5_desc', 'Pink Area Coffee Table'),
('furni_gothic_stool*2_desc', 'Be seated please..'),
('furni_typingmachine_desc', 'Write that bestseller'),
('furni_fridge_desc', 'Keep cool with a chilled snack or drink'),
('nav_venue_cunning_fox_gamehall/4_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('doorbell_rings', 'Rings the doorbell - Open the door?'),
('furni_divider_silo1*9_desc', 'Red Area Small Table'),
('nav_venue_bb_lobby_intermediate_7/0_desc', ''),
('furni_prize1_name', 'Gold Trophy'),
('poster_54_name', 'Hockey Stick'),
('furni_sound_set_47_name', 'Club 2'),
('furni_prizetrophy3*1_name', 'Globe trophy'),
('purse_head2', 'ACCOUNT TRANSACTIONS'),
('furni_soft_sofa_norja*5_name', 'Pink Iced Sofa'),
('furni_prizetrophy9*1_desc', 'Glittery gold'),
('buddyremove_next', 'Next >'),
('reg_girl', 'Girl'),
('furni_bed_budget_one*1_name', 'Aqua Pura Bed'),
('NUF_visiting_rooms_roomlist_go', 'Click \'Go\' to go to a room.'),
('poster_506_desc', 'To \'Finnish\' your decor...'),
('furni_toy1_name', 'Rubber Ball'),
('furni_sound_set_7_desc', 'Sound effects for Furni'),
('sw_fieldname_6', 'Riverbank Siege'),
('sw_fieldname_5', 'Polar Labyrinth'),
('furni_bed_polyfon*4_desc', 'Beige Mode Double Bed'),
('furni_pillow*4_name', 'Gold Feather Pillow'),
('alert_duplicatesession', 'You are already logged in on another hotel! Log out before trying again.'),
('sw_fieldname_7', 'Skull Falls Assault'),
('sound_machine_alert_song_not_ready', 'Can\'t save song! Song not ready yet.'),
('nav_venue_bb_lobby_beginner_5/0_desc', ''),
('nav_venue_bb_lobby_tournament_4/0_desc', ''),
('pet.saying.play.dog.1', 'woofWOOFwoofWOOFwoof'),
('pet.saying.play.dog.0', 'rrr.. WOOF .rrr..'),
('furni_cn_lamp_name', 'Lantern'),
('furni_arabian_rug_name', 'Berber Kilim Rug'),
('NUF_groups_hotelview_tutor', 'You have now opened the Group tutorial in the website window. Special!'),
('gs_error_start_9', 'Team sizes can only differ by one player. This Game cannot start!'),
('furni_divider_poly3*7_desc', 'Green Mode Bardesk Gate'),
('furni_sofachair_silo*4_desc', 'Beige Area Armchair'),
('poster_58_desc', 'whish you luck'),
('furni_chair_basic*2_desc', 'It\'s a cracking design!'),
('poster_516_name', 'The English flag'),
('nav_venue_sw_lobby_tournament_2/0_desc', ''),
('furni_gothic_carpet_name', 'Cobbled Path'),
('sw_title', 'Snow Storm'),
('furni_doormat_plain*5_name', 'Doormat'),
('furni_pura_mdl4*4_desc', 'Any way you like it!'),
('furni_sound_machine*1_name', 'Sound Machine'),
('furni_sofa_silo*7_name', 'Green Area Sofa'),
('nav_venue_sw_lobby_tournament_4_name', 'Tournament Lobby'),
('gs_title_gamecreation', 'Game creation'),
('furni_couch_norja*2_desc', 'Two can perch comfortably'),
('furni_prizetrophy5_desc', 'Palkinto'),
('furni_divider_nor3*9_desc', 'Red Iced gate'),
('furni_present_gen_name', 'Gift'),
('furni_prizetrophy7*3_name', 'Bronze Habbo trophy'),
('alert_reg_parent_email', 'The email address you provided is unacceptable.'),
('furni_bed_polyfon_girl_name', 'Double Bed'),
('furni_rare_fountain_name', 'Bird Bath (red)'),
('furni_pura_mdl3*3_name', 'Black Pura Module 3'),
('furni_plant_pineapple_name', 'Pineapple Plant'),
('furni_divider_nor2*8_name', 'Yellow Iced bar desk'),
('messenger', 'Messenger'),
('nav_venue_bb_arena_0_name', 'Battle Ball kaikille'),
('sw_fieldname_2', 'Algid River'),
('furni_bed_silo_two_desc', 'Plain and simple x2'),
('sw_fieldname_1', 'Arctic Island'),
('furni_pillow*1_desc', 'Puffy, soft and huge'),
('sw_fieldname_4', 'Frosty Forest'),
('sw_fieldname_3', 'Glacial Fort'),
('furni_bar_basic_desc', 'A pura series 300 minibar'),
('tutorial_welcome_M', 'Hi! I am your guide to Habbo Hotel. Please pick a topic to start.'),
('tutorial_welcome_F', 'Hi there! I\'m your guide to Habbo Hotel. What would you like to learn today?'),
('Alert_NoNameSetForLogo', 'Please give a name to your logo'),
('furni_glass_table*5_name', 'Glass table'),
('group_owner', 'Owner'),
('console_target_friend_list_full', 'This user\'s friend list is full'),
('furni_romantique_smalltabl*2_name', 'Lime Tray Table'),
('ph_keys_spacebar', 'Spacebar'),
('furni_noob_chair*3_name', 'My first Habbo chair'),
('NUF_meeting_people_roomlist_publicTab', 'Click the Public Spaces tab to see the list of public rooms. To go to the room click the \'Go\' button.'),
('furni_bed_polyfon*7_name', 'Green Mode Double Bed'),
('furni_jukebox_ptv*1_name', 'Jukebox Pacha TV'),
('poster_513_desc', 'Aussies rule!'),
('poster_51_desc', '2 points for every basket'),
('furni_toy1*2_name', 'Rubber Ball'),
('furni_bartable_armas_name', 'Bardesk'),
('nav_venue_sw_lobby_amateur_0/0_desc', ''),
('NUF_mini_use_console_read_tutor', 'The Habbo Console lets you message with people you have added to your friends list.'),
('nav_venue_bb_lobby_beginner_12_name', 'Beginners Battle Ball 13'),
('poster_2002_name', 'Urho Kaleva Kekkonen'),
('furni_sound_set_44_desc', 'Haunted Dimension'),
('pet.saying.beg.dog.1', 'Oouh..oouh..snuh..ooo'),
('furni_sporttrack2*1_name', 'Sport corner tartan'),
('pet.saying.beg.dog.0', 'Oooo...Ouuu...oo...OUUU'),
('furni_solarium_norja*5_desc', 'Rejuvenate your pixels!'),
('pet.saying.beg.dog.2', '*whimpers *'),
('reg_pledgelink', 'Hotel rules'),
('habboclub_price1.days', '30'),
('furni_glass_shelf_desc', 'Translucent beauty'),
('furni_sofachair_polyfon*3_name', 'White Armchair'),
('reg_verification_info', 'You must know the correct birthday and password before you\'re allowed to make these changes.'),
('furni_carpet_soft*5_desc', 'Soft Wool Rug'),
('furni_grunge_mattress_name', 'Grunge Mattress'),
('furni_bed_polyfon_one_name', 'Single Bed'),
('furni_sound_machine_pro_name', 'Sound Machine Pro'),
('furni_chair_china_desc', 'The elegant beauty of tradition'),
('furni_rare_icecream*7_desc', 'Virtual chocolate rocks!'),
('furni_table_silo_med*8_name', 'Yellow Coffee Table'),
('club_gift.message', 'Happy Habbo Club! Love Callie :)'),
('furni_sw_raven_desc', 'My name is Otter'),
('furni_noob_table*2_desc', 'Lightweight, practical and dark blue'),
('furni_soft_sofachair_norja*3_desc', 'Soft Iced sofachair'),
('sound_machine_confirm_delete', 'Delete song?'),
('furni_plant_fruittree_name', 'Fruit Tree'),
('nav_venue_bb_lobby_intermediate_1/0_desc', ''),
('furni_heartsofa_name', 'Heart Sofa'),
('furni_bed_budget_one*8_name', 'Yellow Pura Bed'),
('NUF_getting_room', 'Making your own room'),
('furni_rare_elephant_statue*2_name', 'Bronze Elephant'),
('nav_venue_ballroom/0_desc', 'Come play ball!'),
('nav_venue_sw_lobby_amateur_1_name', 'Snow Slingers Lobby'),
('console_lasttime', 'Last Time'),
('furni_md_sofa_desc', 'A decent recliner'),
('furni_wooden_screen*6_name', 'Blue Oriental Screen'),
('partner_registration_text', 'Click the link to finish your registration. When you have finished the registration click OK to continue to the hotel.'),
('furni_sound_set_62_desc', 'Music of the Arabian night!'),
('furni_arabian_divdr_name', 'Soft wooden screen'),
('furni_tree1_desc', 'Dead christmas tree'),
('furni_grand_piano*3_name', 'Pink Grand Piano'),
('console_select_requests', 'Following users have asked to be your friend. Please accept or decline.'),
('furni_divider_nor4*2_name', 'Black Iced Auto Shutter'),
('furni_glass_chair*3_name', 'Glass chair'),
('reg_passwordContainsNoNumber', 'Password must contain at least one number'),
('buddyremove_invert', 'Invert Selection'),
('furni_val_teddy*5_desc', 'The yellow bear of understanding'),
('furni_sound_set_51_name', 'Club 6'),
('poster_1_desc', 'The Noble and Silver Show'),
('roomevent_create_name', 'Type the name of your event'),
('Alert_unacceptableName', 'Sorry, that name is unacceptable to the Hotel Management'),
('NUF_getting_room_go_tutor', 'Your room is now ready. Let\'s go see! I hope you have a bed...'),
('poster_520_name', 'The Rainbow Flag'),
('password', 'Password:'),
('furni_bed_budget*8_name', 'Yellow Pura Double Bed'),
('gs_header_gamelist', 'Game List'),
('furni_chair_plasty_desc', 'Hip plastic furniture'),
('url_purse_subscribe', 'http://%predefined%//credits?'),
('furni_table_plasto_bigsquare*15_desc', 'Hip plastic furniture'),
('furni_glass_stool*6_desc', 'Translucent beauty'),
('error_report', 'Error Report'),
('summer_chair_6_desc', 'Get decked'),
('furni_chair_basic*5_name', 'chair_basic'),
('room_remove_specs', 'Sorry! Now it\'s someone else\'s turn to watch this event.'),
('furni_bunny_desc', 'Yours to cuddle up to'),
('invitation_exists', 'You have already invited members of the Welcoming Party to your room.'),
('purse_vouchers_furni_success', 'Voucher was successfully redeemed. You have been given the following furniture:'),
('nav_rooms_popular', 'Popular rooms'),
('nav_cancel', 'Cancel'),
('alert_cross_domain_download', 'Cross domain content download prevented'),
('furni_table_plasto_4leg*16_desc', 'Hip plastic furniture'),
('url_pets', 'http://%predefined%//hotel/pets'),
('furni_bardeskcorner_polyfon*9_desc', 'Tuck it away'),
('gs_button_cancel', 'Cancel'),
('furni_barchair_silo*7_name', 'Green Bar Stool'),
('catalog_credits', 'You have \\x Credits in your purse.'),
('furni_divider_nor3_name', 'Door (Lockable)'),
('nav_modify_name', 'Name of the room'),
('nav_venue_bb_lobby_amateur_7_name', 'Gevorderden Battle Ball 8'),
('nav_venue_club_massiva/0_desc', 'Rest your dancing feet!'),
('furni_gothrailing_desc', 'The dark side of Habbo'),
('queue_set.na.alert', 'This Room is for Staff only.'),
('nav_venue_bb_lobby_tournament_8_name', 'Competitie Battle Ball 9'),
('furni_sound_set_29_name', 'Dance 2'),
('console_msgs', 'msgs'),
('furni_noob_lamp*6_name', 'My first Habbo lamp'),
('furni_marquee*6_desc', 'It\'s both door and a shade!'),
('furni_chair_plasto*16_desc', 'Hip plastic furniture'),
('furni_chair_basic*9_desc', 'It\'s a cracking design!'),
('summer_chair_2_name', 'Pink Deck Chair'),
('alert_too_much_furnitures', 'Furni limit for room is exceeded. Not all furnitures are shown. Please remove some.'),
('furni_pura_mdl5*4_name', 'White Pura Module 5'),
('bus.full_msg', 'The FRANK bus is full at the moment, please come back later or visit the FRANK page below for more information.'),
('furni_sound_set_22_name', 'SFX 3'),
('furni_gothic_sofa*3_desc', 'The dark side of Habbo'),
('furni_md_limukaappi_name', 'Habbo Cola Machine'),
('poster_19_desc', 'Trying to get in or out?'),
('gs_2min', '2min'),
('poster_8_desc', 'Habbos come in all colours'),
('furni_pillar*6_desc', 'Ancient and stately'),
('furni_carpet_standard*3_desc', 'Available in a variety of colours'),
('purse_vouchers_info', 'When you buy Habbo Credits with a mobile phone, you will receive a special voucher code. Enter the code in the box above, click \'Get Credits!\' and they\'ll be added to your purse.'),
('furni_valeduck_name', 'Valentine\'s Duck'),
('Alert_MessageFromAdmin', 'Message from Hotel Management:'),
('furni_present_gen1_desc', 'What\'s inside?'),
('reg_tutorial_txt', ''),
('furni_tile_stella_name', 'Star Tile'),
('furni_shelves_norja*4_name', 'Urban Iced Bookcase'),
('transaction_system_creditcards_is', 'Creditcard'),
('furni_shelves_polyfon_desc', 'For the arty pad'),
('furni_tv_luxus_name', 'Digital TV'),
('recycler_status_window_title', 'Recycling Status'),
('furni_sleepingbag*6_name', 'Purple Sleeping Bag'),
('gs_button_shrink', 'Minimize Window'),
('furni_wcandleset_desc', 'Simple but stylish'),
('furni_sleepingbag*3_desc', 'Ultimate coziness'),
('object_displayer_show_actions', 'Show actions'),
('hubu_t5_1', 'Lisetoa huumeista'),
('song_disk_text_template', '%name%'),
('hubu_t5_2', 'Huumeista-esite'),
('queue_other_1', 'Habbo Live queue status'),
('poster_33_name', 'Save the Panda'),
('hubu_t5_3', 'Yleistietoa EOPH ry:st--------------'),
('queue_other_2', 'Room queue status'),
('furni_hcsohva_name', 'Throne Sofa'),
('furni_sound_set_26_desc', 'Bollywood Beats!'),
('furni_christmas_poop_name', 'Reindeer Droppings'),
('furni_rare_dragonlamp*4_name', 'Serpent of Doom'),
('nav_venue_bb_lobby_amateur_7/0_desc', ''),
('purse_value', 'VALUE'),
('furni_glass_sofa*5_desc', 'Translucent beauty'),
('nav_venue_bb_lobby_tournament_15/0_desc', ''),
('furni_glass_stool*2_desc', 'Translucent beauty'),
('pet.saying.play.cat.1', 'Purrrr.. oo..Purrr'),
('furni_pura_mdl4*7_name', 'Green Pura Module 4'),
('nav_venue_cafe_ole/0_desc', 'Relax with friends over one of Marias specialty coffees'),
('pet.saying.play.cat.0', 'Mew..MEOW..meow'),
('furni_pumpkin_name', 'Pumpkin Lamp'),
('furni_summer_chair*7_desc', 'Reserved!'),
('ph_tickets_txt', 'Tickets can be used for BattleBall: Rebound!, SnowStorm, the Lido Diving and Wobble Squabble games. Tickets never expire.\\r\\rCurrently you have \\x1 ticket(s).'),
('roomatic_onemoment', 'Please wait, we are going to your room...'),
('furni_small_table_armas_name', 'Occasional Table'),
('furni_table_polyfon_med_desc', 'For larger gatherings'),
('nav_venue_bb_lobby_expert_3/0_desc', ''),
('furni_chair_silo*6_desc', 'Blue Silo Dining Chair'),
('furni_exe_globe_name', 'Power Globe'),
('furni_bed_budget_one_name', 'bed_budget_one'),
('furni_divider_silo1*2_desc', 'Neat and natty'),
('nav_venue_bb_lobby_intermediate_0_name', 'Intermediate'),
('furni_sofa_polyfon*9_desc', 'Comfort for stylish couples'),
('furni_noob_lamp*3_desc', 'Get the light right where you want it (aubergine)'),
('nav_showfull', 'Show Full Rooms'),
('furni_divider_nor3*2_desc', 'Black Iced gate'),
('reg_note_title', 'Warning!'),
('hubu_answ_count', 'Replies'),
('nav_recommended_rooms', 'Recommended Rooms'),
('transaction_system_bank_nordea', 'Nordea'),
('furni_sound_set_37_desc', ''),
('poster_2006_desc', 'He is the magic Habbo'),
('sw_link_gameRules_url', 'http://%predefined%//groups/56553/id'),
('wave', 'Wave'),
('furni_hc_djset_desc', 'Very old skool scratch\'n\'spin'),
('furni_plant_maze_name', 'Maze Shrubbery'),
('furni_scifirocket*3_name', 'Endor Smoke Machine'),
('furni_val_teddy*1_name', 'Grey Share Bear'),
('recycler_ready_outcome', 'Recycling reward: %outcome%'),
('poster_4_desc', 'Fake of course!'),
('poster_62_desc', 'We can\'t bear to lose them!'),
('furni_glass_stool*9_desc', 'Translucent beauty'),
('furni_goodie1_name', 'Marzipan Man'),
('nav_modify_choosecategory', 'Choose a category for your room'),
('object_displayer_link_home', 'User\'s home page'),
('nav_venue_sw_lobby_tournament_8/0_desc', ''),
('furni_xmasduck_name', 'Christmas Rubber Duck'),
('help_txt_2', 'Password Reset'),
('pet_mood_2', 'Blue'),
('furni_queue_tile1*4_desc', 'The power of movement'),
('help_txt_1', 'How do I get Credits?'),
('pet_mood_3', 'Contented'),
('nav_venue_bb_lobby_tournament_1_name', 'Competitie Battle Ball 2'),
('furni_rare_daffodil_rug_name', 'Petal Patch'),
('help_txt_4', 'The Habbo Way'),
('pet_mood_0', 'Miserable'),
('help_txt_3', 'Help with Habbo Hotel'),
('pet_mood_1', 'Depressed'),
('pet_mood_6', 'Ecstatic'),
('furni_bed_budget*4_name', 'White Pura Double Bed'),
('nav_venue_bb_lobby_amateur_0_name', 'Amateur'),
('furni_sofachair_polyfon*7_desc', 'Green Mode Armchair'),
('yes', 'Yes'),
('pet_mood_4', 'Happy'),
('pet_mood_5', 'Joyful'),
('furni_sound_set_30_desc', 'Moments in love'),
('furni_prizetrophy2*1_desc', 'Glittery gold'),
('furni_wooden_screen*3_desc', 'Add an exotic touch to your room'),
('transaction_system_bank_op', 'Osuuspankki'),
('help_txt_6', 'Contact Us'),
('help_txt_5', 'Safety Tips'),
('furni_bardeskcorner_polyfon*2_desc', 'Black Mode Bardesk Corner'),
('poster_15_desc', 'Marvellous mountains'),
('room_areYouSurePlace', 'Warning! If you put something down in this room you will not be able to pick it up again.'),
('nav_venue_bouncer_room_3_name', 'Semi-profs Battle Ball Arena'),
('furni_chair_plasto*12_name', 'Chair'),
('furni_gothic_chair*6_name', 'Gothic Chair Blue'),
('furni_sofa_polyfon*2_desc', 'Black Mode Sofa'),
('modtool_alertuser', 'Alert User'),
('furni_toilet_desc', 'Loo Seat'),
('furni_plant_cruddy_name', 'Aloe Vera'),
('nav_venue_space_cafe/0_desc', 'In this space noone can see you ask for a soda!'),
('nav_incorrectflatpw', 'Incorrect, try again.'),
('furni_chair_plasto*13_desc', 'Hip plastic furniture'),
('login_firstTimeHere', 'First time here?'),
('furni_skullcandle_desc', 'Alas poor Yorrick...'),
('NUF_mini_endtopic_step1_tutor', 'Well that\'s all from me. If you have any problems just click the little blue question mark to restart the tutorial and find our FAQs.\\nTo start exploring by yourself, click Close guide from the upper left corner.'),
('furni_divider_poly3*3_name', 'White Hatch'),
('help_callforhelp', 'Get Live Help'),
('furni_rare_fountain*2_name', 'Bird Bath (green)'),
('nav_venue_rooftop_name', 'Rooftop Cafe'),
('furni_scifiport*7_name', 'Turquoise Sci-Fi Port'),
('purse_back_to_credits', 'Back To Purse'),
('room_ban', 'Kick & ban'),
('furni_pura_mdl5*1_name', 'Aqua Pura Module 5'),
('furni_val_teddy*4_name', 'Brown Share Bear'),
('poster_40_name', 'Bonnie Blonde'),
('NUF_getting_room_navigator_tutor', 'You want to click it real good. The \'Own room(s)\' tab I mean. Don\'t click yourself. It\'s unhygienic.'),
('summer_chair_3_desc', 'Relax and enjoy the sun'),
('furni_wooden_screen*2_name', 'RosewoodScreen'),
('nav_venue_sun_terrace_name', 'Sun Terrace'),
('furni_rare_fan*3_desc', 'Keeps the heat off St George!'),
('nav_venue_sport_name', 'Power Gym'),
('furni_toilet_red_desc', 'Loo Seat'),
('retype_password', 'Retype Password:'),
('furni_chair_basic*6_desc', 'It\'s a cracking design!'),
('console_friends_helptext', 'This screen shows a list of all your Habbo Friends. It tells you where they are in the hotel, or, if they\'re not checked in, when their last visit was.'),
('NUF_getting_items_room_', 'This is the Catalogue icon. Click to open it.'),
('furni_grunge_barrel_desc', 'Beacon of light!'),
('furni_soft_sofachair_norja*6_name', 'Blue Iced Sofachair'),
('int_howtoget', 'How To get?'),
('furni_sound_set_23_desc', 'Don\'t be afraid of the dark'),
('nav_ok', 'OK'),
('furni_sofachair_polyfon*6_name', 'Blue Mode Armchair'),
('nav_venue_theatredrome_valentine_name', 'Theatredrome Valentine'),
('furni_sofachair_polyfon_desc', 'Loft-style comfort'),
('poster_83_name', 'Pöllö huhuilee'),
('furni_soft_sofachair_norja*2_name', 'Black Iced Sofachair'),
('roomdimmer_furni_limit', 'You can only have one roomdimmer per room'),
('recycler_progress_timeleft', 'Time left: %hours% h and %minutes% min'),
('furni_chair_plasto*3_name', 'Chair'),
('NUF_getting_room_hotelview_tutor', 'Now you will learn how to make your own room. First go to the Guest Rooms area of the Navigator.'),
('roomevent_create', 'Create'),
('reg_year', 'Year'),
('furni_divider_poly3_name', 'Hatch (Lockable)'),
('furni_divider_nor1*7_name', 'Rural Iced Corner'),
('furni_rare_beehive_bulb_name', 'Blue Amber Lamp'),
('furni_waterbowl*2_name', 'Green Water Bowl'),
('NUF_getting_room_room_hand', 'Open your hand!'),
('furni_carpet_standard*6_desc', 'Available in a variety of colours'),
('furni_CF_5_coin_silver_name', 'Silver Coin'),
('furni_shelves_norja*7_name', 'Rural Iced Bookcase'),
('opening_hours_text_disabled', 'The Hotel is shutting down really soon. To avoid confusion, purchasing of furniture, Habbo Club and game tickets have been disabled, as well as playing games and furniture trading. Try again tomorrow when the hotel is open!'),
('nav_venue_bb_lobby_5_name', 'Battle Ball Kaikille'),
('game_bs_congrat', 'Congratulations!'),
('furni_arabian_tray2_name', 'Candle Tray'),
('furni_giftflowers_desc', 'Guaranteed to stay fresh'),
('club_button_1_period', 'Buy 1 >>>'),
('furni_bed_polyfon_one*2_desc', 'Black Mode Single Bed'),
('poster_47_name', 'Small silver star'),
('furni_divider_nor3*5_desc', 'Pink Iced gate'),
('furni_sofachair_polyfon_girl_desc', 'Think pink'),
('furni_pura_mdl5*8_name', 'Yellow Pura Module 5'),
('furni_hal_cauldron_desc', 'Eye of Habbo and toe of Mod!'),
('poster_1006_name', 'Hoot Poster'),
('furni_carpet_valentine_name', 'Red carpet'),
('furni_floortile_name', 'Floor Tile'),
('furni_divider_nor1*4_name', 'Urban Iced Corner'),
('furni_bardeskcorner_polyfon*12_desc', 'Tuck it away'),
('furni_table_plasto_bigsquare*3_desc', 'Hip plastic furniture'),
('furni_traffic_light*6_desc', 'Chill and wait your turn!'),
('club_general_prepaid', 'Prepaid Months'),
('wallitem_val_heart_desc', 'Heartbroken... without your love!'),
('furni_pura_mdl3*7_desc', 'Any way you like it!'),
('furni_sound_set_58_name', 'RnB Grooves 4'),
('furni_china_shelve_name', 'Chinese Lacquer Bookshelf'),
('furni_divider_silo1*5_desc', 'Pink Area Corner Shelf'),
('nav_venue_sw_lobby_tournament_desc', 'For stand-alone Tournaments.'),
('furni_divider_silo2_name', 'Screen'),
('furni_plant_mazegate_name', 'Maze Shrubbery Gate'),
('poster_509_desc', 'The flag of Jamaica'),
('furni_soft_sofachair_norja*9_name', 'Red Iced Sofachair'),
('nav_venue_sw_arena_intermediate_name(0)', 'Playing intermediate game'),
('furni_barchair_silo*4_name', 'Beige Bar Stool'),
('furni_scifidoor*7_name', 'Aqua Spaceship Door'),
('furni_CF_10_coin_gold_desc', 'Worth 10 Credits'),
('furni_glass_sofa*8_desc', 'Translucent beauty'),
('jukebox_reset', 'Reset Jukebox'),
('nav_venue_sw_lobby_intermediate_desc', 'For the accomplished Snow Stormers.'),
('furni_spotlight_desc', 'For the star of the show'),
('furni_couch_norja_name', 'Bench'),
('furni_romantique_divan*3_name', 'Turquoise Romantique Divan'),
('furni_sleepingbag*7_desc', 'Ultimate coziness'),
('roomatic_pws2', '24 hour access:'),
('wallitem_jp_sheet1_desc', 'jp_sheet1'),
('furni_table_silo_med*2_desc', 'Wipe clean and unobtrusive'),
('furni_glass_table_desc', 'Translucent beauty'),
('poster_502_desc', 'The US flag'),
('pet_enrg_10', 'Mad'),
('gs_scores_team_2', 'Blue Team:'),
('pet_enrg_11', 'Nutcase'),
('gs_scores_team_1', 'Red Team:'),
('furni_cn_sofa_desc', 'Seating,Oriental style!'),
('gs_scores_team_4', 'Green Team:'),
('gs_scores_team_3', 'Yellow Team:'),
('furni_table_silo_med*9_desc', 'Red Area Coffee Table'),
('furni_hc_machine_name', 'Weird Science Machine'),
('callhelp_writeyour', 'Write your question about Habbo Hotel here:'),
('furni_table_silo_small*5_name', 'Pink Area Occasional Table'),
('nav_addtofavourites', 'Add to favourites'),
('furni_table_plasto_round*15_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_4_name', 'Competitie Battle Ball 5'),
('furni_birdie_name', 'Pop-up Egg'),
('furni_table_plasto_bigsquare_desc', 'Hip plastic furniture'),
('furni_sound_set_33_desc', 'Guitar solo set'),
('furni_romantique_divider*3_desc', 'Keeping things separated'),
('furni_bed_budget*1_name', 'Aqua Pura Double Bed'),
('furni_rare_beehive_bulb*2_desc', 'A honey-hued glow'),
('furni_theatre_seat_desc', 'For Lazy boys and girls!'),
('furni_hc_lmpst_desc', 'Somber and atmospheric'),
('furni_divider_nor5*6_name', 'Blue Iced Angle'),
('furni_summer_pool*2_desc', 'Fancy a dip?'),
('poster_12_desc', 'a beautiful sunset'),
('furni_carpet_polar*2_desc', 'Snuggle up on a Funky bear rug...'),
('furni_md_rug_desc', 'Bubbles under your steps'),
('Alert_InviteFriend', 'Invite your friends'),
('nav_venue_bb_lobby_intermediate_4_name', 'Semi-profs Battle Ball 5'),
('furni_hockey_score_desc', '...for keeping your score'),
('furni_gothic_chair*3_name', 'Red Gothic Chair'),
('wallitem_sw_stone_name', 'sw_stone'),
('furni_pillow*7_name', 'Purple Velvet Pillow'),
('nav_popup_header', 'Recommended rooms'),
('nav_venue_sw_lobby_beginner_0_name', 'Snow Rookies Lobby'),
('furni_table_norja_med*5_desc', 'For larger gatherings'),
('furni_red_tv_name', 'Portable TV'),
('reg_promise', '*Any personal information you supply will only be used by Habbo Ltd in accordance with the Habbo Pledge and will not be shared with third parties.'),
('room_badge_choose', 'Modify Badge:'),
('furni_table_plasto_square*15_desc', 'Hip plastic furniture'),
('furni_sound_set_48_desc', 'Sweet party beat'),
('nav_venue_ballroom_name', 'Ballroom'),
('pet.hotwords.bad', 'bad'),
('poster_55_desc', 'Save our trees!'),
('furni_glass_chair_name', 'Glass chair'),
('furni_prizetrophy5*2_desc', 'Shiny silver'),
('furni_divider_poly3*4_desc', 'Beige Mode Bardesk Gate'),
('tutorial_console_sample_message', 'Hello! This is a message sent to you from the Habbo Tutorial. To close and delete this message click delete. Sadly you cannot reply to this message as it is automated. Normally you can reply to messages by clicking the reply button.'),
('furni_s_sound_machine*5_name', 'Sound Machine Brown'),
('furni_divider_nor4*9_desc', 'Habbos, roll out!'),
('furni_pura_mdl3*4_desc', 'Any way you like it!'),
('NUF_getting_room_room_tutor', 'Tada! Nice room, although it\'s a little empty. Hey! Let\'s furnish it with something./nOpen your hand to check what you have, (if you have done this step before then you won\'t receive anything).'),
('furni_fortune_desc', 'Gaze into the future'),
('furni_soft_sofa_norja_name', 'iced sofa'),
('furni_pura_mdl1*2_desc', 'Any way you like it!'),
('nav_venue_sw_lobby_free_6/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('furni_divider_nor3*8_name', 'Yellow Iced gate'),
('gs_title_finalscores', 'Final Standings:'),
('gs_error_10', 'The hotel is closed or about to close. We look forward to welcoming you back tomorrow at (ADD LOCAL OPENING TIME).'),
('furni_plant_bonsai_name', 'Bonsai Tree'),
('furni_jukebox*1_name', 'Jukebox'),
('room_loading', 'Loading room...'),
('furni_hc_crpt_desc', 'Ultimate craftsmanship'),
('furni_rare_hammock_desc', 'Eco bed'),
('NUF_mini_use_console', 'Learn about messaging'),
('furni_romantique_chair*1_desc', 'Elegant seating for elegant Habbos'),
('transaction_system_bank_digiraha', 'Digiraha'),
('NUH_messenger', 'Open your Console here - you might have messages or friend requests waiting.'),
('furni_arabian_chair_desc', 'Exotic, soft seating'),
('furni_noob_chair*6_name', 'My first Habbo chair'),
('poster_510_desc', 'The flag of Italy'),
('furni_carpet_standard*a_desc', 'Available in a variety of colours'),
('queue_set.c.info', 'There are %c% Habbo Club member(s) in front of you. Be patient :)'),
('furni_scifiport*4_name', 'Pink Sci-Fi Port'),
('furni_sound_set_44_name', 'Graveyard Portal'),
('furni_pura_mdl4*1_desc', 'Any way you like it!'),
('furni_divider_silo3*6_desc', 'Blue Area Gate'),
('furni_sound_machine*4_name', 'Blue Traxmachine'),
('send_invitation_header', 'Get a warm welcome'),
('game_TicTacToe', 'Boter kaas en eieren'),
('nav_venue_sw_lobby_tournament_1_name', 'Tournament Lobby'),
('furni_rare_fan*2_name', 'Green Powered Fan'),
('furni_doormat_plain*2_name', 'Doormat'),
('furni_table_plasto_square*7_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_intermediate_8/0_desc', ''),
('furni_noob_table*6_desc', 'Lightweight, practical and green'),
('win_callforhelp', 'Alert a Moderator'),
('furni_prizetrophy8*1_desc', 'Glittery gold'),
('furni_chair_norja*5_name', 'Pink Chair'),
('furni_hc_tv_desc', 'Forget plasma, go HC!'),
('furni_divider_arm1_name', 'Corner plinth'),
('furni_table_plasto_round*7_name', 'Round Dining Table'),
('furni_petfood3_name', 'Cabbage Mega Multipack'),
('furni_carpet_standard*9_name', 'Floor Rug'),
('opening_hours_title', 'Hotel Maintenance'),
('console_noemail', 'Sorry,'),
('furni_couch_norja*8_name', 'Yellow Bench'),
('furni_s_sound_machine*1_desc', 'Sound Machine Grey Desc'),
('furni_noob_stool*6_name', 'My first Habbo stool'),
('purse_event', 'ACTIVITY'),
('reg_readterms_alert', 'You have to read the Terms and Conditions\\r(scroll to the bottom of the text).'),
('pet.hotwords.beg', 'beg'),
('furni_jp_drawer_name', 'Japanese Drawer'),
('gs_state_started', 'This Game has already started...'),
('furni_sound_set_11_name', 'Dance 4'),
('furni_divider_nor2*4_name', 'Urban Iced Bar'),
('queue_set.e2.info', 'There are %e2% Habbos in front of you in the queue.'),
('furni_bath_name', 'Bubble Bath'),
('furni_rare_icecream*3_desc', 'Virtual blackcurrant rocks!'),
('nav_modify_nameoftheroom', 'Name Of The Room'),
('furni_scifiport*1_desc', 'Energy beams. No trespassers!'),
('nav_venue_bb_lobby_amateur_12/0_desc', ''),
('furni_table_silo_small*8_name', 'Yellow Occasional Table'),
('furni_divider_silo3*3_name', 'White Area Gate'),
('nav_venue_sw_lobby_amateur_7/0_desc', 'Astetta rankempaa lumisotaa.'),
('reply', 'Reply'),
('furni_toilet_yell_desc', 'Loo Seat'),
('hobba_alert', 'Moderator Alert'),
('You can play a bunch of exciting games, visit your friends\' rooms or even make your own place and decorate it to your heart\'s delight.', ''),
('pet.saying.eat.croco.4', '*Buurrrrp*'),
('furni_tree5_desc', 'Any presents under it yet?'),
('pet.saying.eat.croco.2', '*Chomp chomp*'),
('pet.saying.eat.croco.3', 'Mmmm mmmmm....'),
('furni_divider_poly3*7_name', 'Green Mode Bardesk Gate'),
('pet.saying.eat.croco.0', 'Mmmm yum yum'),
('pet.saying.eat.croco.1', 'Ruff ruff ruff'),
('furni_scifidoor*4_name', 'Emerald Spaceship Door'),
('furni_edice_name', 'Holo-dice'),
('furni_divider_nor4*6_name', 'Blue Iced Auto Shutter'),
('furni_safe_silo*3_desc', 'Totally shatter-proof!'),
('furni_table_silo_small_desc', 'For those random moments'),
('gs_header_page', 'Page'),
('furni_sporttrack3*2_name', 'Sport goal asphalt'),
('furni_pura_mdl2*6_desc', 'Any way you like it!'),
('furni_hcamme_name', 'Tubmaster'),
('furni_carpet_soft*2_desc', 'Soft Wool Rug'),
('furni_sound_set_12_name', 'Habbo Sounds 2'),
('forgottenpw_done', 'If the email you gave during registration was correct, your password will be sent to you now.'),
('navigator.no_category', 'No Category'),
('login_whatsHabboCalled', 'What\'s your Habbo called?'),
('furni_scifidoor*3_name', 'Lightblue Spaceship Door'),
('game_poker', 'POKER'),
('roomatic_pws', 'Password for selected'),
('furni_glass_table*8_name', 'Glass table'),
('furni_one_way_door*8_desc', 'One at a time!'),
('furni_bardesk_polyfon*9_desc', 'Perfect for work or play'),
('nav_venue_bb_lobby_tournament_13_name', 'Competitie Battle Ball 14'),
('pet.hotwords.sit', 'sit'),
('furni_arabian_tray3_desc', 'Indulge yourself!'),
('furni_sound_set_40_desc', 'Dude? Cheese!'),
('console_compose', 'Compose A Message'),
('furni_table_plasto_square*3_name', 'Square Dining Table'),
('furni_rclr_sofa_name', 'Polar Sofa'),
('poster_2005_name', 'Infobus'),
('furni_table_plasto_4leg*9_name', 'Occasional Table'),
('furni_chair_norja*9_desc', 'Sleek and chic for each cheek'),
('Room', 'Room:'),
('furni_chair_plasty*2_name', 'Plastic Pod Chair'),
('furni_romantique_pianochair*3_name', 'Turquoise Romantique Piano Chair'),
('furni_rare_parasol*2_name', 'Orange Parasol'),
('loading_project', 'Loading Habbo Hotel...'),
('poster_505_name', 'The Maple Leaf'),
('furni_traffic_light*2_desc', 'Chill and wait your turn!'),
('nav_venue_sw_lobby_amateur_4_name', 'Snow Slingers Lobby'),
('furni_grunge_shelf_name', 'Grunge Bookshelf'),
('furni_sofa_polyfon*8_name', 'Yellow Mode Sofa'),
('furni_doorC_desc', 'In a hurry?'),
('roomatic_nomatch', 'Sorry. Your passwords don\'t match. Please enter them again.'),
('furni_soft_sofa_norja*9_name', 'Red Iced Sofa'),
('nav_venue_tv_studio_general/0_desc', 'Suosikki rules! Musaa, leffoja ja staroja!'),
('nav_venue_sw_arena_amateur_name', 'Playing amateur game'),
('interface_icon_events', 'Open the room event browser'),
('furni_grunge_table_desc', 'Students of the round table!'),
('furni_wooden_screen*9_name', 'Green Oriental Screen'),
('NUF_getting_room_hotelview_nav', 'Click to open the Navigator.'),
('furni_table_silo_med*5_name', 'Pink Area Coffee Table'),
('furni_divider_silo1*9_name', 'Red Area Small Table'),
('nav_venue_bb_lobby_amateur_4_name', 'Gevorderden Battle Ball 5'),
('room_badge_hidden', 'Hidden'),
('pet.saying.generic.cat.0', 'meow'),
('furni_marquee*3_desc', 'It\'s both door and a shade!'),
('pet.saying.generic.cat.1', 'meow...meOW'),
('nav_venue_cunning_fox_gamehall/4_name', 'Chess'),
('furni_present_gen_desc', 'What\'s inside?'),
('pet.saying.generic.cat.2', 'muew..muew'),
('pet.saying.generic.cat.3', 'Purrrrrrrrrr'),
('furni_scifidoor*1_desc', 'There out of this world!'),
('pet.saying.generic.cat.4', 'Purrrrr oow'),
('furni_fridge_name', 'Pura Refridgerator'),
('furni_rubberchair*2_name', 'Pink Inflatable Chair'),
('furni_romantique_chair*4_name', 'Amber Chair'),
('bb_fieldname_5', 'Barebones Classic'),
('furni_sofa_silo*7_desc', 'Green Area Sofa'),
('bb_fieldname_4', 'Gothic Hallway'),
('furni_prizetrophy6*2_name', 'Champion trophy'),
('bb_fieldname_3', 'Maze Park'),
('bb_fieldname_2', 'Coral Beach'),
('bb_fieldname_1', 'Sky Peak'),
('furni_safe_silo_pb_name', 'postbank Safe'),
('furni_solarium_norja*2_desc', 'Rejuvenate your pixels!'),
('furni_table_plasto_bigsquare*7_desc', 'Hip plastic furniture'),
('reg_check_age', 'Age'),
('furni_exe_chair2_desc', 'You\'re fired!'),
('furni_typingmachine_name', 'Typewriter'),
('human_carrying', 'Carrying:'),
('furni_grunge_sign_name', 'Road Sign'),
('loading', 'Loading...'),
('furni_bed_polyfon_one*6_name', 'Blue Mode Single Bed'),
('furni_bed_budget_one*1_desc', 'Prince sized comfort!'),
('furni_sofa_polyfon_name', 'Two-seater Sofa'),
('furni_jp_lantern_desc', 'For a mellow Eastern glow'),
('furni_gothic_stool*2_name', 'Golden Gothic Stool'),
('roomevent_starttime', 'Started at:'),
('furni_prize1_desc', 'Gorgeously glittery'),
('furni_prizetrophy9*1_name', 'Champion trophy'),
('wallitem_guitar_skull_desc', 'tilulilulaa'),
('gs_title_bestplayer', 'Best player:'),
('nav_removefavourites', 'Remove from favourites'),
('furni_toy1_desc', 'it\'s bouncy-tastic'),
('alert_shortenPW', 'Your password cannot be longer than 9 characters'),
('normal_roomlayouts', '<< Back to normal room layouts'),
('furni_noob_rug*1_name', 'My first Habbo rug'),
('poster_58_name', 'Red knots poster'),
('furni_divider_nor2*8_desc', 'Yellow Iced bar desk'),
('furni_carpet_polar*1_name', 'Pink Faux-Fur Bear Rug'),
('habboclub_continue_button', 'Buy one month'),
('furni_divider_silo3_desc', 'Form following function'),
('furni_sound_set_7_name', 'SFX 5'),
('furni_soft_sofa_norja*5_desc', 'Pink Iced Sofa'),
('furni_arabian_rug_desc', 'Green blossom design'),
('restart_tutorial', 'Restart tutorial'),
('gs_choose_numteams', 'Choose number of Teams:'),
('hubu_info_t', 'The big FRANK Infobus'),
('furni_divider_nor5*7_desc', 'Cool cornering for your crib!'),
('furni_bed_polyfon*4_name', 'Beige Mode Double Bed'),
('callhelp_allwillreceive', 'A member of community staff will investigate the situation and take appropriate action. This may include sending you a response with advice on dealing with your issue.'),
('furni_pura_mdl4*4_name', 'White Pura Module 4'),
('hubu_odotetaan', 'Waiting for replies from others...'),
('furni_door_name', 'Telephone Box'),
('furni_doormat_plain*5_desc', 'Available in a variety of colours'),
('furni_gothic_carpet_desc', 'The path less travelled'),
('poster_516_desc', 'Eng-er-land'),
('furni_gothic_stool*6_desc', 'The dark side of Habbo'),
('furni_traffic_light*3_desc', 'Chill and wait your turn!'),
('furni_bartable_armas_desc', 'Bar-Style Table - essential for extra guests'),
('club_isp_change', 'Change your subscription'),
('furni_summer_grill*2_name', 'Red Barbeque Grill'),
('poster_23_desc', 'flap, flap, screech, screech...'),
('furni_prizetrophy7*3_desc', 'Bronze Habbo trophy'),
('furni_couch_norja*2_name', 'Black Bench'),
('nav_venue_cunning_fox_gamehall/0_desc', 'Pit your wits on the battlefield, the board or the baize - choose what to play here'),
('furni_jp_tatami2_name', 'Large Tatami Mat'),
('furni_pura_mdl3*3_desc', 'Any way you like it!'),
('furni_house_name', 'Gingerbread House'),
('furni_sound_set_54_name', 'Oh Blinging Tree'),
('furni_table_plasto_4leg*1_name', 'Square Dining Table'),
('furni_pillow*1_name', 'Pink Fluffy Pillow'),
('NUF_console_hotelview_tutor', 'Oh! You have a message on your Habbo Console. Let\'s see who it is.'),
('LoadingRoom', 'Loading room...'),
('rotate', 'Rotate'),
('nav_venue_sw_lobby_beginner_6_name', 'Snow Rookies Lobby'),
('nav_venue_bb_lobby_amateur_1/0_desc', ''),
('furni_jukebox_ptv*1_desc', 'Jukebox Pacha TV'),
('nav_venue_star_lounge/0_desc', 'Chat with Sean Kingston here!'),
('furni_chair_plasty*6_desc', 'Hip plastic furniture'),
('nav_venue_bb_lobby_tournament_10/0_desc', ''),
('NUF_mini_use_console_hotelview_tutor', 'Ah! You have a message on your Habbo Console. Let\'s see who it is.'),
('furni_rare_xmas_screen_name', 'Lappland Greetings'),
('summer_chair_9_name', 'Red Deck Chair'),
('club_timefull', 'Sorry, you can only buy up to three months of Habbo Club subscription in advance.'),
('poster_2002_desc', 'Presidentin muotokuva'),
('poster_7_name', 'Hammer Cabinet'),
('furni_gothic_chair*2_name', 'Golden Gothic Chair'),
('bb_header_powerups', 'Powerups in game:'),
('credit_redeem_url', 'http://%predefined%//help/19'),
('furni_divider_silo3*2_name', 'Black Area Gate'),
('furni_chair_plasto*16_name', 'Chair'),
('catalog_itsurs', 'Yay! It\'s being delivered now..'),
('hobba_pickandreply', 'Pick & Reply'),
('reg_terms', 'Welcome to Habbo Hotel. If you are under 16, please check the Terms and Conditions with your parents/guardian before you agree to them. Get them to explain anything that you don\'t understand.\\rIn order to use the service you have to give valid information about yourself when registering. Please email us if any of your user information changes.\\rAs a user of Habbo Hotel - www.habbohotel.co.uk , you have to behave according to the Habbo Way (hotel rules) and the Terms and Conditions. Click the links below to read about them.\\rNever give your password or email address to anyone. If you do, your Habbo may get stolen.\\rRegistering with the hotel, making your own empty room and chatting is free of charge. For a small fee you can decorate your room with virtual furniture, play games and join the Habbo Club. If you wish to buy, you will need your parent\'s permission to do so.'),
('furni_summer_pool*1_name', 'Blue Summer Pool'),
('furni_heartsofa_desc', 'Perfect for snuggling up on'),
('furni_scifiport*3_name', 'Jade Sci-Fi Port'),
('furni_glass_chair*6_name', 'Blue Glass Chair'),
('furni_sound_set_62_name', 'Alhambra Trax 1'),
('win_voucher', 'Habbo Credit Code'),
('furni_summer_chair*4_desc', 'White'),
('furni_bed_polyfon_one_desc', 'Cot of the artistic'),
('nav_venue_bb_lobby_tournament_5/0_desc', ''),
('nav_venue_bb_lobby_beginner_3_name', 'Beginners Battle Ball 4'),
('console_follow_not_friend', 'The user you tried to follow is not your friend anymore.'),
('delete', 'Delete'),
('furni_grunge_mattress_desc', 'Beats sleeping on the floor!'),
('furni_rare_icecream*7_name', 'Chocolate Ice Cream Machine'),
('sound_machine_alert_no_disks', 'You don\'t have any more discs!'),
('furni_sofachair_silo_name', 'Armchair'),
('nav_venue_sw_lobby_expert_0_name', 'Snow Marksmen Lobby'),
('game_waitop', 'WAITING FOR THE OPPONENT'),
('Alert_NameAlreadyUse', 'That name is already being used'),
('furni_queue_tile1*1_desc', 'The power of movement'),
('poster_18_name', 'Butterfly Cabinet 2'),
('furni_wooden_screen*6_desc', 'Add an exotic touch to your room'),
('furni_noob_table*2_name', 'My first Habbo table'),
('furni_tree1_name', 'Dead tree'),
('nav_venue_bouncer_room_0_name', 'Battle Ball Competitie Arena'),
('furni_traffic_light*5_name', 'White Traffic Light'),
('furni_sw_raven_name', 'Mrs Raven'),
('cam_shoot.help', 'Shutter Release'),
('furni_grand_piano*3_desc', 'Make sure you play in key!'),
('nav_venue_sw_lobby_intermediate_2_name', 'Snow Bombardiers Lobby'),
('interface_icon_purse', 'Purse, manage your coins'),
('poll_alert_server_error', 'The poll isn\'t available anymore. Polls are only available at a certain public space for a certain duration.'),
('sound_machine_confirm_delete_long', 'Are you sure you want to delete the selected song?'),
('reg_check_confirm', 'Please check that your information is correct, especially your birthdate and Habbo name. You CANNOT change these later. If you want make any changes now, press the back button.'),
('Alert_CheckBirthday', 'Please check your birthday'),
('furni_shelves_norja*4_desc', 'For nic naks and tech books'),
('club_expired_link', 'Click here to join Habbo Club'),
('poster_520_desc', 'Every colour for everyone'),
('nav_venue_bb_lobby_intermediate_desc', 'Intermediate battle ball!'),
('tutorial_restart_button_bubble', 'Remember! Anytime you want to relive the fun click here to restart the tutorial!'),
('poster_1_name', 'Comedy Poster'),
('reg_verification_incorrectBirthday', 'Your birthday was incorrect'),
('furni_glass_stool*6_name', 'Blue Glass Stool'),
('furni_CFC_100_coin_gold_desc', 'Worth 100 Credits'),
('buddyremove_list_full', 'Your friends list is full, you can\'t add new friends until you delete some. \\r\\The maximum number of friends you can have, is %mylimit% Habbos. Members of Habbo Club can have up to %clublimit% friends on their list.'),
('furni_bunny_name', 'Squidgy Bunny'),
('furni_small_chair_armas_name', 'Stool'),
('nav_venue_sw_lobby_free_0/0_desc', ''),
('furni_sofachair_silo*3_name', 'White Armchair'),
('furni_sound_machine*2_desc', 'Dance to the Habbo Club beat!'),
('nav_venue_gate_park/0_desc', 'Follow your path...'),
('NUF_mini_use_console_hotelview_icon', 'Click the icon to open your Habbo Console.'),
('nav_venue_eric\'s_eaterie/0_desc', 'Join Eric for a bite to eat'),
('furni_table_silo_med*8_desc', 'Wipe clean and unobtrusive'),
('poster_503_desc', 'There\'s no holes in this...'),
('furni_bardeskcorner_polyfon*9_name', 'Red Corner Desk'),
('furni_val_randomizer_desc', 'Surprise surprise! (Cilla Black not included)'),
('furni_marquee*2_name', 'Red Dragon Marquee'),
('furni_table_plasto_round_name', 'Round Dining Table'),
('furni_summer_chair*3_name', 'Deck Chair'),
('club_paycoins', 'Buy subscription'),
('nav_venue_beauty_salon_general/0_desc', 'Join in the fun of Fashion Week! Check the homepage now for details.'),
('furni_rare_dragonlamp*7_name', 'Sky Dragon Lamp'),
('nav_venue_bb_lobby_beginner_6/0_desc', ''),
('roomevent_quit', 'End event'),
('console_search_habbo_lasthere', 'Last time'),
('trading_title', 'Safe Trading'),
('furni_glass_chair*7_desc', 'Habbo Club'),
('gs_error_game_deleted', 'The Game has been deleted.'),
('recycler_info_link_url', 'http://%predefined%/help/36'),
('furni_pillar*6_name', 'Terracotta Pillar'),
('furni_tile_stella_desc', '10% off the walk of fame!'),
('transaction_system_sms_win_tmobile', 'T-Mobile SMS'),
('buddyremove_names_ordered', 'Names Ordered By:'),
('pet_race_2_010', 'Giggly Go-go'),
('furni_table_plasto_bigsquare*6_name', 'Square Dining Table'),
('pet_race_2_011', 'Petty Petsuchos'),
('summer_chair_6_name', 'Blue Deck Chair'),
('console_now', 'now:'),
('gs_skill_changed', 'You have advanced to the next skill level. Your level is now %1!'),
('roomatic_goyourroom', 'Go to your room'),
('furni_carpet_soft*4_name', 'Soft Wool Rug'),
('sound_machine_confirm_close_list', 'Close playlist editor?'),
('pet.hotwords.good', 'good'),
('furni_pura_mdl4*7_desc', 'Any way you like it!'),
('furni_carpet_soft*1_name', 'Soft Wool Rug'),
('furni_sound_set_22_desc', 'With a hamper full of sounds, not sarnies'),
('nav_venue_sw_lobby_tournament_7_name', 'Tournament Lobby'),
('furni_divider_nor3*6_desc', 'Blue Iced gate'),
('furni_carpet_standard*3_name', 'Floor Rug'),
('people', 'People'),
('pet_race_2_007', 'Pretty Pui Pui'),
('pet_race_2_008', 'Indifferent'),
('pet_race_2_009', 'Swampy Siamese'),
('furni_wcandle_name', 'White Candle'),
('furni_sporttrack1*1_desc', 'null'),
('furni_solarium_norja*1_name', 'Black Solarium'),
('NUF_playing_games_gamecategories_tutor', 'Click the Beginner category to open it wide open. Like a melon!'),
('pet_race_2_003', 'Silly Sobek'),
('pet_race_2_004', 'Dirty Dundee'),
('pet_race_2_005', 'Galled Gator'),
('int_credits', 'Credits'),
('furni_gothrailing_name', 'Gothic Railing'),
('furni_sporttrack2*2_desc', 'null'),
('pet_race_2_006', 'Confused Croc'),
('furni_shelves_polyfon_name', 'Bookcase'),
('pet_race_2_000', 'Endangered Albino'),
('pet_race_2_001', 'Krazy Krokodilos'),
('pet_race_2_002', 'Nile Dile'),
('furni_divider_nor2*2_desc', 'Black Iced bar desk'),
('log_problem_text', 'Oops.. Cannot connect to Habbo Hotel'),
('furni_divider_nor2*5_desc', 'Pink Iced bar desk'),
('nav_venue_sw_lobby_amateur_6/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_rare_fountain_desc', 'For our feathered friends'),
('furni_glass_sofa*5_name', 'Glass sofa'),
('poster_33_desc', 'We can\'t bear to lose them'),
('nav_venue_bb_lobby_tournament_14/0_desc', ''),
('furni_summer_chair*6_name', 'Deck Chair'),
('furni_hcsohva_desc', 'For royal bottoms...'),
('furni_bed_budget*4_desc', 'King sized comfort!'),
('furni_christmas_poop_desc', 'Bob?s magical fertilizer'),
('furni_pura_mdl5*7_name', 'Green Pura Module 5'),
('furni_barrier*1_desc', 'No escape this way!'),
('nav_venue_bb_lobby_amateur_8/0_desc', ''),
('furni_divider_arm2_desc', 'I wooden go there'),
('furni_chair_plasty*11_desc', 'Hip plastic furniture'),
('furni_small_table_armas_desc', 'Practical and beautiful'),
('nav_venue_theatredrome_xmas_name', 'Theatredrome Xmas'),
('poster_62_name', 'Save The Panda'),
('reg_verification_currentPassword', 'Current password:'),
('game_poker_change', 'Choose cards to change'),
('NUF_getting_items_hotelview_nav', 'Click here to open the Navigator'),
('furni_chair_basic*9_name', 'Red Pura Egg Chair'),
('friend_request_failed', 'Failed!'),
('furni_noob_chair*4_desc', 'Lightweight, practical, with light blue stripes'),
('furni_table_silo_small*9_desc', 'Red Area Occasional Table'),
('nav_hotelview', 'Hotel view'),
('furni_toy1*3_desc', 'it\'s bouncy-tastic'),
('furni_divider_nor3*2_name', 'Black Iced gate'),
('furni_chair_silo*6_name', 'Blue Silo Dining Chair'),
('update_password_suggest', 'Habbo Hotel security supervisor requests you to update your password'),
('nav_venue_orient_name', 'Club Orient'),
('Alert_NameTooLong', 'Sorry, that username is too long!'),
('furni_sound_set_37_name', 'Sound set 37'),
('furni_barchair_silo*7_desc', 'Practical and convenient'),
('wallitem_wallmirror_name', 'Wallmirror'),
('furni_chair_plasty*8_name', 'Plastic Pod Chair'),
('sound_machine_confirm_close_list_long', 'Are you sure you want to exit playlist editor without saving?'),
('furni_hc_frplc_name', 'Heavy Duty Fireplace'),
('dance4', 'The Rollie'),
('dance3', 'Duck Funk'),
('furni_glass_stool*9_name', 'Glass stool'),
('furni_sound_set_55_desc', 'Can you fill me in?'),
('furni_carpet_standard*7_desc', 'Available in a variety of colours'),
('poster_4_name', 'Bear Plaque'),
('cam_zoom_out.help', 'Zoom Out'),
('furni_sofa_polyfon*2_name', 'Black Mode Sofa'),
('furni_prizetrophy2*1_name', 'Duck trophy'),
('furni_scifirocket*3_desc', 'Caution! Unknown Location!'),
('NUF_getting_items', 'Getting items'),
('furni_val_teddy*1_desc', 'The grey bear of affection'),
('furni_sofachair_polyfon*7_name', 'Green Mode Armchair'),
('club_habbo.bottombar.link.member', '%days% days'),
('habboclub_confirm_header', 'Subscription costs %price% credits'),
('furni_rare_daffodil_rug_desc', 'A little bit of outdoors indoors..'),
('poster_15_name', 'Himalayas Poster'),
('furni_smooth_table_polyfon_desc', 'For larger gatherings'),
('dance2', 'Pogo Mogo'),
('furni_wooden_screen*3_name', 'Aqua Oriental Screen'),
('furni_plant_cruddy_desc', 'Goodbye Bert...'),
('dance1', 'Hab-Hop'),
('furni_gothic_chair*6_desc', 'The dark side of Habbo'),
('furni_table_plasto_square*9_name', 'Square Dining Table'),
('nav_venue_bb_lobby_beginner_14/0_desc', ''),
('furni_club_sofa_desc', 'Club sofa'),
('roomevent_default_name', 'Event name..'),
('game_poker_ok', 'Change cards'),
('nav_venue_picnic_dudesons/0_desc', 'Duudsoneiden sponssaama oma Ranchi - www.extremeduudsonit.com'),
('nav_venue_hallway/0_desc', 'Beware the ghosts and ghouls!'),
('nav_venue_park/0_desc', 'Go for a stroll outdoors'),
('console_fr_declined_count', 'Amount to be declined'),
('furni_tree4_name', 'Christmas Tree 2'),
('NUF_console_read_link', 'Click the link to open the message.'),
('win_figurecreator', 'Habbo Details'),
('furni_table_plasto_square*14_name', 'Occasional Table'),
('furni_soft_sofachair_norja*6_desc', 'Blue Iced Sofachair'),
('nav_venue_bb_lobby_beginner_0_name', 'Beginner'),
('Alert_LogoNameAlreadyUse', 'That name is already being used'),
('poster_25_name', 'Snowman Poster'),
('furni_pura_mdl2*2_name', 'Pink Pura Module 2'),
('furni_chair_plasto*13_name', 'Chair'),
('furni_ticket_name', 'Small Ticket Bundle'),
('furni_hc_lmpst_name', 'Victorian Street Light'),
('furni_scifiport*7_desc', 'Energy beams. No trespassers!'),
('jukebox_load_trax', 'Load Trax'),
('furni_val_teddy*4_desc', 'The brown bear of naughtiness'),
('reg_birthdayformat_update', 'Birthday (dd.mm.yyyy)'),
('nav_venue_the_chromide_club_name', 'The Chromide Club'),
('roomevent_not_available', 'Sorry, no events available'),
('nav_venue_sw_lobby_beginner_0/0_desc', ''),
('summer_chair_3_name', 'Black Deck Chair'),
('int_newrequests', 'Friend Request(s)'),
('console_profile_helptext', 'The Habbo Profile is a snapshot of your interests and hobbies - simply tick the things you like.'),
('nav_roomnfo_hd_fav', 'Favourite Rooms'),
('furni_chair_plasto*3_desc', 'Hip plastic furniture'),
('furni_chair_basic*6_name', 'Blue Pura Egg Chair'),
('number_4', '4'),
('number_3', '3'),
('number_2', '2'),
('room_open_package', 'Open The Present'),
('furni_grunge_barrel_name', 'Flaming Barrel'),
('wallitem_photo_desc', 'Photo from Habbo'),
('poster_30_desc', 'Pucker up'),
('furni_glass_table*9_desc', 'Translucent beauty'),
('nav_venue_sw_lobby_beginner_3_name', 'Snow Rookies Lobby'),
('Alert_YouAreBanned', 'You have been banned for breaking the Habbo Way. This is why (if no ban reason is shown use the Contact Us form):'),
('furni_gothic_sofa*2_name', 'Golden Gothic Sofa'),
('NUF_getting_items_hotelview_tutor', 'Let us find out how to purchase items from the Hotel Catalogue. The Catalogue contains loads of cool stuff to decorate your Habbo room with. To begin open the Navigator.'),
('furni_table_norja_med*2_desc', 'For larger gatherings'),
('furni_sofa_silo*3_name', 'White Two-Seater Sofa'),
('furni_pura_mdl5*5_desc', ''),
('nav_venue_sw_lobby_beginner_desc', 'Yes, take a load of snowballs and hit the enemy Teams. Easy, isn\'t it?'),
('furni_romantique_smalltabl*5_name', 'Onyx Tray Table'),
('furni_divider_nor4_desc', 'Habbos, roll out!'),
('furni_shelves_norja*7_desc', 'For nic naks and cookery books'),
('nav_venue_sw_lobby_intermediate_4/0_desc', 'Lumisota sen kuin vain kovenee.'),
('gs_text_spectate', 'You can watch this game'),
('recycler_info_link', 'More information about Furni Recycler'),
('furni_sofachair_polyfon_name', 'Armchair'),
('club_intro_text', 'Members of Habbo Club get LOTS of cool stuff!\\rWith Habbo Club you get cool dances, access to Club Mammoth and The Blue Dragon Tavern, and a 500 limit on your friends list!'),
('furni_divider_nor1*7_desc', 'The missing piece'),
('url_helppledge', 'http://%predefined%//help/22'),
('jukebox_song_name', '%name%'),
('game_bs_won', 'WON!'),
('furni_soft_jaggara_norja_name', 'Iced Sofachair'),
('furni_rare_beehive_bulb_desc', 'A honey-hued glow'),
('furni_chair_norja*8_name', 'Yellow Chair'),
('poster_83_desc', 'Pöllö huhuilee, huhuu!'),
('floodblocking', 'You are typing too fast - don\'t flood the room.'),
('furni_CF_5_coin_silver_desc', 'Worth 5 Credits'),
('sound_machine_confirm_clear', 'Clear the song?'),
('furni_carpet_standard*6_name', 'Floor Rug'),
('furni_waterbowl*2_desc', 'Aqua unlimited'),
('sw_link_tournament_highScores_url', 'http://%predefined%//groups/56553/id'),
('NUF_meeting_people_room_tutor', 'This is a Public Room. Your Habbo is in the doorway beneath the orange arrow. Click on another user to find out more about them.'),
('furni_bottle_name', 'Empty Spinning Bottle'),
('poster_512_name', 'The Irish flag'),
('club_info_url', 'http://%predefined%//credits/habboclub'),
('nav_venue_tv_studio_nike/0_desc', ''),
('furni_couch_norja*6_desc', 'Two can perch comfortably'),
('furni_pura_mdl5*8_desc', 'Any way you like it!'),
('furni_carpet_valentine_desc', 'For making an appearance'),
('furni_floortile_desc', 'In Variety of Colours'),
('furni_pillar*9_name', 'Rock Pillar'),
('furni_table_plasto_bigsquare*3_name', 'Square Dining Table'),
('furni_bardeskcorner_polyfon*12_name', 'Corner Cabinet/Desk'),
('furni_divider_nor1*4_desc', 'The missing piece'),
('furni_chair_plasty*5_name', 'Plastic Pod Chair'),
('furni_scifirocket*0_desc', 'See in 2007 with a bang!'),
('poster_32_name', 'Siva Poster'),
('club_button_2_period', 'Buy 3 >>>'),
('furni_sound_set_58_desc', 'Sh-shake it!'),
('furni_china_shelve_desc', 'To hold the mind\'s treasures'),
('furni_scifidoor*7_desc', 'There out of this world!'),
('furni_chair_silo*9_name', 'Red Silo Dining Chair'),
('furni_gothic_stool*5_name', 'Green Gothic Stool'),
('friend_request_massoperation_cancel', 'Back to request list.'),
('furni_queue_tile1*0_name', 'White Quest Roller'),
('furni_divider_nor3*5_name', 'Pink Iced gate'),
('furni_sound_machine*5_desc', 'Heard the Habbo Bands new singles?'),
('furni_glass_table*6_desc', 'Translucent beauty'),
('furni_soft_sofachair_norja*9_desc', 'Red Iced Sofachair'),
('furni_plant_mazegate_desc', 'Did we make it?'),
('tickets_info_1', 'With 2 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_barchair_silo*4_desc', 'Practical and convenient'),
('furni_CF_10_coin_gold_name', 'Gold Coin'),
('tickets_info_2', 'With 20 tickets you can play the following Games:\\r10 BattleBall:Rebound!\\r10 SnowStorm\\r20 Wobble Squabble or\\r20 Lido Diving'),
('furni_sound_set_15_desc', 'Unadulterated essentials'),
('handitem1', 'Tea'),
('furni_romantique_divan*3_desc', 'null'),
('furni_glass_sofa*8_name', 'Glass sofa'),
('epsnotify_1001', 'The hotel is full at the moment. Please try again in a few minutes.'),
('furni_table_silo_med*2_name', 'Black Coffee Table'),
('furni_sleepingbag*7_name', 'Orange Sleeping Bag'),
('furni_pillow*5_desc', 'Puffy, soft and huge'),
('furni_bed_budget*1_desc', 'King sized comfort!'),
('furni_bed_trad_one_name', 'Plain Single Bed'),
('catalog_giftfor', 'This is a gift for:'),
('furni_theatre_seat_name', 'Deluxe Theatre Chair'),
('furni_romantique_divider*3_name', 'Turquoise Screen'),
('furni_shelves_silo_desc', 'For nic naks and art deco books'),
('handitem9', 'Decaff'),
('handitem8', 'Regular'),
('handitem7', 'Water'),
('furni_glass_table_name', 'Glass table'),
('console_selection_invert', 'Invert selection'),
('handitem6', 'Blackcurrant'),
('furni_hc_machine_desc', 'By and for mad inventors'),
('handitem5', 'Milk'),
('handitem4', 'Ice-cream'),
('poster_40_desc', 'The one and only. Adore her!'),
('nav_venue_sw_lobby_tournament_9/0_desc', ''),
('handitem3', 'Carrot'),
('handitem2', 'Juice'),
('furni_cn_sofa_name', 'Chinese Sofa'),
('nav_venue_bb_lobby_expert_4/0_desc', ''),
('poster_502_name', 'The Stars and Stripes'),
('furni_md_rug_name', 'Bubble Juice Floor'),
('furni_table_plasto_bigsquare_name', 'Square Dining Table'),
('furni_bed_polyfon*8_desc', 'Yellow Mode Double Bed'),
('nav_venue_sw_lobby_amateur_7_name', 'Snow Slingers Lobby'),
('furni_birdie_desc', 'Cheep (!) and cheerful'),
('poster_12_name', 'Lapland Poster'),
('club_desc_1_period', '1 Month (31 days) = 25 Credits'),
('hobba_emergency_help', 'Call For Emergency Help:'),
('reg_age_check_note', 'Enter your birthday. You will need your birthday information when changing your password or email.'),
('furni_table_plasto_square*6_name', 'Square Dining Table'),
('trade', 'Trade'),
('furni_romantique_smalltabl*3_desc', 'Every tray needs a table...'),
('reg_back', 'Back'),
('furni_tree7_name', 'Snowy Christmas Tree'),
('recycler_trader_open_alert', 'Recycling cannot begin while you are trading. Please close the safe trading box before recycling.'),
('furni_rare_dragonlamp*8_desc', 'Scary and scorching!'),
('furni_gothic_chair*3_desc', 'The head of the table'),
('Alert_YourNameIstooShort', 'Habbo names must be at least 3 characters long.'),
('furni_bed_budgetb_desc', 'Sweet dreams for two'),
('furni_shelves_basic_name', 'Pura Shelves'),
('console_messagemode_helptext', 'You can send an instant message to your Habbo Friends.'),
('nav_venue_cunning_fox_gamehall/5_desc', 'Get a hand like a foot? Keep a straight face and bluff it out'),
('furni_table_polyfon_small_name', 'Small Coffee Table'),
('move_furniture', 'Move Furni'),
('nav_searchbutton', 'Search'),
('furni_habboween_grass_desc', 'Autumnal chills with each rotation!'),
('furni_pura_mdl5*2_desc', 'Any way you like it!'),
('NUF_meeting_people_user_tutor', 'The user you clicked on is shown in the corner of your screen. The buttons beneath the Habbo let you visit their Habbo Home, send them a Friend Request or ignore them if they look or act like a moron.'),
('poster_55_name', 'Tree of Time'),
('furni_soft_sofachair_norja*5_name', 'Pink Iced Sofachair'),
('furni_sound_set_48_name', 'Club 3'),
('furni_table_plasto_4leg_desc', 'Hip plastic furniture'),
('furni_pura_mdl4*1_name', 'Aqua Pura Module 4'),
('login_forgottenPassword_url', 'https://www.habbo.co.uk/account/password/forgot'),
('nav_venue_floatinggarden/0_desc', 'Peace, tranquility and still waters'),
('furni_sound_set_36_desc', 'For adult minded'),
('poster_43_desc', 'Shake, rattle and roll'),
('furni_gothic_stool*3_desc', 'The dark side of Habbo'),
('room_alert_furni_limit', 'This room has the maximum amount of Furni.'),
('furni_table_plasto_square*15_name', 'Occasional Table'),
('furni_rare_hammock_name', 'Hammock'),
('sound_machine_confirm_burn_long', 'Are you sure you want to burn this song to disc? Burning costs one credit.'),
('furni_rclr_chair_desc', 'Watch out for coconuts'),
('furni_chair_basic*3_desc', 'It\'s a cracking design!'),
('furni_doormat_plain*6_name', 'Doormat'),
('furni_sofachair_polyfon*9_name', 'Red Armchair'),
('furni_jp_tray6_name', 'jp_tray6'),
('furni_habbocake_name', 'Cake'),
('poster_501_name', 'Jolly Roger'),
('nav_goingprivate', 'Going to Guest room'),
('furni_bed_budget_one*9_name', 'Red Pura Bed'),
('alert_no_category', 'Your room has no category. Select one from the list.'),
('nav_venue_theatredrome_easter/0_desc', ''),
('gs_button_buytickets', 'Buy Tickets'),
('nav_venue_bouncer_room_4_name', 'Experts Battle Ball Arena'),
('close', 'Close'),
('furni_carpet_standard*9_desc', 'Available in a variety of colours'),
('furni_prizetrophy4*1_desc', 'Glittery gold'),
('help_pointer_1', 'http://www.habbo.co.uk/help/'),
('help_pointer_3', 'emergency_help'),
('furni_rclr_lamp_name', 'Moon Lamp'),
('help_pointer_2', 'http://www.habbohotel.co.uk/iot/go?lang=en&country=uk'),
('furni_exe_sofa_desc', 'Relaxing leather comfort'),
('furni_divider_silo1*4_name', 'Beige Area Corner Shelf'),
('poster_2001_name', 'SeinNightitititititdiskotappaja'),
('interface_icon_tv_close', 'Leave the Room and close the Habbovision mode.'),
('furni_sound_machine*7_name', 'Red Traxmachine'),
('game_bs_hit', 'A Hit!:'),
('furni_rare_fan*2_desc', 'It\'ll blow you away!'),
('win_place', 'Note!'),
('nav_venue_bb_lobby_beginner_11_name', 'Beginners Battle Ball 12'),
('furni_pillow*7_desc', 'Bonnie\'s pillow of choice!'),
('furni_table_silo_small*8_desc', 'For those random moments'),
('furni_divider_nor4*5_desc', 'Habbos, roll out!'),
('hubu_vastaa', 'Answer the question'),
('furni_pura_mdl4*8_name', 'yellow pura module 4'),
('furni_glass_chair*9_name', 'Glass chair'),
('furni_chair_silo*7_desc', 'Green Silo Dining Chair'),
('furni_jp_drawer_desc', 'Spiritual home for odds and ends'),
('tutorial_select_another_topic', 'Select another topic'),
('furni_noob_lamp*4_desc', 'Get the light right where you want it (light blue)'),
('nav_venue_beauty_salon_general_name', 'Beauty salon'),
('furni_sofachair_polyfon*2_name', 'Black Mode Armchair'),
('console_report_header', 'Report Abusive Message'),
('club_buy_url', 'http://%predefined%//credits/habboclub'),
('furni_prizetrophy*2_name', 'Classic trophy'),
('furni_rare_icecream*4_name', 'Strawberry Ice Cream Machine'),
('furni_barchair_silo*5_desc', 'Practical and convenient'),
('furni_divider_nor2*4_desc', 'No way through'),
('furni_xmas_cstl_gate_name', 'Ice Castle Gate'),
('furni_noob_stool*5_desc', 'Unfold me and take the weight off (pink)'),
('furni_bed_budgetb_one_name', 'Plain Single Bed'),
('friend_request_accept_all', 'Accept all requests.'),
('furni_val_choco_name', 'Heart Shaped Box'),
('poster_514_desc', 'Be proud to be in the Union!'),
('furni_carpet_legocourt_desc', 'Line up your slam dunk'),
('furni_sofa_silo_name', 'Two-Seater Sofa'),
('furni_chair_plasto*8_desc', 'Hip plastic furniture'),
('furni_tree5_name', 'Christmas Tree 3'),
('nav_venue_habbo_cinema/0_desc', 'Now showing: Kick Warz II - The revenge of Donnie Santini!'),
('furni_couch_norja*4_name', 'Urban Iced Bench'),
('poster_52_desc', 'whack that ball!'),
('furni_sound_set_45_desc', 'The Bass? is the rhythm!'),
('nav_venue_sun_terrace/0_name', 'Sun Terrace'),
('queue_tile_limit', 'You can\'t fit more Habbo Rollers in this room!'),
('BuddyRequesta', 'Friend Request(s)'),
('transaction_system_sms_rl', 'Elisa'),
('furni_prizetrophy4_desc', 'Palkinto'),
('furni_hcamme_desc', 'Time for a soak'),
('furni_scifirocket*2_name', 'Earth Smoke Machine'),
('furni_divider_nor5*2_desc', 'Cool cornering for your crib y0!'),
('forgottenpw', 'Forgotten your password?'),
('furni_rclr_sofa_desc', 'Snuggle up together'),
('furni_val_cauldron_desc', 'Cast a loving spell!'),
('poster_3_name', 'Fish Plaque'),
('furni_one_way_door*8_name', 'Yellow One Way Gate'),
('furni_divider_nor3*8_desc', 'Yellow Iced gate'),
('sw_link_highScores_url', 'http://%predefined%//groups/56553/id'),
('furni_carpet_standard*2_desc', 'Available in a variety of colours'),
('nav_venue_sport/0_name', 'The Power Gym'),
('furni_scifidoor*3_desc', 'There out of this world!'),
('furni_pillar*7_desc', 'Recovered from Habblantis'),
('furni_arabian_tray3_name', 'Sweets Tray'),
('furni_chair_plasto_name', 'Chair'),
('nav_venue_pizza_name', 'Slice of Life'),
('url_privacypledge', 'http://%predefined%//help/69'),
('furni_one_way_door*3_desc', 'One way! The HC way!'),
('catalog_purchase_not_allowed_hc', 'In order to buy this item you must be a Habbo Club member!'),
('furni_pura_mdl3*4_name', 'White Pura Module 3'),
('room_confirmDelete', 'Confirm'),
('BuddyPrivateRoom', 'In A Guest Room'),
('furni_marquee*7_desc', 'It\'s both door and a shade!'),
('furni_bath_desc', 'The ultimate in pampering'),
('furni_soft_sofa_norja*3_desc', 'Pristine white, keep it clean!'),
('game_BattleShip', 'Battleships'),
('furni_sound_set_11_desc', 'Music you can really sink your teeth into'),
('furni_glass_chair*2_name', 'Glass chair'),
('furni_sofa_silo*5_desc', 'Pink Area Sofa'),
('furni_pura_mdl2*7_name', 'Green Pura Module 2'),
('cam_film.help', 'Number Of Photos Left'),
('nav_venue_bb_lobby_tournament_17/0_desc', ''),
('roomatic_hway', 'Hotel guests are expected to follow the Habbo Way even if word filtering is switched off.'),
('modify', 'Modify'),
('furni_sofachair_silo*8_name', 'Yellow Armchair'),
('alert_reg_blocked', 'A person under 11 years of age has tried to register from this machine recently.\\rRegistration is not possible for a while.'),
('furni_sofa_polyfon*8_desc', 'Yellow Mode Sofa'),
('furni_wooden_screen*9_desc', 'Add an exotic touch to your room'),
('hobba_message_from', 'Your call has been responded to as follows:'),
('win_help', 'Habbo Help'),
('pet.saying.sniff.dog.1', 'snuh...SNUUUUUH'),
('pet.saying.sniff.dog.0', 'snuuh..snuuh'),
('sw_user_skill', 'Snow Storm Skill Level: \\x \\r (\\y points)'),
('furni_rom_lamp_desc', 'Light up your life'),
('console_profile_create', 'Create your Habbo Profile.'),
('furni_CF_50_goldbar_desc', 'Worth 50 Credits'),
('furni_romantique_chair*4_desc', 'What does this button do?'),
('reg_use_allowed_chars', 'Use only these characters:'),
('furni_bar_chair_armas_name', 'Barrel Stool'),
('pet.saying.sniff.dog.2', '*sighs*'),
('furni_sound_set_64_name', 'Alhambra Trax 3'),
('furni_pillar*3_name', 'blue pillar'),
('furni_glass_chair*4_desc', 'Translucent beauty'),
('furni_pizza_desc', 'You dirty Habbo'),
('opening_hours_text_shutdown', 'The Hotel will shut down in %d% minutes. To avoid confusion, purchasing of furniture, Habbo Club and game tickets will be disabled during that time, as well as playing Games and furniture trading. Thank you for visiting and welcome back tomorrow!'),
('nav_venue_bb_lobby_tournament_10_name', 'Competitie Battle Ball 11'),
('poster_521_desc', 'Ordem e progresso'),
('furni_sound_set_52_desc', 'Under the mistletoe!'),
('furni_shelves_norja*3_name', 'White Iced Bookcase'),
('furni_scifiport*5_desc', 'Recovered from Roswell'),
('help_emergency_writeyour', 'Give details of your emergency here:'),
('furni_table_norja_med*6_name', 'Large Coffee Table Blue'),
('nav_venue_bb_lobby_expert_3_name', 'Experts Battle Ball 4'),
('photo_legend', 'Caption'),
('furni_sofachair_silo_desc', 'Large, but worth it'),
('console_youdonthavebuddies', 'You have no Friends on your list.\\rYou can send Friend Requests using\\rthe \'search\' button.'),
('furni_table_plasto_4leg*6_name', 'Occasional table Table'),
('furni_scifidoor*1_name', 'Pink Spaceship Door'),
('furni_tile_brown_desc', '10% off downtown promenades & piazzas!'),
('NUF_getting_room_go_button', 'Click here to go to your just created room!'),
('dimmer_turn_on', 'Turn ON'),
('furni_sofa_polyfon_desc', 'Comfort for stylish couples'),
('furni_sound_set_50_name', 'Club 5'),
('furni_doorB_name', 'Wardrobe'),
('reg_agree1', 'Yes, my parents and I agree to the above terms. I am allowed to use Habbo Hotel.'),
('furni_chair_silo*3_name', 'White Dining Chair'),
('furni_CF_1_coin_bronze_desc', 'Worth 1 Credits'),
('reg_agree2', 'Yes, I have read the Habbo Hotel Terms of Service and I accept them'),
('you_have_pending_cfh', 'Your previous call for help has not been answered yet. To make a new one you must delete the old message.'),
('furni_table_plasto_bigsquare*7_name', 'Square Dining Table'),
('console_accept', 'Accept'),
('furni_lamp_basic_name', 'Pura Lamp'),
('console_friend_request_error', 'There was an error with friend requests'),
('poster_11_desc', 'I obey the Habbo way!'),
('furni_bardeskcorner_polyfon*6_name', 'Blue Mode Bardesk Corner'),
('furni_plant_sunflower_name', 'Cut Sunflower'),
('furni_traffic_light*3_name', 'Purple Traffic Light'),
('furni_bed_polyfon_one*8_name', 'Yellow Mode Single Bed'),
('furni_carpet_polar*1_desc', 'Cute'),
('furni_noob_rug*1_desc', 'Nice and neat sisal rug with orange edging'),
('furni_exe_bardesk_desc', 'Divide the profits!'),
('furni_romantique_divider*4_desc', 'Keeping things separated'),
('pet_status_dialog', '%name%'),
('furni_jp_lantern_name', 'Japanese Lantern'),
('furni_chair_norja*2_name', 'Black Chair'),
('furni_jp_irori_desc', 'Traditional heating and eating'),
('furni_bed_budget*5_name', 'Beige Pura Double Bed'),
('furni_scifidoor*8_name', 'Purple Spaceship Door'),
('nav_venue_sw_lobby_free_5_name', 'Free Game Lobby'),
('wallitem_jp_sheet2_desc', 'jp_sheet2'),
('furni_glass_sofa*9_desc', 'Translucent beauty'),
('furni_divider_nor5*7_name', 'Rural Iced Angle'),
('sound_machine_open_editor', 'Trax Editor'),
('furni_jp_tatami2_desc', 'Shoes off please'),
('furni_sound_set_16_name', 'Hip Hop Beats 3'),
('console_recipients', 'Recipient(s)'),
('catalog_page', 'page'),
('poster_23_name', 'Bat Poster'),
('furni_table_plasto_round*4_name', 'Square Dining Table'),
('furni_rubberchair*2_desc', 'Soft and tearproof!'),
('nav_venue_bb_lobby_beginner_16/0_desc', ''),
('poster_1005_name', 'Johnny Squabble'),
('furni_silo_studydesk_name', 'Area Quest Desk'),
('furni_table_plasto_4leg*1_desc', 'Hip plastic furniture'),
('nav_venue_basement_lobby/0_desc', 'For low level hanging'),
('furni_rare_parasol*3_desc', 'Block those rays!'),
('furni_arabian_wndw_name', 'Arabian Window Frame'),
('Alert_ConnectionFailure', 'Disconnected'),
('furni_house_desc', 'Good enough to eat'),
('console_confirm_selected', 'Confirm the selections. Below are the amount of friend requests that will be accepted and declined. If you want, you can still modify the selections.'),
('furni_table_plasto_4leg*4_name', 'Square Dining Table'),
('furni_sound_set_57_name', 'RnB Grooves 3'),
('hubu_h3', 'Huumetietobussi'),
('furni_table_plasto_bigsquare*2_name', 'Square Dining Table'),
('hubu_h4', 'Anna palautetta'),
('hubu_h1', 'Puhelintuki'),
('roomatic_bobbafilter', 'Bobba filter (filters out bad language)'),
('hubu_h2', 'Harrastamaan!'),
('furni_tv_luxus_desc', 'Bang up to date'),
('hubu_h5', 'Huumetietoa'),
('NUF_console_hotelview_icon', 'Click the button to open your Habbo Console.'),
('modtool_banlength', 'Ban Length:'),
('NUF_visiting_rooms_roomlist_tutor', 'Just pick any room you like. Click on the room to see a description of the room. ROOM!'),
('reg_verification_newPassword', 'New password:'),
('furni_wall_china_name', 'Dragon Screen'),
('nav_venue_hallway_ii/0_desc', 'Beware witches and warlocks'),
('jukebox_disk_add', 'Add Disc'),
('furni_rare_xmas_screen_desc', 'Ho Ho Ho!'),
('furni_table_plasto_round*2_name', 'Round Dining Table'),
('furni_rubberchair*7_name', 'White Inflatable Chair'),
('nav_favourites_helptext', 'These are your favourite rooms. Nice selection you have here...'),
('nav_venue_sw_lobby_beginner_4_name', 'Snow Rookies Lobby'),
('furni_gothic_chair*2_desc', 'The prince of Habbo'),
('cam_save_nofilm', 'You have run out of film.\\rGet a roll (5 photos) from\\rthe Catalogue for 6 Credits.'),
('furni_sofa_polyfon*6_desc', 'Blue Mode Sofa'),
('furni_divider_silo3*2_desc', 'Form following function'),
('furni_rare_beehive_bulb*1_name', 'Red Amber Lamp'),
('furni_plant_small_cactus_desc', 'Even less watering than the real world'),
('furni_triplecandle_name', 'Electric Candles'),
('help_option_1', 'Playing Habbo'),
('help_option_3', 'A serious issue (harassment, sexual behaviour)'),
('furni_present_gen5_name', 'Gift'),
('help_option_2', 'My Habbo account.'),
('furni_shelves_norja*8_name', 'Yellow Bookcase'),
('furni_legotrophy_desc', 'For the winning team'),
('furni_rare_icecream*2_name', 'Pistachio Ice Cream Machine'),
('furni_summer_pool*1_desc', 'Fancy a dip?'),
('nav_venue_theatredrome_deli/0_desc', 'Join in all the fun of the fair!'),
('game_newgame', 'New game'),
('help_tour', 'Guided Tour'),
('purse_vouchers_error3_url', 'http://%predefined%//credits'),
('furni_marquee*5_name', 'Graphite Marquee'),
('forgottenpw_explanation', 'If you have forgotten your password and you gave your correct email address when you registered, we can send your password to you.'),
('furni_waterbowl*3_name', 'Yellow Water Bowl'),
('roomatic_namedisp', 'Do you want your name to be displayed with the room?'),
('poster_28_name', 'Silver Tinsel Bundle'),
('Alert_BuyingOK', 'Buying Successful!'),
('furni_summer_chair*4_name', 'Deck Chair'),
('nav_venue_welcome_lounge_ii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('bb_title_gameCreation', 'Aloita uusi peli!'),
('furni_sporttrack1*3_name', 'Sport track straight grass'),
('furni_romantique_divan*2_name', 'Emerald Chaise-Longue'),
('furni_divider_silo1*6_name', 'Blue Area Corner Shelf'),
('NUF_about_hotel_about_tutor', 'Habbo is both a virtual world and an online community.'),
('url_helpparents', 'http://%predefined%//help/73'),
('furni_divider_silo3*7_name', 'Green Area Gate'),
('poster_18_desc', 'Beautiful reproduction butterfly'),
('furni_traffic_light*5_desc', 'Chill and wait your turn!'),
('furni_scifirocket*6_desc', 'Too hot to handle!'),
('pet.saying.angry.cat.0', 'Sssppp!'),
('furni_bed_armas_one_desc', 'Rustic charm for one'),
('pet.saying.angry.cat.3', '*hiss*'),
('pet.saying.angry.cat.1', 'MrrRRRR'),
('pet.saying.angry.cat.2', 'Tssssss!'),
('furni_noob_rug*6_name', 'My first Habbo rug'),
('club_habbo.bottombar.text.member', 'Habbo Club'),
('furni_divider_silo1_name', 'Corner Shelf'),
('nav_venue_bb_lobby_beginner_10/0_desc', ''),
('recycler_info_progress', 'Recycling is currently in progress. The recycling process takes a total of %recyclinghours% hour. You can leave the catalogue and recycling will continue in the background.'),
('furni_queue_tile1*1_name', 'Pink Habbo Roller'),
('notickets_header', 'Buy game tickets to play this game'),
('reg_underage', 'I am under 11 years old'),
('nav_venue_sw_arena_intermediate_name', 'Playing intermediate game'),
('furni_table_plasto_square*5_name', 'Square Dining Table'),
('Alert_YouAreBanned_T', 'A Moderator kicked you out of the room.'),
('buddyremove_moreoptions', 'More Options >>'),
('furni_prizetrophy4*3_desc', 'Breathtaking bronze'),
('furni_chair_silo*2_desc', 'Keep it simple'),
('club_habbo.bottombar.link.notmember', 'Join!'),
('poster_1000_name', 'Comedy Poster'),
('room_badge_button', 'Badge'),
('furni_soft_sofa_norja*8_desc', 'Yellow Iced Sofa'),
('wallitem_torch_name', 'Gothic Torch'),
('furni_scifirocket*7_name', 'Jupiter Smoke Machine'),
('furni_romantique_tray1_desc', 'For a fast break'),
('furni_rare_dragonlamp*0_desc', 'George and the...'),
('furni_nest_desc', 'Night, night'),
('furni_table_silo_small*2_name', 'Black Occasional Table'),
('furni_prizetrophy7*2_name', 'Silver Habbo trophy'),
('furni_sofachair_silo*3_desc', 'Large, but worth it'),
('furni_divider_nor2*9_name', 'Red Iced bar desk'),
('club_extend_title', 'Habbo Club membership can be extended VERY easily.'),
('furni_rare_fan*0_desc', 'As red as Rudolph\'s nose'),
('club_paybycash_url', '(leave this empty if you don\'t want to have this link displayed)'),
('poster_57_name', 'Calligraphy poster'),
('furni_CFC_50_coin_silver_desc', 'Worth 50 Credits'),
('furni_pillow*5_name', 'Black Leather Pillow'),
('furni_hc_chr_name', 'Majestic Chair'),
('nav_venue_sw_arena_free_name', 'Playing free for all game'),
('furni_active_placeholder_desc', 'This furniture is downloading...'),
('nav_venue_welcome_lounge_name', 'Welcome Lounge'),
('furni_soft_sofachair_norja*3_name', 'White Iced Sofachair'),
('furni_bed_polyfon*3_desc', 'Give yourself space to stretch out'),
('furni_pura_mdl4*3_name', 'Black Pura Module 4'),
('furni_pillar*2_desc', 'Ancient and stately'),
('furni_small_chair_armas_desc', 'Rustic charm at it\'s best'),
('furni_table_plasto_round_desc', 'Hip plastic furniture'),
('furni_marquee*2_desc', 'Dragons out and Davids in!'),
('furni_wooden_screen*7_desc', 'Add an exotic touch to your room'),
('furni_queue_tile1*8_name', 'Navy Habbo Roller'),
('furni_arabian_pllw_desc', 'Exotic comfort'),
('furni_sound_set_1_desc', 'Get the party started!'),
('furni_gothic_stool*5_desc', 'The dark side of Habbo'),
('furni_china_table_desc', 'Exotic and classy'),
('song_disk_trade_info', '%name%'),
('nav_venue_sw_lobby_beginner_9_name', 'Snow Rookies Lobby'),
('console_modify', 'Modify'),
('poster_36_desc', 'The Hotels girlband. Dream on!'),
('furni_rare_dragonlamp*7_desc', 'Scary and scorching!'),
('furni_sound_set_63_desc', 'Desert hits by the oasis!'),
('nav_venue_cafe_gold_name', 'The Oasis'),
('nav_venue_sw_lobby_tournament_3/0_desc', ''),
('nav_venue_habbo_cinema_name', 'Habbo Cinema'),
('furni_chair_plasty*4_name', 'Plastic Pod Chair'),
('nav_venue_welcome_lounge_iii/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_carpet_soft*1_desc', 'Soft Wool Rug'),
('furni_sporttrack1*1_name', 'Sport track straight'),
('furni_divider_nor3*6_name', 'Blue Iced gate'),
('furni_glass_chair*7_name', 'Green Glass Chair'),
('club_confirm_gift_text', 'A new club gift has arrived. Please push OK if you want to receive it now. If you click cancel you will be asked again next time you log in to the Hotel.'),
('furni_rubberchair*5_name', 'Lime Inflatable Chair'),
('furni_plant_maze_snow_name', 'Snowy Maze Bundle 2'),
('furni_table_silo_med*4_name', 'Beige Area Coffee Table'),
('furni_solarium_norja*1_desc', 'Rejuvenate your pixels!'),
('furni_divider_nor2*2_name', 'Black Iced bar desk'),
('poster_45_desc', 'Needs a few more Habburgers'),
('wallitem_habw_mirror_desc', 'Star of the show!'),
('furni_pura_mdl3*9_name', 'Red Pura Module 3'),
('furni_exe_corner_name', 'Executive Corner Desk'),
('nav_venue_cunning_fox_gamehall/3_desc', 'Are you the new Deep Blue?'),
('furni_rare_fan*7_desc', 'It\'ll blow you away!'),
('furni_divider_nor1*5_desc', 'Pink Ice corner'),
('wallitem_md_logo_wall_name', 'Bubble Juice Logo'),
('furni_bardesk_polyfon_desc', 'Perfect for work or play'),
('console_target_does_not_accept', 'This user does not accept friend requests at the moment'),
('pet.saying.beg.croco.0', 'Mmmmmrrr'),
('pet.saying.beg.croco.1', '*Emo tear*'),
('messenger.email.header', ''),
('pet.saying.beg.croco.2', 'Waarrrr...rrr'),
('furni_carpet_polar*4_name', 'Green Bear Rug'),
('furni_chair_plasto*6_name', 'Chair'),
('furni_noob_rug*4_name', 'My first Habbo rug'),
('furni_summer_chair*6_desc', 'Blue'),
('rotate_furniture', 'Rotate Furni'),
('poster_16_desc', 'Added security'),
('furni_sofachair_silo*7_desc', 'Green Area Armchair'),
('furni_divider_nor5*4_desc', 'Cool cornering for your crib!'),
('furni_sand_cstl_twr_name', 'sand_cstl_twr'),
('furni_safe_silo*4_name', 'Beige Safe Minibar'),
('furni_chair_plasty*11_name', 'Plastic Pod Chair'),
('furni_divider_arm2_name', 'Room divider'),
('furni_sound_set_55_name', 'RnB Grooves 1'),
('nav_venue_sw_lobby_intermediate_4_name', 'Snow Bombardiers Lobby'),
('roomatic_canmodifysettings', '(You can change these settings later)'),
('furni_pura_mdl5*7_desc', 'Any way you like it!'),
('catalog_pet_name_length', 'Oops, pet\'s name is too long (max 15 characters)'),
('furni_toy1*3_name', 'Rubber Ball'),
('nav_venue_beauty_salon_loreal/0_desc', 'No Pixel Surgery, only natural make-ups!'),
('furni_arabian_swords_name', 'Ancestral Scimitars'),
('furni_summer_pool*4_name', 'Yellow Summer Pool'),
('gs_error_create_0', 'This Lobby is full, please create a Game in another Lobby!'),
('nav_venue_pizzeria/0_desc', 'Pizza; food of the hungry!'),
('nav_roomnfo_hd_own', 'Own Rooms'),
('furni_glass_sofa*4_desc', 'Translucent beauty'),
('buddyremove_accept', 'Remove Friends'),
('transaction_system_sms_win_orange', 'Orange SMS'),
('gs_error_create_3', 'Your skill level isn\'t high enough for creating Games in this Lobby.'),
('furni_goodie2_desc', 'For gourmet kittens'),
('trading_youagree', 'You agree'),
('furni_bench_lego_name', 'Team Bench'),
('reg_verification_updateOK', 'Update successful'),
('transaction_system_refunds', 'Refund'),
('furni_carpet_standard*7_name', 'Floor Rug'),
('poster_44_name', 'Mummy'),
('furni_bed_polyfon_one*3_name', 'White Single Bed'),
('furni_jp_tray1_name', 'jp_tray1'),
('furni_jp_tatami_name', 'Small Tatami Mat'),
('furni_bardesk_polyfon*2_name', 'Black Mode Bardesk'),
('furni_hockey_light_desc', 'Set it off.'),
('nav_venue_bb_lobby_intermediate_2/0_desc', ''),
('wallitem_guitar_v_name', 'v guitar'),
('reg_email', 'Email:'),
('nav_venue_sw_lobby_tournament_0/0_desc', ''),
('furni_club_sofa_name', 'Club sofa'),
('furni_duck_name', 'Rubber Duck'),
('furni_divider_nor5*9_name', 'Red Iced Angle'),
('furni_smooth_table_polyfon_name', 'Large Dining Table'),
('reg_forcedupdate', 'Please update your Habbo details!'),
('transaction_system_stuff_store', 'Catalogue purchase'),
('console_request_massoperation_title', 'You have %messageCount% friend requests waiting.'),
('nav_venue_bb_lobby_expert_8/0_desc', ''),
('roomatic_roomdescription', 'Room description:'),
('reg_verification_invalidEmail', 'Check email address'),
('furni_xmas_icelamp_desc', '20 lanterns for the price of 6!'),
('wallitem_wallmirror_desc', 'Mirror, mirror on the wall...'),
('furni_pura_mdl1*3_name', 'Black Pura Module 1'),
('pet.saying.play.croco.1', 'Squeh Squeeeeh...'),
('pet.saying.play.croco.0', ':)'),
('nav_venue_theatredrome_halloween/0_desc', 'Warm welcome to Bullet For My Valentine!'),
('nav_venue_bb_lobby_amateur_6_name', 'Gevorderden Battle Ball 7'),
('cam_savetxt', 'Saving Photo...'),
('nav_venue_bb_lobby_intermediate_1_name', 'Semi-profs Battle Ball 2'),
('nav_modify_doorstatus', 'Door status'),
('callhelp_sent', 'If you have questions about Habbo Hotel or your Habbo account, please write the details below and a member of community staff will respond as soon as possible.'),
('wallitem_photo_name', 'Photo'),
('poster_25_desc', 'A new use for carrots!'),
('furni_chair_plasto*1_desc', 'Hip plastic furniture'),
('furni_prizetrophy4*2_name', 'Fish trophy'),
('furni_bar_armas_name', 'Barrel Minibar'),
('nav_rooms_favourite', 'Favourites'),
('furni_table_plasto_square*6_desc', 'Hip plastic furniture'),
('furni_gothic_sofa*6_desc', 'The dark side of Habbo'),
('jukebox_song_length', 'Song length: %time%'),
('buddyremove_header', 'Choose %amount% friends to remove'),
('furni_romantique_mirrortabl_desc', 'Get ready for your big date'),
('wallitem_hrella_poster_2_name', 'Life Buoy'),
('reg_boy', 'Boy'),
('sound_machine_trax_name', 'Trax name:'),
('purse_vouchers_error0', 'Technical error! Cannot redeem voucher.'),
('furni_plant_valentinerose*3_name', 'Yellow Valentine Rose'),
('purse_vouchers_error1', 'Invalid voucher code.'),
('nav_venue_bb_lobby_expert_1_name', 'Experts Battle Ball 2'),
('purse_vouchers_error2', 'Product delivery failed, please contact Customer Service'),
('purse_vouchers_error3', 'This voucher must be redeemed on the Habbo website'),
('furni_romantique_chair*2_desc', 'null'),
('furni_prizetrophy7*1_desc', 'Gold Habbo trophy'),
('furni_table_plasto_bigsquare*14_name', 'Occasional Table'),
('furni_ticket_desc', 'A bundle of 5 gaming tickets'),
('nav_venue_club_massiva_name', 'Club Massiva'),
('roomatic_locked', 'Door locked - visitors have to ring doorbell'),
('furni_table_silo_small*3_desc', 'For those random moments'),
('furni_bed_trad_name', 'Plain Double Bed'),
('summer_chair_5_name', 'Beige Deck Chair'),
('buddyremove_select_all', 'Select All Friends'),
('furni_plant_valentinerose*5_desc', 'For that special pixel'),
('furni_glass_table*9_name', 'Glass table'),
('furni_romantique_smalltabl*5_desc', 'Why is one leg different?'),
('furni_pura_mdl5*5_name', 'beige pura module 5'),
('poster_30_name', 'Mistletoe'),
('furni_chair_basic*8_name', 'chair_basic'),
('nav_venue_sw_lobby_amateur_2_name', 'Snow Slingers Lobby'),
('Alert_ConnectionDisconnected', 'Please reload Habbo Hotel!\\r\\rIf this happens again, please wait a moment before reloading.'),
('Alert_WrongPassword', 'Check password!'),
('nav_modify_letothersmove', 'Let other people move and leave furniture in the room.'),
('furni_rare_dragonlamp*1_name', 'Sea Dragon Lamp'),
('furni_table_plasto_4leg*10_desc', 'Hip plastic furniture'),
('furni_sound_set_28_name', 'Rock 2'),
('furni_grand_piano*2_name', 'Black Grand Piano'),
('furni_basket_desc', 'Eggs-actly what you want for Easter'),
('furni_rare_fan*5_name', 'Yellow Powered Fan'),
('furni_noob_lamp*2_name', 'My first Habbo lamp'),
('furni_present_gen4_desc', 'What\'s inside?'),
('furni_pillar*9_desc', 'Ancient and stately'),
('furni_chair_norja*8_desc', 'Sleek and chic for each cheek'),
('furni_pura_mdl2*2_desc', 'Any way you like it!'),
('furni_glass_stool*5_desc', 'Translucent beauty'),
('furni_hc_lmp_name', 'Oil Lamp'),
('console_myinterests', 'My interests:'),
('furni_val_teddy*6_desc', 'The blue bear of happiness'),
('room_cant_set_item', 'You cannot place this in someone else\'s room!'),
('poster_29_desc', '10 x Gold Tinsel'),
('club_general_daysleft', 'Number of HC days left'),
('nav_popup_nav_link', 'Open the Navigator'),
('furni_sound_set_43_desc', 'Beware zombies!'),
('furni_solarium_norja*6_name', 'Blue Solarium'),
('furni_doormat_plain*1_name', 'Doormat'),
('nav_venue_chill_name', 'Zen Garden'),
('furni_one_way_door*5_desc', 'One at a time!'),
('furni_table_plasto_round*3_desc', 'Hip plastic furniture?'),
('furni_prizetrophy6_desc', 'Palkinto'),
('furni_exe_s_table_name', 'Executive Glass Table'),
('furni_noob_rug*5_desc', 'Nice and neat sisal rug with pink edging'),
('furni_scifirocket*0_name', 'Mars Smoke Machine'),
('furni_soft_jaggara_norja_desc', 'Soft Iced sofachair'),
('nav_venue_bb_lobby_amateur_9/0_desc', ''),
('furni_chair_plasty*5_desc', 'Hip plastic furniture'),
('hobba_mark_emergency', 'Emergency Help'),
('furni_djesko_turntable_name', 'Habbo Turntable'),
('furni_shelves_norja*9_desc', 'For nic naks and art deco books'),
('poll_confirm_cancel_long', 'Are you sure you want to stop answering the poll? You can\'t continue later.'),
('poster_32_desc', 'The Auspicious One'),
('opening_hours_text_opening_time', 'The Hotel will open again at %h%:%m%. We look forward to welcoming you back!'),
('furni_bed_budget_one*7_name', 'Green Pura Bed'),
('furni_pillow*0_desc', 'Minimalist comfort!'),
('furni_divider_poly3*8_desc', 'Yellow Mode Bardesk Gate'),
('nav_venue_bb_lobby_beginner_13/0_desc', ''),
('furni_sound_set_6_name', 'Ambient 3'),
('hubu_win', 'Bus - Info'),
('furni_sound_machine*5_name', 'Brown Traxmachine'),
('furni_sporttrack1*2_desc', 'null'),
('bb_title_bouncingBall', 'Battle Ball'),
('nav_venue_rooftop/0_desc', 'Hang out on the very rooftop of Habbo Hotel!'),
('modtool_banreason', 'Ban Reason:'),
('furni_chair_silo*9_desc', 'Red Silo Dining Chair'),
('furni_bed_budget*6_desc', 'King sized comfort!'),
('furni_s_sound_machine*4_desc', 'Sound Machine Blue Desc'),
('furni_rubberchair*6_desc', 'Soft and tearproof!'),
('nav_venue_sw_lobby_expert_1_name', 'Snow Marksmen Lobby'),
('nav_venue_bb_lobby_beginner_7/0_desc', ''),
('furni_table_plasto_4leg*5_desc', 'Hip plastic furniture'),
('gen_youhave', 'You Have'),
('furni_carpet_soft*6_name', 'Soft Wool Rug'),
('furni_petfood2_desc', 'Fantastic 20% Saving!'),
('group_privileges', 'Priviliges:'),
('furni_samovar_name', 'Russian Samovar'),
('furni_hal_grave_name', 'Haunted Grave'),
('furni_bed_budget_one*2_desc', 'Princess sized comfort!'),
('gs_error_1', 'You have entered invalid data!'),
('reject', 'Reject'),
('gs_error_4', 'You have reached your maximum number of daily Games!'),
('nav_venue_sw_lobby_tournament_5_name', 'Tournament Lobby'),
('gs_error_5', 'Tournament is only available for users living in the UK.'),
('gs_error_2', 'You don\'t have enough Tickets!'),
('gs_error_8', 'To start a Game, there must be at least two Teams of one player each!'),
('sound_machine_alert_no_sound_sets', 'You don\'t have any sound sets available for song editing. \\rNote that the sets need to be in your inventory (hand).'),
('furni_waterbowl*4_desc', 'Aqua unlimited'),
('furni_doormat_love_desc', 'Welcome Habbos in style'),
('gs_error_6', 'You have been removed from the Game!'),
('furni_soft_sofachair_norja*4_desc', 'Sit back and relax'),
('bb_powerup_desc_8', 'By using a vacuum cleaner, you can clear any tile in the field.'),
('move', 'Move'),
('furni_romantique_smalltabl*3_name', 'Turquoise Tray Table'),
('furni_bed_polyfon*8_name', 'Yellow Mode Double Bed'),
('furni_sofachair_polyfon*4_desc', 'Beige Mode Armchair'),
('forgottenpw_email', 'Your email address'),
('console_email', 'Email'),
('bb_powerup_desc_1', 'Light bulb colours an area around it.'),
('furni_divider_nor2_desc', 'Strong, yet soft looking'),
('furni_bardeskcorner_polyfon*5_desc', 'For sweet corners!'),
('say', 'Say'),
('bb_powerup_desc_3', 'Flashlight colours a straight line ahead of you.'),
('bb_powerup_desc_2', 'Bouncing on a spring locks tiles in a single jump.'),
('bb_powerup_desc_5', 'Bouncing on a box of pins will burst your Battle Ball!'),
('bb_powerup_desc_4', 'A shot with a cannon locks tiles on a straight line.'),
('furni_chair_basic*1_name', 'chair_basic'),
('bb_powerup_desc_7', 'A bomb will clear all tiles around it.'),
('bb_powerup_desc_6', 'Harlequin effect makes everybody colour tiles for your team!'),
('NUF_console_read_next', 'Click \'OK\' to mark message as read.'),
('poster_50_name', 'Bat Poster'),
('furni_table_plasto_4leg*15_name', 'Occasional Table'),
('furni_tree7_desc', 'Walking in a winter wonderland!'),
('poster_37_name', 'The Habbo Babes 3'),
('furni_queue_tile1*7_desc', 'The power of movement'),
('furni_bed_budgetb_name', 'Plain Double Bed'),
('interface_icon_sound', 'Sound Off/On'),
('pet.hotwords.come_here', 'come here'),
('poster_10_name', 'Lapland Poster'),
('win_delete_item', 'Remove Item'),
('wallitem_hrella_poster_3_name', 'Anchor'),
('furni_table_plasto_bigsquare*8_desc', 'Hip plastic furniture'),
('furni_habboween_grass_name', 'Unholy Ground'),
('furni_plant_valentinerose*4_name', 'Pink Valentine\'s Rose'),
('nav_venue_skylight_lobby/0_desc', 'Lift your spirits on the top floor'),
('buddyremove_alphabetical', 'Alphabetical Order'),
('alert_win_coppa', 'You are blocked'),
('nav_venue_bb_lobby_amateur_5_name', 'Gevorderden Battle Ball 6'),
('reg_update_text', 'Never change your password or email just because somebody asks you to. He / she is most probably trying to steal your Habbo account and furni!'),
('decision_ok', 'OK'),
('furni_summer_grill*3_name', 'Yellow Barbeque Grill'),
('nav_public_helptext', 'These are hotel\'s public rooms. What are you waiting for? Go and meet other Habbos!'),
('tickets_button_info_2', 'Stuff you can do with these 20 tickets'),
('furni_rclr_chair_name', 'Palm Chair'),
('login_create1here', 'You can create one here.'),
('tickets_button_info_1', 'Stuff you can do with these 2 tickets'),
('furni_prizetrophy6*3_name', 'Champion trophy'),
('furni_shelves_norja*2_desc', 'For nic naks and art deco books'),
('purse_info', 'DESCRIPTION'),
('bb_choose_powerups', 'Powerup select'),
('purse_transaction', 'View Transactions'),
('reg_birthdayformat', 'Birthday*: [dd][mm][yyyy]'),
('Alert_YouMustAgree', 'You must accept the Terms and Conditions before proceeding.'),
('jukebox_empty', 'Empty'),
('purse_info_film', 'Films For Camera'),
('furni_sofachair_polyfon*9_desc', 'Loft-style comfort'),
('furni_habbocake_desc', 'Save me a slice!'),
('furni_doormat_plain*6_desc', 'Available in a variety of colours'),
('nav_venue_sun_terrace/0_desc', 'For lazy afternoons and super tan treatment!'),
('poster_501_desc', 'For pirates everywhere'),
('pet_thir_2', 'Thirsty'),
('gs_error_watch_0', 'All The Spectator Seats Are Taken!'),
('pet_thir_3', 'Not thirsty'),
('camera_open_dialog_text', 'Would you like to take some photos\\ror put your camera in your room?'),
('furni_bed_budget_one*9_desc', 'Prince sized comfort!'),
('ph_goswimming', 'Go swimming!'),
('furni_habboween_crypt_name', 'Creepy Crypt'),
('gs_error_join_7', 'You have already joined this Game!'),
('nav_venue_sw_lobby_amateur_3_name', 'Snow Slingers Lobby'),
('furni_romantique_smalltabl*4_name', 'Amber Tray Table'),
('gs_error_join_3', 'You either have too much or too little skill to join.'),
('pet_thir_0', 'Gasping'),
('gs_error_join_0', 'The team you selected is already full.'),
('pet_thir_1', 'Parched'),
('furni_gothic_stool*3_name', 'Gothic Stool Red'),
('furni_wooden_screen*1_name', 'Pink Oriental screen'),
('furni_sofa_silo*4_name', 'Beige Area Sofa'),
('furni_queue_tile1*2_desc', 'The power of movement'),
('buddyremove_continue', 'Remove Friend Now'),
('nav_venue_bb_lobby_expert_2/0_desc', ''),
('nav_loading', 'Loading...'),
('furni_bed_armas_two_name', 'Double Bed'),
('furni_prizetrophy4*1_name', 'Fish trophy'),
('furni_sound_machine*7_desc', 'Red alert. Red alert. It\'s a party!'),
('furni_glass_sofa_desc', 'Translucent beauty'),
('furni_barchair_silo*5_name', 'Pink Bar Stool'),
('furni_soft_sofachair_norja*5_desc', 'Pink Iced Sofachair'),
('console_fr_accepted_count', 'Amount to be accepted'),
('poster_2001_desc', 'Perinteinen ryijy,'),
('furni_couch_norja*5_desc', 'Two can perch comfortably'),
('furni_rclr_lamp_desc', 'Light your space'),
('furni_sand_cstl_wall_desc', 'sand_cstl_wall'),
('furni_one_way_door*4_name', 'Beige One Way Gate'),
('furni_corner_china_name', 'Dragon Screen'),
('nav_venue_sw_lobby_amateur_4/0_desc', 'Astetta rankempaa lumisotaa.'),
('furni_chair_silo*7_name', 'Green Silo Dining Chair'),
('transaction_system_messenger', 'Console SMS'),
('furni_pura_mdl4*8_desc', ''),
('console_reject_selected', 'Reject selected'),
('furni_rare_icecream*4_desc', 'Virtual strawberry rocks!'),
('furni_prizetrophy*2_desc', 'Shiny silver'),
('furni_scifiport*0_desc', 'Energy beams. No trespassers!'),
('paalu_ui2', 'Push'),
('paalu_ui3', 'Moving'),
('paalu_ui4', 'Stabilise'),
('paalu_ui5', 'Balance'),
('furni_sofa_polyfon*7_name', 'Green Mode Sofa'),
('nav_error_toomanyfavrooms', 'You can\'t have more than 10 favourite rooms! Please remove an old favourite if you want to add a new one.'),
('furni_noob_stool*5_name', 'My first Habbo stool'),
('sound_machine_alert_missing_packages', 'You need the following Traxpacks to edit this song:'),
('furni_grunge_bench_name', 'Bench'),
('paalu_ui1', 'Balance'),
('furni_sleepingbag*5_name', 'Graphite Sleeping Bag'),
('furni_divider_nor2*3_name', 'White Iced Bar-Desk'),
('bb_header_teams', 'Teams'),
('wallitem_sw_swords_name', 'Swords'),
('furni_val_choco_desc', 'One for them. Two for me!'),
('nav_venue_bb_lobby_expert_5/0_desc', ''),
('furni_soft_sofa_norja*2_name', 'Black Iced Sofa'),
('furni_bed_budgetb_one_desc', 'All you need for a good night\'s kip'),
('furni_carpet_standard*8_name', 'Floor Rug'),
('furni_rare_dragonlamp*6_name', 'Gold Dragon Lamp'),
('furni_sound_set_56_desc', 'Get down tonight!'),
('furni_divider_nor5*2_name', 'Black Iced Angle'),
('chat.curse_word', 'Bobba'),
('furni_couch_norja*4_desc', 'Two can perch comfortably'),
('furni_scifirocket*2_desc', 'A little closer to home!'),
('furni_rare_fan*6_desc', 'It\'ll blow you away!'),
('poster_514_name', 'The EU flag'),
('club_desc_2_period', '3 Months (93 days) = 60 Credits'),
('furni_glass_chair*9_desc', 'Translucent beauty'),
('poster_1338_desc', 'If her age on the clock, she ready for the cock'),
('nav_src_hd', 'Search Results.'),
('console_unknown_sender', 'Unknown sender'),
('furni_prizetrophy4_name', 'Pokaali'),
('nav_venue_sunset_cafe/0_desc', 'Come and chat about Official Fansites and meet their staff!'),
('furni_pura_mdl4*9_desc', 'Any way you like it!'),
('furni_pillar*8_name', 'Roman Pillar'),
('nav_venue_sport/0_desc', 'St Trinian\'s is out on DVD April 14th!'),
('furni_pillar*7_name', 'Atlantean Pillar'),
('club_extend_text', 'If you\'re subscribing again to Habbo Club, you won\'t lose any of the advantages or ongoing furni gifts. Club membership can be extended in advance.\\rRemember: one club month lasts 31 days.'),
('sound_machine_confirm_eject', 'Remove cartridge?'),
('shopping_got', 'You have xx in your Purse.'),
('furni_rare_stand_desc', 'Stand and Deliver!'),
('furni_chair_plasto_desc', 'Hip plastic furniture'),
('furni_bed_polyfon_one*9_desc', 'Cot of the artistic'),
('furni_couch_norja*9_name', 'Red Bench'),
('poster_3_desc', 'Smells fishy, looks cool'),
('paalu.winner', 'Winner:'),
('NUF_meeting_people_room_wave', 'These buttons let you wave and dance. Click on your Habbo at anytime to see these buttons.'),
('sound_machine_confirm_window', 'Sound Machine'),
('furni_one_way_door*3_name', 'White HC Gate'),
('furni_chair_plasty*9_name', 'Plastic Pod Chair'),
('gs_timeleft', 'Time Left \\x'),
('hobba_pickup', 'Pick Up'),
('console_lastvisit', 'Last Visit'),
('furni_rare_globe_desc', 'It\'s all white..'),
('furni_val_cauldron_name', 'Valentine\'s Cauldron'),
('poster_43_name', 'Chains'),
('furni_bardesk_polyfon*8_desc', 'Yellow Mode Bardesk'),
('furni_sound_set_36_name', 'Latin Love 1'),
('dimmer_apply', 'Apply'),
('furni_glass_chair*8_desc', 'Translucent beauty'),
('furni_pura_mdl2*7_desc', 'Any way you like it!'),
('furni_prizetrophy*3_desc', 'Breathtaking bronze'),
('furni_marquee*1_name', 'Pink marquee'),
('NUH_own_user', 'This is your Habbo. Click on the floor to move around.'),
('furni_gothic_sofa*1_desc', 'The dark side of Habbo'),
('furni_divider_nor5*3_name', 'White Iced Angle'),
('furni_divider_nor4*5_name', 'Pink Iced Auto Shutter'),
('furni_soft_sofa_norja*3_name', 'White Iced Sofa'),
('furni_sofachair_silo*8_desc', 'Large, but worth it'),
('furni_pura_mdl1*9_desc', 'Any way you like it!'),
('furni_chair_plasto*7_name', 'Chair'),
('furni_pura_mdl5*6_desc', 'Any way you like it!'),
('emailpw', 'Send'),
('sound_machine_playlist_window', 'Traxmachine Playlist Editor'),
('furni_pura_mdl1*3_desc', 'Any way you like it!'),
('furni_noob_table*5_desc', 'Lightweight, practical and pink'),
('furni_scifirocket*6_name', 'Mercury Smoke Machine'),
('furni_shelves_norja_name', 'Bookcase'),
('poster_521_name', 'Flag of Brazil'),
('sound_machine_jukebox_disk_window', 'Insert disc'),
('furni_table_norja_med*6_desc', 'For larger gatherings'),
('furni_pillow*6_name', 'Blue Cotton Pillow'),
('furni_shelves_norja*3_desc', 'For nic naks and art deco books'),
('queue_set.s.info', 'There are %d% Habbos in front of you in the queue to see the Habbo Live broadcast!'),
('reg_parentemail_info', 'Because of your age, we need to let your parents know you are registering at Habbo Hotel. Please give the email address of one of your parents/guardians.'),
('club_txt_paycash', 'Pay by Cash'),
('furni_chair_plasto*11_name', 'Chair'),
('furni_pizza_name', 'Pizza Box'),
('furni_table_plasto_4leg*6_desc', 'Hip plastic furniture'),
('furni_chair_silo*3_desc', 'Keep it simple'),
('alert_reg_t', 'Please check these details:'),
('nav_venue_theatredrome_name', 'Theatredrome'),
('furni_hc_rntgn_desc', 'Believe it or not!'),
('nav_venue_main_lobby_name', 'Main Lobby'),
('furni_sound_set_64_desc', 'Make a little Jinn-gle!'),
('nav_venue_sw_lobby_amateur_desc', 'Practice improves a Snow Stormer\'s aim... Ops, missed!'),
('furni_scifiport*5_name', 'Security Fence'),
('furni_lamp_basic_desc', 'Switch on the atmosphere with this sophisticated light'),
('pet.saying.sniff.cat.0', 'snuh..snuh'),
('poster_506_name', 'The flag of Finland'),
('furni_bardeskcorner_polyfon*6_desc', 'Blue Mode Bardesk Corner'),
('nav_venue_hotel_kitchen_name', 'Hotel Kitchen'),
('furni_doorB_desc', 'Narnia this way!'),
('poster_11_name', 'Certificate'),
('furni_safe_silo_desc', 'Totally shatter-proof!'),
('furni_bed_budget_one*3_desc', 'Prince sized comfort!'),
('furni_romantique_divider*4_name', 'Ochre Screen'),
('previous_onearrowed', '< Previous'),
('nav_venue_bb_lobby_tournament_3_name', 'Competitie Battle Ball 4'),
('furni_plant_sunflower_desc', 'For happy Habbos'),
('furni_throne_desc', 'Important Habbos only'),
('furni_exe_bardesk_name', 'Executive Bar Desk'),
('furni_tree6_desc', 'The future\'s bright!'),
('log_problem_title', 'Problems Connecting'),
('furni_chair_basic*2_name', 'Pink Pura Egg Chair'),
('game_chess_black', 'Black:'),
('furni_glass_sofa*9_name', 'Glass sofa'),
('furni_chair_norja*2_desc', 'Sleek and chic for each cheek'),
('furni_pillar*3_desc', 'Ancient and stately'),
('furni_scifidoor*8_desc', 'There out of this world!'),
('alert_InvalidUserName', 'Don\'t use this character: \\x !'),
('furni_rare_parasol*3_name', 'Violet Parasol'),
('furni_bed_budget*5_desc', 'King sized comfort!'),
('furni_chair_silo*8_name', 'Yellow Dining Chair'),
('nav_tryingpw', 'Trying the password...'),
('furni_cn_lamp_desc', 'Light of the East'),
('furni_prizetrophy3*3_name', 'Globe trophy'),
('furni_sound_set_16_desc', 'Ferry, ferry good!'),
('furni_table_plasto_round*4_desc', 'Hip plastic furniture'),
('poster_2007_desc', 'The legendary founder of the Hotel'),
('sound_machine_insert', 'Add to mixer'),
('furni_sound_machine*1_desc', 'Let the party begin!'),
('furni_bed_polyfon_one*8_desc', 'Yellow Mode Single Bed'),
('error_room_closed', 'Huone on suljettu.'),
('pet.hotwords.play_dead', 'play dead'),
('gs_button_go_finished', 'Scores'),
('group_member', 'Member'),
('sound_machine_confirm_save', 'Save the song?'),
('furni_arabian_wndw_desc', 'Arabian days and nights'),
('nav_venue_sw_lobby_expert_2_name', 'Snow Marksmen Lobby'),
('furni_sound_set_57_desc', 'Feel the groove'),
('furni_triplecandle_desc', 'No need to worry about wax drips'),
('char_welcome', 'Welcome!'),
('furni_sound_machine*6_desc', 'Add some effects to your room!'),
('furni_sofachair_polyfon*3_desc', 'Loft-style comfort'),
('nav_venue_bb_lobby_amateur_6/0_desc', ''),
('group_logo_url_template', 'http://www.habbohotel.co.uk/habbo-imaging/badge-fill/%imagerdata%.gif'),
('furni_table_plasto_bigsquare*2_desc', 'Hip plastic furniture'),
('furni_glass_table*5_desc', 'Translucent beauty'),
('url_purse_link', 'http://%predefined%//credits?'),
('buddyremove_logintime', 'Last Login Time'),
('NUF_meeting_people_hotelview_tutor', 'The Navigator lets you move between rooms in the Hotel, so open it up to get started!'),
('furni_sofa_polyfon*6_name', 'Blue Mode Sofa'),
('furni_scifirocket*1_desc', 'There is always space for this!'),
('nav_venue_bb_lobby_amateur_10/0_desc', ''),
('furni_prizetrophy5_name', 'Pokaali'),
('purse_info_tickets', 'Gaming Tickets'),
('poster_513_name', 'The Australian flag'),
('furni_noob_chair*3_desc', 'Lightweight, practical, with red stripes'),
('alert_old_client', 'You have an old version cached. Please empty your browser cache and login again.'),
('furni_bar_basic_name', 'A Pura Minibar'),
('furni_shelves_norja*8_desc', 'For nic naks and art deco books'),
('sound_machine_save_window', 'Save your Trax'),
('poster_51_name', 'Basketball Hoop'),
('Alert_moderator_warning', ''),
('furni_solarium_norja*5_name', 'Pink Solarium'),
('furni_sporttrack2*1_desc', 'null'),
('furni_rubberchair*7_desc', 'Soft and tearproof!'),
('reg_parentemail_moreinfo', 'More information:'),
('furni_present_gen5_desc', 'What\'s inside?'),
('furni_bed_polyfon*9_desc', 'Give yourself space to stretch out'),
('sound_machine_confirm_save_list_long', 'Are you sure you want to overwrite the current playlist?'),
('cam_zoom_in.help', 'Zoom In'),
('furni_carpet_soft*5_name', 'Soft Wool Rug'),
('furni_plant_small_cactus_name', 'Small Cactus'),
('console_creatingaprofile', 'Creating A Profile'),
('console_select_all', 'Select all'),
('hobba_reply_cfh', 'Reply to:'),
('notickets_buygame', 'Buy a game'),
('furni_sporttrack1*3_desc', 'null'),
('furni_sleepingbag*1_desc', 'Ultimate coziness'),
('furni_gothic_stool*4_name', 'Black Gothic Stool'),
('nav_venue_bb_lobby_beginner_4/0_desc', ''),
('nav_venue_netcafe/0_desc', 'Learn a foreign language and win Habbo Credits in our quests!'),
('poster_31_desc', 'Pure and unbridled nu-metal'),
('furni_sound_set_24_desc', 'It\'s all about the Pentiums, baby!'),
('pet.saying.angry.dog.3', 'dog.1=Oouh..oouh..snuh..ooo'),
('furni_bed_budget_one*8_desc', 'Prince sized comfort!'),
('pet.saying.angry.dog.4', 'ARRR Grrr.. woof woof woof'),
('pet.saying.angry.dog.1', 'Woof! Grrrr..woof woof'),
('furni_sw_table_desc', ''),
('pet.saying.angry.dog.2', 'grRRRRrr.r...r'),
('pet.saying.angry.dog.0', 'Rrrr..woof.. Rrr'),
('furni_chair_china_name', 'Chinese Lacquer Chair'),
('furni_romantique_divan*2_desc', 'Recline in continental comfort'),
('furni_divider_silo1*6_desc', 'Blue Area Corner Shelf'),
('furni_sound_set_5_name', 'Ambient 4'),
('roomevent_browser_create', 'Host an event'),
('furni_noob_rug*6_desc', 'Nice and neat sisal rug with green edging'),
('transaction_system_bank_luottokunta', 'Luottokortti'),
('furni_bed_armas_one_name', 'Single Bed'),
('furni_plant_fruittree_desc', 'Great yield and sweet fruit'),
('furni_sound_machine_pro_desc', 'creating fancy sounds'),
('nav_ownrooms_helptext', 'If you didn\'t know, these are your rooms. Here you can modify your rooms or create new ones if you feel like it.'),
('furni_grunge_radiator_desc', 'Started cool but now it\'s hot!'),
('furni_divider_silo3*7_desc', 'Green Area Gate'),
('room_hold', 'Wait a second...\\rLoading room...'),
('furni_sound_set_49_desc', 'You will belong'),
('nav_venue_emperors/0_desc', 'Even the smallest of light... shines in the darkness'),
('furni_nest_name', 'Basket'),
('furni_noob_table*4_name', 'My first Habbo table'),
('furni_sound_set_51_desc', 'Bop to the beat'),
('furni_plant_maze_snow_desc', '20 x Snowy Maze Shrubbery'),
('NUF_meeting_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('furni_scifirocket*7_desc', 'Larger than life!'),
('furni_table_plasto_round*9_name', 'Round Dining Table'),
('furni_val_teddy*5_name', 'Yellow Share Bear'),
('nav_venue_bb_lobby_expert_2_name', 'Experts Battle Ball 3'),
('console_onfrontpage', 'Online'),
('poster_1000_desc', 'The Noble and Silver Show'),
('furni_rare_icecream*9_name', 'Bubblegum Ice Cream Machine'),
('furni_rare_fan*0_name', 'Festive Fan'),
('furni_carpet_polar_name', 'Faux-Fur Bear Rug'),
('hobba_chatlog', 'See Chat Log >>'),
('furni_romantique_chair*3_desc', 'null'),
('hobba_pickedby', 'Picked Up By:'),
('poster_24_desc', 'Trying to get in or out?'),
('furni_table_silo_small*2_desc', 'For those random moments'),
('furni_table_plasto_bigsquare*15_name', 'Occasional Table'),
('furni_prizetrophy7*2_desc', 'Silver Habbo trophy'),
('ph_keys_run', 'Run:'),
('error_title', 'Oops, error!'),
('furni_rare_dragonlamp*0_name', 'Fire Dragon Lamp'),
('furni_CFC_50_coin_silver_name', 'Silver Coin (China)'),
('furni_chair_plasty_name', 'Plastic Pod Chair'),
('nav_roomInfo', 'Room info'),
('furni_sound_set_63_name', 'Alhambra Trax 2'),
('furni_divider_nor2*9_desc', 'Red Iced bar desk'),
('furni_soft_sofa_norja*8_name', 'Yellow Iced Sofa'),
('poster_57_desc', 'chinese calligraphy'),
('furni_table_plasto_4leg*16_name', 'Occasional Table'),
('accept', 'Accept'),
('pet.saying.beg.cat.2', 'MEOW, MEOW, MEOW..'),
('furni_waterbowl*3_desc', 'Aqua unlimited'),
('furni_divider_poly3*2_name', 'Black Mode Bardesk Gate'),
('furni_divider_nor3_desc', 'Do go through...'),
('furni_table_plasto_square*5_desc', 'Hip plastic furniture'),
('furni_rubberchair*1_desc', 'Soft and stylish HC chair'),
('furni_divider_nor5*8_name', 'Yellow Iced Angle'),
('furni_pura_mdl4*3_desc', 'Any way you like it!'),
('nav_removerights_desc', 'Remove all rights to this room from other users.'),
('furni_chair_norja*7_name', 'Rural Chair'),
('furni_pillar*2_name', 'Nordic Pillar'),
('furni_bed_polyfon*3_name', 'White Double Bed'),
('furni_glass_chair*3_desc', 'Translucent beauty'),
('wallitem_xmas_light_name', 'Xmas light'),
('pet.saying.beg.cat.0', 'MaUUU...MEOW...meow'),
('pet.saying.beg.cat.1', '*looks up with sad eyes*'),
('reg_verification_newEmail', 'Your new email address:'),
('furni_sound_set_29_desc', 'Electronic house'),
('furni_joulutahti_desc', 'Christmas in a pot'),
('furni_china_table_name', 'Chinese Lacquer Table'),
('poster_507_desc', 'The French flag'),
('NUF_visiting_rooms_hotelview_nav', 'Click the icon to open the Navigator.'),
('dimmer_preset_1', 'Preset 1'),
('nav_private_helptext', 'These are the rooms owned by Habbos. Select a category first and then browse some rooms and meet some people!'),
('furni_queue_tile1*8_desc', 'The power of movement'),
('dimmer_preset_2', 'Preset 2'),
('furni_arabian_pllw_name', 'Green Blossom Pillow'),
('nav_venue_bb_lobby_tournament_7/0_desc', ''),
('furni_goodie1*1_desc', 'Crunchy Dog Treat'),
('poster_36_name', 'The Habbo Babes 2'),
('poll_window', 'Question'),
('furni_md_limukaappi_desc', 'A sparkling and refreshing pixel drink!'),
('nav_venue_rooftop_rumble_ii_name', 'Rooftop Rumble II'),
('furni_wooden_screen*7_name', 'Purple Oriental Screen'),
('furni_scifidoor*2_name', 'Yellow Spaceship Door'),
('room_max_pet_limit', 'Too many pets in the room!'),
('hobba_sent_to_helpers', 'Call re-assigned as emergency and sent to moderators'),
('furni_table_silo_med*4_desc', 'Beige Area Coffee Table'),
('furni_romantique_pianochair*5_name', 'Onyx Piano Stool'),
('nav_modify_roomdescription', 'Room Description'),
('furni_sound_set_10_name', 'Hip Hop Beats 1'),
('furni_chair_silo*2_name', 'Black Dining Chair'),
('furni_marquee*6_name', 'Blue Marquee'),
('poster_8_name', 'Habbo Colours'),
('transaction_system_htk_singledrop', 'Landline'),
('furni_chair_plasty*4_desc', 'Hip plastic furniture'),
('dimmer_preset_3', 'Preset 3'),
('furni_exe_corner_desc', 'Tuck it away'),
('nav_venue_welcome_lounge/0_desc', 'New? Lost? Get a warm welcome here from Habbo eXperts.'),
('furni_sleepingbag*6_desc', 'Ultimate coziness'),
('nav_venue_cunning_fox_gamehall/3_name', 'Batleships'),
('console_mainhelp', 'Habbo Console Help'),
('tickets_button_info_hide', 'Hide Ticket Info'),
('furni_xmas_icelamp_name', 'Lantern Bundle 2'),
('nav_venue_bb_lobby_amateur_0/0_desc', ''),
('purse_header', 'Habbo Purse'),
('furni_noob_lamp*3_name', 'My first Habbo lamp'),
('nav_help_title', 'Want a room of your own?'),
('buy', 'Buy'),
('furni_pura_mdl1*8_name', 'yellow pura module 1'),
('dimmer_title', 'Mood Light'),
('NUF_mini_meet_people_hotelview_icon', 'Click the Navigator button to start visiting the rooms!'),
('console_credits', 'Credits'),
('bb_link_highScores_url', 'http://%predefined%/groups/56552/id'),
('wallitem_md_logo_wall_desc', 'Bubble up your wall'),
('furni_safe_silo*4_desc', 'Totally shatter-proof!'),
('room_unignore', 'Listen'),
('nav_venue_sw_lobby_amateur_1/0_desc', ''),
('poster_16_name', 'Bars'),
('furni_sofachair_silo*7_name', 'Green Area Armchair'),
('furni_spyro_name', 'Dragon Egg'),
('nav_venue_bb_lobby_beginner_19/0_desc', ''),
('Alert_YourPasswordIsTooShort', 'Passwords must be at least 6 characters long.'),
('room_cant_trade', 'You cannot trade this!'),
('furni_door_desc', 'Dr Who?'),
('gs_button_go_created', 'Join'),
('poster_49_name', 'Large silver star'),
('furni_glass_sofa*4_name', 'Glass sofa'),
('furni_divider_arm3_desc', 'Knock, knock...'),
('furni_sound_set_31_desc', 'House loops'),
('reg_habboname', 'Habbo name:'),
('habboclub_thanks', 'Yippee! You are now a member of Habbo Club! Your current email address is %email%. \\r\\rIf that\'s not the one you are using, please go to \'Update my Habbo ID\' and change it now. \\rThen we can contact you about your membership if need be.'),
('console_follow_offline', 'Your friend is offline.'),
('furni_divider_nor1*5_name', 'Pink Ice corner'),
('nav_openbutton', 'Open'),
('nav_venue_theatredrome_habbowood/0_desc', 'Home to the Habbowood Gala and HAFTA Awards!'),
('nav_venue_ice_cafe/0_desc', 'Come here. And chill out.'),
('furni_calippo_name', 'Calippo icecream machine'),
('furni_bench_lego_desc', 'For your reserve players'),
('poster_9_desc', 'Do your bit for the environment'),
('furni_bed_polyfon_one*3_desc', 'Cot of the artistic'),
('poster_44_desc', 'Beware the curse...'),
('poster_2006_name', 'DJ Throne'),
('furni_pura_mdl3*5_desc', ''),
('furni_arabian_tray4_name', 'Fruit Tray'),
('furni_divider_nor3*7_desc', 'Entrance or exit?'),
('furni_sound_set_30_name', 'Instrumental 1'),
('furni_romantique_tray1_name', 'Breakfast Tray'),
('furni_jp_tray1_desc', 'jp_tray1'),
('furni_plant_maze_desc', 'Build your maze!'),
('console_getfriendrequest_2', 'If you accept this invitation (s)he will be added to your Friends List. Then you can send messages to each other.'),
('furni_hockey_light_name', 'Lert'),
('furni_goodie1_desc', 'Crunchy Dog Treat'),
('console_getfriendrequest_1', 'has asked you to become his/her Friend.'),
('furni_pura_mdl2*1_desc', 'Any way you like it!'),
('score_board.text', 'POINTS'),
('furni_one_way_door*9_name', 'Red One Way Gate'),
('furni_sand_cstl_twr_desc', 'sand_cstl_twr desc'),
('furni_divider_nor5*9_desc', 'Cool cornering for your crib y0!'),
('furni_duck_desc', 'Every bather needs one'),
('furni_bardesk_polyfon*2_desc', 'Black Mode Bardesk'),
('console_request_2', '(S)he will be added into your Friends List if (s)he accepts it.'),
('bb_link_join', 'Join Team'),
('nav_createroom_hd', 'Here you can create your own room!'),
('console_request_1', 'has been sent your Friend Request.'),
('reg_check_info', 'CHECK YOUR INFO'),
('furni_toy1*4_name', 'Rubber Ball'),
('nav_venue_sw_lobby_free_0_name', 'Free Game Lobby'),
('furni_chair_plasto*1_name', 'Chair'),
('furni_toilet_name', 'Loo Seat'),
('queue_set.dc.info', 'Number of Habbos in default queue is %d% and in Habbo Club queue %c%'),
('furni_sofachair_silo*2_desc', 'Large, but worth it'),
('furni_chair_plasto*12_desc', 'Hip plastic furniture'),
('ph_tickets_buyfor', 'Buy Tickets for:'),
('sound_machine_confirm_close', 'Close the editor?'),
('furni_rare_fan*1_desc', 'It\'ll blow you away!'),
('furni_divider_poly3*3_desc', 'Border control!'),
('nav_venue_kattoterassi/0_desc', 'When push comes to shove...'),
('furni_summer_grill*4_desc', 'Plenty of burgers on that barbie'),
('furni_bar_armas_desc', 'It\'s a barrel of laughs and a great talking point'),
('furni_toilet_red_name', 'Loo Seat'),
('furni_hc_lmp_desc', 'Be enlightened'),
('furni_romantique_mirrortabl_name', 'Dressing Table'),
('furni_pura_mdl4*2_name', 'Pink Pura Module 4'),
('summer_chair_5_desc', 'Enjoy the summer air'),
('furni_plant_rose_desc', 'Sleek and chic'),
('furni_skullcandle_name', 'Skull Candle Holder'),
('Alert_no_credits', 'You don�t have enough Credits for this.'),
('pet.hotwords.voice', 'speak'),
('furni_prizetrophy4*2_desc', 'Shiny silver'),
('furni_soft_sofachair_norja*4_name', 'Urban Iced Sofachair'),
('furni_pura_mdl5*1_desc', 'Any way you like it!'),
('furni_safe_silo*9_name', 'Red Safe Minibar'),
('furni_bed_trad_desc', 'Sweet dreams for two'),
('nav_venue_club_massiva_desc', 'Strut your funky stuff!'),
('furni_rare_dragonlamp*1_desc', 'Out of the deep blue!'),
('furni_wooden_screen*2_desc', 'Add an exotic touch to your room'),
('furni_prizetrophy7*1_name', 'Gold Habbo trophy'),
('furni_carpet_standard*2_name', 'Floor Rug'),
('furni_arabian_teamk_desc', 'Quench that desert thirst'),
('furni_romantique_chair*2_name', 'Lime Romantique Chair'),
('nav_venue_sw_lobby_tournament_0_name', 'Tournament Lobby'),
('invitation_expired', 'Sorry, all Welcoming Party members were busy.'),
('gs_error_game_checkname', 'Please check the Game\'s name!'),
('furni_sound_set_23_name', 'SFX 4'),
('furni_grand_piano*2_desc', 'Black Grand Piano'),
('tutorial_quit', 'Close guide'),
('furni_chair_basic*8_desc', ''),
('NUF_getting_room_roommatic_security_tutor', 'Finally you can choose the security settings to your room and whether other users can move your furniture.'),
('nav_venue_bb_lobby_beginner_1/0_desc', ''),
('nav_private_helptext_hd_main', 'Habbo Guest Rooms'),
('club_price', 'One month costs 25 Habbo Credits.'),
('NUF_playing_games_navigator_tutor', 'Click either SnowStorm or BattleBall to open up a list of the game lounges.'),
('nav_venue_old_skool_name', 'Old Skool Habbo'),
('nav_venue_bb_lobby_beginner_4_name', 'Beginners Battle Ball 5'),
('nav_venue_bb_lobby_tournament_9_name', 'Competitie Battle Ball 10'),
('sound_machine_alert_song_saved', 'Song "%name%" successfully saved.'),
('nav_venue_sw_lobby_intermediate_3_name', 'Snow Bombardiers Lobby'),
('nav_venue_club_massiva/1_desc', 'Strut your funky stuff'),
('furni_gothic_chair*1_name', 'Gothic Chair Pink'),
('furni_divider_poly3_desc', 'All bars should have one'),
('furni_romantique_divan*1_name', 'Pink Romantique Divan'),
('NUF_playing_games_hotelview_tutor', 'Now we find out where to locate the Habbo Games!'),
('poster_29_name', 'Gold Tinsel Bundle'),
('furni_present_gen4_name', 'Gift'),
('furni_bardesk_polyfon*7_name', 'Green Mode Bardesk'),
('furni_gothic_sofa*6_name', 'Gothic Sofa Blue'),
('furni_glass_stool*5_name', 'Glass stool'),
('nav_venue_sw_lobby_free_5/0_desc', 'Kaikki eritasoiset pelaajat voivat pelata toisiaan vastaan.'),
('nav_fav_hd', 'Your Favourite Rooms.'),
('NUF_console_read_tutor', 'The Habbo Console lets you message your Habbo friends, and check whether they are online.'),
('furni_romantique_tray2_desc', 'Spoil Yourself'),
('Alert_ModeratorWarning', 'Message from a Moderator:'),
('furni_giftflowers_name', 'Vase of Flowers'),
('furni_table_silo_small*7_name', 'Green Area Occasional Table'),
('furni_menorah_name', 'Menorah'),
('furni_bed_polyfon_one*2_name', 'Black Mode Single Bed'),
('console_offline', 'Offline'),
('gs_mouseover_player', '\\x\\r\\yp'),
('nav_venue_bb_lobby_amateur_3/0_desc', ''),
('nav_venue_bb_lobby_amateur_13/0_desc', ''),
('furni_noob_chair*2_name', 'My first Habbo chair'),
('furni_doormat_plain*1_desc', 'Available in a variety of colours'),
('object_displayer_hide_tags', 'Hide tags'),
('poster_17_desc', 'Beautiful reproduction butterfly'),
('gs_joinedplayers', 'Players Who Joined: \\x'),
('furni_table_plasto_round*3_name', 'Round Dining Table'),
('furni_divider_poly3*8_name', 'Yellow Mode Bardesk Gate'),
('furni_glass_table*4_name', 'Glass table'),
('furni_solarium_norja*6_desc', 'Rejuvenate your pixels!'),
('poster_1006_desc', 'The eyes follow you...'),
('furni_noob_rug*5_name', 'My first Habbo rug'),
('buddyremove_pagecounter', 'Page'),
('poll_alert_answer_missing', 'Please give an answer'),
('furni_summer_chair*5_desc', 'Beige'),
('furni_table_plasto_4leg*10_name', 'Occasional Table'),
('furni_divider_silo2_desc', 'Stylish sectioning'),
('furni_djesko_turntable_desc', 'For the music-lovers'),
('nav_remrightsconf', 'You are about to remove all rights from your room. This means that only you will have rights to move and place furni in the room.'),
('furni_pillow*0_name', 'White Lace Pillow'),
('sound_machine_eject', 'Eject'),
('gs_button_ready', 'Ready'),
('furni_divider_silo1*5_name', 'Pink Area Corner Shelf'),
('NUF_habbo_home_hotelview_tutor', 'You have now opened a page on the Habbo Website that will give you plenty of information about how to make yourself a Habbo Home.'),
('furni_traffic_light*4_desc', 'Chill and wait your turn!'),
('nav_venue_$unit.name$/0_desc', 'Roam more of the hotel\'s corridors'),
('furni_sporttrack1*2_name', 'Sport track straight asphalt'),
('furni_sofachair_polyfon_girl_name', 'Armchair'),
('furni_sound_set_6_desc', 'Background ambience loops'),
('furni_hal_grave_desc', 'We\'re raising the dead!'),
('recycler_ready_info', 'Your recycled Furniture is ready. Please either accept or cancel. If you accept, you will receive your recycling reward, detailed below. If you cancel, all your old Furniture will be restored to your hand.'),
('wallitem_jp_sheet1_name', 'jp_sheet1'),
('furni_petfood2_name', 'Sardines Mega Multipack'),
('furni_spotlight_name', 'Habbowood Spotlight'),
('furni_carpet_soft*6_desc', 'Soft Wool Rug'),
('gs_lounge_skill', 'Level in this Lounge: \\x \\r (\\y-\\z points)'),
('nav_help_text', 'Click the Public Spaces tab on the top left of this navigator to find gaming rooms!'),
('furni_table_plasto_4leg*5_name', 'Occasional Table'),
('nav_venue_bb_arena_1_name', 'Battle Ball Aloittelijat'),
('furni_table_silo_med*9_name', 'Red Area Coffee Table'),
('furni_bed_budget_one*2_name', 'Pink Pura Bed'),
('nav_venue_sw_lobby_expert_2/0_desc', 'Todellisille lumisotureille.'),
('furni_rubberchair*6_name', 'Violet Inflatable Chair'),
('furni_bardeskcorner_polyfon*5_name', 'Candy Corner'),
('bb_powerup_8', 'Vacuum cleaner'),
('bb_powerup_6', 'Harlequin'),
('furni_rare_beehive_bulb*2_name', 'Yellow Amber Lamp'),
('bb_powerup_7', 'Bomb'),
('furni_divider_nor2_name', 'Ice Bar-Desk'),
('bb_powerup_4', 'Cannon'),
('bb_powerup_5', 'Box of pins'),
('bb_powerup_2', 'Spring'),
('bb_powerup_3', 'Flashlight'),
('console_report', 'Report'),
('bb_powerup_1', 'Light bulb'),
('furni_sound_set_43_name', 'SFX 1'),
('poster_37_desc', 'The Hotels girlband. Dream on!'),
('interface_icon_messenger', 'Messenger, friends & messages on here'),
('interface_icon_hand', 'Hand, your inventory'),
('furni_s_sound_machine*4_name', 'Sound Machine Blue'),
('nav_venue_sunset_cafe_name', 'Sunset Cafe'),
('wallitem_sw_stone_desc', 'sw_stone'),
('reg_check_mail', 'Email'),
('furni_queue_tile1*7_name', 'Purple Habbo Roller'),
('pet.hotwords.nest', 'sleep');
/*!40000 ALTER TABLE `external_texts` ENABLE KEYS */;
-- Dumping structure for table havana.furniture_versions
CREATE TABLE IF NOT EXISTS `furniture_versions` (
`asset_name` varchar(255) NOT NULL DEFAULT '',
`version_id` int(11) NOT NULL,
PRIMARY KEY (`asset_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- Dumping data for table havana.furniture_versions: ~0 rows (approximately)
DELETE FROM `furniture_versions`;
/*!40000 ALTER TABLE `furniture_versions` DISABLE KEYS */;
/*!40000 ALTER TABLE `furniture_versions` ENABLE KEYS */;
-- Dumping structure for table havana.games_maps
CREATE TABLE IF NOT EXISTS `games_maps` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`game_type` enum('battleball','snowstorm') NOT NULL DEFAULT 'battleball',
`map_id` enum('6','5','4','3','2','1') NOT NULL DEFAULT '1',
`heightmap` mediumtext NOT NULL,
`tile_map` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.games_maps: ~5 rows (approximately)
DELETE FROM `games_maps`;
/*!40000 ALTER TABLE `games_maps` DISABLE KEYS */;
INSERT INTO `games_maps` (`id`, `game_type`, `map_id`, `heightmap`, `tile_map`) VALUES
(1, 'battleball', '5', 'xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|00000000000000000000000|xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|xxxx000000000000000xxxx|', '00001111111111111110000|00001111111111111110000|00001111111111111110000|00001111111111111110000|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|11111111111111111111111|00001111111111111110000|00001111111111111110000|00001111111111111110000|00001111111111111110000|'),
(2, 'battleball', '3', '0000000x000x0000xxxxxxxxxxxxxxxxx|0xx00x0x0x0000000111000xxxxxxxxxx|0xx00x0x0x00000001110000xxxxxxxxx|0000xx000xxx0000xxxxxx000xxxxxxxx|000xxxxxxxxxxxxxxxxxxxx000xxxxxxx|0xxxxxxxxxxxxxxxxxxxxxxx000xxxxxx|0000xxxxxxxxxxxxxxxxxxxxx000xxxxx|xxx0xxx111111111111111xxx0x0xxxxx|0000xxx111111111111111xxx0x0x0xxx|0xxxxxx111111111111111xxx0x0x0xxx|000xxxx1111111111111111000x00000x|x00xxxx1111111111111111000x0x0xxx|0000xxx111112222211111xxxxxxx0000|0000xxx111112222211111xxx000xxxx0|0000xxx111112222211111xxx000000x0|0000xxx111112222211111xxx000xx0x0|x00xxxx111112222211111xxxxxxx0000|x11xxxx11111111111111110000000xxx|x11xxxx11111111111111110000000xxx|x11xxxx111111111111111xxx0xxxxxxx|x00xxxx111111111111111xxx000xxxxx|x00xxxx111111111111111xxxxxxxxxxx|x000xxxxxx11xxxxx11xxxxxxxxxxxxxx|xx000xxxxx00xxxxx00xxxxxxxxxxxxxx|xxx000xxxx00xxxxx00xxxxxxxxxxxxxx|xxxx00000000x000x0000xxxxxxxxxxxx|xxxxx00xxxxxx000x00x0xxxxxxxxxxxx|xxxxxx000000x000x00x0xxxxxxxxxxxx|xxxxxxxxxx0xxx0xx00xxxxxxxxxxxxxx|xxxxxxxx00000x0x000xxxxxxxxxxxxxx|xxxxxxxxxx0x0x000xxxxxxxxxxxxxxxx|xxxxxxxxxx0x0xxx0xxxxxxxxxxxxxxxx|xxxxxxxxxxxx00000xxxxxxxxxxxxxxxx|', '111100000000111100000000000000000|100100000000111100000000000000000|100100000000111100000000000000000|111100000000111100000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011110000000111100000000000|111100011110000000111100000000000|111100011110011100111100011100000|111100000000011100000000011100000|111100011110011100111100011100000|000000011110000000111100000000000|000000011110000000111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000011111110111111100000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000011100000000000000000|000000000000011100000000000000000|000000000000011100000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|000000000000000000000000000000000|'),
(3, 'battleball', '1', 'xxxxxxxxxxxxx444444xxxxxxxxx|xxxxxxxxxxxxx444444xxxxxxxxx|xxxxxxxxxxxxx444444xxxxxxxxx|xxx22222222xx444444xxxxxxxxx|xxx22222222xx444444xxxxxxxxx|xxx22222222xx333333xxxxxxxxx|xxx22222222xx222222xxxxxxxxx|xxx222222222222222222xxxxxxx|xxx222222222222222222xxxxxxx|xxx2222222222222222222100000|xxx2222222222222222222100000|xxxxxxx222222222222222100000|xxxxxxx222222222222222100000|4444432222222222222222100000|4444432222222222222222100000|444443222222222222222xxxxxxx|444443222222222222222xxxxxxx|4444432222222222222222222xxx|4444432222222222222222222xxx|xxxxxxx222222222222222222xxx|xxxxxxx222222222222222222xxx|xxxxxxxxx222222xx22222222xxx|xxxxxxxxx111111xx22222222xxx|xxxxxxxxx000000xx22222222xxx|xxxxxxxxx000000xx22222222xxx|xxxxxxxxx000000xxxxxxxxxxxxx|xxxxxxxxx000000xxxxxxxxxxxxx|xxxxxxxxx000000xxxxxxxxxxxxx|', '0000000000000111111000000000|0000000000000111111000000000|0000000000000111111000000000|0001111111100111111000000000|0001111111100000000000000000|0001111111100000000000000000|0001111111100000000000000000|0001111111111111111110000000|0001111111111111111110000000|0001111111111111111110001111|0001111111111111111110001111|0000000111111111111110001111|0000000111111111111110001111|1111000111111111111110001111|1111000111111111111110001111|1111000111111111111110000000|1111000111111111111110000000|1111000111111111111111110000|1111000111111111111111110000|0000000111111111111111111000|0000000111111111111111111000|0000000000000000011111111000|0000000000000000011111111000|0000000000000000011111111000|0000000001111110011111111000|0000000001111110000000000000|0000000001111110000000000000|0000000001111110000000000000|'),
(4, 'battleball', '2', 'xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|2222xxx00000000xxx00000000xxx2222|2222xxx00000000xxx00000000xxx2222|222221000000000xxx000000000122222|222221000000000xxx000000000122222|2222xxx00000000xxx00000000xxx2222|2222xxx00000000xxx00000000xxx2222|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx0000000000000000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|xxxxxxx00000000xxx00000000xxxxxxx|', '000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|111100011111111000111111110001111|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|000000011111111000111111110000000|'),
(5, 'battleball', '4', 'xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|xxxxxxx222222222222222xxxxxxxx|00012222222222222222222211111x|00012222222222222222222211111x|00012222222222222222222211111x|00012222222222222222222211111x|00xxxxx222222222222222xxx1111x|000xxxx222222222222222xxx0000x|0000xxx222222222222222x0000000|0000xxx22222222222222210000000|0000xxx22222222222222210000000|0000xxx222222222222222x0000000|0000xxx222222222222222xxxxxxxx|00000xx222222222222222xxxxxxxx|000000xxxx11xx11xx11xxxxxxxxxx|x0000000000000000000000xxxxxxx|xx000000000000000000000xxxxxxx|xxx00000000000000000000xxxxxxx|xxxx0000000000000000000xxxxxxx|', '000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100000000|000000011111111111111100011110|000000011111111111111100011110|000000011111111111111100011110|000000011111111111111100011110|110000011111111111111100000000|111000011111111111111100000000|111100011111111111111101111111|111100011111111111111101111111|111100011111111111111101111111|111100011111111111111101111111|111100011111111111111100000000|111110011111111111111100000000|111111000000000000000000000000|011111111111111111111110000000|001111111111111111111110000000|000111111111111111111110000000|000011111111111111111110000000|');
/*!40000 ALTER TABLE `games_maps` ENABLE KEYS */;
-- Dumping structure for table havana.games_played_history
CREATE TABLE IF NOT EXISTS `games_played_history` (
`id` varchar(255) NOT NULL,
`game_name` text NOT NULL DEFAULT '',
`game_creator` int(11) NOT NULL,
`game_type` varchar(50) NOT NULL DEFAULT '',
`map_id` int(11) NOT NULL,
`winning_team` int(11) NOT NULL,
`winning_team_score` int(11) NOT NULL,
`extra_data` text NOT NULL,
`team_data` text NOT NULL,
`played_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.games_played_history: ~0 rows (approximately)
DELETE FROM `games_played_history`;
/*!40000 ALTER TABLE `games_played_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `games_played_history` ENABLE KEYS */;
-- Dumping structure for table havana.games_player_spawns
CREATE TABLE IF NOT EXISTS `games_player_spawns` (
`type` enum('battleball','snowstorm') NOT NULL DEFAULT 'battleball',
`map_id` int(11) NOT NULL,
`team_id` int(11) NOT NULL,
`x` int(11) NOT NULL,
`y` int(11) NOT NULL,
`rotation` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.games_player_spawns: ~120 rows (approximately)
DELETE FROM `games_player_spawns`;
/*!40000 ALTER TABLE `games_player_spawns` DISABLE KEYS */;
INSERT INTO `games_player_spawns` (`type`, `map_id`, `team_id`, `x`, `y`, `rotation`) VALUES
('battleball', 5, 0, 22, 14, 6),
('battleball', 5, 0, 22, 13, 6),
('battleball', 5, 0, 22, 12, 6),
('battleball', 5, 0, 22, 11, 6),
('battleball', 5, 0, 22, 10, 6),
('battleball', 5, 0, 22, 9, 6),
('battleball', 5, 3, 9, 0, 4),
('battleball', 5, 3, 10, 0, 4),
('battleball', 5, 3, 11, 0, 4),
('battleball', 5, 3, 12, 0, 4),
('battleball', 5, 3, 13, 0, 4),
('battleball', 5, 3, 14, 0, 4),
('battleball', 5, 2, 9, 22, 0),
('battleball', 5, 2, 10, 22, 0),
('battleball', 5, 2, 11, 22, 0),
('battleball', 5, 2, 12, 22, 0),
('battleball', 5, 2, 13, 22, 0),
('battleball', 5, 2, 14, 22, 0),
('battleball', 5, 1, 0, 14, 2),
('battleball', 5, 1, 0, 13, 2),
('battleball', 5, 1, 0, 12, 2),
('battleball', 5, 1, 0, 11, 2),
('battleball', 5, 1, 0, 10, 2),
('battleball', 5, 1, 0, 9, 2),
('battleball', 3, 0, 21, 11, 6),
('battleball', 3, 0, 21, 12, 6),
('battleball', 3, 0, 21, 13, 6),
('battleball', 3, 0, 21, 14, 6),
('battleball', 3, 0, 21, 15, 6),
('battleball', 3, 0, 21, 16, 6),
('battleball', 3, 1, 7, 16, 2),
('battleball', 3, 1, 7, 15, 2),
('battleball', 3, 1, 7, 14, 2),
('battleball', 3, 1, 7, 13, 2),
('battleball', 3, 1, 7, 12, 2),
('battleball', 3, 1, 7, 11, 2),
('battleball', 3, 2, 11, 7, 4),
('battleball', 3, 2, 12, 7, 4),
('battleball', 3, 2, 13, 7, 4),
('battleball', 3, 2, 14, 7, 4),
('battleball', 3, 2, 15, 7, 4),
('battleball', 3, 2, 16, 7, 4),
('battleball', 3, 3, 16, 21, 0),
('battleball', 3, 3, 15, 21, 0),
('battleball', 3, 3, 14, 21, 0),
('battleball', 3, 3, 13, 21, 0),
('battleball', 3, 3, 12, 21, 0),
('battleball', 3, 3, 11, 21, 0),
('battleball', 1, 0, 0, 13, 2),
('battleball', 1, 0, 0, 14, 2),
('battleball', 1, 0, 0, 15, 2),
('battleball', 1, 0, 0, 16, 2),
('battleball', 1, 0, 0, 17, 2),
('battleball', 1, 0, 0, 18, 2),
('battleball', 1, 1, 27, 9, 6),
('battleball', 1, 1, 27, 10, 6),
('battleball', 1, 1, 27, 11, 6),
('battleball', 1, 1, 27, 12, 6),
('battleball', 1, 1, 27, 13, 6),
('battleball', 1, 1, 27, 14, 6),
('battleball', 1, 3, 13, 0, 4),
('battleball', 1, 3, 14, 0, 4),
('battleball', 1, 3, 15, 0, 4),
('battleball', 1, 3, 16, 0, 4),
('battleball', 1, 3, 17, 0, 4),
('battleball', 1, 3, 18, 0, 4),
('battleball', 1, 2, 14, 27, 0),
('battleball', 1, 2, 13, 27, 0),
('battleball', 1, 2, 12, 27, 0),
('battleball', 1, 2, 11, 27, 0),
('battleball', 1, 2, 10, 27, 0),
('battleball', 1, 2, 9, 27, 0),
('battleball', 2, 0, 0, 7, 2),
('battleball', 2, 0, 0, 8, 2),
('battleball', 2, 0, 0, 9, 2),
('battleball', 2, 0, 0, 10, 2),
('battleball', 2, 0, 0, 11, 2),
('battleball', 2, 0, 0, 12, 2),
('battleball', 2, 2, 14, 12, 6),
('battleball', 2, 2, 14, 11, 6),
('battleball', 2, 2, 14, 10, 6),
('battleball', 2, 2, 14, 9, 6),
('battleball', 2, 2, 14, 8, 6),
('battleball', 2, 2, 14, 7, 6),
('battleball', 2, 3, 18, 8, 2),
('battleball', 2, 3, 18, 9, 2),
('battleball', 2, 3, 18, 10, 2),
('battleball', 2, 3, 18, 11, 2),
('battleball', 2, 3, 18, 12, 2),
('battleball', 2, 3, 18, 13, 2),
('battleball', 2, 1, 32, 7, 6),
('battleball', 2, 1, 32, 8, 6),
('battleball', 2, 1, 32, 9, 6),
('battleball', 2, 1, 32, 10, 6),
('battleball', 2, 1, 32, 11, 6),
('battleball', 2, 1, 32, 12, 6),
('battleball', 4, 0, 12, 16, 0),
('battleball', 4, 0, 13, 16, 0),
('battleball', 4, 0, 14, 16, 0),
('battleball', 4, 0, 15, 16, 0),
('battleball', 4, 0, 16, 16, 0),
('battleball', 4, 0, 17, 16, 0),
('battleball', 4, 1, 17, 0, 4),
('battleball', 4, 1, 16, 0, 4),
('battleball', 4, 1, 15, 0, 4),
('battleball', 4, 1, 14, 0, 4),
('battleball', 4, 1, 13, 0, 4),
('battleball', 4, 1, 12, 0, 4),
('battleball', 4, 2, 7, 5, 2),
('battleball', 4, 2, 7, 6, 2),
('battleball', 4, 2, 7, 7, 2),
('battleball', 4, 2, 7, 8, 2),
('battleball', 4, 2, 7, 9, 2),
('battleball', 4, 2, 7, 10, 2),
('battleball', 4, 3, 21, 5, 6),
('battleball', 4, 3, 21, 6, 6),
('battleball', 4, 3, 21, 7, 6),
('battleball', 4, 3, 21, 8, 6),
('battleball', 4, 3, 21, 9, 6),
('battleball', 4, 3, 21, 10, 6);
/*!40000 ALTER TABLE `games_player_spawns` ENABLE KEYS */;
-- Dumping structure for table havana.games_ranks
CREATE TABLE IF NOT EXISTS `games_ranks` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`type` enum('battleball','snowstorm') NOT NULL DEFAULT 'battleball',
`title` varchar(50) NOT NULL,
`min_points` int(10) NOT NULL,
`max_points` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.games_ranks: 8 rows
DELETE FROM `games_ranks`;
/*!40000 ALTER TABLE `games_ranks` DISABLE KEYS */;
INSERT INTO `games_ranks` (`id`, `type`, `title`, `min_points`, `max_points`) VALUES
(1, 'battleball', 'Beginner', 0, 10000),
(2, 'battleball', 'Amateur', 10001, 100000),
(3, 'battleball', 'Intermediate', 100001, 500000),
(4, 'battleball', 'Expert', 500001, 0),
(5, 'snowstorm', 'Beginner', 0, 10000),
(6, 'snowstorm', 'Amateur', 10001, 100000),
(7, 'snowstorm', 'Intermediate', 100001, 500000),
(8, 'snowstorm', 'Expert', 500001, 0);
/*!40000 ALTER TABLE `games_ranks` ENABLE KEYS */;
-- Dumping structure for table havana.groups_details
CREATE TABLE IF NOT EXISTS `groups_details` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(45) NOT NULL,
`description` mediumtext NOT NULL,
`owner_id` int(10) NOT NULL,
`room_id` int(10) NOT NULL DEFAULT 0,
`badge` mediumtext NOT NULL DEFAULT 'b0503Xs09114s05013s05015',
`recommended` int(1) NOT NULL DEFAULT 0,
`background` varchar(255) NOT NULL DEFAULT 'bg_colour_08',
`views` int(15) NOT NULL DEFAULT 0,
`topics` smallint(1) NOT NULL DEFAULT 0,
`group_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
`forum_type` tinyint(1) unsigned NOT NULL DEFAULT 0,
`forum_premission` tinyint(1) unsigned NOT NULL DEFAULT 0,
`alias` varchar(30) DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`),
UNIQUE KEY `alias` (`alias`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.groups_details: ~0 rows (approximately)
DELETE FROM `groups_details`;
/*!40000 ALTER TABLE `groups_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `groups_details` ENABLE KEYS */;
-- Dumping structure for table havana.groups_edit_sessions
CREATE TABLE IF NOT EXISTS `groups_edit_sessions` (
`user_id` int(11) NOT NULL,
`group_id` int(11) NOT NULL,
`expire` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.groups_edit_sessions: ~0 rows (approximately)
DELETE FROM `groups_edit_sessions`;
/*!40000 ALTER TABLE `groups_edit_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `groups_edit_sessions` ENABLE KEYS */;
-- Dumping structure for table havana.groups_memberships
CREATE TABLE IF NOT EXISTS `groups_memberships` (
`user_id` int(10) NOT NULL,
`group_id` int(10) NOT NULL,
`member_rank` enum('3','2','1') NOT NULL DEFAULT '1',
`is_pending` tinyint(11) NOT NULL DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
KEY `userid` (`user_id`),
KEY `groupid` (`group_id`),
KEY `group_id` (`group_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.groups_memberships: ~0 rows (approximately)
DELETE FROM `groups_memberships`;
/*!40000 ALTER TABLE `groups_memberships` DISABLE KEYS */;
/*!40000 ALTER TABLE `groups_memberships` ENABLE KEYS */;
-- Dumping structure for table havana.homes_details
CREATE TABLE IF NOT EXISTS `homes_details` (
`user_id` int(10) NOT NULL,
`background` varchar(255) NOT NULL DEFAULT 'bg_pattern_abstract2',
UNIQUE KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.homes_details: ~0 rows (approximately)
DELETE FROM `homes_details`;
/*!40000 ALTER TABLE `homes_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `homes_details` ENABLE KEYS */;
-- Dumping structure for table havana.homes_edit_sessions
CREATE TABLE IF NOT EXISTS `homes_edit_sessions` (
`user_id` int(11) NOT NULL,
`expire` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.homes_edit_sessions: ~0 rows (approximately)
DELETE FROM `homes_edit_sessions`;
/*!40000 ALTER TABLE `homes_edit_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `homes_edit_sessions` ENABLE KEYS */;
-- Dumping structure for table havana.homes_ratings
CREATE TABLE IF NOT EXISTS `homes_ratings` (
`user_id` int(11) NOT NULL,
`home_id` int(11) NOT NULL,
`rating` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.homes_ratings: ~0 rows (approximately)
DELETE FROM `homes_ratings`;
/*!40000 ALTER TABLE `homes_ratings` DISABLE KEYS */;
/*!40000 ALTER TABLE `homes_ratings` ENABLE KEYS */;
-- Dumping structure for table havana.housekeeping_audit_log
CREATE TABLE IF NOT EXISTS `housekeeping_audit_log` (
`action` enum('alert_user','kick_user','ban_user','room_alert','room_kick') NOT NULL,
`user_id` int(11) NOT NULL,
`target_id` int(11) NOT NULL DEFAULT -1,
`message` varchar(255) NOT NULL DEFAULT '',
`extra_notes` varchar(255) NOT NULL DEFAULT '',
`created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.housekeeping_audit_log: ~0 rows (approximately)
DELETE FROM `housekeeping_audit_log`;
/*!40000 ALTER TABLE `housekeeping_audit_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `housekeeping_audit_log` ENABLE KEYS */;
-- Dumping structure for table havana.infobus_polls
CREATE TABLE IF NOT EXISTS `infobus_polls` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`initiated_by` int(11) NOT NULL,
`poll_data` text NOT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.infobus_polls: ~0 rows (approximately)
DELETE FROM `infobus_polls`;
/*!40000 ALTER TABLE `infobus_polls` DISABLE KEYS */;
/*!40000 ALTER TABLE `infobus_polls` ENABLE KEYS */;
-- Dumping structure for table havana.infobus_polls_answers
CREATE TABLE IF NOT EXISTS `infobus_polls_answers` (
`poll_id` int(11) NOT NULL,
`answer` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
KEY `poll_id` (`poll_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.infobus_polls_answers: ~0 rows (approximately)
DELETE FROM `infobus_polls_answers`;
/*!40000 ALTER TABLE `infobus_polls_answers` DISABLE KEYS */;
/*!40000 ALTER TABLE `infobus_polls_answers` ENABLE KEYS */;
-- Dumping structure for table havana.items
CREATE TABLE IF NOT EXISTS `items` (
`id` bigint(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL DEFAULT -1,
`user_id` int(11) DEFAULT NULL,
`room_id` int(11) DEFAULT 0,
`definition_id` int(11) NOT NULL,
`x` varchar(255) DEFAULT '0',
`y` varchar(255) DEFAULT '0',
`z` varchar(255) DEFAULT '0',
`wall_position` varchar(255) NOT NULL DEFAULT '',
`rotation` int(11) DEFAULT 0,
`custom_data` longtext NOT NULL,
`is_hidden` tinyint(1) NOT NULL DEFAULT 0,
`is_trading` tinyint(1) NOT NULL DEFAULT 0,
`expire_time` bigint(11) NOT NULL DEFAULT -1,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
KEY `room_id` (`room_id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.items: ~0 rows (approximately)
DELETE FROM `items`;
/*!40000 ALTER TABLE `items` DISABLE KEYS */;
/*!40000 ALTER TABLE `items` ENABLE KEYS */;
-- Dumping structure for table havana.items_definitions
CREATE TABLE IF NOT EXISTS `items_definitions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`sprite` varchar(50) DEFAULT NULL,
`name` varchar(100) DEFAULT NULL,
`description` varchar(100) DEFAULT NULL,
`sprite_id` int(11) NOT NULL,
`length` int(11) NOT NULL DEFAULT 0,
`width` int(11) NOT NULL DEFAULT 0,
`top_height` double NOT NULL DEFAULT 0,
`max_status` varchar(11) NOT NULL DEFAULT '0',
`behaviour` varchar(150) NOT NULL DEFAULT '',
`interactor` varchar(150) NOT NULL DEFAULT 'default',
`is_tradable` tinyint(1) NOT NULL DEFAULT 1,
`is_recyclable` tinyint(1) NOT NULL DEFAULT 1,
`drink_ids` text DEFAULT NULL,
`rental_time` int(11) NOT NULL DEFAULT -1,
`allowed_rotations` tinytext NOT NULL DEFAULT '',
`heights` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1909 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.items_definitions: ~1,938 rows (approximately)
DELETE FROM `items_definitions`;
/*!40000 ALTER TABLE `items_definitions` DISABLE KEYS */;
INSERT INTO `items_definitions` (`id`, `sprite`, `name`, `description`, `sprite_id`, `length`, `width`, `top_height`, `max_status`, `behaviour`, `interactor`, `is_tradable`, `is_recyclable`, `drink_ids`, `rental_time`, `allowed_rotations`, `heights`) VALUES
(1, 'shelves_norja', 'Bookcase', 'For nic naks and art deco books', 293, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(2, 'shelves_polyfon', 'Bookcase', 'For the arty pad', 349, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(3, 'shelves_silo', 'Bookcase', 'For nic naks and art deco books', 82, 2, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(4, 'table_polyfon_small', 'Small Coffee Table', 'For serving a stylish latte', 346, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(5, 'chair_polyfon', 'Dining Chair', 'Dining Chair', 343, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(6, 'table_silo_med', 'Coffee Table', 'Wipe clean and unobtrusive', 92, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(7, 'stand_polyfon_z', 'Shelf', 'Tidy up', 348, 1, 1, 0.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(8, 'chair_silo', 'Dining Chair', 'Keep it simple', 89, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(9, 'sofa_silo', 'Two-Seater Sofa', 'Cushioned, understated comfort', 83, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(10, 'couch_norja', 'Bench', 'Two can perch comfortably', 291, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(11, 'chair_norja', 'Chair', 'Sleek and chic for each cheek', 290, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(12, 'table_polyfon_med', 'Large Coffee Table', 'For larger gatherings', 345, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(13, 'doormat_love', 'Doormat', 'Welcome Habbos in style', 504, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(14, 'doormat_plain', 'Doormat', 'Available in a variety of colours', 505, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(15, 'sofachair_polyfon', 'Armchair', 'Soft and comfortable', 338, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(16, 'sofachair_silo', 'Armchair', 'Large, but worth it', 84, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(17, 'bed_polyfon', 'Double Bed', 'Give yourself space to stretch out', 334, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(18, 'bed_polyfon_one', 'Single Bed', 'Cot of the artistic', 335, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(19, 'bed_silo_one', 'Single Bed', 'Plain and simple', 81, 1, 3, 1.7, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(20, 'bed_silo_two', 'Double Bed', 'Plain and simple x2', 80, 2, 3, 1.7, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(21, 'table_silo_small', 'Occasional Table', 'For those random moments', 85, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(22, 'bed_armas_two', 'Double Bed', 'King-sized pine comfort', 318, 2, 3, 1.7, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(23, 'shelves_armas', 'Bookcase', 'For all those fire-side stories', 327, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(24, 'bench_armas', 'Bench', 'To complete the dining set', 323, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(25, 'table_armas', 'Dining Table', 'For informal dining', 322, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(26, 'small_table_armas', 'Occasional Table', 'Practical and beautiful', 332, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(27, 'small_chair_armas', 'Stool', 'Rustic charm at it\'s best', 333, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(28, 'fireplace_armas', 'Fireplace', 'Authentic, real flame fire', 320, 2, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(29, 'lamp_armas', 'Table Lamp', 'Ambient lighting is essential', 330, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(30, 'bed_armas_one', 'Single Bed', 'Rustic charm for one', 319, 1, 3, 1.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(31, 'carpet_standard', 'Floor rug', 'Available in a variety of colours', 486, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(32, 'carpet_armas', 'Hand-Woven Rug', 'Adds instant warmth', 512, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(33, 'carpet_polar', 'Faux-Fur Bear Rug', 'For cuddling up on', 513, 2, 3, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(34, 'fireplace_polyfon', 'Fireplace', 'Comfort in stainless steel', 336, 2, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(35, 'carpet_standard*1', 'Floor Rug', 'Available in a variety of colours', 489, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(36, 'doormat_plain*1', 'Doormat', 'Available in a variety of colours', 506, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(37, 'carpet_standard*2', 'Floor Rug', 'Available in a variety of colours', 490, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(38, 'carpet_standard*3', 'Floor Rug', 'Available in a variety of colours', 491, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(39, 'carpet_standard*4', 'Floor Rug', 'Available in a variety of colours', 492, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(40, 'doormat_plain*6', 'Doormat', 'Available in a variety of colours', 511, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(41, 'carpet_standard*5', 'Floor Rug', 'Available in a variety of colours', 493, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(42, 'carpet_standard*6', 'Floor Rug', 'Available in a variety of colours', 494, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(43, 'pizza', 'Pizza Box', 'You dirty Habbo', 98, 1, 1, 0.1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(44, 'drinks', 'Empty Cans', 'Are you a slob too?', 99, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(45, 'bar_polyfon', 'Mini-Bar', 'You naughty Habbo!', 339, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '1,2', -1, '2,4', NULL),
(46, 'plant_cruddy', 'Aloe Vera', 'Goodbye Bert...', 1127, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(47, 'bottle', 'Empty Spinning Bottle', 'For interesting games!', 100, 1, 1, 0, '21', 'solid,requires_touching_for_interaction,dice', 'default', 1, 1, '', -1, '0', NULL),
(48, 'bardesk_polyfon', 'Bar/desk', 'Perfect for work or play', 341, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(49, 'bardeskcorner_polyfon', 'Corner Cabinet/Desk', 'Tuck it away', 342, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(50, 'bar_armas', 'Barrel Minibar', 'It\'s a barrel of laughs and a great talking point', 328, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '1,2', -1, '2,4', NULL),
(51, 'bartable_armas', 'Bardesk', 'Bar-Style Table - essential for extra guests', 321, 1, 3, 1.4, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(52, 'bar_chair_armas', 'Barrel Stool', 'The ultimate recycled furniture', 329, 1, 1, 1.3, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(53, 'carpet_soft', 'Soft Wool Rug', 'Soft Wool Rug', 497, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(54, 'carpet_soft*1', 'Soft Wool Rug', 'Soft Wool Rug', 498, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(55, 'carpet_soft*2', 'Soft Wool Rug', 'Soft Wool Rug', 499, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(56, 'carpet_soft*3', 'Soft Wool Rug', 'Soft Wool Rug', 500, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(57, 'carpet_soft*4', 'Soft Wool Rug', 'Soft Wool Rug', 501, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(58, 'carpet_soft*5', 'Soft Wool Rug', 'Soft Wool Rug', 502, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(59, 'carpet_soft*6', 'Soft Wool Rug', 'Soft Wool Rug', 503, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(60, 'red_tv', 'Portable TV', 'Don?t miss those soaps', 96, 1, 1, 0, '2', 'solid,custom_data_on_off', 'default', 1, 1, '', -1, '2,4', NULL),
(61, 'wood_tv', 'Large TV', 'HNN weatherman Kiazie', 95, 1, 2, 0, '4', 'solid,custom_data_numeric_state', 'default', 1, 1, '', -1, '0,2', NULL),
(62, 'carpet_polar*1', 'Pink Faux-Fur Bear Rug', 'Cute', 142, 2, 3, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(63, 'smooth_table_polyfon', 'Large Dining Table', 'For larger gatherings', 347, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(64, 'sofachair_polyfon_girl', 'Armchair', 'Think pink', 140, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(65, 'bed_polyfon_girl_one', 'Single Bed', 'Snuggle down in princess pink', 143, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(66, 'bed_polyfon_girl', 'Double Bed', 'Snuggle down in princess pink', 144, 2, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(67, 'sofa_polyfon_girl', 'Two-seater Sofa', 'Romantic pink for two', 141, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(68, 'bed_budgetb_one', 'Plain Single Bed', 'All you need for a good night\'s kip', 461, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(69, 'bed_budgetb', 'Plain Double Bed', 'Sweet dreams for two', 460, 2, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(70, 'plant_pineapple', 'Pineapple Plant', 'Needs loving glances', 360, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(71, 'plant_fruittree', 'Fruit Tree', 'Great yield and sweet fruit', 363, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(72, 'plant_small_cactus', 'Small Cactus', 'Even less watering than the real world', 364, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(73, 'plant_bonsai', 'Bonsai Tree', 'You can be sure it lives', 361, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(74, 'plant_big_cactus', 'Mature Cactus', 'Habbo Dreams monster in hiding! Shhhh', 362, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(75, 'plant_yukka', 'Yukka Plant', 'Easy to care for', 359, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(76, 'carpet_standard*7', 'Floor Rug', 'Available in a variety of colours', 495, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(77, 'carpet_standard*8', 'Floor Rug', 'Available in a variety of colours', 496, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(78, 'carpet_standard*9', NULL, NULL, 11219, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(79, 'carpet_standard*a', 'Floor Rug', 'Available in a variety of colours', 487, 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(80, 'carpet_standard*b', 'Floor Rug', 'Available in a variety of colours', 488, 3, 5, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(81, 'plant_sunflower', 'Cut Sunflower', 'For happy Habbos', 358, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(82, 'plant_rose', 'Cut Roses', 'Sleek and chic', 357, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(83, 'tv_luxus', 'Digital TV', 'Bang up to date', 94, 1, 3, 0, '2', 'solid,custom_data_on_off', 'default', 1, 1, '', -1, '0,2', NULL),
(84, 'bath', 'Bubble Bath', 'The ultimate in pampering', 128, 1, 2, 1, '2', 'can_sit_on_top,custom_data_numeric_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(85, 'sink', 'Sink', 'Hot and cold thrown in for no charge', 129, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '18', -1, '2,4', NULL),
(86, 'toilet', 'Loo Seat', 'Loo Seat', 131, 1, 1, 1.1, '2', 'can_sit_on_top,custom_data_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(87, 'duck', 'Rubber Duck', 'Every bather needs one', 130, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(88, 'tile', 'Floor Tiles', 'In a choice of colours', 134, 4, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(89, 'toilet_red', 'Loo Seat', 'Loo Seat', 132, 1, 1, 1.1, '2', 'can_sit_on_top,custom_data_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(90, 'toilet_yell', 'Loo Seat', 'Loo Seat', 133, 1, 1, 1.1, '2', 'can_sit_on_top,custom_data_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(91, 'tile_red', 'Floor Tiles', 'In a choice of colours', 135, 4, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(92, 'tile_yell', 'Floor Tiles', 'In a choice of colours', 136, 4, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(93, 'bar_basic', 'A Pura Minibar', 'A pura series 300 minibar', 441, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '1,2', -1, '2,4', NULL),
(94, 'shelves_basic', 'Pura Shelves', 'Pura series 404 shelves', 440, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(95, 'soft_sofachair_norja', 'iced sofachair', 'Soft iced sofachair', 294, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(96, 'soft_sofa_norja', 'iced sofa', 'A soft iced sofa', 295, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(97, 'lamp_basic', 'Pura Lamp', 'Switch on the atmosphere with this sophisticated light', 443, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(98, 'lamp2_armas', 'Lodge Candle', 'Wax lyrical with some old-world charm', 331, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(99, 'fridge', 'Pura Refridgerator', 'Keep cool with a chilled snack or drink', 442, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '3,4,5,6', -1, '2,4', NULL),
(100, 'door', 'Telephone Box', 'Dr Who?', 535, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(101, 'doorB', 'Wardrobe', 'Narnia this way!', 537, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(102, 'doorC', 'Portaloo', 'In a hurry?', 536, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(103, 'menorah', 'Menorah', 'Light up your room', 103, 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(104, 'ham', 'Joint of Ham', 'Tuck in', 108, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(105, 'wcandleset', 'White Candle Plate', 'Simple but stylish', 106, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(106, 'rcandleset', 'Red Candle Plate', 'Simple but stylish', 107, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(107, 'throne', 'Throne', 'Important Habbos only', 1152, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(108, 'giftflowers', 'Vase of Flowers', 'Guaranteed to stay fresh', 356, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2', NULL),
(109, 'habbocake', 'Cake', 'Save me a slice!', 102, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(110, 'bunny', 'Squidgy Bunny', 'Yours to cuddle up to', 655, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(111, 'edice', 'Holo-dice', 'What\'s your lucky number?', 101, 1, 1, 0, '101', 'solid,requires_touching_for_interaction,dice', 'default', 1, 1, '', -1, '0', NULL),
(112, 'club_sofa', 'Club sofa', 'Club sofa', 977, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(113, 'divider_poly3', 'Hatch (Lockable)', 'All bars should have one', 340, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(114, 'divider_arm1', 'Corner plinth', 'Good solid wood', 325, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(115, 'divider_arm2', 'Room divider', 'I wooden go there', 326, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(116, 'divider_arm3', 'Gate (lockable)', 'Knock, knock...', 324, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(117, 'divider_nor1', 'Ice Corner', 'Looks squishy, but isn\'t', 297, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(118, 'divider_silo1', 'Corner Shelf', 'Neat and natty', 88, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(119, 'divider_nor2', 'Ice Bar-Desk', 'Strong, yet soft looking', 296, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(120, 'divider_silo2', 'Screen', 'Stylish sectioning', 87, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(121, 'divider_nor3', 'Door (Lockable)', 'Do go through...', 298, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(122, 'divider_silo3', 'Gate (lockable)', 'Form following function', 86, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(123, 'mocchamaster', 'Mochamaster', 'Wake up and smell it!', 980, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_on_off', 'vending_machine', 1, 1, '8,9,10,11,12,13,14,15,16,17', -1, '2,4', NULL),
(124, 'carpet_legocourt', 'Basketball Court', 'Line up your slam dunk', 523, 3, 3, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(125, 'bench_lego', 'Team Bench', 'For your reserve players', 524, 4, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(126, 'legotrophy', 'Basketball Trophy', 'For the winning team', 521, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(127, 'edicehc', 'Dicemaster', 'Click and roll!', 981, 1, 1, 0, '101', 'solid,requires_touching_for_interaction,dice', 'default', 1, 1, '', -1, '0', NULL),
(128, 'hcsohva', 'Throne Sofa', 'For royal bottoms...', 984, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(129, 'hcamme', 'Tubmaster', 'Time for a soak', 982, 1, 2, 0.9, '2', 'can_sit_on_top,custom_data_numeric_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(130, 'hockey_score', 'Scoreboard', '...for keeping your score', 520, 1, 1, 0, '100', 'solid,requires_touching_for_interaction,custom_data_numeric_state', 'scoreboard', 1, 1, '', -1, '2,4', NULL),
(131, 'hockey_light', 'Lert', 'Set it off.', 109, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'lert', 1, 1, '', -1, '0,2,4,6', NULL),
(132, 'doorD', 'Imperial Teleport', 'Let\'s go over tzar!', 983, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(133, 'prizetrophy2*3', 'Duck trophy', 'Breathtaking bronze', 605, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(134, 'prizetrophy3*3', 'Globe trophy', 'Breathtaking bronze', 1155, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(135, 'prizetrophy4*3', 'Fish trophy', 'Breathtaking bronze', 1154, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(136, 'prizetrophy5*3', 'Duo trophy', 'Breathtaking bronze', 614, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(137, 'prizetrophy6*3', 'Champion trophy', 'Breathtaking bronze', 1156, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(138, 'prizetrophy2*1', 'Duck trophy', 'Glittery gold', 603, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(139, 'prizetrophy3*1', 'Globe trophy', 'Glittery gold', 1162, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(140, 'prizetrophy4*1', 'Fish trophy', 'Glittery gold', 1161, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(141, 'prizetrophy5*1', 'Duo trophy', 'Glittery gold', 612, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(142, 'prizetrophy6*1', 'Champion trophy', 'Glittery gold', 1164, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(143, 'prizetrophy*2', 'Classic trophy', 'Shiny silver', 601, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(144, 'prizetrophy2*2', 'Duck trophy', 'Shiny silver', 604, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(145, 'prizetrophy3*2', 'Globe trophy', 'Shiny silver', 1159, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(146, 'prizetrophy4*2', 'Fish trophy', 'Shiny silver', 1157, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(147, 'prizetrophy5*2', 'Duo trophy', 'Shiny silver', 613, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(148, 'prizetrophy6*2', 'Champion trophy', 'Shiny silver', 1160, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(149, 'prizetrophy*3', 'Classic trophy', 'Breathtaking bronze', 602, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(150, 'hc_lmp', 'Oil Lamp', 'Be enlightened', 985, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(151, 'hc_tbl', 'Nordic Table', 'Perfect for banquets', 986, 1, 3, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(152, 'hc_chr', 'Majestic Chair', 'Royal comfort', 987, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(153, 'hc_dsk', 'Study Desk', 'For Habbo scholars', 988, 1, 2, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(154, 'pets0', NULL, NULL, 36, 1, 1, 0, '2', 'requires_rights_for_interaction,redirect_rotation_4,can_stand_on_top', 'pet_nest', 1, 1, '', -1, '0,2,4,6', NULL),
(155, 'petfood1', 'Bones Mega Multipack', 'Fantastic 20% Saving!', 41, 1, 1, 0, '6', 'requires_rights_for_interaction,pet_dog_food,can_stand_on_top,solid', 'default', 1, 1, '', -1, '2', NULL),
(156, 'petfood2', 'Sardines Mega Multipack', 'Fantastic 20% Saving!', 42, 1, 1, 0, '6', 'requires_rights_for_interaction,pet_cat_food,can_stand_on_top,solid', 'default', 1, 1, '', -1, '2', NULL),
(157, 'petfood3', 'Cabbage Mega Multipack', 'Fantastic 20% Saving!', 43, 1, 1, 0, '6', 'requires_rights_for_interaction,pet_food,can_stand_on_top,solid', 'default', 1, 1, '', -1, '2', NULL),
(158, 'waterbowl*4', 'Blue Water Bowl', 'Aqua unlimited', 48, 1, 1, 0, '6', 'can_stand_on_top,requires_rights_for_interaction,pet_water_bowl', 'default', 1, 1, '', -1, '2', NULL),
(159, 'waterbowl*5', 'Brown Water Bowl', 'Aqua unlimited', 49, 1, 1, 0, '6', 'can_stand_on_top,requires_rights_for_interaction,pet_water_bowl', 'default', 1, 1, '', -1, '2', NULL),
(160, 'waterbowl*2', 'Green Water Bowl', 'Aqua unlimited', 46, 1, 1, 0, '6', 'can_stand_on_top,requires_rights_for_interaction,pet_water_bowl', 'default', 1, 1, '', -1, '2', NULL),
(161, 'waterbowl*1', 'Red Water Bowl', 'Aqua unlimited', 45, 1, 1, 0, '6', 'can_stand_on_top,requires_rights_for_interaction,pet_water_bowl', 'default', 1, 1, '', -1, '2', NULL),
(162, 'waterbowl*3', 'Yellow Water Bowl', 'Aqua unlimited', 47, 1, 1, 0, '6', 'can_stand_on_top,requires_rights_for_interaction,pet_water_bowl', 'default', 1, 1, '', -1, '2', NULL),
(163, 'toy1', 'Rubber Ball', 'it\'s bouncy-tastic', 54, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(164, 'toy1*1', 'Rubber Ball', 'it\'s bouncy-tastic', 55, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(165, 'toy1*2', 'Rubber Ball', 'it\'s bouncy-tastic', 56, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(166, 'toy1*3', 'Rubber Ball', 'it\'s bouncy-tastic', 57, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(167, 'toy1*4', 'Rubber Ball', 'it\'s bouncy-tastic', 58, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(168, 'goodie1', 'Marzipan Man', 'Crunchy Dog Treat', 51, 1, 1, 0, '0', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2', NULL),
(169, 'goodie2', 'Chocolate Mouse', 'For gourmet kittens', 50, 1, 1, 0, '0', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2', NULL),
(170, 'rare_dragonlamp*4', 'Black Dragon Lamp', 'Scary and scorching!', 1007, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(171, 'rare_dragonlamp*0', 'Fire Dragon Lamp', 'George and the...', 1003, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(172, 'rare_dragonlamp*5', 'Elf Green Dragon Lamp', 'Roast your chestnuts here!', 1008, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(173, 'rare_dragonlamp*2', 'Jade Dragon Lamp', 'Oriental beast of legends', 1005, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(174, 'rare_dragonlamp*8', 'Bronze Dragon Lamp', 'Scary and scorching!', 1011, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(175, 'rare_dragonlamp*9', 'Purple Dragon Lamp', 'Scary and scorching!', 1012, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(176, 'rare_dragonlamp*7', 'Sky Dragon Lamp', 'Scary and scorching!', 1010, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(177, 'rare_dragonlamp*6', 'Gold Dragon Lamp', 'Scary and scorching!', 1009, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(178, 'rare_dragonlamp*1', 'Sea Dragon Lamp', 'Out of the deep blue!', 1004, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(179, 'rare_dragonlamp*3', 'Silver Dragon Lamp', 'Scary and scorching!', 1006, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(180, 'queue_tile1*6', 'Blue Habbo Roller', 'The power of movement', 471, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(181, 'queue_tile1*9', 'Green Habbo Roller', 'The power of movement', 474, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(182, 'queue_tile1*8', 'Navy Habbo Roller', 'The power of movement', 473, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(183, 'queue_tile1*7', 'Purple Habbo Roller', 'The power of movement', 472, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(184, 'queue_tile1*2', 'Red Habbo Roller', 'The power of movement', 467, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(185, 'cn_lamp', 'Lantern', 'Light of the East', 127, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(186, 'cn_sofa', 'Chinese Sofa', 'Seats three with ease!', 126, 3, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(187, 'sporttrack1*1', 'Sport track straight', 'Let\'s get sporty!', 526, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(188, 'sporttrack1*3', 'Sport track straight grass', 'Let\'s get sporty!', 528, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(189, 'sporttrack1*2', 'Sport track straight asphalt', 'Let\'s get sporty!', 527, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(190, 'sporttrack2*1', 'Sport corner tartan', 'Let\'s get sporty!', 529, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(191, 'sporttrack2*2', 'Sport corner asphalt', 'Let\'s get sporty!', 530, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(192, 'sporttrack2*3', 'Sport corner grass', 'Let\'s get sporty!', 531, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(193, 'sporttrack3*1', 'Sport goal tartan', 'Let\'s get sporty!', 532, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(194, 'sporttrack3*2', 'Sport goal asphalt', 'Let\'s get sporty!', 533, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(195, 'sporttrack3*3', 'Sport goal grass', 'Let\'s get sporty!', 534, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(196, 'footylamp', 'Football Lamp', 'Can you kick it?', 525, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(197, 'barchair_silo', 'Bar Stool', 'Practical and convenient', 91, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(198, 'bardesk_polyfon*5', 'Candy Bar', 'For cute constructions', 137, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(199, 'bardeskcorner_polyfon*5', 'Candy Corner', 'For sweet corners!', 138, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(200, 'divider_poly3*5', 'Candy Hatch (Lockable)', 'Keep the Pink in!', 139, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(201, 'chair_china', 'Chinese Lacquer Chair', 'The elegant beauty of tradition', 123, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(202, 'china_table', 'Chinese Lacquer Table', 'Exotic and classy', 122, 1, 1, 0.9, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(203, 'safe_silo', 'Safe Minibar', 'Totally shatter-proof!', 90, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(204, 'china_shelve', 'Chinese Bookshelf', 'To hold the mind\'s treasures', 121, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(205, 'divider_nor5', 'Plain Iced Angle', 'Cool cornering for your crib y0!', 300, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(206, 'divider_nor4', 'Plain Iced Auto Shutter', 'Habbos, roll out!', 299, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(207, 'wall_china', 'Dragon Screen', 'For your great wall', 119, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(208, 'corner_china', 'Dragon Screen Corner', 'Firm, fireproof foundation', 120, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(209, 'CF_10_coin_gold', 'Gold Coin', 'Worth 10 Credits', 275, 1, 1, 0.1, '0', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(210, 'CF_1_coin_bronze', 'Bronze Coin', 'Worth 1 Credits', 273, 1, 1, 0.1, '0', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(211, 'CF_20_moneybag', 'Sack of Credits', 'Worth 20 Credits', 276, 1, 1, 1, '0', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(212, 'CF_50_goldbar', 'Gold Bar', 'Worth 50 Credits', 277, 1, 1, 0.4, '0', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(213, 'CF_5_coin_silver', 'Silver Coin', 'Worth 5 Credits', 274, 1, 1, 0.1, '0', 'solid,can_stack_on_top,redeemable,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(214, 'hc_tv', 'Mega TV Set', 'Forget plasma, go HC!', 993, 2, 1, 1.3, '2', 'can_sit_on_top,custom_data_numeric_on_off,redirect_rotation_2', 'chair', 1, 1, '', -1, '2,4', NULL),
(215, 'gothgate', 'Gothic Portcullis', 'The dark side of Habbo', 262, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(216, 'gothiccandelabra', 'Gothic Candelabra', 'The dark side of Habbo', 261, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(217, 'gothrailing', 'Gothic Railing', 'The dark side of Habbo', 258, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(218, 'goth_table', 'Gothic table', 'The dark side of Habbo', 257, 1, 5, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(219, 'hc_bkshlf', 'Medieval Bookcase', 'For the scholarly ones', 995, 1, 4, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(220, 'hc_btlr', 'Electric Butler', 'Your personal caretaker', 994, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '24', -1, '2,4', NULL),
(221, 'hc_crtn', 'Antique Drapery', 'Topnotch privacy protection', 992, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(222, 'hc_djset', 'The Grammophon', 'Very old skool scratch\'n\'spin', 999, 3, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(223, 'hc_frplc', 'Heavy Duty Fireplace', 'Pixel-powered for maximum heating', 998, 1, 3, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(224, 'hc_lmpst', 'Victorian Street Light', 'Somber and atmospheric', 991, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(225, 'hc_machine', 'Weird Science Machine', 'By and for mad inventors', 997, 1, 3, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(226, 'hc_rllr', 'HC Rollers Set', 'Highest class transportation', 1000, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(227, 'hc_rntgn', 'X-Ray Divider', 'Believe it or not!', 996, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(228, 'hc_trll', 'Drinks Trolley', 'For swanky dinners only', 989, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(229, 'gothic_chair*3', 'Gothic Chair Red', 'The dark side of Habbo', 2090, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(230, 'gothic_sofa*3', 'Gothic Sofa Red', 'The dark side of Habbo', 2091, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(231, 'gothic_stool*3', 'Gothic Stool Red', 'The dark side of Habbo', 2092, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(232, 'sound_machine', 'Sound Machine', 'Creating fancy sounds', 539, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,custom_data_numeric_on_off,sound_machine', 'default', 1, 1, '', -1, '0,2', NULL),
(233, 'plant_mazegate', 'Maze Shrubbery Gate', 'Did we make it?', 366, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(234, 'plant_maze', 'Maze Shrubbery', 'Build your maze!', 365, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(235, 'plant_bulrush', 'Bulrush', 'Ideal for the riverside', 367, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(236, 'petfood4', 'T-Bones Mega Multipack', 'Fantastic 20% Saving!', 44, 1, 1, 0, '5', 'requires_rights_for_interaction,pet_croc_food,can_stand_on_top,solid', 'default', 1, 1, '', -1, '2', NULL),
(237, 'gothic_carpet', 'Cobbled Path', 'The path less travelled', 255, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(238, 'gothic_carpet2', 'Dungeon Floor', 'What lies beneath?', 256, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(239, 'sound_set_1', 'Habbo Sounds 1', 'Get the party started!', 576, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(240, 'sound_set_3', 'Electronic 1', 'Chilled grooves', 548, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(241, 'sound_set_6', 'Ambient 3', 'Background ambience loops', 542, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(242, 'sound_set_7', 'SFX 5', 'Sound effects for Furni', 584, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(243, 'sound_set_8', 'Ambient 2', 'Mellow electric grooves', 541, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(244, 'post.it', 'Pad of stickies', 'Pad of stickies', 97, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction,post_it', 'default', 1, 0, '', -1, '', NULL),
(245, 'gothicfountain', 'Gothic Ectoplasm Fountain', 'Not suitable for drinking!', 260, 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(246, 'hc_wall_lamp', 'Retro Wall Lamp', 'Tres chic!', 1001, 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(247, 'industrialfan', 'Industrial Turbine', 'Powerful and resilient', 263, 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(248, 'torch', 'Gothic Torch', 'The dark side of Habbo', 259, 0, 0, 0, '2', 'wall_item,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(249, 'floor', '', '', 2, 0, 0, 0, '0', 'wall_item,decoration,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(250, 'wallpaper', '', '', 33, 0, 0, 0, '0', 'wall_item,decoration,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(251, 'poster', '', '', 1145, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '', NULL),
(252, 'table_norja_med', 'Coffee Table', 'Elegance embodied', 292, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(253, 'doormat_plain*4', 'Doormat', 'Available in a variety of colours', 509, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(254, 'doormat_plain*2', 'Doormat', 'Available in a variety of colours', 507, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(255, 'doormat_plain*3', 'Doormat', 'Available in a variety of colours', 508, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(256, 'doormat_plain*5', 'Doormat', 'Available in a variety of colours', 510, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(257, 'rare_parasol*1', 'Yellow Parasol', 'Block those rays!', 1147, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(258, 'rare_parasol*2', 'Orange Parasol', 'Block those rays!', 1148, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(259, 'rare_parasol*3', 'Violet Parasol', 'Block those rays!', 1149, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(260, 'rare_parasol*0', 'Green Parasol', 'Block those rays!', 1, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(261, 'scifidoor*10', 'Violet Spaceship Door', 'There out of this world!', 1069, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(262, 'scifidoor*9', 'Blue Spaceship Door', 'There out of this world!', 1068, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(263, 'scifidoor*8', 'Purple Spaceship Door', 'There out of this world!', 1067, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(264, 'scifidoor*7', 'Aqua Spaceship Door', 'There out of this world!', 1066, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(265, 'scifidoor*6', 'Black Monolith', 'Monolith goes up! Monolith goes down!', 1065, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(266, 'scifidoor*5', 'White Spaceship Door', 'There out of this world!', 1064, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(267, 'scifidoor*4', 'Emerald Spaceship Door', 'Protect your pot of gold!', 1063, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(268, 'scifidoor*3', 'Lightblue Spaceship Door', 'There out of this world!', 1062, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(269, 'scifidoor*2', 'Yellow Spaceship Door', 'There out of this world!', 1061, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(270, 'scifidoor*1', 'Pink Spaceship Door', 'There out of this world!', 1060, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(271, 'rare_beehive_bulb', 'Blue Amber Lamp', 'A honey-hued glow', 1132, 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(272, 'rare_beehive_bulb*1', 'Red Amber Lamp', 'A honey-hued glow', 1133, 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(273, 'rare_beehive_bulb*2', 'Yellow Amber Lamp', 'A honey-hued glow', 1134, 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(274, 'scifiport*0', 'Red Laser Door', 'Energy beams. No trespassers!', 1041, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(275, 'scifiport*9', 'Violet Sci-Fi Port', 'Energy beams. No trespassers!', 1050, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(276, 'scifiport*8', 'Purple Sci-Fi Port', 'Energy beams. No trespassers!', 1049, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(277, 'scifiport*7', 'Turquoise Sci-Fi Port', 'Energy beams. No trespassers!', 1048, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(278, 'scifiport*6', 'White Sci-Fi Port', 'Energy beams. No trespassers!', 1047, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(279, 'scifiport*5', 'Security Fence', 'Recovered from Roswell', 1046, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(280, 'scifiport*4', 'Pink Sci-Fi Port', 'Energy beams. No trespassers!', 1045, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(281, 'scifiport*3', 'Jade Sci-Fi Port', 'Energy beams. No trespassers!', 1044, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(282, 'scifiport*2', 'Blue Laser Gate', 'Get in the ring!', 1043, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(283, 'scifiport*1', 'Gold Laser Gate', 'Energy beams. No trespassers!', 1042, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(284, 'scifirocket*9', 'Neptune Smoke Machine', 'Something fishy is going on...', 1109, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(285, 'scifirocket*8', 'Pluto Smoke Machine', 'From a space far, far away!', 1108, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(286, 'scifirocket*7', 'Jupiter Smoke Machine', 'Larger than life!', 1107, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(287, 'scifirocket*6', 'Mercury Smoke Machine', 'Too hot to handle!', 1106, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(288, 'scifirocket*5', 'Uranus Smoke Machine', 'From the unknown depths of space', 1105, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(289, 'scifirocket*4', 'Venus Smoke Machine', 'Welcome... to planet love', 1104, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(290, 'scifirocket*3', 'Endor Smoke Machine', 'Caution! Unknown Location!', 1103, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(291, 'scifirocket*2', 'Earth Smoke Machine', 'A little closer to home!', 1102, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(292, 'scifirocket*1', 'Saturn Smoke Machine', 'There is always space for this!', 1101, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(293, 'scifirocket*0', 'Mars Smoke Machine', 'See in 2007 with a bang!', 1100, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(294, 'pillow*5', 'Black Leather Pillow', 'Puffy, soft and huge', 1095, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(295, 'pillow*8', 'Navy Cord Pillow', 'Puffy, soft and huge', 1098, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(296, 'pillow*0', 'White Lace Pillow', 'Minimalist comfort!', 1090, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(297, 'pillow*1', 'Pink Fluffy Pillow', 'Puffy, soft and huge', 1091, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(298, 'pillow*2', 'Red Silk Pillow', 'Puffy, soft and huge', 1092, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(299, 'pillow*7', 'Purple Velvet Pillow', 'Bonnie\'s pillow of choice!', 1097, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(300, 'pillow*9', 'Green Wooly Pillow', 'Puffy, soft and VERY fluffy!', 1099, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(301, 'pillow*4', 'Gold Feather Pillow', 'Puffy, soft and huge', 1094, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(302, 'pillow*6', 'Blue Cotton Pillow', 'Puffy, soft and huge', 1096, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(303, 'pillow*3', 'Turquoise Satin Pillow', 'Puffy, soft and huge', 1093, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(304, 'marquee*1', 'Pink marquee', 'It\'s both door and a shade!', 1051, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(305, 'marquee*2', 'Red Dragon Marquee', 'Dragons out and Davids in!', 1052, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(306, 'marquee*7', 'Purple Marquee', 'It\'s both door and a shade!', 1057, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(307, 'marquee*8', 'Ultramarine Marquee', 'It\'s both door and a shade!', 1058, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(308, 'marquee*9', 'Green Marquee', 'It\'s both door and a shade!', 1059, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(309, 'marquee*5', 'Graphite Marquee', 'It\'s both door and a shade!', 1055, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(310, 'marquee*4', 'Yellow Marquee', 'It\'s both door and a shade!', 1054, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(311, 'marquee*6', 'Blue Marquee', 'It\'s both door and a shade!', 1056, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(312, 'marquee*3', 'Aqua Marquee', 'It\'s both door and a shade!', 1053, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(313, 'wooden_screen*1', 'Pink Oriental screen', 'Add an exotic touch to your room', 1071, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(314, 'wooden_screen*2', 'RosewoodScreen', 'Add an exotic touch to your room', 1072, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(315, 'wooden_screen*7', 'Purple Oriental Screen', 'Add an exotic touch to your room', 1077, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(316, 'wooden_screen*0', 'White Oriental Screen', 'Add an exotic touch to your room', 1070, 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(317, 'wooden_screen*8', 'Night Blue Oriental Screen', 'Add an exotic touch to your room', 1078, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(318, 'wooden_screen*5', 'Gray Oriental Screen', 'Add an exotic touch to your room', 1075, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(319, 'wooden_screen*9', 'Green Oriental Screen', 'Add an exotic touch to your room', 1079, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(320, 'wooden_screen*4', 'Golden Oriental Screen', 'Add an exotic touch to your room', 1074, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(321, 'wooden_screen*6', 'Blue Oriental Screen', 'Add an exotic touch to your room', 1076, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(322, 'wooden_screen*3', 'Aqua Oriental Screen', 'Add an exotic touch to your room', 1073, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(323, 'rare_icecream*1', 'Blueberry Ice Cream Machine', 'Virtual blueberry rocks!', 1024, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(324, 'rare_icecream*7', 'Chocolate Ice Cream Machine', 'Virtual chocolate rocks!', 1030, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(325, 'rare_icecream*8', 'Peppermint Ice Cream Machine', 'Virtual peppermint rocks!', 1031, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(326, 'rare_icecream*2', 'Pistachio Ice Cream Machine', 'Virtual pistachio rocks!', 1025, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(327, 'rare_icecream*6', 'Toffee Ice Cream Machine', 'Virtual toffee rocks!', 1029, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(328, 'rare_icecream*9', 'Bubblegum Ice Cream Machine', 'Virtual bubblegum rocks!', 1032, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(329, 'rare_icecream*3', 'Blackcurrant Ice Cream Machine', 'Virtual blackcurrant rocks!', 1026, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(330, 'rare_icecream*0', 'Cherry Ice Cream Machine', 'Virtual cherry rocks!', 1023, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(331, 'rare_icecream*4', 'Strawberry Ice Cream Machine', 'Virtual strawberry rocks!', 1027, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(332, 'rare_icecream*5', 'Vanilla Ice Cream Machine', 'Virtual vanilla rocks!', 1028, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(333, 'rare_fountain', 'Bird Bath (red)', 'For our feathered friends', 1138, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(334, 'rare_fountain*1', 'Bird Bath (grey)', 'For our feathered friends', 1139, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(335, 'rare_fountain*2', 'Bird Bath (green)', 'For our feathered friends', 1140, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(336, 'rare_fountain*3', 'Bird Bath (blue)', 'For our feathered friends', 1141, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(337, 'rare_elephant_statue', 'Golden Elephant', 'Say hello to Nelly', 1135, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(338, 'rare_elephant_statue*1', 'Silver Elephant', 'Say hello to Nelly', 1136, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(339, 'rare_elephant_statue*2', 'Bronze Elephant', 'Say hello to Nelly', 1137, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(340, 'rare_fan*7', 'Brown Powered Fan', '...it\'s really hit the fan!', 1020, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(341, 'rare_fan*6', 'Ochre Powered Fan', 'It\'ll blow you away!', 1019, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(342, 'rare_fan*9', 'Fucsia Powered Fan', 'It\'ll blow you away!', 1022, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(343, 'rare_fan*3', 'Purple Dragon Skin Fan', 'Keeps the heat off St George!', 1016, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(344, 'rare_fan*0', 'Festive Fan', 'As red as Rudolph\'s nose', 1013, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(345, 'rare_fan*4', 'SUPERLOVE Fan', 'Fanning the fires of SUPERLOVE...', 1017, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(346, 'rare_fan*5', 'Yellow Powered Fan', 'It\'ll blow you away!', 1018, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(347, 'rare_fan*1', 'Birthday Fan', 'It\'ll blow your candles out!', 1014, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(348, 'rare_fan*8', 'Habbo Wind Turbine', 'Stylish, Eco-Energy!', 1021, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(349, 'rare_fan*2', 'Green Powered Fan', 'It\'ll blow you away!', 1015, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(350, 'habbowheel', 'The Wheel of Destiny!', 'So you gotta ask yourself, \'Do I feel lucky?\'', 93, 1, 1, 0, '33', 'wall_item,wheel_of_fortune,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(351, 'roomdimmer', 'Mood Light', 'Superior lighting for your room', 1002, 1, 1, 0, '2', 'wall_item,roomdimmer,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(352, 'jukebox*1', 'Jukebox', 'For your Happy Days!', 575, 1, 1, 0, '2', 'solid,jukebox,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(353, 'jukebox_ptv*1', 'Jukebox Pacha TV', 'Jukebox Pacha TV', 1273, 1, 1, 0, '2', 'solid,jukebox,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(354, 'carpet_soft_tut', 'Welcome Mat', 'Welcome, enjoy your stay!', 1195, 1, 1, 0.2, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(355, 'sound_set_9', 'Electronic 2', 'Mystical ambient soundscapes', 549, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(356, 'sound_set_10', 'Hip Hop Beats 1', 'Made from real Boy Bands!', 596, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(357, 'sound_set_2', 'Habbo Sounds 3', 'Get the party started!', 578, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(358, 'sound_set_4', 'Ambient 1', 'Chilled out beats', 540, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(359, 'sound_set_5', 'Ambient 4', 'The dark side of Habbo', 543, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(360, 'sound_set_11', 'Dance 4', 'Music you can really sink your teeth into', 561, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(361, 'sound_set_12', 'Habbo Sounds 2', 'Unusual as Standard', 577, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(362, 'sound_set_13', 'Dance 5', 'Let Music be the food of Habbo', 562, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(363, 'sound_set_14', 'Hip Hop Beats 2', 'Rock them bodies', 597, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(364, 'sound_set_15', 'RnB Grooves 6', 'Unadulterated essentials', 595, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(365, 'sound_set_16', 'Hip Hop Beats 3', 'Ferry, ferry good!', 598, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(366, 'sound_set_17', 'Groove 3', 'Jive\'s Alive!', 546, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(367, 'sound_set_18', 'Groove 4', 'Listen while you tan', 547, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(368, 'sound_set_19', 'Hip Hop Beats 4', 'Shake your body!', 599, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(369, 'sound_set_20', 'SFX 2', 'Musical heaven', 581, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(370, 'sound_set_21', 'Rock 1', 'Headbanging riffs', 567, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(371, 'sound_set_22', 'SFX 3', 'With a hamper full of sounds, not sarnies', 582, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(372, 'sound_set_23', 'SFX 4', 'Don\'t be afraid of the dark', 583, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(373, 'sound_set_24', 'Habbo Sounds 4', 'It\'s all about the Pentiums, baby!', 579, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(374, 'sound_set_25', 'Dance 1', 'Actually, it\'s Partay!', 558, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(375, 'sound_set_26', 'Groove 1', 'Bollywood Beats!', 544, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(376, 'sound_set_27', 'Groove 2', 'Jingle Bells will never be the same...', 545, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(377, 'sound_set_28', 'Rock 2', 'Head for the pit!', 568, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(378, 'sound_set_29', 'Dance 2', 'Electronic house', 559, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(379, 'sound_set_30', 'Instrumental 1', 'Moments in love', 585, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(380, 'sound_set_31', 'Dance 3', 'House loops', 560, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(381, 'sound_set_32', 'Instrumental 2', 'Piano concert set', 586, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(382, 'sound_set_33', 'Rock 3', 'Guitar solo set', 569, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(383, 'sound_set_34', 'Rock 5', 'For guitar heroes', 571, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(384, 'sound_set_35', 'Dance 6', 'Groovelicious', 563, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(385, 'sound_set_36', 'Latin Love 1', 'For adult minded', 587, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(386, 'sound_set_37', 'Habbowood Traxpack', 'Blockbuster hits!', 11215, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(387, 'sound_set_38', 'Rock 6', 'Rock and Roses!', 572, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(388, 'sound_set_39', 'Rock 7', 'Rock with a roll', 573, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(389, 'sound_set_40', 'Rock 4', 'Dude? Cheese!', 570, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(390, 'sound_set_41', 'Rock 8', 'Burning Riffs', 574, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(391, 'sound_set_42', 'Haunted Mansion', 'Bumps and Chills', 11216, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(392, 'sound_set_43', 'SFX 1', 'Beware zombies!', 580, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(393, 'sound_set_44', 'Graveyard Portal', 'Haunted Dimension', 11217, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(394, 'sound_set_45', 'Berlin Connection', 'The Bass? is the rhythm!', 11218, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(395, 'sound_set_46', 'Club 1', 'De bada bada bo!', 552, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(396, 'sound_set_47', 'Club 2', 'Storm the UKCharts!', 553, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(397, 'sound_set_48', 'Club 3', 'Sweet party beat', 554, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(398, 'sound_set_49', 'Club 4', 'You will belong', 555, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(399, 'sound_set_50', 'Club 5', 'The harder generation', 556, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(400, 'sound_set_51', 'Club 6', 'Bop to the beat', 557, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(401, 'sound_set_52', 'Club 7', 'State of Trancehouse', 2633, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(402, 'sound_set_53', 'Snowy Surprise', 'Break the icy silence', 1280, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(403, 'sound_set_54', 'Oh Blinging Tree', 'Tune into Christmas', 1281, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(404, 'sound_set_55', 'RnB Grooves 1', 'Can you fill me in?', 590, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(405, 'sound_set_56', 'RnB Grooves 2', 'Get down tonight!', 591, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(406, 'sound_set_57', 'RnB Grooves 3', 'Feel the groove', 592, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(407, 'sound_set_58', 'RnB Grooves 4', 'Sh-shake it!', 593, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(408, 'sound_set_59', 'RnB Grooves 5', 'Urban break beats', 594, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(409, 'sound_set_60', 'Latin Love 2', 'Love and affection!', 588, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(410, 'sound_set_61', 'Latin Love 3', 'Straight from the heart', 589, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(411, 'sound_set_62', 'Alhambra Trax 1', 'Music of the Arabian night!', 74, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(412, 'sound_set_63', 'Alhambra Trax 2', 'Desert hits by the oasis!', 75, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(413, 'sound_set_64', 'Alhambra Trax 3', 'Make a little Jinn-gle!', 76, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(414, 'present_gen1', 'Gift', 'What\'s inside?', 1372, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0', NULL),
(415, 'present_gen2', 'Gift', 'What\'s inside?', 1373, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0', NULL),
(416, 'present_gen3', 'Gift', 'What\'s inside?', 1374, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0', NULL),
(417, 'present_gen4', 'Gift', 'What\'s inside?', 1375, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0', NULL),
(418, 'present_gen5', 'Gift', 'What\'s inside?', 1376, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0', NULL),
(419, 'present_gen6', 'Gift', 'What\'s inside?', 1377, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0', NULL),
(420, 'camera', 'Camera', 'Smile!', 145, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(421, 'photo', 'Photo', 'Photo from Habbo', 11221, 0, 0, 0, '0', 'photo,wall_item', 'default', 1, 0, '', -1, '2,4', NULL),
(422, 'film', NULL, NULL, 0, 0, 0, 0, '0', '', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(423, 'table_plasto_4leg*6', 'Occasional table Table', 'Hip plastic furniture', 415, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(424, 'table_plasto_round', 'Round Dining Table', 'Hip plastic furniture', 400, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(425, 'table_plasto_bigsquare', 'Square Dining Table', 'Hip plastic furniture', 408, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(426, 'chair_plasty', 'Plastic Pod Chair', 'Hip plastic furniture', 427, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(427, 'chair_plasto*16', 'Chair', 'Hip plastic furniture', 368, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(428, 'table_plasto_square*15', 'Occasional Table', 'Hip plastic furniture', 379, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(429, 'table_plasto_4leg*1', 'Square Dining Table', 'Hip plastic furniture', 416, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(430, 'table_plasto_bigsquare*1', 'Square Dining Table', 'Hip plastic furniture', 406, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(431, 'table_plasto_round*1', 'Round Dining Table', 'Hip plastic furniture', 394, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(432, 'table_plasto_square*14', 'Occasional Table', 'Hip plastic furniture', 380, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(433, 'chair_plasto*15', 'Chair', 'Hip plastic furniture', 369, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(434, 'table_plasto_4leg', 'Occasional Table', 'Hip plastic furniture', 419, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(435, 'table_plasto_bigsquare*2', 'Square Dining Table', 'Hip plastic furniture', 407, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(436, 'table_plasto_round*2', 'Round Dining Table', 'Hip plastic furniture', 395, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(437, 'table_plasto_square*1', 'Occasional Table', 'Hip plastic furniture', 381, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(438, 'chair_plasto*5', 'Chair', 'Hip plastic furniture', 370, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(439, 'table_plasto_4leg*5', 'Occasional Table', 'Hip plastic furniture', 420, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(440, 'table_plasto_bigsquare*3', 'Square Dining Table', 'Hip plastic furniture', 412, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(441, 'table_plasto_round*3', 'Round Dining Table', 'Hip plastic furniture?', 398, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(442, 'table_plasto_square*7', 'Square Dining Table', 'Hip plastic furniture', 382, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(443, 'chair_plasto', 'Chair', 'Hip plastic furniture', 371, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(444, 'table_plasto_4leg*8', 'Occasional Table', 'Hip plastic furniture', 422, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(445, 'table_plasto_bigsquare*4', 'Square Dining Table', 'Hip plastic furniture', 414, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(446, 'table_plasto_round*4', 'Square Dining Table', 'Hip plastic furniture', 396, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(447, 'table_plasto_square', 'Occasional Table', 'Hip plastic furniture', 383, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(448, 'chair_plasto*8', 'Chair', 'Hip plastic furniture', 372, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(449, 'table_plasto_4leg*7', 'Occasional table', 'Hip plastic furniture', 423, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(450, 'table_plasto_bigsquare*5', 'Square Dining Table', 'Hip plastic furniture', 410, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(451, 'table_plasto_round*5', 'Round Dining Table', 'Hip plastic furniture', 401, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(452, 'table_plasto_square*2', 'Round Dining Table', 'Hip plastic furniture', 384, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(453, 'chair_plasto*7', 'Chair', 'Hip plastic furniture', 373, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(454, 'table_plasto_4leg*10', 'Occasional Table', 'Hip plastic furniture', 424, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(455, 'table_plasto_bigsquare*6', 'Square Dining Table', 'Hip plastic furniture', 413, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(456, 'table_plasto_round*6', 'Round Dining Table', 'Hip plastic furniture', 397, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(457, 'table_plasto_square*4', 'Square Dining Table', 'Hip plastic furniture', 385, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(458, 'chair_plasto*1', 'Chair', 'Hip plastic furniture', 374, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(459, 'table_plasto_4leg*15', 'Occasional Table', 'Hip plastic furniture', 425, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(460, 'table_plasto_bigsquare*7', 'Square Dining Table', 'Hip plastic furniture', 405, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(461, 'table_plasto_round*7', 'Round Dining Table', 'Hip plastic furniture', 393, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(462, 'table_plasto_square*6', 'Square Dining Table', 'Hip plastic furniture', 386, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(463, 'chair_plasto*4', 'Chair', 'Hip plastic furniture', 375, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(464, 'table_plasto_4leg*16', 'Occasional Table', 'Hip plastic furniture', 426, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(465, 'table_plasto_bigsquare*8', 'Square Dining Table', 'Hip plastic furniture', 409, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(466, 'table_plasto_round*8', 'Round Dining Table', 'Hip plastic furniture', 402, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(467, 'table_plasto_square*3', 'Square Dining Table', 'Hip plastic furniture', 387, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(468, 'chair_plasto*6', 'Chair', 'Hip plastic furniture', 376, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(469, 'table_plasto_4leg*14', 'HC table', 'Aqua table', 979, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(470, 'table_plasto_bigsquare*9', 'Square Dining Table', 'Hip plastic furniture', 411, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(471, 'table_plasto_round*9', 'Round Dining Table', 'Hip plastic furniture', 399, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(472, 'table_plasto_square*9', 'Square Dining Table', 'Hip plastic furniture', 388, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(473, 'chair_plasto*3', 'Chair', 'Hip plastic furniture', 377, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(474, 'landscape', '', '', 11078, 1, 1, 0, '0', 'wall_item,decoration,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(475, 'chair_plasty*1', 'Plastic Pod Chair', 'Hip plastic furniture', 428, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(476, 'chair_plasty*2', 'Plastic Pod Chair', 'Hip plastic furniture', 429, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(477, 'chair_plasty*3', 'Plastic Pod Chair', 'Hip plastic furniture', 430, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(478, 'chair_plasty*4', 'Plastic Pod Chair', 'Hip plastic furniture', 431, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(479, 'chair_plasty*5', 'Plastic Pod Chair', 'Hip plastic furniture', 432, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(480, 'chair_plasty*6', 'Plastic Pod Chair', 'Hip plastic furniture', 433, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(481, 'chair_plasto*2', 'Chair', 'Hip plastic furniture', 378, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(482, 'chair_plasto*9', 'Chair', 'Hip plastic furniture', 439, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(483, 'table_plasto_4leg*9', 'Occasional Table', 'Hip plastic furniture', 418, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(484, 'table_plasto_4leg*3', 'Round Dining Table', 'Hip plastic furniture', 417, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(485, 'table_plasto_bigsquare*14', 'Occasional Table', 'Hip plastic furniture', 404, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(486, 'table_plasto_bigsquare*15', 'Occasional Table', 'Hip plastic furniture', 403, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(487, 'table_plasto_round*14', 'Occasional Table', 'Hip plastic furniture', 392, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(488, 'table_plasto_round*15', 'Occasional Table', 'Hip plastic furniture', 391, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(489, 'table_plasto_square*5', 'Square Dining Table', 'Hip plastic furniture', 389, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(490, 'table_plasto_square*8', 'Square Dining Table', 'Hip plastic furniture', 390, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(491, 'chair_plasty*7', 'Plastic Pod Chair', 'Hip plastic furniture', 434, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(492, 'chair_plasty*8', 'Plastic Pod Chair', 'Hip plastic furniture', 435, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(493, 'chair_plasty*9', 'Plastic Pod Chair', 'Hip plastic furniture', 436, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(494, 'chair_plasty*10', 'Plastic Pod Chair', 'Hip plastic furniture', 437, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(495, 'chair_plasty*11', 'Plastic Pod Chair', 'Hip plastic furniture', 438, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(496, 'rubberchair*1', 'Blue Inflatable Chair', 'Soft and stylish HC chair', 1033, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(497, 'rubberchair*2', 'Pink Inflatable Chair', 'Soft and tearproof!', 1034, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(498, 'rubberchair*3', 'Orange Inflatable Chair', 'Soft and tearproof!', 1035, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(499, 'rubberchair*4', 'Ocean Inflatable Chair', 'Soft and tearproof!', 1036, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(500, 'rubberchair*5', 'Lime Inflatable Chair', 'Soft and tearproof!', 1037, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(501, 'rubberchair*6', 'Violet Inflatable Chair', 'Soft and tearproof!', 1038, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(502, 'rubberchair*7', 'White Inflatable Chair', 'Soft and tearproof!', 1039, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(503, 'rubberchair*8', 'Black Inflatable Chair', 'Soft and tearproof for HC!', 1040, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(504, 'spyro', 'Dragon Egg', 'The stuff of legend', 11119, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(505, 'rare_daffodil_rug', 'Petal Patch', 'A little bit of outdoors indoors..', 1126, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,place_roller_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(506, 'md_limukaappi', 'Habbo Cola Machine', 'A sparkling and refreshing pixel drink!', 1143, 1, 1, 0, '0', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(507, 'samovar', 'Russian Samovar', 'Click for a refreshing cuppa', 1142, 1, 1, 0, '0', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '1', -1, '2,4', NULL),
(508, 'redhologram', 'Holo-girl', 'You\'re her only hope...', 1116, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(509, 'typingmachine', 'Typewriter', 'Write that bestseller', 1117, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(510, 'hologram', 'Holopod', 'As if by magic...', 1115, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(511, 'prize1', 'Gold Trophy', 'Gorgeously glittery', 1129, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(512, 'prize2', 'Silver Trophy', 'Nice and shiny', 1130, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(513, 'prize3', 'Bronze Trophy', 'A weighty award', 1131, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(514, 'rare_snowrug', 'Snow Rug', 'Chilled Elegance', 1124, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(515, 'exe_rug', 'Executive Rug', 'Please remove your shoes!', 1230, 3, 3, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(516, 'exe_s_table', 'Executive Glass Table', 'Get a clear reflection!', 1231, 2, 2, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(517, 'exe_bardesk', 'Executive Bar Desk', 'Divide the profits!', 1223, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(518, 'exe_chair', 'Executive Sofa Chair', 'Relaxing leather comfort', 1225, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(519, 'exe_chair2', 'Executive Boss Chair', 'You\'re fired!', 1226, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(520, 'exe_corner', 'Executive Corner Desk', 'Tuck it away', 1224, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(521, 'exe_drinks', 'Executive Drinks Tray', 'Give a warm welcome', 1227, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(522, 'exe_sofa', '3-Seater Sofa', 'Relaxing leather comfort', 1228, 3, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(523, 'exe_table', 'Executive Desk', 'Take a memo, Featherstone', 1229, 3, 2, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(524, 'exe_plant', 'Executive Plant', 'Shimmering hedge trimming!', 1233, 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(525, 'exe_light', 'Executive Light', 'Glow your business', 10068, 1, 1, 0, '4', 'can_stand_on_top,can_stack_on_top,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(526, 'exe_gate', 'Executive Gate', 'Keeps the tax man away', 10067, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(527, 'exe_cubelight', 'Cubist Light', 'Lights up a square', 10066, 1, 1, 0, '3', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(528, 'exe_artlamp', 'Sphere Lamp', 'Suitable for budding entrepreneurs', 10065, 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(529, 'exe_map', 'World Map', 'World domination imminent', 10069, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(530, 'exe_wfall', 'Wall Fall', 'Improve your cash flow', 10070, 1, 1, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(531, 'exe_globe', 'Power Globe', 'The power is yours!', 1232, 1, 1, 0, '9', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(532, 'exe_elevator', 'Elevator Teleport', 'Going up or down in style!', 11220, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(533, 'arabian_bigtb', 'Amanjena Table', 'It must be Jinn-er time!', 59, 3, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(534, 'arabian_chair', 'Green Blossom Chair', 'Exotic, soft seating', 60, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(535, 'arabian_divdr', 'Soft wooden screen', 'Carved Cedar Divider', 61, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(536, 'arabian_pllw', 'Green Blossom Pillow', 'Exotic comfort', 62, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(537, 'arabian_rug', 'Berber Kilim Rug', 'Green blossom design', 63, 3, 5, 0, '0', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(538, 'arabian_snake', 'Ornamental Urn', 'Beware the snake!', 64, 1, 1, 0, '2', 'solid,custom_data_numeric_state,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(539, 'arabian_swords', 'Ancestral Scimitars', 'Not for yielding', 65, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(540, 'arabian_teamk', 'Tea Maker', 'Quench that desert thirst', 66, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '27', -1, '2,4', NULL),
(541, 'arabian_tetbl', 'Hexagonal Tea Table', 'Serve up a treat', 67, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(542, 'arabian_tray1', 'Mint Tea Tray', 'Tea for every occasion', 68, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(543, 'arabian_tray2', 'Candle Tray', 'For those Arabian nights', 73, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(544, 'arabian_tray3', 'Sweets Tray', 'Indulge yourself!', 70, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(545, 'arabian_tray4', 'Fruit Tray', 'Sweet, juicy and ripe', 71, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(546, 'arabian_wndw', 'Arabian Window Frame', 'Arabian days and nights', 72, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(547, 'arabian_wall', 'Arabian Wall', 'A wall built with class.', 4287, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(548, 'arabian_tile', 'Arabian Tile', 'Step in style...', 3312, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(549, 'noob_window_double', 'Window', 'Room with a view', 1196, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 0, 0, '', -1, '2,4', NULL),
(550, 'window_70s_narrow', 'Small 70s Window', 'Takes you back', 1197, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(551, 'window_70s_wide', 'Large 70s Window', 'A view of the past', 1198, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(552, 'window_basic', 'Basic Window', 'Plain and simple', 1199, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(553, 'window_chinese_narrow', 'Small Oriental Window', 'Narrow wood carved frame', 1200, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(554, 'window_chinese_wide', 'Large Oriental Window', 'Dreaming of a Chinese summer', 1201, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(555, 'window_double_default', 'Double Window', 'Twice as good a view', 1202, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(556, 'window_golden', 'Golden Window', 'An expensive view', 1203, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(557, 'window_grunge', 'Grunge Window', 'Don\'t get too close!', 1204, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(558, 'window_romantic_narrow', 'Small Romantic Window', 'A beautiful view', 1205, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(559, 'window_romantic_wide', 'Large Romantic Window', 'Heavenly scent of flowers', 1206, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(560, 'window_single_default', 'Single Window', 'A simple view', 1207, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(561, 'window_square', 'Glass Square Window', 'Let\'s get creative!', 1208, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(562, 'window_triple', 'Bay Window', 'Now THAT\'S a view!', 1209, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(563, 'window_skyscraper', 'Skyscraper Window', 'Dizzy heights!', 1391, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(564, 'pets1', NULL, NULL, 34, 1, 1, 0, '2', 'requires_rights_for_interaction,redirect_rotation_4,can_stand_on_top', 'pet_nest', 1, 1, '', -1, '0,2,4,6', NULL),
(565, 'pets2', NULL, NULL, 35, 1, 1, 0, '2', 'requires_rights_for_interaction,redirect_rotation_4,can_stand_on_top', 'pet_nest', 1, 1, '', -1, '0,2,4,6', NULL),
(566, 'teleport_door', 'Teleport Door', 'Magic doorway to anywhere!', 538, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_0,door_teleporter', 'teleport', 1, 1, '', -1, '0,2,4,6', NULL),
(567, 'noob_plant', 'Lucky Bamboo', 'Starter Furni', 1288, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(568, 'noob_table*1', 'My first Habbo table', 'Lightweight, practical and orange', 1189, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(569, 'noob_table*2', 'My first Habbo table', 'Lightweight, practical and dark blue', 1190, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(570, 'noob_table*3', 'My first Habbo table', 'Lightweight, practical and aubergine', 1191, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(571, 'noob_table*4', 'My first Habbo table', 'Lightweight, practical and light blue', 1192, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(572, 'noob_table*5', 'My first Habbo table', 'Lightweight, practical and pink', 1193, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(573, 'noob_table*6', 'My first Habbo table', 'Lightweight, practical and green', 1194, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(574, 'noob_stool*1', 'My first Habbo stool', 'Unfold me and take the weight off (orange)', 1183, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(575, 'noob_stool*2', 'My first Habbo stool', 'Unfold me and take the weight off (dark blue)', 1184, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(576, 'noob_stool*3', 'My first Habbo stool', 'Unfold me and take the weight off (aubergine)', 1185, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(577, 'noob_stool*4', 'My first Habbo stool', 'Unfold me and take the weight off (light blue)', 1186, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(578, 'noob_stool*5', 'My first Habbo stool', 'Unfold me and take the weight off (pink)', 1187, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(579, 'noob_stool*6', 'My first Habbo stool', 'Unfold me and take the weight off (green)', 1188, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(580, 'noob_rug*1', 'My first Habbo rug', 'Nice and neat sisal rug with orange edging', 1177, 2, 2, 0.1, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(581, 'noob_rug*2', 'My first Habbo rug', 'Nice and neat sisal rug with blue edging', 1178, 2, 2, 0.1, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(582, 'noob_rug*3', 'My first Habbo rug', 'Nice and neat sisal rug with aubergine edging', 1179, 2, 2, 0.1, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(583, 'noob_rug*4', 'My first Habbo rug', 'Nice and neat sisal rug with light blue edging', 1180, 2, 2, 0.1, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(584, 'noob_rug*5', 'My first Habbo rug', 'Nice and neat sisal rug with pink edging', 1181, 2, 2, 0.1, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(585, 'noob_rug*6', 'My first Habbo rug', 'Nice and neat sisal rug with green edging', 1182, 2, 2, 0.1, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(586, 'noob_lamp*1', 'My first Habbo lamp', 'Get the light right where you want it (yellow)', 1171, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(587, 'noob_lamp*2', 'My first Habbo lamp', 'Get the light right where you want it (dark blue)', 1172, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(588, 'noob_lamp*3', 'My first Habbo lamp', 'Get the light right where you want it (aubergine)', 1173, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(589, 'noob_lamp*4', 'My first Habbo lamp', 'Get the light right where you want it (light blue)', 1174, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(590, 'noob_lamp*5', 'My first Habbo lamp', 'Get the light right where you want it (pink)', 1175, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(591, 'noob_lamp*6', 'My first Habbo lamp', 'Get the light right where you want it (canary yellow)', 1176, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 0, 0, '', -1, '0,2', NULL),
(592, 'noob_chair*1', 'My first Habbo chair', 'Lightweight, practical and yellow', 1165, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(593, 'noob_chair*2', 'My first Habbo chair', 'Lightweight, practical, with dark blue stripes', 1166, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(594, 'noob_chair*3', 'My first Habbo chair', 'Lightweight, practical, with red stripes', 1167, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(595, 'noob_chair*4', 'My first Habbo chair', 'Lightweight, practical, with light blue stripes', 1168, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(596, 'noob_chair*5', 'My first Habbo chair', 'Lightweight, practical, with pink stripes', 1169, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(597, 'noob_chair*6', 'My first Habbo chair ', 'Lightweight, practical with dark yellow stripes', 1170, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 0, 0, '', -1, '0,2,4,6', NULL),
(598, 'country_rain', 'Rain Shower', 'Made in Britain', 11139, 1, 1, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(599, 'country_scarecrow', 'Country Scarecrow', 'Looks strangely similar', 11134, 0, 0, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(600, 'country_soil', 'Crop Field', 'Grow your own!', 11138, 2, 2, 0, '6', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(601, 'country_grass', 'Field Grass', 'Herding and grazing', 11144, 2, 2, 0, '3', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(602, 'country_trctr', 'Tractor', 'Don\'t run over the bunny!', 11125, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(603, 'country_fnc2', 'Stone Wall', 'Keep your livestock safe', 11131, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(604, 'country_fnc1', 'Stick Fence', 'Wooden fence', 11129, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(605, 'country_well', 'Wishing Well', 'Come spend a penny', 11132, 1, 1, 0, '2', 'solid', 'vending_machine', 1, 1, '7', -1, '2,4', NULL),
(606, 'country_rbw', 'Rainbow', 'Is there a pot of gold at the end?', 11130, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(607, 'country_wheat', 'Golden Wheat', 'Right on the brink of harvest', 11135, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(608, 'country_gate', 'Farm Gate', 'Livestock: Close gate behind you', 11140, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(609, 'country_stage', 'Wooden Stage', 'Time for a barn dance', 11142, 2, 2, 0.8, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(610, 'country_log', 'Log bench', 'Stop and perch', 11143, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(611, 'country_fnc3', 'Stone Pile', 'The work of a witch?', 11128, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(612, 'country_patio', 'Wooden Patio Tile', 'Build the great outdoors', 11178, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(613, 'country_corner', 'Country Ditch Corner', 'Channel your irrigation', 11177, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(614, 'country_ditch', 'Country Ditch Corner', 'Irrigation to irritation in one wrong step', 11176, 1, 2, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(615, 'country_forestwall', 'Forest Wall Poster', 'Give your walls a woodland touch', 11086, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(616, 'country_fp', 'Marble Fireplace', 'Keep the home fires burning', 11136, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(617, 'country_wall', 'Country Wall', 'Tudor Style', 11127, 0, 0, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(618, 'country_lantern', 'Ye Olde Lantern', 'Light of your Country life', 11124, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(619, 'env_bushes', 'Eco Hedgerow', 'Block out your nosey neighbours', 10058, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(620, 'env_bushes_gate', 'Eco Hedgerows Gate', 'Get ready for Mother Nature\'s world and wait your turn', 10059, 1, 2, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(621, 'env_grass', 'Grass patch', 'Lush green grass to lay on your Earth', 10060, 2, 2, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(622, 'env_telep', 'The Outhouse', 'A place for privacy', 11148, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(623, 'env_tree1', 'Forest Tree Chair', 'Take seat and breathe in the fresh air!', 10061, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(624, 'env_tree2', 'Forest Tree Americana', 'Earth\'s Green Haven - ROOM 997 by EarthBoyJim', 10062, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(625, 'env_tree3', 'Forest Trunk Seat', 'Earth\'s Green Haven - ROOM 629 by EarthBoyJim', 10063, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(626, 'env_tree4', 'The Four Seasons Tree', 'Crank up some Vivaldi & give your mate a gift.', 10064, 2, 2, 0, '4', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(627, 'avatar_effect1', NULL, NULL, 0, 0, 0, 0, '0', 'effect,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(628, 'bump_road', 'Road', 'Get in the fast lane', 1702, 2, 2, 0, '4', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(629, 'bump_lights', 'Traffic Lights', 'Ready. Steady. Go!', 1701, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(630, 'bump_signs', 'Road Signs', '7 in 1 road sign.', 1703, 1, 1, 0, '7', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(631, 'bump_tires', 'Bumper Tyres', 'Gets you back on track', 1704, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(632, 'bump_tottero', 'Safety Cone', 'Not a road bump!', 1705, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(633, 'chair_norja*2', 'Black Iced Chair', 'Sleek and chic for each cheek', 756, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(634, 'chair_norja*3', 'White Iced Chair', 'Sleek and chic for each cheek', 767, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(635, 'chair_norja*4', 'Urban Iced Chair', 'Sleek and chic for each cheek', 778, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(636, 'chair_norja*5', 'Pink Chair', 'Sleek and chic for each cheek', 789, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(637, 'chair_norja*6', 'Blue Chair', 'Sleek and chic for each cheek', 800, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(638, 'chair_norja*7', 'Rural Chair', 'Sleek and chic for each cheek', 811, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(639, 'chair_norja*8', 'Yellow Chair', 'Sleek and chic for each cheek', 822, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(640, 'chair_norja*9', 'Red Chair', 'Sleek and chic for each cheek', 833, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(641, 'couch_norja*2', 'Black Iced Bench', 'Two can perch comfortably', 757, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(642, 'couch_norja*3', 'White Iced Bench', 'Two can perch comfortably', 768, 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(643, 'couch_norja*4', 'Urban Iced Bench', 'Two can perch comfortably', 779, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(644, 'couch_norja*5', 'Pink Bench', 'Two can perch comfortably', 790, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(645, 'couch_norja*6', 'Blue Bench', 'Two can perch comfortably', 801, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(646, 'couch_norja*7', 'Rural Iced Bench', 'Two can perch comfortably', 812, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(647, 'couch_norja*8', 'Yellow Bench', 'Two can perch comfortably', 823, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(648, 'couch_norja*9', 'Red Bench', 'Two can perch comfortably', 834, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(649, 'table_norja_med*2', 'Black Iced Table', 'For larger gatherings', 758, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(650, 'table_norja_med*3', 'White Iced Table', 'For larger gatherings', 769, 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(651, 'table_norja_med*4', 'Urban Iced Coffee Table', 'For larger gatherings', 780, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(652, 'table_norja_med*5', 'Large Coffee Table Pink', 'For larger gatherings', 791, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(653, 'table_norja_med*6', 'Large Coffee Table Blue', 'For larger gatherings', 802, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(654, 'table_norja_med*7', 'Rural Iced Coffee Table', 'For larger gatherings', 813, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(655, 'table_norja_med*8', 'Large Coffee Table Yellow', 'For larger gatherings', 824, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(656, 'table_norja_med*9', 'Large Coffee Table Red', 'For larger gatherings', 835, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(657, 'shelves_norja*2', 'Black Iced Bookcase', 'For nic naks and art deco books', 759, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(658, 'shelves_norja*3', 'White Iced Bookcase', 'For nic naks and art deco books', 770, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(659, 'shelves_norja*4', 'Urban Iced Bookcase', 'For nic naks and tech books', 781, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(660, 'shelves_norja*5', 'Pink Bookcase', 'For nic naks and art deco books', 792, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(661, 'shelves_norja*6', 'Blue Bookcase', 'For nic naks and art deco books', 803, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(662, 'shelves_norja*7', 'Rural Iced Bookcase', 'For nic naks and cookery books', 814, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(663, 'shelves_norja*8', 'Yellow Bookcase', 'For nic naks and art deco books', 825, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(664, 'shelves_norja*9', 'Red Bookcase', 'For nic naks and art deco books', 836, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(665, 'soft_sofachair_norja*2', 'Black Iced Sofachair', 'Black Iced Sofachair', 760, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(666, 'soft_sofachair_norja*3', 'White Iced Sofachair', 'Soft Iced sofachair', 771, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(667, 'soft_sofachair_norja*4', 'Urban Iced Sofachair', 'Sit back and relax', 782, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(668, 'soft_sofachair_norja*5', 'Pink Iced Sofachair', 'Pink Iced Sofachair', 793, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(669, 'soft_sofachair_norja*6', 'Blue Iced Sofachair', 'Blue Iced Sofachair', 804, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(670, 'soft_sofachair_norja*7', 'Rural Iced Sofachair', 'Sit back and relax', 815, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(671, 'soft_sofachair_norja*8', 'Yellow Iced Sofachair', 'Yellow Iced Sofachair', 826, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(672, 'soft_sofachair_norja*9', 'Red Iced Sofachair', 'Red Iced Sofachair', 837, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(673, 'soft_sofa_norja*2', 'Black Iced Sofa', 'Black Iced Sofa', 761, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(674, 'soft_sofa_norja*3', 'White Iced Sofa', 'Pristine white, keep it clean!', 772, 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(675, 'soft_sofa_norja*4', 'Urban Iced Sofa', 'Sit back and relax', 783, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(676, 'soft_sofa_norja*5', 'Pink Iced Sofa', 'Pink Iced Sofa', 794, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(677, 'soft_sofa_norja*6', 'Blue Iced Sofa', 'A soft leather sofa', 805, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(678, 'soft_sofa_norja*7', 'Rural Iced Sofa', 'Sit back and relax', 816, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(679, 'soft_sofa_norja*8', 'Yellow Iced Sofa', 'Yellow Iced Sofa', 827, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(680, 'soft_sofa_norja*9', 'Red Iced Sofa', 'Red Iced Sofa', 838, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(681, 'divider_nor2*2', 'Black Iced Bar-Desk', 'Soft but sturdy', 762, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(682, 'divider_nor2*3', 'White Iced Bar-Desk', 'Strong, yet soft looking', 773, 2, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(683, 'divider_nor2*4', 'Urban Iced Bar', 'No way through', 784, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(684, 'divider_nor2*5', 'Pink Iced bar desk', 'Pink Iced bar desk', 795, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(685, 'divider_nor2*6', 'Blue Iced bar desk', 'Blue Iced bar desk', 806, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(686, 'divider_nor2*7', 'Rural Iced Bar', 'No way through', 817, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(687, 'divider_nor2*8', 'Yellow Iced bar desk', 'Yellow Iced bar desk', 828, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(688, 'divider_nor2*9', 'Red Iced bar desk', 'Red Iced bar desk', 839, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(689, 'divider_nor1*2', 'Black Iced Corner', 'Tuck it away', 763, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(690, 'divider_nor1*3', 'White Iced Corner', 'Looks squishy, but isn\'t!', 774, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(691, 'divider_nor1*4', 'Urban Iced Corner', 'The missing piece', 785, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(692, 'divider_nor1*5', 'Pink Ice corner', 'Pink Ice corner', 796, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(693, 'divider_nor1*6', 'Blue Ice corner', 'Blue Ice corner', 807, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(694, 'divider_nor1*7', 'Rural Iced Corner', 'The missing piece', 818, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(695, 'divider_nor1*8', 'Yellow Ice corner', 'Yellow Ice corner', 829, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(696, 'divider_nor1*9', 'Red Ice corner', 'Red Ice corner', 840, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(697, 'divider_nor3*2', 'Black Iced Gate', 'No way through, or is there?', 764, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(698, 'divider_nor3*3', 'White Iced Gate', 'Do go through...', 775, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(699, 'divider_nor3*4', 'Urban Iced Gate', 'Entrance or exit?', 786, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(700, 'divider_nor3*5', 'Pink Iced gate', 'Pink Iced gate', 797, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(701, 'divider_nor3*6', 'Blue Iced gate', 'Blue Iced gate', 808, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(702, 'divider_nor3*7', 'Rural Iced gate', 'Entrance or exit?', 819, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(703, 'divider_nor3*8', 'Yellow Iced gate', 'Yellow Iced gate', 830, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(704, 'divider_nor3*9', 'Red Iced gate', 'Red Iced gate', 841, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(705, 'divider_nor4*2', 'Black Iced Auto Shutter', 'Habbos, roll out!', 765, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(706, 'divider_nor4*3', 'White Iced Auto Shutter', 'Habbos, roll out!', 776, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(707, 'divider_nor4*4', 'Urban Iced Shutter', 'Habbos, roll out!', 787, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(708, 'divider_nor4*5', 'Pink Iced Auto Shutter', 'Habbos, roll out!', 798, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(709, 'divider_nor4*6', 'Blue Iced Auto Shutter', 'Habbos, roll out!', 809, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(710, 'divider_nor4*7', 'Rural Iced Shutter', 'Habbos, roll out!', 820, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(711, 'divider_nor4*8', 'Yellow Iced Auto Shutter', 'Habbos, roll out!', 831, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(712, 'divider_nor4*9', 'Red Iced Auto Shutter', 'Habbos, roll out!', 842, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(713, 'divider_nor5*2', 'Black Iced Angle', 'Cool cornering for your crib y0!', 766, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(714, 'divider_nor5*3', 'White Iced Angle', 'Cool cornering for your crib y0!', 777, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(715, 'divider_nor5*4', 'Urban Iced Angle', 'Cool cornering for your crib!', 788, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(716, 'divider_nor5*5', 'Pink Iced Angle', 'Cool cornering for your crib y0!', 799, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(717, 'divider_nor5*6', 'Blue Iced Angle', 'Cool cornering for your crib y0!', 810, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(718, 'divider_nor5*7', 'Rural Iced Angle', 'Cool cornering for your crib!', 821, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(719, 'divider_nor5*8', 'Yellow Iced Angle', 'Cool cornering for your crib y0!', 832, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(720, 'divider_nor5*9', 'Red Iced Angle', 'Cool cornering for your crib y0!', 843, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(721, 'sofa_silo*2', 'Black Two-Seater Sofa', 'Cushioned, understated comfort', 684, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(722, 'sofa_silo*3', 'White Two-Seater Sofa', 'Cushioned, understated comfort', 693, 2, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(723, 'sofa_silo*4', 'Beige Area Sofa', 'Beige Area Sofa', 702, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(724, 'sofa_silo*5', 'Pink Area Sofa', 'Cushioned, understated comfort', 711, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(725, 'sofa_silo*6', 'Blue Area Sofa', 'Cushioned, understated comfort', 720, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(726, 'sofa_silo*7', 'Green Area Sofa', 'Cushioned, understated comfort', 729, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(727, 'sofa_silo*8', 'Yellow Two-Seater Sofa', 'Cushioned, understated comfort', 738, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(728, 'sofa_silo*9', 'Red Area Sofa', 'Cushioned, understated comfort', 747, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(729, 'sofachair_silo*2', 'Black Armchair', 'Large, but worth it', 685, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(730, 'sofachair_silo*3', 'White Armchair', 'Large, but worth it', 694, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(731, 'sofachair_silo*4', 'Beige Area Armchair', 'Large, but worth it', 703, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(732, 'sofachair_silo*5', 'Pink Area Armchair', 'Large, but worth it', 712, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(733, 'sofachair_silo*6', 'Blue Area Armchair', 'Large, but worth it', 721, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(734, 'sofachair_silo*7', 'Green Area Armchair', 'Large, but worth it', 730, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(735, 'sofachair_silo*8', 'Yellow Armchair', 'Large, but worth it', 739, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(736, 'sofachair_silo*9', 'Red Area Armchair', 'Large, but worth it', 748, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(737, 'table_silo_small*2', 'Black Occasional Table', 'For those random moments', 686, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(738, 'table_silo_small*3', 'White Occasional Table', 'For those random moments', 695, 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(739, 'table_silo_small*4', 'Beige Area Occasional Table', 'Beige Area Occasional Table', 704, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(740, 'table_silo_small*5', 'Pink Area Occasional Table', 'Pink Area Occasional Table', 713, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(741, 'table_silo_small*6', 'Blue Area Occasional Table', 'Small and elegant', 722, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(742, 'table_silo_small*7', 'Green Area Occasional Table', 'Small and elegant', 731, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(743, 'table_silo_small*8', 'Yellow Occasional Table', 'For those random moments', 740, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(744, 'table_silo_small*9', 'Red Area Occasional Table', 'Red Area Occasional Table', 749, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(745, 'divider_silo3*2', 'Black Area Gate', 'Form following function', 687, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(746, 'divider_silo3*3', 'White Area Gate', 'Form following function', 696, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(747, 'divider_silo3*4', 'Beige Area Gate', 'Beige Area Gate', 705, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(748, 'divider_silo3*5', 'Pink Area Gate', 'Pink Area Gate', 714, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(749, 'divider_silo3*6', 'Blue Area Gate', 'Door (lockable)', 723, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(750, 'divider_silo3*7', 'Green Area Gate', 'Door (lockable)', 732, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(751, 'divider_silo3*8', 'Yellow Area Gate', 'Form following function', 741, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(752, 'divider_silo3*9', 'Red Area Gate', 'Red Area Gate', 750, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(753, 'divider_silo1*2', 'Black Corner Shelf', 'Neat and natty', 688, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(754, 'divider_silo1*3', 'White Corner Shelf', 'Neat and natty', 697, 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(755, 'divider_silo1*4', 'Beige Area Corner Shelf', 'Beige Area Corner Shelf', 706, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(756, 'divider_silo1*5', 'Pink Area Corner Shelf', 'Pink Area Corner Shelf', 715, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(757, 'divider_silo1*6', 'Blue Area Corner Shelf', 'Tuck it away!', 724, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(758, 'divider_silo1*7', 'Green Area Corner Shelf', 'Tuck it away!', 733, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(759, 'divider_silo1*8', 'Yellow Corner Shelf', 'Neat and natty', 742, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(760, 'divider_silo1*9', 'Red Area Corner Shelf', 'Tuck it away', 751, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(761, 'chair_silo*2', 'Black Dining Chair', 'Keep it simple', 689, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(762, 'chair_silo*3', 'White Dining Chair', 'Keep it simple', 698, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(763, 'chair_silo*4', 'Beige Silo Dining Chair', 'Beige Silo Dining Chair', 707, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(764, 'chair_silo*5', 'Pink Silo Dining Chair', 'Pink Silo Dining Chair', 716, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(765, 'chair_silo*6', 'Blue Area Dining Chair', 'Wooden dining chair', 725, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(766, 'chair_silo*7', 'Green Area Dining Chair', 'Wooden dining chair', 734, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(767, 'chair_silo*8', 'Yellow Dining Chair', 'Keep it simple', 743, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(768, 'chair_silo*9', 'Red Area Dining Chair', 'Wooden dining chair', 752, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(769, 'safe_silo*2', 'Black Safe Minibar', 'Totally shatter-proof!', 690, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(770, 'safe_silo*3', 'White Safe Minibar', 'Totally shatter-proof!', 699, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(771, 'safe_silo*4', 'Beige Safe Minibar', 'Totally shatter-proof!', 708, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(772, 'safe_silo*5', 'Pink Safe Minibar', 'Totally shatter-proof!', 717, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(773, 'safe_silo*6', 'Blue Safe Minibar', 'Totally shatter-proof!', 726, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(774, 'safe_silo*7', 'Green Safe Minibar', 'Totally shatter-proof!', 735, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(775, 'safe_silo*8', 'Yellow Safe Minibar', 'Totally shatter-proof!', 744, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(776, 'safe_silo*9', 'Red Safe Minibar', 'Totally shatter-proof!', 753, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(777, 'barchair_silo*2', 'Black Bar Stool', 'Practical and convenient', 691, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(778, 'barchair_silo*3', 'White Bar Stool', 'Practical and convenient', 700, 1, 1, 1.5, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(779, 'barchair_silo*4', 'Beige Bar Stool', 'Practical and convenient', 709, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(780, 'barchair_silo*5', 'Pink Bar Stool', 'Practical and convenient', 718, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(781, 'barchair_silo*6', 'Blue Bar Stool', 'Take a perch!', 727, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(782, 'barchair_silo*7', 'Green Bar Stool', 'Take a perch!', 736, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(783, 'barchair_silo*8', 'Yellow Bar Stool', 'Practical and convenient', 745, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(784, 'barchair_silo*9', 'Red Bar Stool', 'Practical and convenient', 754, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(785, 'table_silo_med*2', 'Black Coffee Table', 'Wipe clean and unobtrusive', 692, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(786, 'table_silo_med*3', 'White Coffee Table', 'Wipe clean and unobtrusive', 701, 2, 2, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(787, 'table_silo_med*4', 'Beige Area Coffee Table', 'Beige Area Coffee Table', 710, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(788, 'table_silo_med*5', 'Pink Area Coffee Table', 'Pink Area Coffee Table', 719, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(789, 'table_silo_med*6', 'Blue Area Coffee Table', 'Gather everyone round', 728, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(790, 'table_silo_med*7', 'Green Area Coffee Table', 'Gather everyone round', 737, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(791, 'table_silo_med*8', 'Yellow Coffee Table', 'Wipe clean and unobtrusive', 746, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(792, 'table_silo_med*9', 'Red Area Coffee Table', 'Red Area Coffee Table', 755, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(793, 'pura_mdl1*1', 'Aqua Pura Module 1', 'Any way you like it!', 893, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(794, 'pura_mdl2*1', 'Aqua Pura Module 2', 'Any way you like it!', 894, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(795, 'pura_mdl3*1', 'Aqua Pura Module 3', 'Any way you like it!', 895, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(796, 'pura_mdl4*1', 'Aqua Pura Module 4', 'Any way you like it!', 896, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(797, 'pura_mdl5*1', 'Aqua Pura Module 5', 'Any way you like it!', 897, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(798, 'chair_basic*1', 'Aqua Pura Egg Chair', 'It\'s a cracking design!', 938, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(799, 'pura_mdl1*2', 'Pink Pura Module 1', 'Any way you like it!', 898, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(800, 'pura_mdl1*3', 'Black Pura Module 1', 'Any way you like it!', 903, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(801, 'pura_mdl1*4', 'White Pura Module 1', 'Any way you like it!', 908, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(802, 'pura_mdl1*5', 'Beige pura module 1', '', 913, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(803, 'pura_mdl1*6', 'Blue Pura Module 1', 'Any way you like it!', 918, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(804, 'pura_mdl1*7', 'Green Pura Module 1', 'Any way you like it!', 923, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(805, 'pura_mdl1*8', 'Yellow pura module 1', '', 928, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(806, 'pura_mdl1*9', 'Red Pura Module 1', 'Any way you like it!', 933, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(807, 'pura_mdl2*2', 'Pink Pura Module 2', 'Any way you like it!', 899, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(808, 'pura_mdl2*3', 'Black Pura Module 2', 'Any way you like it!', 904, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(809, 'pura_mdl2*4', 'White Pura Module 2', 'Any way you like it!', 909, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(810, 'pura_mdl2*5', 'Beige pura module 2', '', 914, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(811, 'pura_mdl2*6', 'Blue Pura Module 2', 'Any way you like it!', 919, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(812, 'pura_mdl2*7', 'Green Pura Module 2', 'Any way you like it!', 924, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(813, 'pura_mdl2*8', 'Yellow pura module 2', '', 929, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(814, 'pura_mdl2*9', 'Red Pura Module 2', 'Any way you like it!', 934, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(815, 'pura_mdl3*2', 'Pink Pura Module 3', 'Any way you like it!', 900, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(816, 'pura_mdl3*3', 'Black Pura Module 3', 'Any way you like it!', 905, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(817, 'pura_mdl3*4', 'White Pura Module 3', 'Any way you like it!', 910, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(818, 'pura_mdl3*5', 'Beige pura module 3', '', 915, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(819, 'pura_mdl3*6', 'Blue Pura Module 3', 'Any way you like it!', 920, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(820, 'pura_mdl3*7', 'Green Pura Module 3', 'Any way you like it!', 925, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(821, 'pura_mdl3*8', 'Yellow pura module 3', '', 930, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(822, 'pura_mdl3*9', 'Red Pura Module 3', 'Any way you like it!', 935, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(823, 'pura_mdl4*2', 'Pink Pura Module 4', 'Any way you like it!', 901, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(824, 'pura_mdl4*3', 'Black Pura Module 4', 'Any way you like it!', 906, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(825, 'pura_mdl4*4', 'White Pura Module 4', 'Any way you like it!', 911, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(826, 'pura_mdl4*5', 'Beige pura module 4', '', 916, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(827, 'pura_mdl4*6', 'Blue Pura Module 4', 'Any way you like it!', 921, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(828, 'pura_mdl4*7', 'Green Pura Module 4', 'Any way you like it!', 926, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(829, 'pura_mdl4*8', 'Yellow pura module 4', '', 931, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(830, 'pura_mdl4*9', 'Red Pura Module 4', 'Any way you like it!', 936, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(831, 'pura_mdl5*2', 'Pink Pura Module 5', 'Any way you like it!', 902, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(832, 'pura_mdl5*3', 'Black Pura Module 5', 'Any way you like it!', 907, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(833, 'pura_mdl5*4', 'White Pura Module 5', 'Any way you like it!', 912, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(834, 'pura_mdl5*5', 'Beige pura module 5', '', 917, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(835, 'pura_mdl5*6', 'Blue Pura Module 5', 'Any way you like it!', 922, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(836, 'pura_mdl5*7', 'Green Pura Module 5', 'Any way you like it!', 927, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(837, 'pura_mdl5*8', 'Yellow Pura Module 5', 'Any way you like it!', 932, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(838, 'pura_mdl5*9', 'Red Pura Module 5', 'Any way you like it!', 937, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(839, 'chair_basic*2', 'Pink Pura Egg Chair', 'It\'s a cracking design!', 939, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(840, 'chair_basic*3', 'Black Pura Egg Chair', 'It\'s a cracking design!', 940, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(841, 'chair_basic*4', 'White Pura Egg Chair', 'It\'s a cracking design!', 941, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(842, 'chair_basic*5', 'Beige Pura Egg Chair', 'It\'s a cracking design!', 942, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(843, 'chair_basic*6', 'Blue Pura Egg Chair', 'It\'s a cracking design!', 943, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(844, 'chair_basic*7', 'Green Pura Egg Chair', 'It\'s a cracking design!', 944, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(845, 'chair_basic*8', 'Yellow Pura Egg Chair', 'It\'s a cracking design!', 945, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(846, 'chair_basic*9', 'Red Pura Egg Chair', 'It\'s a cracking design!', 946, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(847, 'hcc_sofachair', 'Reclining Chair', 'Put your feet up!', 1407, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(848, 'hcc_chair', 'Trendy Stool', 'Shiny varnished finish', 1403, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(849, 'hcc_shelf', 'Bookshelf', 'Your own Habbo archives', 1405, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(850, 'hcc_stool', 'Antique Stool', 'For larger gatherings', 1408, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(851, 'hcc_dvdr', 'Glass Divider', 'It won\'t cramp your style', 11112, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(852, 'hcc_sofachair', 'Reclining Chair', 'Put your feet up!', 1407, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(853, 'hcc_crnr', 'Glass Corner', 'Adds the finishing touch', 11113, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(854, 'hcc_table', 'Glass Table', 'Elegant centre piece', 11115, 1, 2, 0.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(855, 'hcc_minibar', 'Minibar', 'Cool look, cool drinks!', 1404, 1, 1, 0, '2', 'solid,custom_data_true_false', 'vending_machine', 1, 1, '3,4,5,6', -1, '2,4', NULL),
(856, 'hcc_sofa', 'Low Back Sofa', 'Get your friends over!', 1406, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(857, 'glass_shelf', 'Glass shelf', 'Translucent beauty', 215, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(858, 'glass_sofa', 'Glass sofa', 'Translucent beauty', 216, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(859, 'glass_table', 'Glass table', 'Translucent beauty', 217, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(860, 'glass_chair', 'Glass chair', 'Translucent beauty', 218, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(861, 'glass_stool', 'Glass stool', 'Translucent beauty', 219, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(862, 'glass_sofa*2', 'Glass sofa', 'Translucent beauty', 220, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(863, 'glass_sofa*3', 'White Glass Sofa', 'Translucent beauty', 224, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(864, 'glass_sofa*4', 'Glass sofa', 'Translucent beauty', 228, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(865, 'glass_sofa*5', 'Candy Glass Sofa', 'Double glazed', 232, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(866, 'glass_table*2', 'Glass table', 'Translucent beauty', 221, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(867, 'glass_table*3', 'White Glass Table', 'Translucent beauty', 225, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(868, 'glass_table*4', 'Glass table', 'Translucent beauty', 229, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(869, 'glass_table*5', 'Candy Glass Table', 'Translucent beauty', 233, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(870, 'glass_chair*2', 'Glass chair', 'Translucent beauty', 222, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(871, 'glass_chair*3', 'Glass chair', 'Translucent beauty', 226, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(872, 'glass_chair*4', 'Glass chair', 'Translucent beauty', 230, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(873, 'glass_chair*5', 'Candy Glass Chair', 'A pane that you\'re used to', 234, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(874, 'glass_stool*2', 'Glass stool', 'Translucent beauty', 223, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(875, 'glass_stool*3', 'White Glass Stool', 'Translucent beauty', 227, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(876, 'glass_stool*4', 'Glass stool', 'Translucent beauty', 231, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(877, 'glass_stool*5', 'Candy Glass Stool', 'Clear a seat', 235, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(878, 'glass_sofa*6', 'Blue Glass Sofa', 'Translucent beauty', 236, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(879, 'glass_sofa*7', 'Green Glass Sofa', 'Habbo Club', 240, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(880, 'glass_sofa*8', 'Yellow Glass Sofa', 'Double glazed', 244, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(881, 'glass_sofa*9', 'Glass sofa', 'Translucent beauty', 248, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(882, 'glass_table*6', 'Blue Glass Table', 'Translucent beauty', 237, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(883, 'glass_table*7', 'Green Glass Table', 'Habbo Club', 241, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(884, 'glass_table*8', 'Yellow Glass Table', 'Translucent beauty', 245, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(885, 'glass_table*9', 'Glass table', 'Translucent beauty', 249, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(886, 'glass_chair*6', 'Blue Glass Chair', 'Translucent beauty', 238, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(887, 'glass_chair*7', 'Green Glass Chair', 'Habbo Club', 242, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(888, 'glass_chair*8', 'Yellow Glass Chair', 'A pane that you\'re used to', 246, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(889, 'glass_chair*9', 'Glass chair', 'Translucent beauty', 250, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(890, 'glass_stool*6', 'Blue Glass Stool', 'Translucent beauty', 239, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(891, 'glass_stool*7', 'Green Glass Stool', 'Habbo Club', 243, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(892, 'glass_stool*8', 'Yellow Glass Stool', 'Clear a seat', 247, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(893, 'glass_stool*9', 'Glass stool', 'Translucent beauty', 251, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(894, 'greek_gate', 'Greek Gate', 'Enter mortal, exit immortal!', 1379, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(895, 'greek_seat', 'Greek Seat', 'Park your bot on this stone slab!', 1381, 1, 1, 0.7, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(896, 'greek_pillars', 'Greek Pillars', 'Architectural splendor!', 1380, 2, 1, 3.2, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(897, 'greek_corner', 'Greek Corner', 'Tuck it away!', 1378, 1, 1, 3.2, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(898, 'greek_block', 'Greek Block', 'A nice stone block', 2195, 2, 1, 0.5, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(899, 'romantique_pianochair*1', 'Rose Quartz Piano Chair', 'Elegant seating for elegant Habbos', 948, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(900, 'romantique_divan*1', 'Chaise-Longue', 'Recline in continental Rose Quartz comfort', 950, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(901, 'romantique_chair*1', 'Rose Quartz Chair', 'Elegant seating for elegant Habbos', 949, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(902, 'romantique_divider*1', 'Rose Quartz Screen', 'Beauty lies within', 951, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(903, 'romantique_smalltabl*1', 'Rose Quartz Tray Table', 'Every tray needs a table...', 952, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(904, 'romantique_mirrortabl', 'Dressing Table', 'Get ready for your big date', 484, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(905, 'wallmirror', 'Wallmirror', 'Mirror, mirror on the wall...', 481, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(906, 'romantique_tray1', 'Romantique Tray', 'Breakfast is served!', 2145, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(907, 'romantique_tray2', 'Romantique Treats Tray', 'Time to celebrate!', 482, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(908, 'rom_lamp', 'Crystal Lamp', 'Light up your life', 483, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(909, 'romantique_clock', 'Grandfather\'s Clock', 'The most Romantic tick-tock ever!', 485, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(910, 'romantique_pianochair*2', 'Lime Romantique Piano Chair', 'Sit in traditional style', 954, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(911, 'romantique_divan*2', 'Emerald Chaise-Longue', 'Recline in continental comfort', 956, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(912, 'romantique_chair*2', 'Lime Romantique Chair', 'null', 955, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(913, 'romantique_divider*2', 'Green Screen', 'Keeping things separated', 957, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(914, 'romantique_smalltabl*2', 'Lime Tray Table', 'Every tray needs a table...', 958, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(915, 'romantique_pianochair*3', 'Sapphire Chair', 'For stately seating experiences', 960, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(916, 'romantique_divan*3', 'Turquoise Romantique Divan', 'null', 962, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(917, 'romantique_chair*3', 'Turquoise Romantique Chair', 'null', 961, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(918, 'romantique_divider*3', 'Turquoise Screen', 'Keeping things separated', 963, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(919, 'romantique_smalltabl*3', 'Turquoise Tray Table', 'Every tray needs a table...', 964, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(920, 'romantique_pianochair*4', 'Amber Piano Stool', 'I can feel air coming through...', 966, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(921, 'romantique_divan*4', 'Amber Chaise-Longue', 'Is that a cape hanging there?', 968, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(922, 'romantique_chair*4', 'Amber Chair', 'What does this button do?', 967, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(923, 'romantique_divider*4', 'Ochre Screen', 'Keeping things separated', 969, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(924, 'romantique_smalltabl*4', 'Amber Tray Table', 'Why is one leg different?', 970, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(925, 'romantique_pianochair*5', 'Onyx Piano Stool', 'I can feel air coming through...', 972, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(926, 'romantique_divan*5', 'Onyx Chaise-Longue', 'Is that a cape hanging there?', 974, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(927, 'romantique_chair*5', 'Onyx Chair', 'What does this button do?', 973, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(928, 'romantique_divider*5', 'Romantique Screen Gray', 'Keeping Things Separated', 4488, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(929, 'romantique_smalltabl*5', 'Onyx Tray Table', 'Why is one leg different?', 976, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(930, 'grand_piano*1', 'Turquoise Grand Piano', 'Turquoise Grand Piano', 947, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(931, 'grand_piano*2', 'Esmerald Piano Stool', 'Let the music begin', 953, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(932, 'grand_piano*3', 'Sapphire Piano Stool', 'Make sure you play in key!', 959, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(933, 'grand_piano*4', 'Amber Grand Piano', 'Why is that key green?', 965, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(934, 'grand_piano*5', 'Onyx Grand Piano', 'Why is that key green?', 971, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(935, 'xmas08_chair', 'Ice chair', 'Make sure you wear trousers!', 1493, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(936, 'xmas08_cubetree', 'Cube Tree', 'So ice Cubes DO grow on trees...', 1494, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(937, 'xmas08_dvdr1', 'Ice divider', 'Stone and ice in one snowy wall!', 1495, 2, 1, 1.2, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(938, 'xmas08_dvdr2', 'Icy Divider Corner', 'What\'s a dividing wall without a corner?', 1496, 1, 1, 1.6, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(939, 'xmas08_geysir', 'Geyser', 'Nothing quite like a warm exploding water hole!', 1497, 2, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(940, 'xmas08_hole', 'Ice Fish Hole', 'What can you catch?', 1498, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '34', -1, '2,4', NULL),
(941, 'xmas08_hottub', 'Hot Tub', 'Party time in the Arctic people!', 1499, 2, 2, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(942, 'xmas08_icerug', 'Ice Patch', 'Ice, Snow or Wet Slush? All is possible with this.', 1500, 2, 2, 0, '4', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(943, 'xmas08_icetree', 'Icy Christmas Tree', 'It can\'t be Christmas without it!', 1501, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(944, 'xmas08_icewall', 'Icy Wall', 'The stuff Ice Palace\'s are made of!', 1502, 0, 0, 0, '4', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(945, 'xmas08_lantern', 'Snowball Lantern Pile', 'No dodging this pile!', 1503, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(946, 'xmas08_snowpl', 'Snow Seat', 'Take a rest and warm by a fire perhaps?', 1504, 1, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(947, 'xmas08_table', 'Icy table', 'Keeps your ice cream chilled - guaranteed!', 1505, 2, 2, 0.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(948, 'xmas08_telep', 'Icy Teleport', 'Travel space and time in this freeze block!', 1506, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(949, 'xmas08_trph1', 'Arctic Penguin Trophy', 'Given to those who have adopted ALL 26 penguins!', 1507, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(950, 'xmas08_wallpaper', 'Snowy Posters', 'The Arctic scenery on your walls!', 1508, 0, 0, 0, '6', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(951, 'campfire', 'Camp fire', 'Keep warm on those Arctic nights!', 1509, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(952, 'xmas_snow', 'Snow Storm', 'Get lost in your own blizzard!', 1511, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(953, 'lc_coral_divider_hi', 'Large Coral Divider', 'Keep those pesky sharks out', 1554, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(954, 'lc_coral_divider_low', 'Small Coral Divider', 'Perhaps you could swim over?', 1555, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(955, 'lc_wall1', 'Rock Wall', 'Depths of the ocean', 1556, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(956, 'lc_wall2', 'Coral Wall', 'There\'s life in the deep blue', 1557, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(957, 'lc_window1', 'Wooden Window', 'The deep blue', 1558, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(958, 'lc_window2', 'Aquarium Window', 'Creates a stunning scene', 1559, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(959, 'lc_anemone', 'Anemone', 'In glorious water colour!', 1560, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(960, 'lc_chair', 'Wooden Chair', 'No rusty nails, in sight', 1561, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(961, 'lc_corner', 'Wooden Corner', 'Tuck it away', 1562, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(962, 'lc_desk', 'Wooden Bar Desk', 'Not for sitting', 1563, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(963, 'lc_stool', 'Wooden Stool', 'Watch out for splinters', 1564, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(964, 'lc_table', 'Captain\'s Table', 'Treasure map not included', 1565, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(965, 'lc_tile1', 'Marble Floor Tile', 'Elegant underwater flooring', 1566, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(966, 'lc_tile2', 'Cobbled Stones', 'Rocky room foundations', 1567, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(967, 'lc_tubes_corners', 'Water Tube Corner', 'Sends you round the bend', 1568, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(968, 'lc_tubes_straight', 'Water Tube Straight', 'Just go with the flow', 1569, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(969, 'lostc_teleport', 'Architeuthis', 'March Collectable 2009, 3/6', 1570, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(970, 'lc_crab1', 'Crab Patch', 'Careful where you put your feet!', 1571, 2, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(971, 'lc_crab2', 'Sally Lightfoot', 'Careful! She\'ll give it \'all that\'', 1572, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(972, 'lc_glass_floor', 'Ocean Window Rug', 'Under the sea!', 1573, 2, 3, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(973, 'lc_medusa1', 'Large Jellyfish Lamp', 'There\'s no sting in this tail', 1574, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(974, 'lc_medusa2', 'Small Jellyfish Lamp', 'There\'s no sting in this tail', 1575, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(975, 'party_ball', 'Glitter Ball', 'Every party MUST have one!', 1440, 1, 1, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(976, 'party_barcorn', 'Bar Corner', 'Every party needs one!', 1441, 1, 1, 0.98, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(977, 'party_bardesk', 'Bar Centre', 'Keep the punters at bay', 1442, 1, 1, 0.98, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(978, 'party_beamer', 'Dance Floor Beamer', 'Get some lights to match your dancing shapes!', 1443, 1, 1, 0, '7', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(979, 'party_block', 'Small Stage', 'Build yourself a stage to host events!', 1444, 1, 1, 0.8, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(980, 'party_block2', 'Stage Block Large', 'Make mine a large!', 1445, 2, 2, 0.8, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(981, 'party_chair', 'High Class Bar Stool', 'Sit high and people watch on this!', 1446, 1, 1, 1.4, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(982, 'party_discol', 'Spotlight', 'Focus your attention or dance within its glow!', 1447, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(983, 'party_djtable', 'DJ Table', 'Scratch it, spin it and play some banging tracks!', 1448, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(984, 'party_floor', 'Disco Floor', 'The perfect place to throw some shapes', 1449, 2, 2, 0, '11', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(985, 'party_led', 'Big Wall Lights', 'Flashing Neon lights on the wall!', 1450, 0, 0, 0, '4', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(986, 'party_mic', 'Microphone', 'Sing, MC, shout out to your friends!', 1451, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(987, 'party_neon1', 'Neon Right Arrows', 'Find your way right in the dark!', 1452, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(988, 'party_neon2', 'Neon Left Arrows', 'Find your way left in the dark!', 1453, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(989, 'party_neon3', 'Neon Pink Flamingo', 'Celebrate the Eighties with this!', 1454, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(990, 'party_neon4', 'Neon Skull Light', 'A dull wall be gone!', 1455, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(991, 'party_neon5', 'Neon Heart Light', 'I heart Neon!', 1456, 0, 0, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(992, 'party_ravel', 'Dance Floor Laser', 'Meet the 22nd Century\'s dance floor lighting!', 1457, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(993, 'party_seat', 'Club seat', 'Rest your dancing feet on this!', 1458, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(994, 'party_shelf', 'Bar Shelf', 'Line up your beverages!', 1459, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(995, 'party_table', 'Glass High Bar Table', 'Chat with your friends over this!', 1460, 1, 1, 0.98, '3', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(996, 'party_tray', 'Club Tray', 'Rest your drinks on this!', 1461, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '31', -1, '2,4', NULL),
(997, 'party_tube_bubble', 'Bubbles Machine', 'Bubbles! Bubbles! Lovely bubbles!', 1462, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(998, 'party_tube_lava', 'Lava Lamp', 'Despite being made a lava, it is very cool.', 1463, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(999, 'party_wc_boy', 'Boys Toilets', 'Stand up or sitting down, this is for the Boys only!', 1464, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1000, 'party_wc_girl', 'Girls Toilets', 'Girls only please.', 1465, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1001, 'LT_throne', 'Lost Tribe Throne', 'Important for Tribe', 11156, 1, 1, 1.6, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1002, 'lt_jngl_wall', 'Jungle Wall', 'Jungle Wall', 11157, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1003, 'lt_patch', 'Lost Tribe Patch', 'Attention!', 11158, 2, 2, 0, '3', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1004, 'lt_lavac', 'Lost Tribe Lava Corner', 'Very dangerous!', 11159, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1005, 'LT_pillar', 'Lost Tribe Pillar', 'Lost Tribe Pillar', 11160, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1006, 'LT_pillar2', 'Lost Tribe Pillar 2', 'Attention!', 11161, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1007, 'LT_skull', 'Lost Tribe Skull', 'Very scary!', 11162, 1, 1, 0.4, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1008, 'lt_spider', 'Lost Tribe Spider', 'Attention!', 11163, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1009, 'lt_stage1', 'Lost Tribe Stage', 'Make mine a large!', 11164, 1, 1, 0.8, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1010, 'lt_stage2', 'Lost Tribe Stage', 'Make mine a large!', 11165, 2, 2, 0.8, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1011, 'lt_statue', 'Lost Tribe Statue', 'Attention!', 11166, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1012, 'lt_stone2', 'Lost Tribe Stone 2', 'Mysterious Stone', 11167, 2, 1, 1.04, '3', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1013, 'lt_lava', 'Lost Tribe Lava', 'Very dangerous!', 11168, 1, 2, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1014, 'lt_bughill', 'Lost Tribe Hill', 'Attention!', 11169, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1015, 'lt_gate', 'Lost Tribe Gate', 'Knock, knock...', 11170, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1016, 'lt_wall', 'Lost Tribe Stone Wall', 'I wonder if this wall is safe to climb?', 11210, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1017, 'lt_stone1', 'Stone Corner', 'I wonder how old this is???', 11211, 1, 1, 1.3, '2', 'can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1018, 'hween08_bath', 'Blood Bath', 'Should have chosen the shower!', 1726, 1, 2, 1, '2', 'can_sit_on_top,custom_data_numeric_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1019, 'hween08_wndwb', 'Broken Window (small)', 'Was it a rock or a dictionary?', 1422, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1020, 'hween08_wndw', 'Broken Window (large)', 'Was it a bird or a parsnip?', 1423, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1021, 'hween08_rad', 'Nuclear Radiation Sign', 'Warning! Smelly cheese ahead!', 1424, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1022, 'hween08_bio', 'Biohazard Sign', 'Every sock bin needs one!', 1425, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1023, 'hween08_bath2', 'Ooze Bath', 'Relax. Take it oozey!', 1427, 1, 2, 1, '2', 'can_sit_on_top,custom_data_numeric_on_off', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1024, 'hween08_bbag', 'Body Bag', 'Not a nice place to catch some Zzz\'s', 1428, 1, 3, 1.2, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1025, 'hween08_bed', 'Hospital Bed (blood)', 'You\'re in safe hands...', 1429, 1, 3, 1.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1026, 'hween08_bed2', 'Hospital Bed (ooze)', 'I\'m wicked and I\'m oozey!', 1430, 1, 3, 1.8, '0', 'can_lay_on_top,requires_rights_for_interaction', 'bed', 1, 1, '', -1, '0,2', NULL),
(1027, 'hween08_curtain', 'Hospital Curtain (blood)', 'Doctors at work', 1431, 3, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1028, 'hween08_curtain2', 'Hospital Curtain (ooze)', 'Nurses at work', 1432, 3, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1029, 'hween08_defibs', 'Life Support (blood)', 'Brought back to Earth with a shock!', 1433, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1030, 'hween08_defibs2', 'Life Support (ooze)', 'Brought back to Earth with a shock!', 1434, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1031, 'hween08_manhole', 'Manhole', 'Watch your step...', 1435, 1, 1, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1032, 'hween08_sink', 'Blood Sink', 'Nasty shaving accident?', 1436, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '29', -1, '2,4', NULL),
(1033, 'hween08_sink2', 'Ooze Sink', 'Who picked a spot?', 1437, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '30', -1, '2,4', NULL),
(1034, 'hween08_trll', 'Surgeon\'s Trolley', 'Chop, poke, ouch!', 1438, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1035, 'hw08_xray', 'X-Ray Poster', 'For viewing your bruises', 1439, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1036, 'eco_chair1', 'Eco Stool 1', 'Green leaf design', 1607, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1037, 'eco_chair2', 'Eco Stool 2', 'Brown floral design', 1608, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1038, 'eco_chair3', 'Eco Stool 3', 'Black and white skull design', 1609, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1039, 'eco_catcus1', NULL, NULL, 1439, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1040, 'eco_catcus2', NULL, NULL, 1439, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1041, 'eco_catcus3', NULL, NULL, 1439, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1042, 'eco_fruits1', 'Fruit Bowl 1', 'From tree to hand in 3 pixels!', 1610, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '38,37,39,36', -1, '2,4', NULL),
(1043, 'eco_fruits2', 'Fruit Bowl 2', 'From tree to hand in 3 pixels!', 1611, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '38,37,39,36', -1, '2,4', NULL),
(1044, 'eco_fruits3', 'Fruit Bowl 3', 'From tree to hand in 3 pixels!', 1612, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '38,37,39,36', -1, '2,4', NULL),
(1045, 'eco_lamp1', 'Eco Lamp 1', 'Energy saving bulb fitted', 1613, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1046, 'eco_lamp2', 'Eco Lamp 2', 'Energy saving bulb fitted', 1614, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1047, 'eco_lamp3', 'Eco Lamp 3', 'Energy saving bulb fitted', 1615, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1048, 'eco_light1', 'Eco Light 1', 'Energy saving bulb fitted', 1616, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1049, 'eco_light2', 'Eco Light 2', 'Energy saving bulb fitted', 1617, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1050, 'eco_light3', 'Eco Light 3', 'Energy saving bulb fitted', 1618, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1051, 'eco_table1', 'Eco Coffee Table 1', 'Recycled wood as standard', 1622, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1052, 'eco_table2', 'Eco Coffee Table 2', 'Recycled wood as standard', 1623, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1053, 'eco_table3', 'Eco Coffee Table 3', 'Recycled wood as standard', 1624, 2, 2, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1054, 'eco_tree1', 'Orange Tree', 'Actually, the tree is green...', 1625, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '38', -1, '2,4', NULL),
(1055, 'eco_tree2', 'Pear Tree', 'You\'ll want a pair of these...', 1626, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '36', -1, '2,4', NULL),
(1056, 'eco_tree3', NULL, NULL, 1439, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1057, 'eco_mush1', 'Witch Mushroom', 'Poisonous in the wrong hands', 11122, 1, 1, 0.7, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1058, 'eco_mush2', 'Fairy Mushroom', 'Sweet and nutty.', 11123, 1, 1, 1.5, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1059, 'eco_sofa1', 'Eco Armchair 1', 'Relax! You\'ve done your bit', 1619, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1060, 'eco_sofa2', 'Eco Armchair 2', 'Relax! You\'ve done your bit', 1620, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1061, 'eco_sofa3', 'Eco Armchair 3', 'Relax! You\'ve done your bit', 1621, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1062, 'eco_curtains1', 'Eco Curtain 1', 'Help keep the heat in', 1601, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1063, 'eco_curtains2', 'Eco Curtain 2', 'Help keep the heat in', 1602, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1064, 'eco_curtains3', 'Eco Curtain 3', 'Help keep the heat in', 1603, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1065, 'ecotron_box', 'Ecotron prize', 'This item is 100 % recycled.', 1627, 1, 1, 1, '0', 'can_stack_on_top,solid,eco_box,requires_rights_for_interaction', 'default', 1, 0, '', -1, '0,2,4,6', NULL),
(1066, 'eco_cactus1', 'Potted Cactus 1', 'Find a place in the sun', 1604, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1067, 'eco_cactus2', 'Potted Cactus 2', 'Find a place in the sun', 1605, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1068, 'eco_cactus3', 'Potted Cactus 3', 'Find a place in the sun', 1606, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1069, 'ktchn_pots', 'Hanging Pot Rack', 'Watch your head!', 1706, 2, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1070, 'ktchn_dvdr', 'Kitchel Wall Divider', 'A contemporary backsplash for any kitchen', 1707, 2, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1071, 'ktchn_light', 'Kitchen Light', 'The perfect lighting fixture to prep your food', 1708, 2, 1, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1072, 'ktchn_countr_2', 'Kitchen Counter Large', 'Vibrant and shiny.', 1709, 2, 1, 0.99, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1073, 'ktchn_cornr', 'Kitchen Wall Divider Corner', 'A contemporary backsplash for any kitchen', 1710, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1074, 'ktchn_gate', 'Kitchen Swinging Door', 'Easy to open and close during a bustling service.', 1711, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1075, 'ktchn_knives', 'Magnetic Knife Holder', 'Keeps your knives organized.', 1712, 0, 0, 0, '4', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1076, 'ktchn_plates', 'Dinner Plates', 'Who didn\'t finish their dinner?', 1713, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1077, 'ktchn_oven', 'Kitchen Oven', 'Bake me a pie!', 1714, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1078, 'ktchn_wall', 'Kitchen Wall', 'A contemporary backsplash for any kitchen', 1715, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1079, 'ktchn_countr_1', 'Kitchen Counter Small', 'Vibrant and shiny', 1716, 1, 1, 0.99, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1080, 'ktchn_sink', 'Industrial Sink', 'Always full of dirty dishes', 1717, 2, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1081, 'ktchn_desk', 'Kitchen Work Table', 'Sanitary for prepping those delicate deserts.', 1718, 2, 1, 0.99, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1082, 'ktchn_fridge', 'Kitchen Fridge', 'Keeps it all cold.', 1719, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '36,37,38,39,3', -1, '2,4', NULL),
(1083, 'ktchn_inspctr', 'Kitchen Inspector', 'This kitchen needs a serious inspection', 1720, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '34', -1, '2,4', NULL),
(1084, 'ktchn_hlthNut', 'The Health Nut', 'Run...run.....RUN! I\'m running!!!', 1721, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '3', -1, '2,4', NULL),
(1085, 'ktchn_stove', 'Industrial Stove', 'Keeps it simmering', 1722, 2, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1086, 'ktchn_bBlock', 'Butcher\'s Block', 'Sanitary for chopping any kind of food', 1723, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1087, 'ktchn_trash', 'Trash Can', 'Smelly if you don\'t empty it.', 1724, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1088, 'xm09_man_a', 'Snowman legs', 'What can you build?', 1661, 1, 1, 1, '5', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1089, 'xm09_man_b', 'Snowman middle', 'What can you build?', 1662, 1, 1, 1, '9', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1090, 'xm09_man_c', 'Snowman head', 'What can you build?', 1663, 1, 1, 0, '8', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1091, 'xm09_table', 'Holiday Table', 'Enough room for an entire family', 1664, 2, 6, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1092, 'xm09_bench', 'Holiday Bench', 'Will everyone fit?', 1665, 6, 1, 1.2, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1093, 'xm09_firwall', 'Xmas Tree Wall', 'Don\'t you just love snow...', 1666, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1094, 'xm09_forestwall', 'Snow Forest Wall', 'Covered in snow...', 1667, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1095, 'xm09_lodgewall', 'Lodge Wall', 'Keep the heat in and the cold out', 1668, 0, 0, 0, '8', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1096, 'xm09_bauble_1', 'Red Bauble', 'Perfect for a tree', 1669, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1097, 'xm09_bauble_2', 'Blue Bauble', 'Perfect for a tree', 1670, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1098, 'xm09_bauble_3', 'Green Bauble', 'Perfect for a tree', 1671, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1099, 'xm09_bauble_4', 'Yellow Bauble', 'Perfect for a tree', 1672, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1100, 'xm09_bauble_5', 'White Bauble', 'Perfect for a tree', 1673, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1101, 'xm09_bauble_6', 'Red Striped Bauble', 'Perfect for the tree', 1674, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1102, 'xm09_bauble_7', 'Blue Striped Bauble', 'Perfect for the tree', 1675, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1103, 'xm09_bauble_8', 'Green Striped Bauble', 'Perfect for the tree', 1676, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1104, 'xm09_bauble_9', 'Yellow Striped Bauble', 'Perfect for the tree', 1677, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1105, 'xm09_bauble_10', 'White Striped Bauble', 'Perfect for the tree', 1678, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1106, 'xm09_bauble_11', 'Tall Red Bauble', 'Perfect for the tree', 1679, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1107, 'xm09_bauble_12', 'Tall Blue Bauble', 'Perfect for the tree', 1680, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1108, 'xm09_bauble_13', 'Tall Green Bauble', 'Perfect for the tree', 1681, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1109, 'xm09_bauble_14', 'Tall Yellow Bauble', 'Perfect for the tree', 1682, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1110, 'xm09_bauble_15', 'Tall White Bauble', 'Perfect for the tree', 1683, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1111, 'xm09_bauble_16', 'Purple Green Bauble', 'Perfect for the tree', 1684, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1112, 'xm09_bauble_17', 'Tall Red Striped Bauble', 'Perfect for the tree', 1685, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1113, 'xm09_bauble_18', 'White Dot Bauble', 'Perfect for the tree', 1686, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1114, 'xm09_bauble_19', 'Tall Blue Striped Bauble', 'Perfect for the tree', 1687, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1115, 'xm09_bauble_20', 'Tall Yellow Striped Bauble', 'Perfect for the tree', 1688, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1116, 'xm09_bauble_21', 'Green White Bauble', 'Perfect for the tree', 1689, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1117, 'xm09_bauble_22', 'Red Heart Bauble', 'To hang on your tree', 1690, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1118, 'xm09_bauble_23', 'Blue Heart Bauble', 'To hang on your tree', 1691, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1119, 'xm09_bauble_24', 'Green Heart Bauble', 'To hang on your tree', 1692, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1120, 'xm09_bauble_25', 'Yellow Heart Bauble', 'To hang on your tree', 1693, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1121, 'xm09_bauble_26', 'White Heart Bauble', 'To hang on your tree', 1694, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1122, 'xm09_bauble_27', 'Pink Heart Bauble', 'To hang on your tree', 1695, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1123, 'xm09_candyCane', 'Candy Canes', 'Got Candy?', 1696, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1124, 'xm09_stocking', 'Holiday Stocking', 'Are they filled with coal?', 1697, 0, 0, 0, '7', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1125, 'xm09_infotv', 'Flatscreen TV', 'Catch the latest news of the pre-Holiday season!', 1698, 0, 0, 0, '2', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1126, 'xm09_cocoa', 'Hot Chocolate Maker', 'Cocoa and Christmas. Excellent!', 1699, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '8', -1, '2,4', NULL),
(1127, 'xm09_lrgBauble', 'Large Bauble', 'Isn\'t it pretty!', 1700, 1, 1, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1128, 'xm09_frplc', 'Christmas Fireplace', 'Warm and cozy!', 4312, 1, 1, 0, '9', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1129, 'urban_sidewalk', 'Sidewalk', 'Don\'t step on a crack.', 2978, 2, 2, 0.2, '4', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1130, 'urban_lamp', 'Street Lamp', 'Keeps a dark street brightly lit.', 2979, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1131, 'urban_bin', 'Urban Trash Can', 'Street trash.', 2980, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1132, 'urban_bench', 'Urban Bench', 'Watch out for gum before you sit.', 2981, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1133, 'urban_carsofa', 'Taxi Sofa', 'Seats comfortably for crazy cab drives.', 2982, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1134, 'urban_bsktbll', 'Urban Basketball Hoop', 'Slam dunk!', 2983, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1135, 'urban_fence', 'Urban Fence', 'Keeps trouble in our out.', 2984, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1136, 'urban_wpost', 'Fire Hydrant', 'Sometimes used for putting out fires.', 2986, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1137, 'urban_fence_corner', 'Urban Fence Corner', 'Keeps trouble in or out.', 2987, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1138, 'urban_blocker', 'Road Block', 'Don\'t go any further.', 2988, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1139, 'urban_bench_plain', 'Clean Bench', 'Nothing feels better than sitting on a clean bench.', 2989, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1140, 'urban_wall', 'Urban Wall', 'Great for graffiti art.', 2990, 2, 1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1141, 'grunge_barrel', 'Flaming Barrel', 'Beacon of light!', 264, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1142, 'grunge_bench', 'Bench', 'Laid back seating', 265, 3, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1143, 'grunge_candle', 'Candle Box', 'Late night debate', 266, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1144, 'grunge_chair', 'Grunge Chair', 'Alternative chair for alternative people', 267, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1145, 'grunge_mattress', 'Grunge Mattress', 'Beats sleeping on the floor!', 268, 3, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1146, 'grunge_radiator', 'Radiator', 'Started cool but now it\'s hot!', 269, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1147, 'grunge_shelf', 'Grunge Bookshelf', 'Scrap books and photo albums', 270, 3, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1148, 'grunge_sign', 'Road Sign', 'Bought legitimately from an M1 cafe.', 271, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1149, 'grunge_table', 'Grunge Table', 'Students of the round table!', 272, 2, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1150, 'hc_crpt', 'Persian Carpet', 'Ultimate craftsmanship', 990, 3, 5, 0, '0', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1151, 'bolly_lotus_pool', 'Lotus Pool', 'Giant passionate flower', 1534, 2, 2, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1152, 'bolly_corner', 'Bollywood Corner', 'Tuck it away', 1535, 1, 1, 0.8, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1153, 'bolly_desk', 'Bollywood Desk', 'To build and divide', 1536, 2, 1, 0.8, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1154, 'bolly_drapea', 'Pink Curtain', 'Made with the finest materials', 1537, 3, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(1155, 'bolly_drapeb', 'Green Curtain', 'Made with the finest materials', 1538, 3, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(1156, 'bolly_drapec', 'Yellow Curtain', 'Made with the finest materials', 1539, 3, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(1157, 'bolly_pillow', 'Star Pillow', 'Don\'t forget to make a wish!', 1540, 1, 1, 0.8, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1158, 'bolly_fountain', 'Extravagant Fountain', 'Now that\'s refreshing!', 1541, 2, 2, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1159, 'bolly_lamp', 'Chandelier', 'Turn the lights down low', 1542, 1, 1, 0, '2', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1160, 'bolly_monkey_lamp', 'Monkey Lamp', 'Cast a cheeky glow', 1543, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1161, 'bolly_phant', 'Elephant MiniBar', 'For he\'s a \'bolly\' good fellow!', 1544, 1, 1, 0, '2', 'solid', 'vending_machine', 1, 1, '35', -1, '2,4', NULL),
(1162, 'bolly_petals', 'Petal Flurry', 'Lay down a bed of roses', 1545, 2, 2, 0, '3', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1163, 'bolly_palm', 'Palm Tree', 'Watch for falling coconuts!', 1546, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1164, 'bolly_swing', 'Swing', 'Swing low, my sweet.', 1547, 2, 1, 1.8, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1165, 'bolly_table', 'Large Ornamental Table', 'Decorative granite finish', 1548, 2, 2, 0.8, '0', 'can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1166, 'bolly_tile1', 'Ornamental Tile', 'The floor is your canvas', 1549, 2, 2, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1167, 'bolly_tile2', 'Standard Tile', 'The floor is your canvas', 1550, 2, 2, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1168, 'bolly_vase', 'Vase of Flowers', 'Let off a heavenly scent', 1551, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '1019', -1, '0,6', NULL),
(1169, 'bolly_wdw_wd', 'Bolly Window', 'Sets the scene', 1553, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '1', -1, '2,4', NULL),
(1170, 'svnr_de', 'German Gnome', 'October 2008, 4/6', 1333, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1171, 'svnr_uk', 'Big Ben', 'September 2008, 3/6', 1334, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1172, 'svnr_it', 'Venetian Gondola', 'July 2008, 1/6', 1335, 2, 1, 1.2, '0', 'can_sit_on_top,redirect_rotation_2', 'chair', 1, 1, '', -1, '2,4', NULL),
(1173, 'svnr_nl', 'Dutch Clog', 'August 2008, 2/6', 1336, 1, 2, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1174, 'svnr_aus', 'Aussie Outback', 'November 2008, 5/6', 1360, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1175, 'svnr_fi', 'Finnish Sauna', 'December 2008, 6/6', 1846, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1176, 'lostc_merdragon', 'Leviathan', '1/6 - January 2009', 1519, 1, 3, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1177, 'lostc_octopus', 'Kraken', '2/6 - February 2009', 10002, 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '4,6', NULL),
(1178, 'totem_leg', 'Totem Leg', '1/3 of Totem', 10009, 1, 1, 1.3, '12', 'solid,can_stack_on_top', 'totem_leg', 1, 1, '', -1, '2,4', NULL),
(1179, 'totem_head', 'Totem Spirit Head', 'Which animal are you? 2/3 of Totem', 11171, 1, 1, 1.8, '15', 'solid,can_stack_on_top', 'totem_head', 1, 1, '', -1, '2,4', NULL),
(1180, 'totem_planet', 'Totem Planet', '3/3 of Totem', 11214, 1, 1, 0, '3', 'solid,redirect_rotation_0', 'totem_planet', 1, 1, '', -1, '0', NULL),
(1181, 'fortune', 'Crystal Ball', 'Gaze into the future', 1234, 1, 1, 0, '9', 'solid', 'fortune', 1, 1, '', -1, '0', NULL),
(1182, 'sound_set_65', 'Sound set 65', '', 1348, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1183, 'sound_set_66', 'Sound set 66', '', 1354, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1184, 'sound_set_67', 'Sound set 67', '', 1349, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1185, 'sound_set_68', 'Sound set 68', '', 1351, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1186, 'sound_set_69', 'Sound set 69', '', 1352, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1187, 'sound_set_70', 'Sound set 70', '', 1353, 1, 1, 0.2, '0', 'solid,can_stack_on_top,sound_machine_sample_set,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1188, 'party_lights', 'Party lights', 'Dance dance dance!', 1467, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1189, 'bolly_tree', 'Palm Tree', 'Bollywood meets Hollywood', 1552, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1190, 'song_disk', 'Traxdisc', 'Burn, baby burn', 1355, 1, 1, 0.1, '0', 'solid,song_disk,can_stack_on_top', 'default', 1, 0, '', -1, '0,2', NULL),
(1191, 'sf_roof', 'Starship Roof', 'But it doen\'t rain in space...', 11184, 2, 4, 0, '2', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1192, 'SF_crate_2', 'Large Crate', 'Weightless in Space', 11185, 2, 1, 0.99, '2', 'can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1193, 'SF_crate_1', 'Small Crate', 'Weightless in Space', 11186, 1, 1, 0.99, '2', 'can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1194, 'sf_stick', 'Light Pole', 'Attracts space critters.', 11187, 1, 1, 0, '5', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1195, 'SF_chair_blue', 'Medium Chair', 'Space captain\'s side kick.', 11188, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1196, 'sf_roller', 'SciFi Roller', 'Moving through space.', 11189, 1, 1, 0.45, '0', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1197, 'SF_alien', 'K-nick-4', 'Alien Collectible', 11190, 1, 1, 0, '102', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1198, 'SF_floor_2', 'Spaceship Floor Dark', 'Space walk', 11191, 2, 2, 0, '2', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1199, 'SF_panel3', 'Navigation Console', 'Steer clear of Black Holes', 11192, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1200, 'sf_floor', 'Transparent Floor', 'Don\'t fall through!', 11193, 2, 4, 0, '2', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1201, 'sf_tele', 'Space Teleporter', 'Turn into millions of atoms', 11194, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_2', 'teleport', 1, 1, '', -1, '2,4', NULL),
(1202, 'SF_reactor', 'Warp Reactor', 'Fusion reactor to heat plasma', 11195, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1203, 'SF_chair_green', 'Small Chair', 'Buckle up for a space ride.', 11196, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1204, 'SF_panel1', 'Command Console', 'Blinking Lights but what to do', 11198, 1, 1, 0, '102', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1205, 'SF_panel2', 'Engineering Console', 'All systems checked', 11199, 2, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1206, 'sf_pod', 'Cryogenic Bed', 'For those who like to sleep a long time.', 11200, 1, 3, 1.36, '2', 'can_lay_on_top,requires_rights_for_interaction', 'bed', 1, 1, '', -1, '0,2', NULL),
(1207, 'SF_table', 'Space Table', 'Supplied with gravity', 11201, 2, 2, 1.1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1208, 'sf_gate', 'Display-Gate', 'Can you see me now?', 11202, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1209, 'SF_floor_1', 'Spaceship Floor Light', 'Space walk', 11203, 2, 2, 0, '2', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1210, 'SF_chair_red', 'Captain\'s Chair', 'Master of Space', 11204, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1211, 'SF_lamp', 'Sci fi Lamp', 'Bright lights in a dark space', 11209, 1, 1, 0, '102', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1212, 'ads_idol_floor1', 'American Idol Floor Tile 1', 'Create a custom floor in your American Idol room', 1577, 2, 2, 0, '4', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1213, 'ads_idol_desk', 'American Idol Judge Desk', 'No audition room is complete with out one of these!', 1578, 1, 4, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1214, 'ads_idol_ch', 'American Idol Judge Chair', 'Sit comfortably in this American Idol Judge Chair', 1579, 1, 1, 1.2, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1215, 'ads_idol_floor2', 'American Idol Floor Tile 2', 'Make your American Idol room more unique with these tiles', 1580, 2, 2, 0, '4', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1216, 'ads_idol_piano', 'American Idol Piano', 'Write a beautiful ballad for the performance of your life!', 1581, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1217, 'ads_idol_wall', 'American Idol Poster', 'Set the stage with this poster. Feels like you\'re really there, right?', 1582, -1, -1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1218, 'ads_idol_tv', 'American Idol TV', 'TBD Click it away', 1583, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1219, 'ads_idol_mic', 'American Idol Microphone', 'Sing your heart out! Well, not literally...', 1584, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1220, 'ads_idol_drape', 'American Idol Curtain', 'Create the perfect American Idol set with these curtains', 1585, 3, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(1221, 'ads_idol_audChr', 'American Idol Audience Chair', 'Fancy seating for your audience!', 1586, 1, 1, 1, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1222, 'ads_idol_pchair', 'American Idol Piano Chair', 'Sit comfortably in this chair with your Idol piano', 1587, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1223, 'ads_idol_trax', 'American Idol Trax Machine', 'Everything sounds sweeter with this custom American Idol Trax Machine!', 1588, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,custom_data_numeric_on_off,sound_machine', 'default', 1, 1, '', -1, '2,4', NULL),
(1224, 'ads_idol_tele', 'American Idol Star Teleport', 'This could be the doorway to your dreams!', 1589, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,redirect_rotation_0,door_teleporter', 'teleport', 1, 1, '', -1, '0,2,4,6', NULL),
(1225, 'ads_idol_jukebox*1', 'American Idol Jukebox', 'I sound better already!', 1590, 1, 1, 0, '2', 'solid,jukebox', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1226, 'ads_idol_clRack', 'Clothes Rack', 'Finally! Somewhere to hang up your clothes', 1591, 3, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1227, 'ads_idol_mirror', 'Makeup Mirror', 'Pass the lipstick please!', 1592, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1228, 'ads_idol_voting_ch', 'Voting Chair', 'Do you have a good ear for music?', 1593, 1, 1, 1.2, '3', 'can_sit_on_top,requires_rights_for_interaction', 'idol_vote_chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1229, 'ads_idol_hotspot', 'Hot Spot Scoreboard', 'Stand here and await the verdict!', 1600, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction,can_not_stack_on_top', 'idol_scoreboard', 1, 1, '', -1, '2,4', NULL),
(1230, 'ads_idol_cork', 'Cubicle Partition', 'Need privacy so you can write that story? Get this!', 10051, 3, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1231, 'ads_idol_ichair', 'Interview Chair', 'Next question please.', 10052, 1, 1, 1.3, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1232, 'ads_idol_logo', 'Idol Logo', 'Idol logo wall', 10053, -1, -1, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1233, 'ads_idol_newsDsk', 'News Reporter Desk', 'Report all the gossip in Habbo at this desk!', 10054, 2, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1234, 'ads_idol_tube', 'Tube Light', 'Set the mood with this beautv!', 10055, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1235, 'ads_idol_tblCloth', 'ads_idol_tblCloth name', 'ads_idol_tbleCloth desc', 11133, 2, 2, 1.2, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1236, 'ads_idol_lamp', 'ads_idol_lamp name', 'ads_idol_lamp desc', 11137, 1, 1, 0, '2', 'can_stand_on_top,can_stack_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1237, 'ads_idol_carpet', 'Idol Carpet', 'With glamour and style', 11149, 2, 7, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1238, 'ads_idol_l_carpet', 'Idol Carpet', 'With glamour and style', 9908, 2, 7, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1239, 'ads_idol_l_logo', 'Idol Logo', 'Idol logo wall', 9909, -1, -1, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1240, 'ads_idol_l_tv', 'American Idol Tv', 'TBD Click it away', 9910, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1241, 'ads_idol_trophy', 'American Idol Trophy', 'For the winner of American Idol', 11172, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1242, 'flag_algeria', 'The Algerian Flag', 'Wave it proudly!', 4270, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1243, 'flag_argentina', 'The Argentinian Flag', 'Wave it proudly!', 4261, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1244, 'flag_belgium', 'The Belgian Flag', 'Wave it proudly!', 4229, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1245, 'flag_chile', 'The Chilean Flag', 'Wave it proudly!', 4256, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1246, 'flag_columbia', 'The Colombian Flag', 'Wave it proudly!', 4258, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1247, 'flag_dominicanrepublic', 'The Dominican Republic Flag', 'Wave it proudly!', 4265, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1248, 'flag_ecuador', 'The Ecuadorian Flag', 'Wave it proudly!', 4268, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1249, 'flag_greece', 'The Greek Flag', 'Wave it proudly!', 4253, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1250, 'flag_malaysia', 'The Malaysian Flag', 'Wave it proudly!', 4252, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1251, 'flag_mexico', 'The Mexican Flag', 'Wave it proudly!', 4250, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1252, 'flag_morocco', 'The Moroccan Flag', 'Wave it proudly!', 4264, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1253, 'flag_newzealand', 'The New Zealand Flag', 'Wave it proudly!', 4260, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1254, 'flag_norway', 'Norwegian Flag', 'Land of the fjord', 11173, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1255, 'flag_panama', 'The Panama Flag', 'Wave it proudly!', 4262, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1256, 'flag_peru', 'The Peruvian Flag', 'Wave it proudly!', 4246, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1257, 'flag_philippines', 'The Philippines Flag', 'Wave it proudly!', 4251, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1258, 'flag_portugal', 'The Portuguese Flag', 'Wave it proudly!', 4231, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1259, 'flag_singapore', 'The Singapore Flag', 'Wave it proudly!', 4249, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1260, 'flag_tunisia', 'The Tunisian Flag', 'Wave it proudly!', 4248, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1261, 'flag_turkey', 'The Turkish Flag', 'Wave it proudly!', 4255, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1262, 'flag_venezl', 'The Venezuelan Flag', 'Wave it proudly!', 4254, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1263, 'marsrug', 'Mars Patch', 'Discover the red planet', 11180, 2, 2, 0, '5', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1264, 'sf_wall2', 'Starship Wall', 'Keeping space out since 1969', 11181, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1265, 'sf_wall3', 'Starship Corner', 'Streamlined for speed', 11182, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1266, 'sf_window', 'Starship Window', 'It\'ll put stars in your eyes', 11183, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1267, 'fx_explosion', 'The Kaboomer', 'Blow it up, baby!', 1521, 0, 0, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', 3600, '0', NULL),
(1268, 'fx_bubble', 'Bubbles', 'Forever blowing bubbles!', 1522, 0, 0, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', 3600, '0', NULL),
(1269, 'fx_flare', 'Firestarter', 'Light it up!', 1523, 0, 0, 0, '2', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 0, 0, '', 3600, '0', NULL),
(1270, 'planet_of_love', 'Planet of Love', 'All you need is world LOVE!', 11213, 1, 1, 0, '0', 'can_stand_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1271, 'saturn', 'Planet of Eternity', 'How many rings are there??', 11154, 1, 1, 0, '0', 'can_stand_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1272, 'pix_asteroid', 'The Asteroid', 'A smashing rock in space!', 11212, 1, 1, 0, '2', 'can_stand_on_top', 'default', 1, 1, '', -1, '0,6', NULL),
(1273, 'one_way_door*1', 'Aqua One Way Gate', 'One at a time!', 9800, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1274, 'one_way_door*2', 'Black HC Gate', 'One way! The HC way!', 9801, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1275, 'one_way_door*3', 'White HC Gate', 'One way! The HC way!', 9802, 1, 1, 0, '0', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1276, 'one_way_door*4', 'Beige One Way Gate', 'One at a time!', 9803, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1277, 'one_way_door*5', 'Pink One Way Gate', 'One at a time!', 9804, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1278, 'one_way_door*6', 'Blue HC Gate', 'One way! The HC way!', 9805, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1279, 'one_way_door*7', 'Green One Way Gate', 'One at a time!', 9806, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1280, 'one_way_door*8', 'Yellow One Way Gate', 'One at a time!', 9807, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1281, 'one_way_door*9', 'Red One Way Gate', 'One at a time!', 9808, 1, 1, 0, '2', 'one_way_gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1282, 'tiki_tray0', 'Empty Tray', 'That was tasty!', 1283, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1283, 'tiki_tray1', 'Tiki Fruit Tray', 'Refreshing!', 1284, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1284, 'tiki_tray2', 'Tiki Pineapple Plate', 'Fresh and juicy!', 1285, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1285, 'tiki_tray3', 'Tiki Fish Tray', 'Freshly caught and BBQ\'d!', 1286, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1286, 'tiki_tray4', 'Tiki Pig Tray', 'Slow roastet pig head', 1287, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1287, 'tiki_wallplnt', 'Jungle Wallplant', 'Dense jungle ahead!', 1291, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1288, 'tiki_bardesk', 'Tiki Bar Desk', 'Serving up Summer', 1292, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1289, 'tiki_bench', 'Tiki Bar Stool', 'Sit back and relax!', 1293, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1290, 'tiki_bflies', 'Butterflies', 'Get your island beauties', 1294, 1, 1, 0, '3', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1291, 'tiki_junglerug', 'Jungle Patch', 'Bring your machete', 1295, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1292, 'tiki_parasol', 'Tiki Parasol', 'Funky party lighting', 1296, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1293, 'tiki_sand', 'Island Sand Patch', 'Life\'s a beach!', 1297, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1294, 'tiki_statue', 'Tribal Statue', 'Burn baby burn.. tiki inferno', 1298, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1295, 'tiki_torch', 'Beach Torch', 'Lighting the way', 1299, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1296, 'tiki_toucan', 'Toucan', 'Ermm... *pecks*', 1300, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1297, 'tiki_waterfall', 'Tiki Waterfall', 'Fresh mountain water', 1301, 3, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1298, 'tiki_surfboard', 'Surfboard', 'Ride the waves dude!', 1302, 0, 0, 0, '9', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1299, 'tiki_corner', 'Tiki Bar Corner', 'Nothing says a bar like a corner?', 1303, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1300, 'ads_twi_paint', 'Painting', 'Stare deep into the painting...', 4272, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1301, 'ads_twi_dreamc', 'Dream Catcher', 'Will it catch them?', 4273, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1302, 'ads_twi_bwall1', 'Barn Wall', 'Keeps the cold out..', 4274, -1, -1, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1303, 'ads_twi_crest', 'Volturi Crest', 'A Royal Crest.', 4275, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1304, 'ads_twi_toolbx', 'Toolbox', 'Good spot for some tools...', 3296, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1305, 'ads_twi_table', 'Cake on Table with Presents', 'Whose name is on that present?', 3297, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1306, 'ads_twi_tower', 'Clock Tower', 'What time is it?', 3298, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1307, 'ads_twi_piano', 'Broken Piano', 'I wonder if it\'s still in tune.', 3299, 2, 2, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1308, 'ads_twi_chair', 'Volturi Royal Chair', 'A chair fit for royalty', 3300, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1309, 'ads_twi_fountn', 'Fountain', 'Simply breathtaking...', 3301, 2, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1310, 'ads_twi_dvdr2', 'Clock Tower wall', 'Repel all attacks...', 3302, 2, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1311, 'ads_twi_dvdr1', 'Half wall', 'Where is the other half?', 3303, 2, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1312, 'ads_twi_bwall2', 'Truck and Motorcycles', 'Nice motorcycle', 4276, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1313, 'ads_twi_roses', 'Standing Rose Bouquet', 'You shouldn\'t have...', 3304, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1314, 'ads_twi_windw', 'Window with Candles', 'Watch the candle flicker', 4277, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1315, 'ads_twi_trophy', 'Twilight Trophy', 'Fitting for the biggest Twilight fan!', 3311, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1316, 'ads_twi_mist', 'Fog', 'Sure is foggy out here...', 3308, 1, 1, 0, '2', 'can_stand_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1317, 'theatre_seat', 'Deluxe Theatre Chair', 'For Lazy boys and girls!', 286, 1, 1, 1.2, '6', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1318, 'spotlight', 'Habbowood Spotlight', 'For the star of the show', 285, 1, 1, 0, '6', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1319, 'rope_divider', 'Rope Divider', 'Rope Divider', 284, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1320, 'tile_brown', 'Red Tile', '10% off downtown promenades & piazzas!', 78, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1321, 'tile_marble', 'Marble Tile', 'Slick sophistication; now 10% off!', 77, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1322, 'tile_stella', 'Star Tile', '10% off the walk of fame!', 289, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1323, 'habw_mirror', 'Habbowood Mirror', 'Star of the show!', 288, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1324, 'carpet_valentine', 'Red carpet', 'For making an appearance', 677, 2, 7, 0, '0', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1325, 'habbowood_chair', 'Director\'s Chair', 'Exclusively for Directors', 283, 1, 1, 1.2, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1326, 'gothic_chair*1', 'Gothic Chair Pink', 'The dark side of Habbo', 2084, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1327, 'gothic_sofa*1', 'Gothic Sofa Pink', 'The dark side of Habbo', 2085, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1328, 'gothic_stool*1', 'Gothic Stool Pink', 'The dark side of Habbo', 2086, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1329, 'gothic_chair*2', 'Gothic Chair Saffron', 'The dark side of Habbo', 2087, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1330, 'gothic_sofa*2', 'Gothic Sofa Saffron', 'The dark side of Habbo', 2088, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1331, 'gothic_stool*2', 'Gothic Stool Saffron', 'The dark side of Habbo', 2089, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1332, 'gothic_chair*4', 'Black Gothic Chair', 'The dark side of Habbo', 2093, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1333, 'gothic_sofa*4', 'Black Gothic Sofa', 'The dark side of Habbo', 2094, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1334, 'gothic_stool*4', 'Black Gothic Stool', 'The dark side of Habbo', 2095, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1335, 'gothic_chair*5', 'Gothic Chair Green', 'The dark side of Habbo', 2096, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1336, 'gothic_sofa*5', 'Gothic Sofa Green', 'The dark side of Habbo', 2097, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1337, 'gothic_stool*5', 'Gothic Stool Green', 'The dark side of Habbo', 2098, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1338, 'gothic_chair*6', 'Gothic Chair Blue', 'The dark side of Habbo', 2099, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1339, 'gothic_sofa*6', 'Gothic Sofa Blue', 'The dark side of Habbo', 2100, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1340, 'gothic_stool*6', 'Gothic Stool Blue', 'The dark side of Habbo', 2101, 1, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1341, 'sofachair_polyfon*2', 'Black Mode Armchair', 'Black Mode Armchair', 847, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1342, 'bed_polyfon*2', 'Black Mode Double Bed', 'Black Mode Double Bed', 844, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1343, 'bed_polyfon_one*2', 'Black Mode Single Bed', 'Black Mode Single Bed', 845, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1344, 'bardesk_polyfon*2', 'Black Mode Bardesk', 'Black Mode Bardesk', 849, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1345, 'bardeskcorner_polyfon*2', 'Black Mode Bardesk Corner', 'Black Mode Bardesk Corner', 850, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1346, 'sofachair_polyfon*3', 'White Armchair', 'Loft-style comfort', 854, 1, 1, 1, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1347, 'bed_polyfon*3', 'White Double Bed', 'Give yourself space to stretch out', 851, 2, 3, 1, '2', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2,4,6', NULL),
(1348, 'bed_polyfon_one*3', 'White Single Bed', 'Cot of the artistic', 852, 1, 3, 1.6, '2', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2,4,6', NULL),
(1349, 'bardesk_polyfon*3', 'White Bardesk', 'Perfect for work or play', 856, 2, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1350, 'bardeskcorner_polyfon*3', 'White Corner Desk', 'Tuck it away', 857, 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1351, 'sofachair_polyfon*4', 'Beige Mode Armchair', 'Beige Mode Armchair', 861, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1352, 'bed_polyfon*4', 'Beige Mode Double Bed', 'Beige Mode Double Bed', 858, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1353, 'bed_polyfon_one*4', 'Beige Mode Single Bed', 'Beige Mode Single Bed', 859, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1354, 'bardesk_polyfon*4', 'Beige Mode Bardesk', 'Beige Mode Bardesk', 863, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1355, 'bardeskcorner_polyfon*4', 'Beige Mode Bardesk Corner', 'Beige Mode Bardesk Corner', 864, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1356, 'sofachair_polyfon*6', 'Blue Mode Armchair', 'Blue Mode Armchair', 868, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1357, 'bed_polyfon*6', 'Blue Mode Double Bed', 'Blue Mode Double Bed', 865, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1358, 'bed_polyfon_one*6', 'Blue Mode Single Bed', 'Blue Mode Single Bed', 866, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1359, 'bardesk_polyfon*6', 'Blue Mode Bardesk', 'Blue Mode Bardesk', 870, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1360, 'bardeskcorner_polyfon*6', 'Blue Mode Bardesk Corner', 'Blue Mode Bardesk Corner', 871, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1361, 'sofachair_polyfon*7', 'Green Armchair', 'Loft-style comfort', 875, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1362, 'bed_polyfon*7', 'Green Double Bed', 'Give yourself space to stretch out', 872, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1363, 'bed_polyfon_one*7', 'Green Single Bed', 'Cot of the artistic', 873, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1364, 'bardesk_polyfon*7', 'Green Bardesk', 'Perfect for work or play', 877, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1365, 'bardeskcorner_polyfon*7', 'Green Corner Desk', 'Tuck it away', 878, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1366, 'sofachair_polyfon*8', 'Yellow Mode Armchair', 'Yellow Mode Armchair', 882, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1367, 'bed_polyfon*8', 'Yellow Mode Double Bed', 'Yellow Mode Double Bed', 879, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1368, 'bed_polyfon_one*8', 'Yellow Mode Single Bed', 'Yellow Mode Single Bed', 880, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1369, 'bardesk_polyfon*8', 'Yellow Mode Bardesk', 'Yellow Mode Bardesk', 884, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1370, 'bardeskcorner_polyfon*8', 'Yellow Mode Bardesk Corner', 'Yellow Mode Bardesk Corner', 885, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1371, 'sofachair_polyfon*9', 'Red Armchair', 'Loft-style comfort', 889, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1372, 'bed_polyfon*9', 'Red Double Bed', 'Give yourself space to stretch out', 886, 2, 3, 1, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1373, 'bed_polyfon_one*9', 'Red Single Bed', 'Cot of the artistic', 887, 1, 3, 1.6, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1374, 'bardesk_polyfon*9', 'Red Bardesk', 'Perfect for work or play', 891, 2, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1375, 'bardeskcorner_polyfon*9', 'Red Corner Desk', 'Tuck it away', 892, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1376, 'divider_poly3*2', 'Black Mode Bardesk Gate', 'Black Mode Bardesk Gate', 848, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1377, 'divider_poly3*3', 'White Hatch', 'Border control!', 855, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1378, 'divider_poly3*4', 'Beige Mode Bardesk Gate', 'Beige Mode Bardesk Gate', 862, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1379, 'divider_poly3*6', 'Blue Mode Bardesk Gate', 'Blue Mode Bardesk Gate', 869, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1380, 'divider_poly3*7', 'Green Hatch', 'Border control', 876, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1381, 'divider_poly3*8', 'Yellow Mode Bardesk Gate', 'Yellow Mode Bardesk Gate', 883, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1382, 'divider_poly3*9', 'Red Hatch', 'Border Control!', 890, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1383, 'prizetrophy*1', 'Classic trophy', 'Glittery gold', 600, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1384, 'post.it.vd', 'Heart Stickies', 'Spread your love!', 676, 1, 1, 0, '0', 'wall_item,post_it', 'default', 1, 1, '', -1, '', NULL),
(1385, 'heartsofa', 'Heart Sofa', 'Perfect for snuggling up on', 672, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1386, 'heart', 'Giant Heart', 'Full of love', 674, 2, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1387, 'statue', 'Cupid Statue', 'Watch out for those arrows!', 673, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1388, 'valeduck', 'Valentine\'s Duck', 'He\'s lovestruck', 675, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1389, 'val_cauldron', 'Valentine\'s cauldron', 'Cast a loving spell', 2103, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '25', -1, '0', NULL),
(1390, 'val_choco', 'Heart Shaped Chocs', 'One for them. Two for me!', 1235, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1391, 'val_teddy*1', 'Grey Share Bear', 'The grey bear of affection', 1240, 1, 1, 0.9, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1392, 'val_teddy*2', 'Pink Share Bear', 'The pink bear of passion', 1241, 1, 1, 0.9, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1393, 'val_teddy*3', 'Green Share Bear', 'The green bear of friendship', 1242, 1, 1, 0.9, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1394, 'val_teddy*4', 'Brown Share Bear', 'The brown bear of naughtiness', 1243, 1, 1, 0.9, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1395, 'val_teddy*5', 'Yellow Share Bear', 'The yellow bear of understanding', 1244, 1, 1, 0.9, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1396, 'val_teddy*6', 'Blue Share Bear', 'The blue bear of happiness', 1245, 1, 1, 0.9, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1397, 'val_heart', 'Heart Light', 'Heartbroken... without your love!', 678, 1, 1, 0, '2', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1398, 'plant_valentinerose*1', 'Red Valentine\'s Rose', 'Secret admirer!', 679, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1399, 'plant_valentinerose*2', 'White Valentine\'s Rose', 'For the purest love', 680, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1400, 'plant_valentinerose*3', 'Yellow Valentine\'s Rose', 'Relight your passions', 681, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1401, 'plant_valentinerose*4', 'Pink Valentine\'s Rose', 'Be mine!', 682, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1402, 'plant_valentinerose*5', 'Purple Valentine\'s Rose', 'Requires purple rain to flourish', 683, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1403, 'pumpkin', 'Pumpkin Lamp', 'Cast a spooky glow', 656, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1404, 'habboween_grass', 'Unholy Ground', 'Autumnal chills with each rotation!', 669, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1405, 'deadduck', 'Dead Duck', 'Blood, but no guts', 662, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1406, 'deadduck2', 'Dead Duck 2', 'Someone forgot to feed me...', 663, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1407, 'deadduck3', 'Dead Duck 3', 'With added ectoplasm', 664, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1408, 'skullcandle', 'Skull Candle Holder', 'Alas poor Yorrick...', 659, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1409, 'habboween_crypt', 'Creepy Crypt', 'What lurks inside?', 668, 1, 3, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1410, 'hal_cauldron', 'Habboween Cauldron', 'Eye of Habbo and toe of Mod!', 670, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '3', -1, '0,6', NULL),
(1411, 'hal_grave', 'Haunted Grave', 'We\'re raising the dead!', 671, 1, 2, 0, '2', 'solid_single_tile,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1412, 'rela_candles1', 'White Candles', 'Calming Relaxation...', 3234, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1413, 'rela_candles2', 'Red Candles', 'Calming Relaxation...', 3245, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1414, 'rela_candles3', 'Violet Candles', 'Calming Relaxation...', 3236, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1415, 'rela_candle1', 'White Candle', 'Calming Relaxation...', 3238, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1416, 'rela_candle2', 'Red Candle', 'Calming Relaxation...', 3244, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1417, 'rela_candle3', 'Violet Candle', 'Calming Relaxation...', 3235, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1418, 'rela_hchair', 'Comfort Cradle', 'Calming Comfort...', 3247, 1, 1, 1.4, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1419, 'rela_orchid', 'Orchid', 'Calming Fragrance...', 3239, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1420, 'rela_plant', 'Relaxation Plant', 'Calming Greenery...', 3246, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1421, 'rela_stick', 'Stick in Jar', 'Calming Tranquility...', 3240, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1422, 'rela_stone', 'Relaxation Stones', 'Calming Stability...', 3233, 1, 1, 1, '3', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2', NULL),
(1423, 'rela_rock', 'Rock Seat', 'Calming Comfort...', 3248, 1, 1, 1, '3', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1424, 'rela_wall', 'Relaxation Wall', 'Calming Serenity...', 4232, 1, 1, 0, '6', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1425, 'jp_lantern', 'Japanese Lantern', 'For a mellow Eastern glow', 306, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1426, 'jp_pillow', 'Pillow Chair', 'Comfy and classical', 302, 1, 1, 0.8, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1427, 'jp_irori', 'Irori', 'Traditional heating and eating', 303, 2, 2, 0, '2', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1428, 'jp_ninjastars', 'Ninja Stars', 'Not a frisbee', 308, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1429, 'jp_tatami', 'Small Tatami Mat', 'Shoes off please', 304, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1430, 'jp_tatami2', 'Large Tatami Mat', 'Shoes off please', 305, 2, 4, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1431, 'jp_drawer', 'Japanese Drawer', 'Spiritual home for odds and ends', 307, 1, 1, 1, '2', 'solid,requires_rights_for_interaction,can_stack_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1432, 'jp_bamboo', 'Bamboo Forest', 'Watch out for pandas!', 301, 2, 2, 0, '0', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1433, 'jp_rare', 'Shishi Odishi', 'Traditional Japanese water ornament', 1272, 2, 2, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1434, 'jp_sheet1', 'Kakejiku Ziritsu', 'Japanese Kakejiku', 309, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1435, 'jp_sheet2', 'Kakejiku Ninjya', 'Japanese Kakejiku', 310, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1436, 'jp_sheet3', 'Kakejiku Hokusai', 'Japanese Kakejiku', 311, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1437, 'jp_tray1', 'Sushi Maguro', 'Sushi made with tuna', 312, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1438, 'jp_tray2', 'Sushi Ika', 'Sushi made with squid', 313, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1439, 'jp_tray3', 'Sushi Ikura', 'Sushi made with caviar', 314, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1440, 'jp_tray4', 'Sushi Uni', 'Sushi made with sea urchin', 315, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1441, 'jp_tray5', 'Sushi Tamago', 'Sushi made with egg', 316, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1442, 'jp_tray6', 'Sushi Kohada', 'Sushi made with mackerel', 317, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1443, 'jp_katana1', 'HC Katana Red', 'Essential chopping!', 1268, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1444, 'jp_katana2', 'Katana Blue', 'Let\'s get chopping!', 1269, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1445, 'jp_katana3', 'Katana Green', 'Hurry! Chop chop!', 1270, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1446, 'jp_table', 'Chabu Dai', 'Japanese coffee table', 1271, 2, 2, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1447, 'jp_teamaker', 'Japanese Teamaker', 'Makes a steaming brew!', 1282, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '28', -1, '2,4', NULL),
(1448, 'hween09_organ', 'Ghostly Organ', 'Play a ghastly tune on the bones...', 3282, 2, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1449, 'sf_mbar', 'Astro-Bar', 'Deep space refreshment.', 3273, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '44', -1, '0,2,4,6', NULL),
(1450, 'beanstalk', 'Gigantic Beanstalk', 'A majestic rare... but who\'s gonna fix my floor?!', 3401, 1, 1, 0, '6', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1451, 'djesko_turntable', 'Habbo Turntable', 'For the music-lovers', 11120, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1452, 'rare_globe', 'Snow Globe', 'It\'s all white..', 1119, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1453, 'rare_hammock', 'Hammock', 'Eco bed', 1122, 1, 3, 1.5, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1454, 'rare_ironmaiden', 'Rare Iron Maiden', 'So good it\'s torturous!', 3399, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '4,2', NULL),
(1455, 'rare_mmmth', 'Sofa Mammut', 'Pre Historic Sofa', 1304, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '4,2', NULL),
(1456, 'rare_stand', 'Speaker\'s Corner', 'Stand and Deliver!', 1144, 1, 1, 1.7, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1457, 'rare_vdoll', 'Rare Voodoo Doll', 'Choose your punishment!', 3403, 1, 1, 0, '10', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '4,2', NULL),
(1458, 'rare_xmas_screen', 'Lappland Greetings', 'Ho Ho Ho!', 1120, 2, 1, 0.7, '0', 'can_sit_on_top,no_head_turn', 'chair', 1, 1, '', -1, '2,4', NULL),
(1459, 'valentinescreen', 'Holiday Romance', 'Peep through and smile!', 1121, 2, 1, 1.1, '0', 'can_sit_on_top,no_head_turn', 'chair', 1, 1, '', -1, '2,4', NULL),
(1460, 'hween09_chair', 'Haunted Chair', 'Was something just sitting in this??', 3295, 1, 1, 1.3, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1461, 'hween09_chandelier', 'Haunted Chandelier', 'Flickering in the night...', 3294, 1, 1, 0, '3', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1462, 'hween09_crnr1', 'Creaky Corner', 'Perfect corner for a haunted house...', 4247, 1, 1, 0, '4', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1463, 'hween09_curt', 'Floating Curtain', 'Is someone hiding behind??', 4266, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1464, 'hween09_floor', 'Creaky Floor', 'Watch your step!', 3288, 2, 2, 0, '4', 'can_stand_on_top,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1465, 'hween09_ghost', 'Ghost-in-the-Box', 'Ohh haunting...', 3290, 1, 1, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1466, 'hween09_hatch', 'Creepy Trap Door', 'I wonder where this goes?', 3285, 2, 2, 0, '2', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1467, 'hween09_jar', 'Strange Jar', 'Would you like a Duck or a Head?', 3287, 1, 1, 0, '2', 'solid,solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1468, 'hween09_mirror', 'Ghostly Mirror', 'Is that a Habbo in there?', 3293, 1, 1, 1.2, '2', 'can_sit_on_top,requires_rights_for_interaction,no_head_turn', 'chair', 1, 1, '', -1, '2,4', NULL),
(1469, 'hween09_paint', 'Haunted Painting', 'Is that cat watching me?', 4263, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1470, 'hween09_stonewall', 'Old Stone Wall', 'Looks strong enough.', 4259, 1, 1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1471, 'hween09_table', 'Creepy Table', 'Hope there is not a head on the platter...', 3286, 1, 3, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1472, 'hween09_treewall', 'Haunted Forest', 'Don\'t enter alone...', 4269, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1473, 'hween09_tv', 'Haunted TV', 'Whats on Haunted TV tonight?', 3292, 2, 1, 0, '3', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1474, 'hween09_wall1', 'Creaky Wall', 'I wonder if there is a hidden passage here?', 4257, 1, 1, 0, '4', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1475, 'hween09_win', 'Haunted Window', 'What is really outside?', 4271, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1476, 'igor_seat', 'Hump Massaging Chair', 'My Hump, My Hump, My Hump', 1418, 1, 1, 1.2, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1477, 'ads_igorbrain', 'The Brain', 'Mwahhahahahaha brains...', 1419, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1478, 'ads_igorraygun', 'Igor Ray Gun', 'Shoot down your foes!', 1420, 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1479, 'ads_igorswitch', 'Igor Switch', 'Nothing will work without this being on!', 1421, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1480, 'ads_igor_flask', 'Glass Flask', 'Down the hatch!', 1524, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1481, 'ads_igor_dsk', 'Inventor\'s Desk', 'Draw your evil plans', 1525, 2, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1482, 'ads_igorevilb', 'Evil Bone', 'It\'s not a funny bone', 1526, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1483, 'ads_igor_wall', 'Monster Plan Poster', 'The latest model!', 1527, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1484, 'sw_table', 'Adventure Desk', 'Where will you go today?', 1262, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1485, 'sw_swords', 'Swords', 'The other kind of fencing...', 1263, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1486, 'sw_stone', 'Mysterious Necklace', 'Why does the stone glow at night?', 1264, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1487, 'sw_raven', 'Raven', 'Lurking... with intent', 1265, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1488, 'sw_hole', 'Ventilation Duct', 'Full of creepy crawlies', 1266, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1489, 'sw_chest', 'Ye Olde Chest', 'One size fits all', 1267, 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1490, 'silo_studydesk', 'Area Quest Desk', 'For the true Habbo Scholars', 79, 2, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1491, 'summer_chair*1', 'Aqua Deck Chair', 'Got your swimming trunks?', 1249, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1492, 'summer_chair*2', 'Pink Deck Chair', 'Waterproof!', 1250, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1493, 'summer_chair*3', 'Black Deck Chair', 'Rest from castle building!', 1251, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1494, 'summer_chair*4', 'White Deck Chair', 'Sit back and enjoy!', 1252, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1495, 'summer_chair*5', 'Deck Chair', 'Beige', 1253, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1496, 'summer_chair*6', 'Deck Chair', 'Blue', 1254, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1497, 'summer_chair*7', 'Green Deck Chair', 'Reserved!', 1255, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1498, 'summer_chair*8', 'Yellow Deck Chair', 'Got your sun cream?', 1256, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1499, 'summer_chair*9', 'Red Deck Chair', 'Got your sunglasses?', 1257, 1, 1, 0.99, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1500, 'summer_grill*1', 'Blue Barbeque Grill', 'Plenty of ribs on that barbie', 1258, 2, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1501, 'summer_grill*2', 'Red Barbeque Grill', 'Plenty of shrimp on that barbie', 1259, 2, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1502, 'summer_grill*3', 'Green Barbeque Grill', 'Plenty of steak on that barbie', 1260, 2, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1503, 'summer_grill*4', 'Green Barbeque Grill', 'Plenty of burgers on that barbie', 1261, 2, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1504, 'summer_pool*1', 'Blue Summer Pool', 'Fancy a dip?', 1110, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1505, 'summer_pool*2', 'Red Summer Pool', 'Fancy a dip?', 1111, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1506, 'summer_pool*3', 'Green Summer Pool', 'Fancy a dip?', 1112, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1507, 'summer_pool*4', 'Yellow Summer Pool', 'Fancy a dip?', 1113, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1508, 'sand_cstl_gate', 'Sand Castle Gate', 'Keep the sand out!', 1246, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1509, 'sand_cstl_twr', 'Sand Castle Tower', 'Look out for sand storms!', 1247, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1510, 'sand_cstl_wall', 'Sand Castle Wall', 'Not entirely water proof!', 1248, 2, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1511, 'bw_croc', 'Inflatable Croc', 'Never smile at a Crocodile.', 1305, 1, 3, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1512, 'summer_icebox', 'Ice Box', 'Chilled surprises', 3231, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '43', -1, '2,4', NULL),
(1513, 'summer_raft1', 'Pink Raft', 'Float down a lazy river.', 3228, 1, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1514, 'summer_raft2', 'Blue Raft', 'Float down a lazy river.', 3227, 1, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1515, 'dimmer_buttn', 'Small Mood Switch', 'Set the right MOOD!!!', 11206, 1, 1, 0, '2', 'wall_item,roomdimmer,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1516, 'dimmer_fuse2', 'Small Mood Controller', 'Set the right MOOD!!!', 11207, 1, 1, 0, '2', 'wall_item,roomdimmer,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1517, 'dimmer_fuse6', 'Large Mood Controller', 'Set the right MOOD!', 11208, 1, 1, 0, '2', 'wall_item,roomdimmer,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1518, 'dimmer_swtch', 'Large Mood Switch', 'Set the right MOOD!', 11205, 1, 1, 0, '2', 'wall_item,roomdimmer,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1519, 'ads_1800tele', 'ads_1800tele', '', 3251, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '2,4', NULL),
(1520, 'ads_campguitar', 'Red V Guitar', 'Awarded to some Camp Rock entrants', 11114, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1521, 'ads_chups', 'ads_chups name', 'ads_chups desc', 3367, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1522, 'ads_cmusic', 'TBD Central Musical TV', 'TBD Click it away', 1466, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1523, 'ads_dave_cns', 'Dave cns', 'ads Dave cns', 1365, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1524, 'ads_dave_wall', 'Dave Wall', 'ads dave wall', 1366, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1525, 'ads_droetker_paula', 'ads_droetker_paula name', 'ads_droetker_paula desc', 3365, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1526, 'ads_goldtabl', 'The Golden Tablet', 'What every Museum resident craves', 3151, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1527, 'ads_grefusa_cactus', 'Grefusa Cactus', 'Grefusa Cactus promotion', 10001, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1528, 'ads_gsArcade_1', 'Arcade Machine', 'Game over', 2985, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1529, 'ads_gsArcade_2', 'Arcade Cabinet', 'Must...get....high....score!', 3278, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1530, 'ads_lin_wh_c', 'ads_lin_wh_c name', 'ads_lin_wh_c text', 11079, -1, -1, 0, '33', 'wall_item,wheel_of_fortune,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1531, 'ads_mirror', 'Dress Up Mirror', 'Look the part!', 4122, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1532, 'ads_nokia_logo', 'Nokia Phone', 'Connecting People', 1388, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1533, 'ads_nokia_phone', 'ads_nokia_phone name', 'ads_nokia_phone desc', 1389, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1534, 'ads_oc_soda', 'Orange Soda Machine', 'Who loves Orange Soda?!', 3230, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1535, 'ads_oc_soda_cmp', 'Orange Soda Machine', 'Who loves Orange Soda?!', 432233, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1536, 'ads_percyw', 'ads_percyw name', 'ads_percyw desc', 4322, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1537, 'ads_puffet_tv', 'ads_puffet_tv name', 'ads_puffet_tv text', 11081, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1538, 'ads_reebok_block2', 'ads_reebok_block2', '', 3132, 2, 2, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1539, 'ads_reebok_block2cmp', 'ads_reebok_block2cmp', '', 313222, 2, 2, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1540, 'ads_reebok_tv', 'ads_reebok_tv name', 'ads_reebok_tv text', 11082, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1541, 'ads_spang_sleep', 'ads_spang_sleep', 'ads_spang_sleep text', 3280, 1, 3, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1542, 'ads_sunnyd', 'Sunny Delight', 'Sunny Delight', 1346, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1543, 'ads_veet', 'ads_veet name', 'ads_veet desc', 4222, -1, -1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1544, 'ads_wwe_poster', 'WWE', 'Bigger, Badder, Better', 4226, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1545, 'det_bhole', 'Bullet Hole', 'That was close!', 1402, 1, 1, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1546, 'det_body', 'Chalk Outline', 'They were a great Habbo...', 1400, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1547, 'det_divider', 'Police Divider', 'Crime scene, stay out!', 1401, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1548, 'easy_bowl2', 'Easy bowl2', 'old campaign product desc', 1385, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1549, 'easy_carpet', 'Easy carpet', 'Easy carpet', 1386, 1, 1, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1550, 'easy_poster', 'Easy poster', 'Easy mac promotion', 1387, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1551, 'md_can', 'Bubble Juice Can', 'Enough bubbling juice for one evening', 1276, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1552, 'md_logo_wall', 'Bubble Juice Logo', 'Bubble up your wall', 1277, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1553, 'md_rug', 'Bubble Juice Floor', 'Bubbles under your steps', 1278, 1, 1, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1554, 'netari_carpet', 'Netari carpet', 'Netari branded skull', 11116, 1, 1, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1555, 'netari_poster', 'Netari poster', 'Netari promotion', 11117, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1556, 'nouvelle_trax', 'Nouvelle Trax', '', 1275, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1557, 'safe_silo_pb', 'postbank Safe', 'Totally shatter-proof!', 1222, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1558, 'tampax_rug', 'Tampax rug', 'Tampax rug', 1290, 1, 1, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1559, 'tampax_wall', 'Tampax wall', 'Tampax wall', 1289, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1560, 'window_hole', 'Window', 'Window', 1390, 1, 1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1561, 'ads_lin_wh_c2', 'ads_lin_wh_c2 name', 'ads_lin_wh_c2 text', 11279, -1, -1, 0, '33', 'wall_item,wheel_of_fortune,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1562, 'footylamp_campaign_ing', 'ING Trophy', 'We are the champions', 45598, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1563, 'byesw_loadscreen', 'Loading screen memorial', 'The old Habbo loading screen.', 4267, 0, 0, 0, '3', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1564, 'byesw_hotel', 'Hotel view memorial', '3 different miniature Hotels.', 3289, 1, 1, 0, '6', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1565, 'byesw_hand', 'Big Hand seat memorial', 'We\'ll miss you Big Hand!', 3291, 1, 1, 1.3, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1566, 'queue_tile1', 'White Quest Roller', 'The power of movement', 465, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1567, 'queue_tile1*1', 'Pink Habbo Roller', 'The power of movement', 466, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1568, 'queue_tile1*3', 'Aqua Habbo Roller', 'The power of movement', 468, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1569, 'queue_tile1*4', 'Gold Habbo Roller', 'The power of movement', 469, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1570, 'queue_tile1*5', 'Black Habbo Roller', 'The power of movement', 470, 1, 1, 0.45, '3', 'can_stand_on_top,can_stack_on_top,roller', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1571, 'guitar_v', 'V Guitar', '', 565, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1572, 'guitar_skull', 'Skull Guitar', '', 566, 1, 1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1573, 'diner_shaker', 'Diner Shaker', 'So cool it\'s shaking!', 1329, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1574, 'diner_rug', 'Diner Floor', 'Shiny polished finish', 1332, 2, 2, 0, '0', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1575, 'diner_tray_0', 'Empty Plate', 'Had your fill, or running on empty?', 1337, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1576, 'diner_tray_1', 'Burger and Chips', '99% British beef!', 1338, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1577, 'diner_tray_2', 'Steak and Mash', 'Juicy sirloin with onion gravy', 1339, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1578, 'diner_tray_3', 'Spaghetti Meatballs', 'Juicy tomato sauce included!', 1340, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1579, 'diner_tray_4', 'Pancakes', 'Smothered in syrup and butter!', 1341, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1580, 'diner_tray_5', 'Bacon and Eggs', 'Smoky bacon and free range eggs!', 1342, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1581, 'diner_tray_6', 'Ice Cream Sundae', 'Vanilla, chocolate and strawberry!', 1343, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1582, 'diner_tray_7', 'Accompaniments', 'Tommy and Mustard', 1344, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1583, 'window_diner', 'Large Diner Window', 'Panoramic view of America', 1358, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1584, 'window_diner2', 'Small Diner Window', 'Good grub, good view!', 1359, 0, 0, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1585, 'diner_walltable', 'Diner Side Table', 'Attaches to the wall', 1367, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1586, 'diner_bardesk_gate*1', 'Aquamarine Gate', 'Smothered in syrup and butter!', 2842, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1587, 'diner_bardesk_gate*2', 'Pink Gate', 'Smothered in syrup and butter!', 2843, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1588, 'diner_bardesk_gate*3', 'Black Gate', 'Smothered in syrup and butter!', 2844, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1589, 'diner_bardesk_gate*4', 'White Gate', 'Smothered in syrup and butter!', 2845, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1590, 'diner_bardesk_gate*5', 'Beige Gate', 'Smothered in syrup and butter!', 2846, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1591, 'diner_bardesk_gate*6', 'Blue Gate', 'Smothered in syrup and butter!', 2847, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1592, 'diner_bardesk_gate*7', 'Green Gate', 'Smothered in syrup and butter!', 2848, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1593, 'diner_bardesk_gate*8', 'Yellow Gate', 'Smothered in syrup and butter!', 2849, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1594, 'diner_bardesk_gate*9', 'Red Gate', 'Smothered in syrup and butter!', 2850, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1595, 'diner_bardesk_gate*10', 'Mint Gate', 'Smothered in syrup and butter!', 5109, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,2', NULL),
(1596, 'diner_bardesk*1', 'Aquamarine Bar', 'Pull up a stool.', 2851, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1597, 'diner_bardesk*2', 'Pink Bar', 'Pull up a stool.', 2852, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1598, 'diner_bardesk*3', 'Black Bar', 'Pull up a stool.', 2853, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1599, 'diner_bardesk*4', 'White Bar', 'Pull up a stool.', 2854, 1, 1, 0.98, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1600, 'diner_bardesk*5', 'Beige Bar', 'Pull up a stool.', 2855, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1601, 'diner_bardesk*6', 'Blue Bar', 'Pull up a stool.', 2856, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1602, 'diner_bardesk*7', 'Green Bar', 'Pull up a stool.', 2857, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1603, 'diner_bardesk*8', 'Yellow Bar', 'Pull up a stool.', 2858, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1604, 'diner_bardesk*9', 'Red Bar', 'Pull up a stool.', 2859, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1605, 'diner_bardesk*10', 'Mint Bar', 'Pull up a stool.', 5111, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1606, 'diner_bardesk_corner*1', 'Aquamarine Corner', 'Now that\'s smooth.', 2870, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1607, 'diner_bardesk_corner*2', 'Pink Corner', 'Now that\'s smooth.', 2871, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1608, 'diner_bardesk_corner*3', 'Black Corner', 'Now that\'s smooth.', 2872, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1609, 'diner_bardesk_corner*4', 'White Corner', 'Now that\'s smooth.', 2873, 1, 1, 0.98, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1610, 'diner_bardesk_corner*5', 'Beige Corner', 'Now that\'s smooth.', 2874, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1611, 'diner_bardesk_corner*6', 'Blue Corner', 'Now that\'s smooth.', 2875, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1612, 'diner_bardesk_corner*7', 'Green Corner', 'Now that\'s smooth.', 2876, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1613, 'diner_bardesk_corner*8', 'Yellow Corner', 'Now that\'s smooth.', 2877, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1614, 'diner_bardesk_corner*9', 'Red Corner', 'Now that\'s smooth.', 2878, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1615, 'diner_bardesk_corner*10', 'Mint Corner', 'Now that\'s smooth.', 5108, 1, 1, 0.98, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1616, 'diner_cashreg*1', 'Aquamarine Register', 'Roll up roll up!', 2816, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1617, 'diner_cashreg*2', 'Pink Register', 'Roll up roll up!', 2817, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1618, 'diner_cashreg*3', 'Black Register', 'Roll up roll up!', 2818, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1619, 'diner_cashreg*4', 'White Register', 'Roll up roll up!', 2819, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1620, 'diner_cashreg*5', 'Beige Register', 'Roll up roll up!', 2820, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1621, 'diner_cashreg*6', 'Blue Register', 'Roll up roll up!', 2821, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1622, 'diner_cashreg*7', 'Green Register', 'Roll up roll up!', 2822, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1623, 'diner_cashreg*8', 'Yellow Register', 'Roll up roll up!', 2823, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1624, 'diner_cashreg*9', 'Red Register', 'Roll up roll up!', 2824, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1625, 'diner_cashreg*10', 'Mint Register', 'Roll up roll up!', 5117, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1626, 'diner_chair*1', 'Aquamarine Stool', 'Perch in comfort.', 2861, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1627, 'diner_chair*2', 'Pink Stool', 'Perch in comfort.', 2862, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1628, 'diner_chair*3', 'Black Stool', 'Perch in comfort.', 2863, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1629, 'diner_chair*4', 'White Stool', 'Perch in comfort.', 2864, 1, 1, 1.5, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1630, 'diner_chair*5', 'Beige Stool', 'Perch in comfort.', 2865, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1631, 'diner_chair*6', 'Blue Stool', 'Perch in comfort.', 2866, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1632, 'diner_chair*7', 'Green Stool', 'Perch in comfort.', 2867, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1633, 'diner_chair*8', 'Yellow Stool', 'Perch in comfort.', 2868, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1634, 'diner_chair*9', 'Red Stool', 'Perch in comfort.', 2869, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1635, 'diner_chair*10', 'Mint Stool', 'Perch in comfort.', 5116, 1, 1, 1.5, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1636, 'diner_gumvendor*1', 'Aquamarine Gum Machine', 'A chewy mouthful.', 2827, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1637, 'diner_gumvendor*2', 'Pink Gum Machine', 'A chewy mouthful.', 2828, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1638, 'diner_gumvendor*3', 'Black Gum Machine', 'A chewy mouthful.', 2829, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1639, 'diner_gumvendor*4', 'White Gum Machine', 'A chewy mouthful.', 2830, 1, 1, 0, '2', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2,4,6', NULL),
(1640, 'diner_gumvendor*5', 'Beige Gum Machine', 'A chewy mouthful.', 2831, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1641, 'diner_gumvendor*6', 'Blue Gum Machine', 'A chewy mouthful.', 2832, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1642, 'diner_gumvendor*7', 'Green Gum Machine', 'A chewy mouthful.', 2833, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1643, 'diner_gumvendor*8', 'Yellow Gum Machine', 'A chewy mouthful.', 2834, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1644, 'diner_gumvendor*9', 'Red Gum Machine', 'A chewy mouthful.', 2835, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1645, 'diner_gumvendor*10', 'Mint Gum Machine', 'A chewy mouthful.', 5113, 1, 1, 0, '0', 'solid', 'vending_machine', 1, 1, '67,68,69', -1, '0,2', NULL),
(1646, 'diner_sofa_1*1', 'Aquamarine Sofa 1', 'Soft leather in 50s design.', 2888, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1647, 'diner_sofa_1*2', 'Pink Sofa 1', 'Soft leather in 50s design.', 2889, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1648, 'diner_sofa_1*3', 'Black Sofa 1', 'Soft leather in 50s design.', 2890, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1649, 'diner_sofa_1*4', 'White Sofa 1', 'Soft leather in 50s design.', 2891, 1, 1, 1, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1650, 'diner_sofa_1*5', 'Beige Sofa 1', 'Soft leather in 50s design.', 2892, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1651, 'diner_sofa_1*6', 'Blue Sofa 1', 'Soft leather in 50s design.', 2893, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1652, 'diner_sofa_1*7', 'Green Sofa 1', 'Soft leather in 50s design.', 2894, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1653, 'diner_sofa_1*8', 'Yellow Sofa 1', 'Soft leather in 50s design.', 2895, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1654, 'diner_sofa_1*9', 'Red Sofa 1', 'Soft leather in 50s design.', 2896, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1655, 'diner_sofa_1*10', 'Mint Sofa 1', 'Soft leather in 50s design.', 5110, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1656, 'diner_sofa_2*1', 'Aquamarine Sofa 2', 'Soft leather in 50s design.', 2804, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1657, 'diner_sofa_2*2', 'Pink Sofa 2', 'Soft leather in 50s design.', 2805, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1658, 'diner_sofa_2*3', 'Black Sofa 2', 'Soft leather in 50s design.', 2806, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1659, 'diner_sofa_2*4', 'White Sofa 2', 'Soft leather in 50s design.', 2807, 1, 1, 1, '2', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1660, 'diner_sofa_2*5', 'Beige Sofa 2', 'Soft leather in 50s design.', 2808, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1661, 'diner_sofa_2*6', 'Blue Sofa 2', 'Soft leather in 50s design.', 2809, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1662, 'diner_sofa_2*7', 'Green Sofa 2', 'Soft leather in 50s design.', 2810, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1663, 'diner_sofa_2*8', 'Yellow Sofa 2', 'Soft leather in 50s design.', 2811, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1664, 'diner_sofa_2*9', 'Red Sofa 2', 'Soft leather in 50s design.', 2812, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1665, 'diner_sofa_2*10', 'Mint Sofa 2', 'Soft leather in 50s design.', 5114, 1, 1, 1, '0', 'can_sit_on_top,requires_rights_for_interaction', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1666, 'diner_table_1*1', 'Aquamarine Booth Table', 'Ready to order?', 2897, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1667, 'diner_table_1*2', 'Pink Booth Table', 'Ready to order?', 2898, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1668, 'diner_table_1*3', 'Black Booth Table', 'Ready to order?', 2899, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1669, 'diner_table_1*4', 'White Booth Table', 'Ready to order?', 2900, 2, 2, 1.7, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1670, 'diner_table_1*5', 'Beige Booth Table', 'Ready to order?', 2901, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1671, 'diner_table_1*6', 'Blue Booth Table', 'Ready to order?', 2902, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1672, 'diner_table_1*7', 'Green Booth Table', 'Ready to order?', 2903, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1673, 'diner_table_1*8', 'Yellow Booth Table', 'Ready to order?', 2904, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1674, 'diner_table_1*9', 'Red Booth Table', 'Ready to order?', 2905, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1675, 'diner_table_1*10', 'Mint Booth Table', 'Ready to order?', 5112, 2, 2, 1.7, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1676, 'diner_table_2*1', 'Aquamarine Table', 'Enjoy your meal.', 2879, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1677, 'diner_table_2*2', 'Pink Table', 'Enjoy your meal.', 2880, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1678, 'diner_table_2*3', 'Black Table', 'Enjoy your meal.', 2881, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1679, 'diner_table_2*4', 'White Table', 'Enjoy your meal.', 2882, 3, 2, 1.5, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1680, 'diner_table_2*5', 'Beige Table', 'Enjoy your meal.', 2883, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1681, 'diner_table_2*6', 'Blue Table', 'Enjoy your meal.', 2884, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1682, 'diner_table_2*7', 'Green Table', 'Enjoy your meal.', 2885, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1683, 'diner_table_2*8', 'Yellow Table', 'Enjoy your meal.', 2886, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1684, 'diner_table_2*9', 'Red Table', 'Enjoy your meal.', 2887, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1685, 'diner_table_2*10', 'Mint Table', 'Enjoy your meal.', 5115, 3, 2, 1.5, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1686, 'diner_poster', 'Diner Poster', 'Have a diner!', 11155, 0, 0, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1687, 'sleepingbag*1', 'Red Sleeping Bag', 'Ultimate coziness', 1150, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1688, 'sleepingbag*2', 'Lime Sleeping Bag', 'Ultimate coziness', 9900, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1689, 'sleepingbag*3', 'Ocean Sleeping Bag', 'Ultimate coziness', 9901, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1690, 'sleepingbag*4', 'Safety Sleeping Bag', 'Ultimate coziness in SafeSid\'s sleeping bag!', 9902, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1691, 'sleepingbag*5', 'Graphite Sleeping Bag', 'Ultimate coziness', 9903, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1692, 'sleepingbag*6', 'Purple Sleeping Bag', 'Ultimate coziness', 9905, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1693, 'sleepingbag*7', 'Orange Sleeping Bag', 'Ultimate coziness', 9990, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1694, 'sleepingbag*8', 'Golden Sleeping Bag', 'Ultimate coziness for SnowStorm winners', 9906, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1695, 'sleepingbag*9', 'eXceptional Sleeping Bag', 'For eXceptional comfort!', 9907, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1696, 'pillar*1', 'Pink Marble Pillar', 'Ancient and stately', 1081, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1697, 'pillar*2', 'Nordic Pillar', 'Ancient and stately', 1082, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1698, 'pillar*3', 'blue pillar', 'Ancient and stately', 1083, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1699, 'pillar*4', 'Dark Ages Pillar', 'From the time of the Kick Warz', 1084, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1700, 'pillar*5', 'Pagan Pillar', 'Find your natural roots', 1085, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1701, 'pillar*6', 'Terracotta Pillar', 'Ancient and stately', 1086, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1702, 'pillar*7', 'Atlantean Pillar', 'Recovered from Habblantis', 1087, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1703, 'pillar*8', 'Roman Pillar', 'All roads lead to Rome', 1088, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1704, 'pillar*9', 'Rock Pillar', 'Ancient and stately', 1089, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1705, 'penguin_ballet', 'Ballerina Penguin', 'Aptenodytes Vaganova', 1820, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1706, 'penguin_basic', 'Emperor Penguin', 'Aptenodytes Forsteri', 1821, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1707, 'penguin_boxer', 'Boxer Penguin', 'Aptenodytes Ali', 1822, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1708, 'penguin_bunny', 'Bunny Penguin', 'Aptenodytes Euripides', 1823, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1709, 'penguin_clown', 'Clown Penguin', 'Aptenodytes Pennywise', 1824, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1710, 'penguin_elf', 'Christmas Penguin', 'Aptenodytes Jolly', 1826, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1711, 'penguin_glow', 'Fluorescent Penguin', 'Aptenodytes Gamma', 1827, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1712, 'penguin_hunchback', 'Beautiful Penguin', 'Aptenodytes Narcissus', 1828, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1713, 'penguin_icehockey', 'Hockey Penguin', 'Aptenodytes Gretzsky', 1829, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1714, 'penguin_infected', 'Infected Penguin', 'Aptenodytes Bacterium', 1830, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1715, 'penguin_magician', 'Magic Penguin', 'Aptenodytes Houdini', 1831, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1716, 'penguin_musketeer', 'Musketeer Penguin', 'Aptenodytes Aramis', 1832, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1717, 'penguin_ninja', 'Ninja Penguin', 'Aptenodytes Hamburger', 1833, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1718, 'penguin_pilot', 'Pilot Penguin', 'Aptenodytes Biggles', 1834, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1719, 'penguin_pirate', 'Pirate Penguin', 'Aptenodytes Silver', 1835, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1720, 'penguin_punk', 'Punk Penguin', 'Aptenodytes Rotter', 1836, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1721, 'penguin_robot', 'Robot Penguin', 'Aptenodytes Asimov', 1837, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1722, 'penguin_rock', 'Disco Penguin', 'Aptenodytes Foxy', 1838, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1723, 'penguin_skater', 'Skater Penguin', 'Aptenodytes Arto', 1839, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1724, 'penguin_ski', 'XC Penguin', 'Aptenodytes Swish', 1840, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1725, 'penguin_suit', 'Executive Penguin', 'Aptenodytes Loman', 1841, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1726, 'penguin_sumo', 'Sumo Penguin', 'Aptenodytes Musashimaru', 1842, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1727, 'penguin_super', 'Superhero Penguin', 'Aptenodytes Kirby', 1843, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1728, 'penguin_swim', 'Summer Penguin', 'Aptenodytes Buubar', 1844, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1729, 'penguin_wrestler', 'Luchador Penguin', 'Aptenodytes Mysterioso', 1845, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1730, 'penguin_cowboy', 'Cowboy Penguin', 'Aptenodytes Hickok', 1894, 1, 1, 0, '0', 'solid', 'default', 0, 1, '', -1, '2,4', NULL),
(1731, 'sandrug', 'Tropical Beach Rug', 'Your own paradise island', 1123, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1732, 'rare_moonrug', 'Moon Rug', 'Desolation rocks!', 1125, 1, 1, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1733, 'tree1', 'Dead tree', 'Dead christmas tree', 635, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1734, 'tree2', 'Dead tree', 'Creates a spooky scene!', 636, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1735, 'tree3', 'Christmas Tree 1', 'Any presents under it yet?', 637, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1736, 'tree4', 'Christmas Tree 2', 'Any presents under it yet?', 638, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1737, 'tree5', 'Christmas Tree 3', 'Any presents under it yet?', 639, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1738, 'tree6', 'Flashy Christmas Tree', 'The future\'s bright!', 640, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1739, 'triplecandle', 'Electric Candles', 'No need to worry about wax drips', 641, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1740, 'turkey', 'Roast Turkey', 'Where\'s the cranberry sauce?', 642, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1741, 'house', 'Gingerbread House', 'Good enough to eat', 643, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1742, 'house2', 'Gingerbread House', 'Good enough to eat', 644, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1743, 'pudding', 'Christmas Pudding', 'Will you get the lucky sixpence?', 645, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1744, 'xmasduck', 'Christmas Rubber Duck', 'A right Christmas quacker!', 646, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1745, 'hyacinth1', 'Pink Hyacinth', 'Beautiful bulb', 647, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2', NULL),
(1746, 'hyacinth2', 'Blue Hyacinth', 'Beautiful bulb', 648, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2', NULL),
(1747, 'joulutahti', 'Poinsetta', 'Christmas in a pot', 649, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2', NULL),
(1748, 'rcandle', 'Red Candle', 'Xmas tea light', 650, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1749, 'wcandle', 'White Candle', 'Xmas tea light', 651, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1750, 'sofa_polyfon', 'Two-seater Sofa', 'Comfort for stylish couples', 337, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1751, 'sofa_polyfon*2', 'Black Mode Sofa', 'Black Mode Sofa', 846, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1752, 'sofa_polyfon*3', 'White Two-seater Sofa', 'Comfort for stylish couples', 853, 2, 1, 1.2, '1', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1753, 'sofa_polyfon*4', 'Beige Mode Sofa', 'Beige Mode Sofa', 860, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1754, 'sofa_polyfon*6', 'Blue Mode Sofa', 'Blue Mode Sofa', 867, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1755, 'sofa_polyfon*7', 'Green Two-seater Sofa', 'Comfort for stylish couples', 874, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1756, 'sofa_polyfon*8', 'Yellow Mode Sofa', 'Yellow Mode Sofa', 881, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1757, 'sofa_polyfon*9', 'Red Two-seater Sofa', 'Comfort for stylish couples', 888, 2, 1, 1.2, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1758, 'present_gen', 'Gift', 'What\'s inside?', 1371, 1, 1, 1, '0', 'solid,present,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1759, 'tree7', 'Snowy Christmas Tree', 'Walking in a winter wonderland!', 1215, 1, 0, 0, '0', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1760, 'christmas_poop', 'Reindeer Droppings', 'Bob?s magical fertilizer', 1211, 1, 0, 0, '0', 'can_stand_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1761, 'xmas_icelamp', 'Ice Block Lantern', 'Light up the winter nights', 1219, 1, 1, 1, '2', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1762, 'plant_mazegate_snow', 'Snowy Maze Gate', 'There\'s snow way through!', 1221, 2, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(1763, 'plant_maze_snow', 'Snowy Maze Shrubbery', 'Labyrinths galore!', 1220, 2, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1764, 'xmas_cstl_gate', 'Ice Castle Gate', 'Let that icy draft out!', 1216, 2, 1, 0, '2', 'gate,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1765, 'xmas_cstl_twr', 'Ice Castle Tower', 'All I see from up here is snow!', 1217, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1766, 'xmas_cstl_wall', 'Ice Castle Wall', 'Solid blocks of ice and snow', 1218, 2, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1767, 'christmas_sleigh', 'Winter Sleigh', 'Ready for your Xmas cheer', 1213, 2, 2, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1768, 'christmas_reindeer', 'Reindeer', 'Prancer becomes Rudolph in a click!', 1212, 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1769, 'rclr_chair', 'Palm Chair', 'Watch out for coconuts', 463, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1770, 'rclr_garden', 'Water Garden', 'Self watering', 464, 1, 3, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1771, 'rclr_sofa', 'Polar Sofa', 'Snuggle up together', 462, 2, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1772, 'rclr_lamp', 'Moon Lamp', 'Light up your space', 1279, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1773, 'flag_denmark', 'The Denmark Flag', 'Wave it proudly!', 4278, 1, 1, 0, '0', 'solid,wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1774, 'transparent_floor', 'Transparent Floor', 'Watch your step!', 3199, 2, 2, 0, '4', 'can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1775, 'ads_clcake', 'Idea Agency Super Cake', 'Have your cake and eat it with Idea', 11141, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1776, 'ads_clcake2', 'Idea Agency Super Cake', 'Have your cake and eat it with Idea', 3139, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1777, 'ads_cldesk', 'Idea Agency Desk', 'Work on your latest agency brief.', 1514, 2, 2, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1778, 'ads_clfloor', 'Childline Rug', 'Keep your feet warm with the Idea Agency rug', 1596, 3, 5, 0, '0', 'can_stand_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1779, 'ads_cllava', 'Idea Agency Lava Lamp', 'It\'s better out than in!', 1597, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1780, 'ads_cllava2', 'Idea Agency Lava Lamp', 'It\'s better out than in!', 1598, 1, 1, 0, '2', 'solid', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1781, 'ads_cltele', 'Idea Agency Teleporter', 'Whatever your Idea, it\'s better out than in.', 1513, 1, 1, 0, '-1', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '0,2,4,6', NULL),
(1782, 'ads_cltele_cmp', 'Idea Agency Teleporter', 'Whatever your Idea, it\'s better out than in.', 1599, 1, 1, 0, '-1', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '0,2,4,6', NULL),
(1783, 'ads_clwall1', 'Idea Agency Plasma 1', 'ChildLine', 1515, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1784, 'ads_clwall2', 'Idea Agency Plasma 2', 'Welcome to the Idea Agency', 1516, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1785, 'ads_clwall3', 'ChildLine TV', 'Helping to raise awareness of the great advice ChildLine can offer', 10071, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1786, 'ads_cl_jukeb', 'Idea Agency Jukebox', 'Shake it like a polaroid picture in the Idea agency', 10050, 1, 1, 0, '2', 'solid,jukebox,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1787, 'ads_cl_jukeb_camp', 'Idea Agency Jukebox', 'Shake it like a polaroid picture in the Idea agency', 10073, 1, 1, 0, '2', 'solid,jukebox,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1788, 'ads_cl_sofa', 'Idea Agency Sofa', 'Take a load off - both your feet and mind!', 11145, 2, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1789, 'ads_cl_sofa_cmp', 'Idea Agency Sofa', 'Take a load off - both your feet and mind!', 10072, 2, 1, 1, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1790, 'sound_set_71', 'Ice cool sounds', 'Get your Winter Wonderland sounds for your Trax Machine!', 1510, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1791, 'ads_calip_chair', 'Calippo Chair', 'Calippo Inflatable Chair', 11174, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1792, 'ads_calip_chaircmp', 'ads_calip_chair name', 'ads_calip_chair text', 3169, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1793, 'ads_calip_fan', 'ads_calip_fan', 'ads_cali desc', 3198, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1794, 'ads_calip_fan_cmp', 'ads_calip_fan', 'ads_cali desc', 3201, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1795, 'ads_calip_lava', 'ads_calip_lava name', 'ads_calip_lava desc', 3197, 1, 1, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1796, 'ads_calip_parasol', 'ads_calip_parasol name', 'ads_calip_parasol desc', 3195, 1, 1, 0, '2', 'requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1797, 'ads_calip_parasol_cmp', 'ads_calip_parasol name', 'ads_calip_parasol desc', 3203, 1, 1, 0, '2', 'requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1798, 'ads_calip_pool', 'Calippo Pool', 'Fancy a dip?', 11153, 2, 2, 0, '0', 'can_stand_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1799, 'ads_calip_pool_cmp', 'ads_calip_pool name', 'ads_calip_pool desc', 3183, 2, 2, 0, '0', 'can_stand_on_top', 'default', 1, 1, '', -1, '0', NULL),
(1800, 'ads_calip_tele', 'Calippo Teleporter', 'Get your swim outfit now!', 11152, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '2,4', NULL),
(1801, 'ads_calip_telecmp', 'ads_calip_tele name', 'ads_calip_tele text', 3191, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '2,4', NULL),
(1802, 'calippo', 'Calippo icecream machine', 'Basic model', 1274, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(1803, 'calippo_cmp', 'Calippo icecream machine', 'Basic model', 2738, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(1804, 'ads_calip_cola*1', 'Calippo Lima', 'Of the most refreshing!', 11126, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1805, 'ads_calip_cola*2', 'Calippo Cola', 'Of the most refreshing!', 11121, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1806, 'ads_calip_cola*3', 'Calippo Strawberry', 'Of the most refreshing!', 11150, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1807, 'ads_calip_cola*4', 'Calippo Crazy', 'Of the most refreshing!', 11151, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1808, 'ads_calip_colac*1', 'Calippo Lima', 'Of the most refreshing!', 1146, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1809, 'ads_calip_colac*2', 'Calippo Cola', 'Of the most refreshing!', 1307, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1810, 'ads_calip_colac*3', 'Calippo Strawberry', 'Of the most refreshing!', 1308, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1811, 'ads_calip_colac*4', 'Calippo Crazy', 'Of the most refreshing!', 1309, 1, 1, 0, '0', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '2,4', NULL),
(1812, 'ads_calip_lava2', 'ads_calip_lava2 name', 'ads_calip_lava2 desc', 1310, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0', NULL),
(1813, 'ads_mall_coffeem', 'Quick Coffee Stop', 'Exclusively Mall coffee and free to boot!', 3202, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '17', -1, '2,4', NULL),
(1814, 'ads_mall_elevator', 'Mall Lift', 'Up, up and away to the next shopping level', 3306, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter', 'teleport', 1, 1, '', -1, '2,4', NULL),
(1815, 'ads_mall_kiosk', 'Mall Kiosk', 'Fish, fruit, sweets, sunglasses - it is all available here.', 3216, 1, 2, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,2', NULL),
(1816, 'ads_mall_tele', 'Mall tele-door', 'Step inside the store and look around', 3020, 1, 1, 0, '3', 'solid,requires_touching_for_interaction,custom_data_true_false,teleporter,door_teleporter', 'teleport', 1, 1, '', -1, '0,2,4,6', NULL),
(1817, 'ads_mall_winbea', 'Mall Beauty Salon', 'Give yourself some red carpet glamour in the Salon', 1594, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1818, 'ads_mall_winchi', 'ads_mall_winchi', 'ads_mall_winchi', 4103, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1819, 'ads_mall_wincin', 'Mall Cinema Window', 'What movies are playing in the big silver screen?', 1595, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1820, 'ads_mall_winclo', 'ads_mall_winclo', 'ads_mall_winclo', 4236, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1821, 'ads_mall_window', 'Habbo Mall Window', 'Can you see that!', 4083, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1822, 'ads_mall_winfur', 'Habbo Mall Furni Window', 'Can you see that!', 4092, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1823, 'ads_mall_wingar', 'ads_mall_wingar', 'ads_mall_wingar', 4230, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1824, 'ads_mall_winice', 'Mall Ice Cream Parlour Window', 'Get yourself a cold rock of ice creamy goodness here.', 10056, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1825, 'ads_mall_winmus', 'Mall Music Shop Window', 'Strum, play and drum - this shop is a music lover\'s heaven', 1956, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1826, 'ads_mall_winpet', 'Habbo Mall Petshop Window', '', 4091, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1827, 'ads_mall_winspo', 'Mall Sports World Window', 'Whatever your sporting dibble, you\'ll find it here', 10057, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '', NULL),
(1828, 'ads_mall_wintra', 'ads_mall_wintra', 'ads_mall_wintra', 4225, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1829, 'easel_0', 'StrayPixels Winner x1', 'Made by our very own RollerKingdom and Fredsicle', 3582, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1830, 'easel_1', 'StrayPixels winner x3', 'Made by our very own avilaman, HankMcCoy, and ,CrystalBailey', 3594, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1831, 'easel_2', 'StrayPixels winner x5', 'Is that... cheese chasing that man!?', 3603, 1, 1, 0, '4', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1832, 'easel_3', 'StrayPixels winner x7', 'Watching paint dry... fun', 3596, 1, 1, 0, '5', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1833, 'easel_4', 'StrayPixels winner x10', 'Holy carp my watch just melted!', 3600, 1, 1, 0, '5', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1834, 'prizetrophy7*1', 'Gold Habbo trophy', 'Gold Habbo trophy', 1163, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1835, 'prizetrophy7*2', 'Silver Habbo trophy', 'Silver Habbo trophy', 1158, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1836, 'prizetrophy7*3', 'Bronze Habbo trophy', 'Bronze Habbo trophy', 1153, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1837, 'prizetrophy8*1', 'Bubble trophy', 'Glittery gold', 618, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1838, 'prizetrophy9*1', 'Champion trophy', 'Glittery gold', 619, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1839, 'prizetrophy_cool', 'Cool Trophy', 'One Cool Habbo', 3225, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1840, 'prizetrophy_hot', 'Hot Trophy', 'One Hot Habbo', 3229, 1, 1, 0, '2', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1841, 'hrella_poster_1', 'Porthole', 'Brighten up your cabin', 1237, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1842, 'hrella_poster_2', 'Life Buoy', 'For those scary Lido moments', 1238, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1843, 'hrella_poster_3', 'Anchor', 'Don\'t drift away!', 1239, -1, -1, 0, '0', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1844, 'xm09_trophy', '2009 Habbo Trophy', 'Winner of a 2009 Habbo of the Year competition.', 3351, 1, 1, 0, '0', 'solid,prize_trophy,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1845, 'computer_laptop', 'Laptop', 'For geeks on the go!', 3893, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4,6,0', NULL),
(1846, 'bw_water_1', 'Water Patch', 'Swimming in the shallow end.', 3530, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1847, 'bw_water_2', 'Deep Water Patch', 'Get thrown in the deep end!', 3541, 2, 2, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1848, 'val_randomizer', 'Love Randomiser', 'Surprise surprise! (Cilla Black not included)', 1236, 4, 1, 1.4, '33', 'can_sit_on_top,requires_rights_for_interaction', 'love_randomizer', 1, 1, '', -1, '2,4', NULL),
(1849, 'val09_floor', 'Polished Tile', 'Looks all shiny...', 3363, 2, 2, 0, '6', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1850, 'val09_floor2', 'Wooden Tile', 'Look closely at the grain', 3357, 2, 2, 0, '6', 'can_stack_on_top,can_stand_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1851, 'val09_wall1', 'Sound-proofed Wall', 'I wonder if it really works?', 4318, -1, -1, 0, '0', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1852, 'val09_wall2', 'Embroidered Wall', 'Isn\'t it pretty?', 4316, -1, -1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1853, 'val09_wdrobe_b', 'Designer Wardrobe', 'I wonder if all my clothes will fit?', 4320, -1, -1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1854, 'val09_wdrobe_g', 'Designer Wardrobe', 'I wonder if all my clothes will fit?', 4317, -1, -1, 0, '5', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1855, 'ktchn10_block', 'Kitchen Corner Block', 'Cutting this corner won\'t give you food poisoning.', 3589, 1, 1, 1.1, '3', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1856, 'ktchn10_cabnt', 'Cabinet', 'Hide all your messy bits and pieces.', 4338, -1, -1, 0, '2', 'wall_item,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1857, 'ktchn10_pot', 'Boiling Water', 'If you can\'t stand the heat.', 3580, 1, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1858, 'ktchn10_sink', 'Kitchen Sink', 'Everything but...', 3612, 2, 1, 0, '3', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1859, 'ktchn10_stove', 'Kitchen Stove', 'Cook up a storm!', 3581, 2, 1, 1.3, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1860, 'ktchn10_tea', 'Teapot', 'Short and stout.', 3592, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1861, 'md_limukaappi_cmp', 'Habbo Cola Machine', 'A sparkling and refreshing pixel drink!', 1312, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '19', -1, '0,2,4,6', NULL),
(1862, 'kinkysofa', 'Kinky Sofa', 'Don\'t look at it under UV light!', 1533, 2, 1, 1.2, '2', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1863, 'ads_cl_moodi_camp', 'The Moodi Machine', 'how u feelin? Express yourself with ChildLine', 3343, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '45,46,47', -1, '2,4', NULL),
(1864, 'hc2_armchair', 'Leather Armchair', 'Relax in style', 3436, 1, 1, 1.1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,4', NULL),
(1865, 'hc2_barchair', 'Leather Bar Stool', 'Sit up high', 3439, 1, 1, 1.8, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '2,0,4,6', NULL),
(1866, 'hc2_biglamp', 'Black Lamp', 'Sophisticated lighting', 3446, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '4', NULL),
(1867, 'hc2_carpet', 'Trendy Rug', 'Luxurious comfort', 3440, 3, 5, 0, '0', 'can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '4,2', NULL),
(1868, 'hc2_cart', 'Service Trolley', 'Butler not included', 3430, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '4,2', NULL),
(1869, 'hc2_coffee', 'Espresso Machine', 'Morning glory', 3450, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1870, 'hc2_divider', 'Black Divider', 'Divide the wealth', 3449, 1, 3, 0, '0', 'solid', 'default', 1, 1, '', -1, '4,2', NULL),
(1871, 'hc2_dvn', 'Leather Duvan', 'Stretch out', 3459, 1, 3, 1.4, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '2,0', NULL),
(1872, 'hc2_frplc', 'Suave Fireplace', 'Roaring success', 3458, 1, 2, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1873, 'hc2_sofa', 'Leather Sofa', 'Stylish seating', 3452, 2, 1, 1.1, '0', 'solid,can_sit_on_top', 'chair', 1, 1, '', -1, '4,0,2,6', NULL),
(1874, 'hc2_sofatbl', 'Glass Table', 'Make a statement', 3434, 2, 2, 0.5, '0', 'solid,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1875, 'hc2_vase', 'Black Vase', 'Elegantly shaped', 3428, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,4', NULL),
(1876, 'hc3_bard', 'HC Bar Desk', 'Set up shop', 3445, 2, 1, 1.2, '2', 'solid,can_stack_on_top,solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1877, 'hc3_dc', 'HC Duvan', 'Live the life', 3461, 1, 3, 1.4, '2', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1878, 'hc3_divider', 'HC Divider', 'Manage your space', 3431, 1, 3, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '4,2', NULL),
(1879, 'hc3_hugelamp', 'HC Lamp', 'Makes a huge statement', 3447, 1, 1, 0, '2', 'requires_rights_for_interaction,can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '4', NULL),
(1880, 'hc3_light', 'HC Light', 'Stay in the spotlight', 3465, 2, 1, 0, '2', 'requires_rights_for_interaction,can_stand_on_top,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1881, 'hc3_shelf', 'HC Shelves', 'Store your awards', 3438, 3, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1882, 'hc3_sofa', 'HC Sofa', 'Comfort in style', 3441, 2, 1, 1.1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1883, 'hc3_stereo', 'HC Stereo', 'Block rockin\' beats', 3470, 3, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1884, 'hc3_stool', 'HC Stool', 'High and mighty', 3448, 1, 1, 1.8, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1885, 'hc3_table', 'HC Coffee Table', 'For social gatherings', 3466, 2, 2, 0.7, '0', 'solid,can_stack_on_top', 'default', 1, 1, '', -1, '0,2', NULL),
(1886, 'hc3_vase', 'HC Vase', 'The ultimate floral arrangement.', 3479, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2', NULL),
(1887, 'hc3_walldeco', 'HC Wall Art', 'Cubism lives on', 4329, -1, -1, 0, '10', 'wall_item', 'default', 1, 1, '', -1, '2,4', NULL),
(1888, 'basket', 'Basket Of Eggs', 'Eggs-actly what you want for Easter', 654, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2', NULL),
(1889, 'birdie', 'Pop-up Egg', 'Cheep (!) and cheerful', 653, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1890, 'easterduck', 'Wannabe bunny', 'Can you tell what it is yet?', 652, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '2,4', NULL),
(1891, 'rare_mnstr', 'Venomus Habbolus', 'Don\'t get too close...', 1128, 1, 1, 0, '0', 'solid', 'default', 1, 1, '', -1, '0,6', NULL),
(1892, 'rare_beehive_bulb*3', 'Maroon Amber Lamp', 'Only with these on will you be able to see the truth!', 8217, 1, 1, 1, '2', 'solid,can_stack_on_top,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1893, 'rare_dragonlamp_pink', 'Pink Dragon Lamp', 'Breathes Fire', 4852, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '4,2', NULL),
(1894, 'rare_icecream*10', 'Silver Icecream Machine', 'ice cold snacks', 4859, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(1895, 'pillar*10', 'Maroon Classic Pillar', 'Ancient and stately.', 8208, 1, 1, 3.5, '0', 'can_stack_on_top,solid', 'default', 1, 1, '', -1, '0', NULL),
(1896, 'rare_parasol*4', 'Maroon Parasol', 'Zon! Zon! Zon!', 8209, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1897, 'scifidoor*11', 'Maroon Spaceship Door', 'Beam me up.', 8210, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(1898, 'sleepingbag*11', 'Maroon Sleeping Bag', 'Ultimate coziness', 8211, 1, 3, 0.8, '0', 'can_lay_on_top', 'bed', 1, 1, '', -1, '0,2', NULL),
(1899, 'rare_fountain*4', 'Maroon Fountain', 'Lounge Oasis', 8212, 1, 1, 0, '2', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL),
(1900, 'rare_dragonlamp*10', 'Maroon Dragon Lamp', 'Scary and scorching!', 8213, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '2,4', NULL),
(1901, 'rare_fan*10', 'Maroon Powered Fan', 'Turn it on and enjoy the cool breeze', 8214, 1, 1, 0, '2', 'solid,custom_data_numeric_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1902, 'rare_icecream*11', 'Maroon Ice Cream Maker', 'Virtual chocolate rocks!', 8215, 1, 1, 0, '2', 'solid,requires_touching_for_interaction,custom_data_true_false', 'vending_machine', 1, 1, '4', -1, '2,4', NULL),
(1903, 'wooden_screen*10', 'Maroon Oriental Door', 'Adds an exotic vibe to any room', 8216, 1, 2, 0, '0', 'solid,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,6', NULL),
(1904, 'pillow*10', 'Maroon Pillow', 'Rest your head after a long day of partying.', 8218, 1, 1, 1, '0', 'can_sit_on_top', 'chair', 1, 1, '', -1, '0,2,4,6', NULL),
(1905, 'scifiport*10', 'Maroon Laser Portal', 'Energy beams. No trespassers!', 8219, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '0,6', NULL),
(1906, 'rare_elephant_statue*3', 'Maroon Elephant', 'Imported Handicrafts', 8220, 1, 1, 1, '0', 'solid,can_stack_on_top,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0,2,4,6', NULL),
(1907, 'marquee*11', 'Maroon Marquee', 'A door and a sunshade in one furni!', 8221, 1, 1, 0, '2', 'solid,requires_rights_for_interaction,gate', 'default', 1, 1, '', -1, '2,4', NULL),
(1908, 'scifirocket*10', 'Maroon Smoke Machine', 'Retro-mystification', 8222, 1, 1, 0, '2', 'solid,custom_data_on_off,requires_rights_for_interaction', 'default', 1, 1, '', -1, '0', NULL);
/*!40000 ALTER TABLE `items_definitions` ENABLE KEYS */;
-- Dumping structure for table havana.items_moodlight_presets
CREATE TABLE IF NOT EXISTS `items_moodlight_presets` (
`item_id` bigint(11) NOT NULL,
`current_preset` int(11) NOT NULL DEFAULT 1,
`preset_1` varchar(50) NOT NULL DEFAULT '1,#000000,255',
`preset_2` varchar(50) NOT NULL DEFAULT '1,#000000,255',
`preset_3` varchar(50) NOT NULL DEFAULT '1,#000000,255',
UNIQUE KEY `item_id` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.items_moodlight_presets: ~0 rows (approximately)
DELETE FROM `items_moodlight_presets`;
/*!40000 ALTER TABLE `items_moodlight_presets` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_moodlight_presets` ENABLE KEYS */;
-- Dumping structure for table havana.items_pets
CREATE TABLE IF NOT EXISTS `items_pets` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`item_id` bigint(11) NOT NULL,
`name` varchar(15) NOT NULL,
`type` varchar(1) NOT NULL,
`race` int(3) NOT NULL,
`colour` varchar(6) NOT NULL,
`nature_positive` int(3) NOT NULL,
`nature_negative` int(3) NOT NULL,
`friendship` float NOT NULL DEFAULT 1,
`born` bigint(11) NOT NULL,
`last_kip` bigint(11) NOT NULL,
`last_eat` bigint(11) NOT NULL,
`last_drink` bigint(11) NOT NULL,
`last_playtoy` bigint(11) NOT NULL,
`last_playuser` bigint(11) NOT NULL,
`x` int(3) NOT NULL DEFAULT 0,
`y` int(3) NOT NULL DEFAULT 0,
`rotation` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.items_pets: ~0 rows (approximately)
DELETE FROM `items_pets`;
/*!40000 ALTER TABLE `items_pets` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_pets` ENABLE KEYS */;
-- Dumping structure for table havana.items_photos
CREATE TABLE IF NOT EXISTS `items_photos` (
`photo_id` bigint(11) NOT NULL,
`photo_user_id` bigint(11) NOT NULL,
`timestamp` bigint(11) NOT NULL,
`photo_data` blob NOT NULL,
`photo_checksum` int(11) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`photo_id`),
UNIQUE KEY `photo_id` (`photo_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.items_photos: ~0 rows (approximately)
DELETE FROM `items_photos`;
/*!40000 ALTER TABLE `items_photos` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_photos` ENABLE KEYS */;
-- Dumping structure for table havana.items_teleporter_links
CREATE TABLE IF NOT EXISTS `items_teleporter_links` (
`item_id` bigint(11) NOT NULL,
`linked_id` bigint(11) NOT NULL,
UNIQUE KEY `item_id` (`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.items_teleporter_links: ~0 rows (approximately)
DELETE FROM `items_teleporter_links`;
/*!40000 ALTER TABLE `items_teleporter_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `items_teleporter_links` ENABLE KEYS */;
-- Dumping structure for table havana.messenger_categories
CREATE TABLE IF NOT EXISTS `messenger_categories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`name` varchar(50) NOT NULL,
KEY `Index 1` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.messenger_categories: ~0 rows (approximately)
DELETE FROM `messenger_categories`;
/*!40000 ALTER TABLE `messenger_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_categories` ENABLE KEYS */;
-- Dumping structure for table havana.messenger_friends
CREATE TABLE IF NOT EXISTS `messenger_friends` (
`from_id` int(11) NOT NULL,
`to_id` int(11) NOT NULL,
`category_id` int(11) DEFAULT 0,
KEY `to_id` (`to_id`),
KEY `from_id` (`from_id`),
KEY `category_id` (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.messenger_friends: ~0 rows (approximately)
DELETE FROM `messenger_friends`;
/*!40000 ALTER TABLE `messenger_friends` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_friends` ENABLE KEYS */;
-- Dumping structure for table havana.messenger_messages
CREATE TABLE IF NOT EXISTS `messenger_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`receiver_id` int(11) DEFAULT NULL,
`sender_id` int(11) DEFAULT NULL,
`unread` varchar(255) DEFAULT NULL,
`body` longtext NOT NULL,
`date` bigint(20) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.messenger_messages: ~0 rows (approximately)
DELETE FROM `messenger_messages`;
/*!40000 ALTER TABLE `messenger_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_messages` ENABLE KEYS */;
-- Dumping structure for table havana.messenger_requests
CREATE TABLE IF NOT EXISTS `messenger_requests` (
`from_id` int(11) DEFAULT NULL,
`to_id` int(11) DEFAULT NULL,
KEY `to_id` (`to_id`),
KEY `from_id` (`from_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.messenger_requests: ~0 rows (approximately)
DELETE FROM `messenger_requests`;
/*!40000 ALTER TABLE `messenger_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_requests` ENABLE KEYS */;
-- Dumping structure for table havana.public_items
CREATE TABLE IF NOT EXISTS `public_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`room_model` varchar(255) NOT NULL,
`sprite` varchar(255) DEFAULT NULL,
`x` int(11) NOT NULL DEFAULT 0,
`y` int(11) NOT NULL DEFAULT 0,
`z` double NOT NULL DEFAULT 0,
`rotation` int(11) NOT NULL DEFAULT 0,
`top_height` double NOT NULL DEFAULT 1,
`length` int(11) NOT NULL DEFAULT 1,
`width` int(11) NOT NULL DEFAULT 1,
`behaviour` varchar(255) NOT NULL DEFAULT '',
`current_program` varchar(255) DEFAULT NULL,
`teleport_to` varchar(50) DEFAULT NULL,
`swim_to` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3464 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.public_items: ~3,474 rows (approximately)
DELETE FROM `public_items`;
/*!40000 ALTER TABLE `public_items` DISABLE KEYS */;
INSERT INTO `public_items` (`id`, `room_model`, `sprite`, `x`, `y`, `z`, `rotation`, `top_height`, `length`, `width`, `behaviour`, `current_program`, `teleport_to`, `swim_to`) VALUES
(1, 'picnic', 'picnic_cloth1', 5, 16, 0.001, 0, 0.001, 0, 0, 'can_stand_on_top', '', NULL, NULL),
(2, 'newbie_lobby', 'crl_lamp', 16, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3, 'newbie_lobby', 'crl_sofa2c', 17, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(4, 'newbie_lobby', 'crl_sofa2b', 18, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(5, 'newbie_lobby', 'crl_sofa2a', 19, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(6, 'newbie_lobby', 'crl_lamp', 20, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(7, 'newbie_lobby', 'crl_chair', 16, 1, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(8, 'newbie_lobby', 'crl_lamp', 7, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(9, 'newbie_lobby', 'crl_lamp', 11, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(10, 'newbie_lobby', 'crl_chair', 16, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(11, 'newbie_lobby', 'crl_pillar', 5, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(12, 'newbie_lobby', 'crl_chair', 7, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(13, 'newbie_lobby', 'crl_table1b', 9, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(14, 'newbie_lobby', 'crl_sofa1c', 11, 3, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(15, 'newbie_lobby', 'crl_chair', 16, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(16, 'newbie_lobby', 'crl_table2b', 19, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(17, 'newbie_lobby', 'crl_table2a', 20, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(18, 'newbie_lobby', 'crl_lamp', 0, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(19, 'newbie_lobby', 'crl_sofa2c', 1, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(20, 'newbie_lobby', 'crl_sofa2b', 2, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(21, 'newbie_lobby', 'crl_sofa2a', 3, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(22, 'newbie_lobby', 'crl_lamp', 4, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(23, 'newbie_lobby', 'crl_table1a', 9, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(24, 'newbie_lobby', 'crl_sofa1b', 11, 4, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(25, 'newbie_lobby', 'crl_wall2a', 15, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(26, 'newbie_lobby', 'crl_lamp', 16, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(27, 'newbie_lobby', 'crl_chair', 0, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(28, 'newbie_lobby', 'crl_chair', 7, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(29, 'newbie_lobby', 'crl_sofa1a', 11, 5, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(30, 'newbie_lobby', 'crl_table2b', 2, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(31, 'newbie_lobby', 'crl_table2a', 3, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(32, 'newbie_lobby', 'crl_lamp', 11, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(33, 'newbie_lobby', 'crl_chair', 0, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(34, 'newbie_lobby', 'crl_lamp', 0, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(35, 'newbie_lobby', 'crl_sofa3c', 1, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(36, 'newbie_lobby', 'crl_sofa3b', 2, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(37, 'newbie_lobby', 'crl_sofa3a', 3, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(38, 'newbie_lobby', 'crl_lamp', 4, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(39, 'newbie_lobby', 'crl_barchair2', 19, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(40, 'newbie_lobby', 'crl_tablebar', 20, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(41, 'newbie_lobby', 'crl_barchair2', 21, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(42, 'newbie_lobby', 'crl_pillar2', 5, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(43, 'newbie_lobby', 'crl_pillar', 9, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(44, 'newbie_lobby', 'crl_desk1a', 8, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(45, 'newbie_lobby', 'crl_deski', 9, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(46, 'newbie_lobby', 'crl_deskh', 10, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(47, 'newbie_lobby', 'crl_deskg', 10, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(48, 'newbie_lobby', 'crl_deskf', 10, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(49, 'newbie_lobby', 'crl_deske', 10, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(50, 'newbie_lobby', 'crl_deske', 10, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(51, 'newbie_lobby', 'crl_deske', 10, 20, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(52, 'newbie_lobby', 'crl_deske', 10, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(53, 'newbie_lobby', 'crl_deske', 10, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(54, 'newbie_lobby', 'crl_deske', 10, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(55, 'newbie_lobby', 'crl_wallb', 7, 24, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(56, 'newbie_lobby', 'crl_deske', 10, 24, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(57, 'newbie_lobby', 'crl_walla', 7, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(58, 'newbie_lobby', 'crl_desk1b', 8, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(59, 'newbie_lobby', 'crl_desk1c', 9, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(60, 'newbie_lobby', 'crl_desk1d', 10, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(61, 'newbie_lobby', 'crl_lamp2', 12, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(62, 'newbie_lobby', 'crl_cabinet2', 13, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(63, 'newbie_lobby', 'crl_cabinet1', 14, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(64, 'newbie_lobby', 'crl_lamp2', 15, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(65, 'theater', 'mic', 11, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(66, 'theater', 'thchair2', 2, 11, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(67, 'theater', 'thchair2', 2, 12, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(68, 'theater', 'thchair2', 2, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(69, 'theater', 'thchair1', 6, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(70, 'theater', 'thchair1', 7, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(71, 'theater', 'thchair1', 8, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(72, 'theater', 'thchair1', 9, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(73, 'theater', 'thchair1', 10, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(74, 'theater', 'thchair1', 12, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(75, 'theater', 'thchair1', 13, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(76, 'theater', 'thchair1', 14, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(77, 'theater', 'thchair1', 15, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(78, 'theater', 'thchair1', 16, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(79, 'theater', 'thchair2', 2, 16, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(80, 'theater', 'thchair1', 6, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(81, 'theater', 'thchair1', 7, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(82, 'theater', 'thchair1', 8, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(83, 'theater', 'thchair1', 9, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(84, 'theater', 'thchair1', 10, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(85, 'theater', 'thchair1', 12, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(86, 'theater', 'thchair1', 13, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(87, 'theater', 'thchair1', 14, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(88, 'theater', 'thchair1', 15, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(89, 'theater', 'thchair1', 16, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(90, 'theater', 'thchair1', 6, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(91, 'theater', 'thchair1', 7, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(92, 'theater', 'thchair1', 8, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(93, 'theater', 'thchair1', 9, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(94, 'theater', 'thchair1', 10, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(95, 'theater', 'thchair1', 12, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(96, 'theater', 'thchair1', 13, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(97, 'theater', 'thchair1', 14, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(98, 'theater', 'thchair1', 15, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(99, 'theater', 'thchair1', 16, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(100, 'theater', 'thchair1', 6, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(101, 'theater', 'thchair1', 7, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(102, 'theater', 'thchair1', 8, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(103, 'theater', 'thchair1', 9, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(104, 'theater', 'thchair1', 10, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(105, 'theater', 'thchair1', 12, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(106, 'theater', 'thchair1', 13, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(107, 'theater', 'thchair1', 14, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(108, 'theater', 'thchair1', 15, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(109, 'theater', 'thchair1', 16, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(110, 'library', 'libchair', 14, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(111, 'library', 'libchair', 16, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(112, 'library', 'libchair', 26, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(113, 'library', 'libchair', 24, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(114, 'library', 'libchair', 12, 4, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(115, 'library', 'libchair', 12, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(116, 'library', 'libstool', 13, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(117, 'library', 'libstool', 13, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(118, 'library', 'libstool', 13, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(119, 'library', 'libchair', 28, 27, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(120, 'library', 'libchair', 27, 29, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(121, 'library', 'libstool', 24, 33, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(122, 'library', 'libstool', 24, 34, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(123, 'library', 'libstool', 24, 35, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(124, 'library', 'libstool', 21, 36, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(125, 'library', 'libstool', 22, 36, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(126, 'library', 'libstool', 23, 36, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(127, 'floatinggarden', 'stone', 15, 37, 1, 4, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(128, 'floatinggarden', 'stone', 16, 37, 1, 4, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(129, 'floatinggarden', 'stone', 17, 29, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(130, 'floatinggarden', 'stone', 17, 30, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(131, 'floatinggarden', 'stone', 17, 31, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(132, 'floatinggarden', 'stone', 17, 35, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(133, 'floatinggarden', 'stone', 17, 36, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(134, 'floatinggarden', 'stone', 21, 33, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(135, 'floatinggarden', 'stone', 21, 34, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(136, 'floatinggarden', 'stone', 21, 35, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(137, 'floatinggarden', 'stone', 21, 36, 1, 2, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(138, 'floatinggarden', 'stone', 24, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(139, 'floatinggarden', 'stone', 25, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(140, 'floatinggarden', 'stone', 26, 33, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(141, 'floatinggarden', 'stone', 26, 34, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(142, 'floatinggarden', 'stone', 26, 35, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(143, 'floatinggarden', 'stone', 26, 36, 1, 6, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(144, 'floatinggarden', 'stone', 28, 13, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(145, 'floatinggarden', 'stone', 29, 13, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(146, 'floatinggarden', 'floatbench1', 17, 18, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(147, 'floatinggarden', 'floatbench1', 17, 24, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(148, 'floatinggarden', 'floatbench1', 19, 18, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(149, 'floatinggarden', 'floatbench1', 19, 24, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(150, 'floatinggarden', 'floatbench1', 21, 18, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(151, 'floatinggarden', 'floatbench1', 21, 24, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(152, 'floatinggarden', 'floatbench1', 23, 18, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(153, 'floatinggarden', 'floatbench1', 23, 24, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(154, 'floatinggarden', 'floatbench1', 28, 17, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(155, 'floatinggarden', 'floatbench1', 28, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(156, 'floatinggarden', 'floatbench1', 28, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(157, 'floatinggarden', 'floatbench1', 28, 25, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(158, 'floatinggarden', 'floatbench2', 17, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(159, 'floatinggarden', 'floatbench2', 17, 23, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(160, 'floatinggarden', 'floatbench2', 19, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(161, 'floatinggarden', 'floatbench2', 19, 23, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(162, 'floatinggarden', 'floatbench2', 21, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(163, 'floatinggarden', 'floatbench2', 21, 23, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(164, 'floatinggarden', 'floatbench2', 23, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(165, 'floatinggarden', 'floatbench2', 23, 23, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(166, 'floatinggarden', 'floatbench2', 27, 17, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(167, 'floatinggarden', 'floatbench2', 27, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(168, 'floatinggarden', 'floatbench2', 27, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(169, 'floatinggarden', 'floatbench2', 27, 25, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(170, 'sunset_cafe', 'chairup4', 32, 21, 0, 3, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(171, 'sunset_cafe', 'chairup6', 33, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(172, 'sunset_cafe', 'chairup6', 34, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(173, 'sunset_cafe', 'chairup6', 35, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(174, 'sunset_cafe', 'chairup6', 36, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(175, 'sunset_cafe', 'chairup7', 37, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(176, 'sunset_cafe', 'chairup2', 32, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(177, 'sunset_cafe', 'chairup5', 25, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(178, 'sunset_cafe', 'chairup6', 26, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(179, 'sunset_cafe', 'chairup6', 27, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(180, 'sunset_cafe', 'chairup6', 28, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(181, 'sunset_cafe', 'chairup7', 29, 23, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(182, 'sunset_cafe', 'chairup1', 32, 23, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(183, 'sunset_cafe', 'counter5', 24, 24, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(184, 'sunset_cafe', 'table2', 25, 24, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(185, 'sunset_cafe', 'table1', 26, 24, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(186, 'sunset_cafe', 'counter3', 24, 25, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(187, 'sunset_cafe', 'counter4', 24, 26, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(188, 'sunset_cafe', 'counter3', 24, 27, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(189, 'sunset_cafe', 'counter3', 24, 28, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(190, 'sunset_cafe', 'palms4', 29, 28, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(191, 'sunset_cafe', 'counter3', 24, 29, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(192, 'sunset_cafe', 'palms3', 29, 29, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(193, 'sunset_cafe', 'counter3', 24, 30, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(194, 'sunset_cafe', 'palms2', 29, 30, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(195, 'sunset_cafe', 'counter1', 22, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(196, 'sunset_cafe', 'counter1', 23, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(197, 'sunset_cafe', 'counter2', 24, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(198, 'sunset_cafe', 'palms1', 29, 31, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(199, 'sunset_cafe', 'chairup5', 30, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(200, 'sunset_cafe', 'chairup6', 31, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(201, 'sunset_cafe', 'chairup6', 32, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(202, 'sunset_cafe', 'chairup6', 33, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(203, 'sunset_cafe', 'chairup6', 34, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(204, 'sunset_cafe', 'chairup6', 35, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(205, 'sunset_cafe', 'chairup6', 36, 31, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(206, 'sunset_cafe', 'chairright3', 37, 31, 0, 5, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(207, 'sunset_cafe', 'chairup3', 21, 32, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(208, 'sunset_cafe', 'table4', 22, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(209, 'sunset_cafe', 'table2', 30, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(210, 'sunset_cafe', 'table1', 31, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(211, 'sunset_cafe', 'table2', 33, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(212, 'sunset_cafe', 'table1', 34, 32, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(213, 'sunset_cafe', 'chairright2', 37, 32, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(214, 'sunset_cafe', 'chairup2', 21, 33, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(215, 'sunset_cafe', 'table3', 22, 33, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(216, 'sunset_cafe', 'chairright2', 37, 33, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(217, 'sunset_cafe', 'chairup2', 21, 34, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(218, 'sunset_cafe', 'table4', 36, 34, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(219, 'sunset_cafe', 'chairright2', 37, 34, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(220, 'sunset_cafe', 'chairup2', 21, 35, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(221, 'sunset_cafe', 'table2', 24, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(222, 'sunset_cafe', 'table1', 25, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(223, 'sunset_cafe', 'table2', 27, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(224, 'sunset_cafe', 'table1', 28, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(225, 'sunset_cafe', 'palm', 33, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(226, 'sunset_cafe', 'table3', 36, 35, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(227, 'sunset_cafe', 'chairright2', 37, 35, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(228, 'sunset_cafe', 'chairleft3', 21, 36, 0, 1, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(229, 'sunset_cafe', 'chairleft2', 22, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(230, 'sunset_cafe', 'chairleft2', 23, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(231, 'sunset_cafe', 'chairleft2', 24, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(232, 'sunset_cafe', 'chairleft2', 25, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(233, 'sunset_cafe', 'chairleft2', 26, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(234, 'sunset_cafe', 'chairleft2', 27, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(235, 'sunset_cafe', 'chairleft1', 28, 36, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(236, 'sunset_cafe', 'chairright2', 37, 36, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(237, 'sunset_cafe', 'table4', 36, 37, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(238, 'sunset_cafe', 'chairright2', 37, 37, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(239, 'sunset_cafe', 'table3', 36, 38, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(240, 'sunset_cafe', 'chairright1', 37, 38, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(241, 'pool_a', 'umbrella2', 18, 4, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(242, 'pool_a', 'pool_2sofa2', 18, 5, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(243, 'pool_a', 'pool_2sofa1', 18, 6, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(244, 'pool_a', 'umbrella2', 7, 20, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(245, 'pool_a', 'pool_chair2', 8, 20, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(246, 'pool_a', 'umbrella2', 24, 20, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(247, 'pool_a', 'pool_chair2', 25, 20, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(248, 'pool_a', 'pool_chair2', 7, 21, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(249, 'pool_a', 'pool_table2', 8, 21, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(250, 'pool_a', 'pool_chair2', 9, 21, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(251, 'pool_a', 'pool_chair2', 24, 21, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(252, 'pool_a', 'pool_table2', 25, 21, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(253, 'pool_a', 'pool_chair2', 8, 22, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(254, 'pool_a', 'flower2b', 2, 28, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(255, 'pool_a', 'flower2a', 2, 29, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(256, 'pool_a', 'box', 6, 32, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(257, 'pool_a', 'flower1', 13, 33, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(258, 'pool_a', 'pool_chairy', 10, 34, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(259, 'pool_a', 'umbrellay', 8, 35, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(260, 'pool_a', 'pool_chairy', 9, 35, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(261, 'pool_a', 'pool_tabley', 10, 35, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(262, 'pool_a', 'pool_chairy', 11, 35, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(263, 'pool_a', 'umbrellap', 15, 35, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(264, 'pool_a', 'umbrellao', 21, 35, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(265, 'pool_a', 'pool_chairy', 10, 36, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(266, 'pool_a', 'pool_chairp', 15, 36, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(267, 'pool_a', 'pool_chairo', 21, 36, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(268, 'pool_a', 'pool_chairo', 22, 36, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(269, 'pool_a', 'pool_chairp', 14, 37, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(270, 'pool_a', 'pool_tablep', 15, 37, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(271, 'pool_a', 'pool_chairp', 16, 37, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(272, 'pool_a', 'pool_tabo', 21, 37, 7, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(273, 'pool_a', 'pool_tabo2', 22, 37, 7, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(274, 'pool_a', 'pool_chairp', 14, 38, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(275, 'pool_a', 'pool_tablep2', 15, 38, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(276, 'pool_a', 'pool_chairp', 16, 38, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(277, 'pool_a', 'pool_chairo', 21, 38, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(278, 'pool_a', 'pool_chairo', 22, 38, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(279, 'pool_a', 'pool_chairp', 15, 39, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(280, 'pool_a', 'pool_chairg', 20, 41, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(281, 'pool_a', 'pool_chairg', 21, 41, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(282, 'pool_a', 'pool_tablg', 20, 42, 7, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(283, 'pool_a', 'pool_tablg2', 21, 42, 7, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(284, 'pool_a', 'umbrellag', 19, 43, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(285, 'pool_a', 'pool_chairg', 20, 43, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(286, 'pool_a', 'pool_chairg', 21, 43, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(287, 'pool_a', 'poolBooth', 17, 11, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains1', NULL, NULL),
(288, 'pool_a', 'poolBooth', 17, 9, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains2', NULL, NULL),
(289, 'pool_a', 'poolEnter', 20, 28, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '21 28 3 2', '22 28 7 6'),
(290, 'pool_a', 'poolExit', 21, 28, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '20 28 7 6', '19 28 7 6'),
(291, 'pub_a', 'pub_fence', 8, 12, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(292, 'pub_a', 'pub_fence', 18, 11, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(293, 'pub_a', 'pub_fence', 8, 11, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(294, 'pub_a', 'pub_chair2', 6, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(295, 'pub_a', 'pub_chair2', 5, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(296, 'pub_a', 'pub_chair2', 3, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(297, 'pub_a', 'pub_chair2', 2, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(298, 'pub_a', 'pub_fence', 18, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(299, 'pub_a', 'pub_fence', 18, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(300, 'pub_a', 'bardesk3', 11, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(301, 'pub_a', 'bardesk4', 10, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(302, 'pub_a', 'pub_fence', 18, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(303, 'pub_a', 'pub_chair', 12, 8, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(304, 'pub_a', 'bardesk1', 11, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(305, 'pub_a', 'pub_fence', 18, 7, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(306, 'pub_a', 'bardesk2', 11, 7, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(307, 'pub_a', 'pub_fence', 18, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(308, 'pub_a', 'pub_chair', 12, 6, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(309, 'pub_a', 'bardesk1', 11, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(310, 'pub_a', 'pub_fence', 18, 5, 2, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(311, 'pub_a', 'bardesk2', 11, 5, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(312, 'pub_a', 'pub_chair', 12, 4, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(313, 'pub_a', 'bardesk1', 11, 4, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(314, 'pub_a', 'bardesk2', 11, 3, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(315, 'pub_a', 'pub_chair', 12, 2, 2, 6, 1.5, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(316, 'pub_a', 'bardesk1', 11, 2, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(317, 'pub_a', 'pub_sofa', 21, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(318, 'pub_a', 'pub_sofa', 20, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(319, 'pub_a', 'pub_sofa2', 19, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(320, 'pub_a', 'pub_fence', 18, 12, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(321, 'pub_a', 'pub_fence', 8, 13, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(322, 'pub_a', 'pub_chair2', 9, 13, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(323, 'pub_a', 'pub_chair3', 14, 13, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(324, 'pub_a', 'pub_table2', 15, 13, 2, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(325, 'pub_a', 'pub_chair3', 16, 13, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(326, 'pub_a', 'pub_fence', 18, 13, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(327, 'pub_a', 'pub_fence', 8, 14, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(328, 'pub_a', 'pub_chair2', 9, 14, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(329, 'pub_a', 'pub_chair3', 14, 14, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(330, 'pub_a', 'pub_table2', 15, 14, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(331, 'pub_a', 'pub_chair3', 16, 14, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(332, 'pub_a', 'pub_fence', 18, 14, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(333, 'pub_a', 'pub_table', 1, 15, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(334, 'pub_a', 'pub_fence', 5, 15, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(335, 'pub_a', 'pub_fence', 18, 15, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(336, 'pub_a', 'pub_sofa2', 1, 16, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(337, 'pub_a', 'pub_fence', 5, 16, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(338, 'pub_a', 'pub_fence', 18, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(339, 'pub_a', 'pub_sofa', 1, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(340, 'pub_a', 'pub_fence', 5, 17, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(341, 'pub_a', 'pub_chair3', 13, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(342, 'pub_a', 'pub_chair3', 14, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(343, 'pub_a', 'pub_chair3', 15, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(344, 'pub_a', 'pub_chair3', 16, 17, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(345, 'pub_a', 'pub_fence', 18, 17, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(346, 'pub_a', 'pub_sofa', 1, 18, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(347, 'pub_a', 'pub_fence', 5, 18, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(348, 'pub_a', 'pub_table2', 13, 18, 2, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(349, 'pub_a', 'pub_table2', 14, 18, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(350, 'pub_a', 'pub_table2', 15, 18, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(351, 'pub_a', 'pub_table2', 16, 18, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(352, 'pub_a', 'pub_fence', 18, 18, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(353, 'pub_a', 'pub_sofa', 2, 19, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(354, 'pub_a', 'pub_sofa2', 3, 19, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(355, 'pub_a', 'pub_fence', 5, 19, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(356, 'pub_a', 'pub_chair3', 13, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(357, 'pub_a', 'pub_chair3', 14, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(358, 'pub_a', 'pub_chair3', 15, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(359, 'pub_a', 'pub_chair3', 16, 19, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(360, 'pub_a', 'pub_fence', 18, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(361, 'pub_a', 'pub_fence', 1, 20, 3, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(362, 'pub_a', 'pub_fence', 2, 20, 3, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(363, 'pub_a', 'pub_fence', 3, 20, 3, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(364, 'pub_a', 'pub_fence', 4, 20, 3, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(365, 'pub_a', 'pub_fence', 5, 20, 3, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(366, 'pub_a', 'pub_fence', 18, 20, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(367, 'pub_a', 'pub_sofa2', 7, 21, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(368, 'pub_a', 'pub_sofa', 8, 21, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(369, 'pub_a', 'pub_fence', 12, 21, 2, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(370, 'pub_a', 'pub_fence', 13, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(371, 'pub_a', 'pub_fence', 14, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(372, 'pub_a', 'pub_fence', 15, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(373, 'pub_a', 'pub_fence', 16, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(374, 'pub_a', 'pub_fence', 17, 21, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(375, 'pub_a', 'pub_fence', 18, 21, 2, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(376, 'pub_a', 'pub_sofa2', 6, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(377, 'pub_a', 'pub_table', 15, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(378, 'pub_a', 'pub_chair2', 16, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(379, 'pub_a', 'pub_chair2', 17, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(380, 'pub_a', 'pub_sofa', 6, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(381, 'pub_a', 'pub_table2', 8, 23, 1, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(382, 'pub_a', 'pub_sofa', 6, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(383, 'pub_a', 'pub_table2', 8, 24, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(384, 'pub_a', 'pub_sofa', 6, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(385, 'pub_a', 'pub_table2', 8, 25, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(386, 'md_a', 'mntdwchair', 4, 3, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(387, 'md_a', 'mntdwchair', 5, 3, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(388, 'md_a', 'barmask', 2, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(389, 'md_a', 'mntdwsofa2', 7, 8, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(390, 'md_a', 'mntdwtable2', 8, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(391, 'md_a', 'mntdwsofa2', 9, 8, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(392, 'md_a', 'paalu5', 21, 8, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(393, 'md_a', 'barmask', 2, 9, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(394, 'md_a', 'mntdwsofa1', 7, 9, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(395, 'md_a', 'mntdwtable1', 8, 9, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(396, 'md_a', 'mntdwsofa1', 9, 9, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(397, 'md_a', 'paalu5', 21, 9, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(398, 'md_a', 'barmask', 2, 10, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(399, 'md_a', 'paalu5', 21, 10, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(400, 'md_a', 'barmask', 2, 11, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(401, 'md_a', 'paalu5', 21, 11, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(402, 'md_a', 'barmask', 2, 12, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(403, 'md_a', 'mntdwsofa2', 7, 12, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(404, 'md_a', 'mntdwsofa1', 8, 12, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(405, 'md_a', 'paalu3', 21, 12, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(406, 'md_a', 'barmask', 2, 13, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(407, 'md_a', 'mntdwtable2', 7, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(408, 'md_a', 'mntdwtable1', 8, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(409, 'md_a', 'paalu3', 21, 13, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(410, 'md_a', 'barmask', 2, 14, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(411, 'md_a', 'mntdwsofa2', 7, 14, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(412, 'md_a', 'mntdwsofa1', 8, 14, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(413, 'md_a', 'paalu3', 21, 14, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(414, 'md_a', 'barmask', 2, 15, 100000, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(415, 'md_a', 'paalu1', 21, 15, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(416, 'md_a', 'barmask', 2, 16, 100000, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(417, 'md_a', 'mntdwsofa2', 12, 16, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(418, 'md_a', 'mntdwsofa1', 13, 16, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(419, 'md_a', 'paalu1', 21, 16, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(420, 'md_a', 'mntdwchair', 3, 17, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(421, 'md_a', 'mntdwsofa2', 6, 17, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(422, 'md_a', 'mntdwtable2', 7, 17, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(423, 'md_a', 'mntdwsofa2', 8, 17, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(424, 'md_a', 'mntdwtable2', 12, 17, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(425, 'md_a', 'mntdwtable1', 13, 17, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(426, 'md_a', 'paalu1', 21, 17, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(427, 'md_a', 'mntdwchair', 3, 18, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(428, 'md_a', 'mntdwsofa1', 6, 18, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(429, 'md_a', 'mntdwtable1', 7, 18, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(430, 'md_a', 'mntdwsofa1', 8, 18, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(431, 'md_a', 'mntdwsofa2', 12, 18, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(432, 'md_a', 'mntdwsofa1', 13, 18, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(433, 'md_a', 'paalu1', 21, 18, 8, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(434, 'md_a', 'poolBooth', 8, 1, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains1', NULL, NULL),
(435, 'md_a', 'poolBooth', 9, 1, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'curtains2', NULL, NULL),
(436, 'picnic', 'hedge7', 10, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(437, 'picnic', 'hedge7', 11, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(438, 'picnic', 'hedge7', 12, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(439, 'picnic', 'hedge7', 13, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(440, 'picnic', 'hedge8', 14, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(441, 'picnic', 'hedge2', 18, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(442, 'picnic', 'hedge7', 19, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(443, 'picnic', 'hedge7', 20, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(444, 'picnic', 'hedge7', 21, 7, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(445, 'picnic', 'hedge9', 14, 8, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(446, 'picnic', 'hedge9', 18, 8, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(447, 'picnic', 'hedge5', 3, 9, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(448, 'picnic', 'hedge9', 3, 10, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(449, 'picnic', 'picnic_ground', 21, 13, 2, 4, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(450, 'picnic', 'picnic_ground', 7, 14, 2, 4, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(451, 'picnic', 'picnic_ground', 19, 15, 2, 2, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(452, 'picnic', 'picnic_ground', 23, 15, 2, 6, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(453, 'picnic', 'picnic_ground', 5, 16, 2, 2, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(454, 'picnic', 'picnic_ground', 9, 16, 2, 6, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(455, 'picnic', 'picnic_cloth1', 19, 15, 0.001, 0, 0.001, 0, 0, 'can_stand_on_top', '', NULL, NULL),
(456, 'picnic', 'picnic_ground', 21, 17, 2, 0, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(457, 'picnic', 'picnic_ground', 7, 18, 2, 0, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(458, 'picnic', 'picnic_redbench2', 0, 19, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(459, 'picnic', 'picnic_redbench1', 0, 20, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(460, 'picnic', 'hedge6', 11, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(461, 'picnic', 'hedge7', 12, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(462, 'picnic', 'hedge7', 13, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(463, 'picnic', 'hedge3', 14, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(464, 'picnic', 'hedge4', 17, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(465, 'picnic', 'hedge7', 18, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(466, 'picnic', 'hedge7', 19, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(467, 'picnic', 'hedge8', 20, 20, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(468, 'picnic', 'hedge5', 11, 21, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(469, 'picnic', 'picnic_bench1', 12, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(470, 'picnic', 'picnic_bench2', 13, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(471, 'picnic', 'picnic_bench3', 14, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(472, 'picnic', 'picnic_bench1', 17, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(473, 'picnic', 'picnic_bench2', 18, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(474, 'picnic', 'picnic_bench3', 19, 21, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(475, 'picnic', 'hedge5', 20, 21, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(476, 'picnic', 'picnic_redbench2', 0, 22, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(477, 'picnic', 'hedge5', 11, 22, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(478, 'picnic', 'hedge5', 20, 22, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(479, 'picnic', 'picnic_ground', 25, 22, 2, 4, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(480, 'picnic', 'picnic_redbench1', 0, 23, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(481, 'picnic', 'hedge5', 11, 23, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(482, 'picnic', 'picnic_bench1', 12, 23, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(483, 'picnic', 'picnic_bench1', 19, 23, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(484, 'picnic', 'hedge5', 20, 23, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(485, 'picnic', 'picnic_dummychair1', 6, 24, 2, 4, 1, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(486, 'picnic', 'picnic_dummychair4', 7, 24, 2, 4, 4, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(487, 'picnic', 'picnic_dummychair6', 8, 24, 2, 4, 7, 1, 1, 'can_sit_on_top,invisible', '', NULL, NULL),
(488, 'picnic', 'hedge5', 11, 24, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(489, 'picnic', 'picnic_bench2', 12, 24, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(490, 'picnic', 'picnic_bench2', 19, 24, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(491, 'picnic', 'hedge5', 20, 24, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(492, 'picnic', 'picnic_ground', 23, 24, 2, 2, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(493, 'picnic', 'picnic_ground', 27, 24, 2, 6, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(494, 'picnic', 'picnic_stump', 5, 25, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(495, 'picnic', 'hedge5', 11, 25, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(496, 'picnic', 'picnic_bench2', 12, 25, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(497, 'picnic', 'picnic_bench2', 19, 25, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(498, 'picnic', 'hedge5', 20, 25, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(499, 'picnic', 'picnic_cloth2', 23, 24, 0.001, 0, 0.001, 0, 0, 'can_stand_on_top', '', NULL, NULL),
(500, 'picnic', 'picnic_stump', 7, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(501, 'picnic', 'hedge5', 11, 26, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(502, 'picnic', 'picnic_bench3', 12, 26, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(503, 'picnic', 'picnic_fireplace1', 14, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(504, 'picnic', 'picnic_fireplace2', 16, 26, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(505, 'picnic', 'picnic_bench3', 19, 26, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(506, 'picnic', 'hedge5', 20, 26, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(507, 'picnic', 'picnic_ground', 25, 26, 2, 0, 0.2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(508, 'picnic', 'hedge9', 11, 27, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(509, 'picnic', 'picnic_lemonade', 12, 27, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(510, 'picnic', 'hedge9', 20, 27, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(511, 'picnic', 'picnic_firewood2', 8, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(512, 'picnic', 'picnic_redbench2', 0, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(513, 'picnic', 'picnic_firewood1', 8, 30, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(514, 'picnic', 'picnic_redbench1', 0, 31, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(515, 'picnic', 'picnic_firewood1', 8, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(516, 'picnic', 'picnic_bench1', 12, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(517, 'picnic', 'picnic_bench2', 13, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(518, 'picnic', 'picnic_bench3', 14, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(519, 'picnic', 'picnic_bench1', 18, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(520, 'picnic', 'picnic_bench2', 19, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(521, 'picnic', 'picnic_bench3', 20, 31, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(522, 'picnic', 'picnic_carrot', 27, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(523, 'picnic', 'picnic_carrot', 28, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(524, 'picnic', 'picnic_carrot', 29, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(525, 'picnic', 'picnic_carrot', 30, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(526, 'picnic', 'picnic_carrot', 31, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(527, 'picnic', 'picnic_firewood1', 8, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(528, 'picnic', 'picnic_table2', 12, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(529, 'picnic', 'picnic_table', 14, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(530, 'picnic', 'picnic_table2', 18, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(531, 'picnic', 'picnic_table', 20, 32, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(532, 'picnic', 'hedge1', 3, 33, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(533, 'picnic', 'picnic_firewood1', 8, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(534, 'picnic', 'picnic_bench1', 12, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(535, 'picnic', 'picnic_bench2', 13, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(536, 'picnic', 'picnic_bench3', 14, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(537, 'picnic', 'picnic_bench1', 18, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(538, 'picnic', 'picnic_bench2', 19, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(539, 'picnic', 'picnic_bench3', 20, 33, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(540, 'picnic', 'picnic_cabbage', 27, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(541, 'picnic', 'picnic_cabbage', 28, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(542, 'picnic', 'picnic_cabbage', 29, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(543, 'picnic', 'hedge5', 3, 34, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(544, 'picnic', 'picnic_firewood1', 8, 34, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(545, 'picnic', 'hedge5', 3, 35, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(546, 'picnic', 'picnic_firewood1', 8, 35, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(547, 'picnic', 'hedge5', 3, 36, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(548, 'picnic', 'picnic_firewood1', 8, 36, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(549, 'picnic', 'picnic_firewood1', 8, 37, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(550, 'picnic', 'picnic_bench1', 12, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(551, 'picnic', 'picnic_bench2', 13, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(552, 'picnic', 'picnic_bench3', 14, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(553, 'picnic', 'picnic_bench1', 18, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(554, 'picnic', 'picnic_bench2', 19, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(555, 'picnic', 'picnic_bench3', 20, 37, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(556, 'picnic', 'picnic_firewood1', 8, 38, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(557, 'picnic', 'picnic_table2', 12, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(558, 'picnic', 'picnic_table', 14, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(559, 'picnic', 'picnic_table2', 18, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(560, 'picnic', 'picnic_table', 20, 38, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(561, 'picnic', 'picnic_firewood3', 8, 39, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(562, 'picnic', 'picnic_bench1', 12, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(563, 'picnic', 'picnic_bench2', 13, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(564, 'picnic', 'picnic_bench3', 14, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(565, 'picnic', 'picnic_bench1', 18, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(566, 'picnic', 'picnic_bench2', 19, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(567, 'picnic', 'picnic_bench3', 20, 39, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(568, 'park_a', 'bench2', 8, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(569, 'park_a', 'bench', 9, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(570, 'park_a', 'bench2', 7, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(571, 'park_a', 'bench', 7, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(572, 'park_a', 'bench2', 35, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(573, 'park_a', 'bench2', 37, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(574, 'park_a', 'bench', 38, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(575, 'park_a', 'bench', 35, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(576, 'park_a', 'bench2', 27, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(577, 'park_a', 'bench', 28, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(578, 'park_a', 'bench2', 35, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(579, 'park_a', 'bench2', 25, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(580, 'park_a', 'bench', 35, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(581, 'park_a', 'bench', 25, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(582, 'park_a', 'bench2', 25, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(583, 'park_a', 'bench', 26, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(584, 'park_a', 'bench2', 23, 30, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(585, 'park_a', 'bench', 23, 31, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(586, 'park_b', 'cornerchair2', 0, 0, 0, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(587, 'park_b', 'cornerchair1', 1, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(588, 'park_b', 'chair1', 2, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(589, 'park_b', 'chair1', 3, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(590, 'park_b', 'table1', 5, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(591, 'park_b', 'chair1line', 6, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(592, 'park_b', 'chair1', 7, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(593, 'park_b', 'chair1frontend', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(594, 'park_b', 'bar_basic', 10, 0, 0, 4, 0.001, 1, 1, 'solid,private_furniture', '', NULL, NULL),
(595, 'park_b', 'cornerchair1', 0, 1, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(596, 'park_b', 'chair1', 0, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(597, 'park_b', 'chair1', 0, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(598, 'park_b', 'chair1', 0, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(599, 'park_b', 'chair1frontend', 0, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(600, 'park_b', 'table2', 3, 5, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(601, 'park_b', 'modchair', 5, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(602, 'park_b', 'table2', 8, 5, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(603, 'pool_b', 'umbrella2', 33, 2, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(604, 'pool_b', 'pool_2sofa2', 18, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(605, 'pool_b', 'pool_2sofa1', 19, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(606, 'pool_b', 'pool_2sofa2', 20, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(607, 'pool_b', 'pool_2sofa1', 21, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(608, 'pool_b', 'pool_2sofa2', 22, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(609, 'pool_b', 'pool_2sofa1', 23, 3, 8, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(610, 'pool_b', 'pool_chair2', 33, 3, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(611, 'pool_b', 'pool_chair2', 32, 4, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(612, 'pool_b', 'pool_table2', 33, 4, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(613, 'pool_b', 'pool_chair2', 34, 4, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(614, 'pool_b', 'pool_2sofa2', 16, 5, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(615, 'pool_b', 'pool_chair2', 33, 5, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(616, 'pool_b', 'pool_2sofa1', 16, 6, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(617, 'pool_b', 'pool_2sofa2', 16, 7, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(618, 'pool_b', 'pool_chair2', 35, 7, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(619, 'pool_b', 'flower1', 14, 8, 9, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(620, 'pool_b', 'pool_2sofa1', 16, 8, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(621, 'pool_b', 'umbrella2', 33, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(622, 'pool_b', 'pool_chair2', 34, 8, 7, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(623, 'pool_b', 'pool_table2', 35, 8, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(624, 'pool_b', 'pool_chair2', 36, 8, 7, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(625, 'pool_b', 'pool_2sofa2', 14, 9, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(626, 'pool_b', 'pool_2sofa2', 16, 9, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(627, 'pool_b', 'pool_chair2', 35, 9, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(628, 'pool_b', 'pool_2sofa1', 14, 10, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(629, 'pool_b', 'pool_2sofa1', 16, 10, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(630, 'pool_b', 'pool_2sofa2', 14, 11, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(631, 'pool_b', 'pool_2sofa2', 16, 11, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(632, 'pool_b', 'pool_2sofa1', 14, 12, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(633, 'pool_b', 'pool_2sofa1', 16, 12, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(634, 'pool_b', 'flower2b', 3, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(635, 'pool_b', 'flower2a', 4, 13, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(636, 'pool_b', 'pool_2sofa2', 14, 13, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(637, 'pool_b', 'pool_2sofa2', 16, 13, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(638, 'pool_b', 'pool_2sofa1', 14, 14, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(639, 'pool_b', 'pool_2sofa1', 16, 14, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(640, 'pool_b', 'poolLift', 26, 4, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'door', NULL, NULL),
(641, 'pool_b', 'poolEnter', 17, 21, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '17 22 3 4', '17 23 3 4'),
(642, 'pool_b', 'poolExit', 17, 22, 0, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '17 21 0 4', '17 20 0 4'),
(643, 'pool_b', 'poolExit', 20, 19, 0, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash1', '19 19 7 0', '18 19 7 0'),
(644, 'pool_b', 'poolEnter', 31, 10, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash2', '31 11 0 4', '31 12 0 4'),
(645, 'pool_b', 'poolExit', 31, 11, 0, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash2', '31 10 7 0', '31 9 7 0'),
(646, 'pool_b', 'queue_tile2', 21, 9, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(647, 'pool_b', 'queue_tile2', 21, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(648, 'pool_b', 'queue_tile2', 23, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(649, 'pool_b', 'queue_tile2', 26, 7, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(650, 'pool_b', 'queue_tile2', 25, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(651, 'pool_b', 'queue_tile2', 22, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(652, 'pool_b', 'queue_tile2', 26, 5, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(653, 'pool_b', 'queue_tile2', 21, 8, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(654, 'pool_b', 'queue_tile2', 26, 6, 7, 0, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(655, 'pool_b', 'queue_tile2', 24, 7, 7, 2, 0.001, 1, 1, 'extra_parameter,can_stand_on_top', '', NULL, NULL),
(656, 'ballroom', 'broom_bench1', 4, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(657, 'ballroom', 'broom_bench2', 5, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(658, 'ballroom', 'broom_bench3', 6, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(659, 'ballroom', 'broom_bench1', 7, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(660, 'ballroom', 'broom_bench2', 8, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(661, 'ballroom', 'broom_bench2', 9, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(662, 'ballroom', 'broom_bench3', 10, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(663, 'ballroom', 'broom_bench1', 11, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(664, 'ballroom', 'broom_bench2', 12, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(665, 'ballroom', 'broom_bench2', 13, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(666, 'ballroom', 'broom_bench2', 14, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(667, 'ballroom', 'broom_bench3', 15, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(668, 'ballroom', 'broom_bench1', 16, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(669, 'ballroom', 'broom_bench2', 17, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(670, 'ballroom', 'broom_bench2', 18, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(671, 'ballroom', 'broom_bench3', 19, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(672, 'ballroom', 'broom_bench1', 20, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(673, 'ballroom', 'broom_bench2', 21, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(674, 'ballroom', 'broom_bench3', 22, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(675, 'ballroom', 'broom_seatb1', 7, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(676, 'ballroom', 'broom_seatb2', 8, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(677, 'ballroom', 'broom_seatb3', 9, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(678, 'ballroom', 'broom_seatb4', 10, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(679, 'ballroom', 'broom_seat1', 16, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(680, 'ballroom', 'broom_seat2', 17, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(681, 'ballroom', 'broom_seat3', 18, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(682, 'ballroom', 'broom_seat4', 19, 3, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(683, 'ballroom', 'broom_seatb1', 7, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(684, 'ballroom', 'broom_seatb2', 8, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(685, 'ballroom', 'broom_seatb3', 9, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(686, 'ballroom', 'broom_seatb4', 10, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(687, 'ballroom', 'broom_seat1', 16, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(688, 'ballroom', 'broom_seat2', 17, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(689, 'ballroom', 'broom_seat3', 18, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(690, 'ballroom', 'broom_seat4', 19, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(691, 'ballroom', 'broom_chair', 19, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(692, 'ballroom', 'broom_chair', 20, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(693, 'ballroom', 'broom_chair', 21, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(694, 'ballroom', 'broom_table1', 19, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(695, 'ballroom', 'broom_table2', 20, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(696, 'ballroom', 'broom_table3', 21, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(697, 'ballroom', 'broom_chair', 19, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(698, 'ballroom', 'broom_chair', 20, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(699, 'ballroom', 'broom_chair', 21, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(700, 'ballroom', 'broom_chair', 19, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(701, 'ballroom', 'broom_chair', 20, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(702, 'ballroom', 'broom_chair', 21, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(703, 'ballroom', 'broom_table1', 19, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(704, 'ballroom', 'broom_table2', 20, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(705, 'ballroom', 'broom_table3', 21, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(706, 'ballroom', 'broom_chair', 19, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(707, 'ballroom', 'broom_chair', 20, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(708, 'ballroom', 'broom_chair', 21, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(709, 'ballroom', 'broom_stool', 9, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(710, 'ballroom', 'broom_stool', 9, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(711, 'ballroom', 'broom_stool', 9, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(712, 'ballroom', 'broom_stool', 9, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(713, 'cafe_gold0', 'gold_chair', 5, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(714, 'cafe_gold0', 'gold_table_small1', 6, 3, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(715, 'cafe_gold0', 'gold_chair', 7, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(716, 'cafe_gold0', 'gold_bardesk5', 10, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(717, 'cafe_gold0', 'gold_bardesk4', 11, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(718, 'cafe_gold0', 'gold_bardesk3', 12, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(719, 'cafe_gold0', 'gold_bardesk2', 13, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(720, 'cafe_gold0', 'gold_bardesk1', 14, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(721, 'cafe_gold0', 'gold_chair', 5, 4, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(722, 'cafe_gold0', 'gold_table_small2', 6, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(723, 'cafe_gold0', 'gold_chair', 7, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(724, 'cafe_gold0', 'gold_chair', 0, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(725, 'cafe_gold0', 'gold_table_small1', 1, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(726, 'cafe_gold0', 'gold_chair', 2, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(727, 'cafe_gold0', 'gold_chair', 0, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(728, 'cafe_gold0', 'gold_table_small2', 1, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(729, 'cafe_gold0', 'gold_chair', 2, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(730, 'cafe_gold0', 'gold_chair', 5, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(731, 'cafe_gold0', 'gold_table_small1', 6, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(732, 'cafe_gold0', 'gold_chair', 7, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(733, 'cafe_gold0', 'gold_chair', 5, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(734, 'cafe_gold0', 'gold_table_small2', 6, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(735, 'cafe_gold0', 'gold_chair', 7, 7, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(736, 'cafe_gold0', 'gold_chair', 0, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(737, 'cafe_gold0', 'gold_table_small1', 1, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(738, 'cafe_gold0', 'gold_chair', 2, 8, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(739, 'cafe_gold0', 'gold_chair', 19, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(740, 'cafe_gold0', 'gold_chair', 20, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(741, 'cafe_gold0', 'gold_chair', 0, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(742, 'cafe_gold0', 'gold_table_small2', 1, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(743, 'cafe_gold0', 'gold_chair', 2, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(744, 'cafe_gold0', 'gold_chair', 14, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(745, 'cafe_gold0', 'gold_chair', 15, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(746, 'cafe_gold0', 'gold_table_small1', 19, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(747, 'cafe_gold0', 'gold_table_small2', 20, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(748, 'cafe_gold0', 'gold_table_small1', 14, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(749, 'cafe_gold0', 'gold_table_small2', 15, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(750, 'cafe_gold0', 'gold_plant', 0, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(751, 'cafe_gold0', 'gold_chair', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(752, 'cafe_gold0', 'gold_chair', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(753, 'cafe_gold0', 'gold_chair', 3, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(754, 'cafe_gold0', 'gold_chair', 19, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(755, 'cafe_gold0', 'gold_chair', 20, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(756, 'cafe_gold0', 'gold_plant', 0, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(757, 'cafe_gold0', 'gold_chair', 1, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(758, 'cafe_gold0', 'gold_chair', 2, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(759, 'cafe_gold0', 'gold_chair', 3, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(760, 'cafe_gold0', 'gold_chair', 14, 13, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(761, 'cafe_gold0', 'gold_chair', 15, 13, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(762, 'cafe_gold0', 'gold_chair', 0, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(763, 'cafe_gold0', 'gold_chair', 14, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(764, 'cafe_gold0', 'gold_chair', 15, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(765, 'cafe_gold0', 'gold_chair', 0, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(766, 'cafe_gold0', 'gold_table_small1', 2, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(767, 'cafe_gold0', 'gold_table_small2', 3, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(768, 'cafe_gold0', 'gold_chair', 0, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(769, 'cafe_gold0', 'gold_table_small1', 14, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(770, 'cafe_gold0', 'gold_table_small2', 15, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(771, 'cafe_gold0', 'gold_plant', 0, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(772, 'cafe_gold0', 'gold_chair', 1, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(773, 'cafe_gold0', 'gold_chair', 2, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(774, 'cafe_gold0', 'gold_chair', 3, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(775, 'cafe_gold0', 'gold_plant', 0, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(776, 'cafe_gold0', 'gold_chair', 1, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(777, 'cafe_gold0', 'gold_chair', 2, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(778, 'cafe_gold0', 'gold_chair', 3, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(779, 'cafe_gold0', 'gold_chair', 14, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(780, 'cafe_gold0', 'gold_chair', 15, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(781, 'cafe_gold0', 'gold_chair', 0, 19, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(782, 'cafe_gold0', 'gold_chair', 0, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(783, 'cafe_gold0', 'gold_table_small1', 2, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(784, 'cafe_gold0', 'gold_table_small2', 3, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(785, 'cafe_gold0', 'gold_chair', 0, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(786, 'cafe_gold0', 'gold_plant', 0, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(787, 'cafe_gold0', 'gold_chair', 1, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(788, 'cafe_gold0', 'gold_chair', 2, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(789, 'cafe_gold0', 'gold_chair', 3, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(790, 'cafe_gold0', 'gold_plant', 0, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(791, 'cafe_gold0', 'gold_chair', 1, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(792, 'cafe_gold0', 'gold_chair', 2, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(793, 'cafe_gold0', 'gold_chair', 3, 23, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(794, 'cafe_gold0', 'gold_chair', 0, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(795, 'cafe_gold0', 'gold_chair', 0, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(796, 'cafe_gold0', 'gold_table_small1', 2, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(797, 'cafe_gold0', 'gold_table_small2', 3, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(798, 'cafe_gold0', 'gold_chair', 0, 26, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(799, 'cafe_gold0', 'gold_chair', 1, 27, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(800, 'cafe_gold0', 'gold_chair', 2, 27, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(801, 'cafe_gold0', 'gold_chair', 3, 27, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(802, 'gate_park', 'gate_drumchair', 11, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(803, 'gate_park', 'gate_drumchair', 12, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(804, 'gate_park', 'gate_drumchair', 12, 16, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(805, 'gate_park', 'gate_drumchair', 16, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(806, 'gate_park', 'gate_drumchair', 17, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(807, 'gate_park', 'gate_drumchair', 17, 16, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(808, 'gate_park', 'gate_drumchair', 18, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(809, 'gate_park', 'gate_drumchair', 21, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(810, 'gate_park', 'gate_drumchair', 22, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(811, 'gate_park', 'gate_drumchair', 22, 16, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(812, 'gate_park', 'gate_drumchair', 23, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(813, 'gate_park', 'gate_drumchair', 29, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(814, 'gate_park', 'gate_drumchair', 29, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(815, 'gate_park', 'gate_drumchair', 30, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(816, 'gate_park', 'gate_drumchair', 30, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(817, 'gate_park', 'gate_lantern', 26, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(818, 'gate_park', 'gate_lantern', 8, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(819, 'gate_park', 'gate_rockchair1', 10, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(820, 'gate_park', 'gate_rockchair1', 10, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(821, 'gate_park', 'gate_rockchair1', 14, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(822, 'gate_park', 'gate_rockchair1', 20, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(823, 'gate_park', 'gate_rockchair1', 23, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(824, 'gate_park', 'gate_rockchair2', 10, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(825, 'gate_park', 'gate_rockchair2', 14, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(826, 'gate_park', 'gate_rockchair2', 20, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(827, 'gate_park', 'gate_rockchair2', 22, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(828, 'gate_park', 'gate_rockchair3', 10, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(829, 'gate_park', 'gate_rockchair3', 14, 19, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(830, 'gate_park', 'gate_rockchair3', 20, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(831, 'gate_park', 'gate_rockchair3', 21, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(832, 'gate_park', 'gate_table', 12, 15, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(833, 'gate_park', 'gate_table', 17, 15, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(834, 'gate_park', 'gate_table', 22, 15, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(835, 'gate_park', 'gate_table1', 15, 5, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(836, 'gate_park', 'gate_table1', 19, 5, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(837, 'gate_park', 'gate_table1', 2, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(838, 'gate_park', 'gate_table1', 2, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(839, 'gate_park', 'gate_table1', 2, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(840, 'gate_park', 'gate_table1', 2, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(841, 'gate_park', 'gate_table2', 15, 6, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(842, 'gate_park', 'gate_table2', 19, 6, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(843, 'gate_park', 'gate_table2', 3, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(844, 'gate_park', 'gate_table2', 3, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(845, 'gate_park', 'gate_table2', 3, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(846, 'gate_park', 'gate_table2', 3, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(847, 'gate_park', 'gate_table3', 15, 7, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(848, 'gate_park', 'gate_table3', 19, 7, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(849, 'gate_park', 'gate_table3', 4, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(850, 'gate_park', 'gate_table3', 4, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(851, 'gate_park', 'gate_table3', 4, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(852, 'gate_park', 'gate_table3', 4, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(853, 'gate_park', 'gate_talltree', 10, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(854, 'gate_park', 'gate_talltree', 10, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(855, 'gate_park', 'gate_trashcan', 20, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(856, 'gate_park_2', 'gate_table1', 12, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(857, 'gate_park_2', 'gate_table2', 13, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(858, 'gate_park_2', 'gate_table3', 14, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(859, 'gate_park_2', 'gate_table1', 16, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(860, 'gate_park_2', 'gate_table3', 17, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(861, 'gate_park_2', 'gate_table1', 19, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(862, 'gate_park_2', 'gate_table2', 20, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(863, 'gate_park_2', 'gate_table3', 21, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(864, 'gate_park_2', 'gate_talltree', 9, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(865, 'gate_park_2', 'gate_drumchair', 14, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(866, 'gate_park_2', 'gate_drumchair', 19, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(867, 'gate_park_2', 'gate_talltree', 9, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(868, 'gate_park_2', 'gate_drumchair', 13, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(869, 'gate_park_2', 'gate_table', 14, 9, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(870, 'gate_park_2', 'gate_drumchair', 15, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(871, 'gate_park_2', 'gate_drumchair', 18, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(872, 'gate_park_2', 'gate_table', 19, 9, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(873, 'gate_park_2', 'gate_drumchair', 20, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(874, 'gate_park_2', 'gate_talltree', 6, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(875, 'gate_park_2', 'gate_talltree', 8, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(876, 'gate_park_2', 'gate_drumchair', 14, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(877, 'gate_park_2', 'gate_drumchair', 19, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(878, 'gate_park_2', 'gate_rockchair3', 6, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(879, 'gate_park_2', 'gate_rockchair2', 8, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(880, 'gate_park_2', 'gate_drumchair', 1, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(881, 'gate_park_2', 'gate_drumchair', 2, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(882, 'gate_park_2', 'gate_rockchair1', 6, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(883, 'gate_park_2', 'gate_talltree', 27, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(884, 'gate_park_2', 'gate_talltree', 30, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(885, 'gate_park_2', 'gate_drumchair', 1, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(886, 'gate_park_2', 'gate_drumchair', 2, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(887, 'gate_park_2', 'gate_rockchair1', 6, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(888, 'gate_park_2', 'gate_trashcan', 27, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(889, 'gate_park_2', 'gate_rockchair2', 6, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(890, 'gate_park_2', 'gate_rockchair3', 8, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(891, 'gate_park_2', 'gate_table1', 31, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(892, 'gate_park_2', 'gate_table3', 32, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(893, 'gate_park_2', 'gate_drumchair', 14, 17, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(894, 'gate_park_2', 'gate_drumchair', 19, 17, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(895, 'gate_park_2', 'gate_drumchair', 13, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(896, 'gate_park_2', 'gate_table', 14, 18, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(897, 'gate_park_2', 'gate_drumchair', 15, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(898, 'gate_park_2', 'gate_drumchair', 18, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(899, 'gate_park_2', 'gate_table', 19, 18, 0, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(900, 'gate_park_2', 'gate_drumchair', 20, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(901, 'gate_park_2', 'gate_drumchair', 14, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(902, 'gate_park_2', 'gate_drumchair', 19, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(903, 'gate_park_2', 'gate_table1', 31, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(904, 'gate_park_2', 'gate_table3', 32, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(905, 'gate_park_2', 'gate_lantern', 29, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(906, 'gate_park_2', 'gate_trashcan', 8, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(907, 'gate_park_2', 'gate_table1', 23, 24, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(908, 'gate_park_2', 'gate_table1', 26, 24, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(909, 'gate_park_2', 'gate_table3', 23, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(910, 'gate_park_2', 'gate_table3', 26, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(911, 'sun_terrace', 'sun_chair', 16, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(912, 'sun_terrace', 'sun_chair', 20, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(913, 'sun_terrace', 'sun_chair', 16, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(914, 'sun_terrace', 'sun_chair', 20, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(915, 'sun_terrace', 'blusun_chair', 10, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(916, 'sun_terrace', 'sun_chair', 16, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(917, 'sun_terrace', 'sun_chair', 20, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(918, 'sun_terrace', 'sun_table', 10, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(919, 'sun_terrace', 'sun_chair', 20, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(920, 'sun_terrace', 'blusun_chair', 10, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(921, 'sun_terrace', 'sun_chair', 1, 18, 8, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(922, 'sun_terrace', 'sun_chair', 4, 18, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(923, 'sun_terrace', 'blusun_chair', 11, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(924, 'sun_terrace', 'blusun_chair', 10, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(925, 'sun_terrace', 'sun_table', 11, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(926, 'sun_terrace', 'blusun_chair', 12, 19, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(927, 'sun_terrace', 'sun_chair', 18, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(928, 'sun_terrace', 'sun_chair', 22, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(929, 'sun_terrace', 'blusun_chair', 11, 20, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(930, 'sun_terrace', 'sun_chair', 18, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(931, 'sun_terrace', 'sun_chair', 22, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(932, 'sun_terrace', 'sun_chair', 4, 21, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(933, 'sun_terrace', 'sun_chair', 6, 21, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(934, 'sun_terrace', 'sun_chair', 18, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(935, 'sun_terrace', 'sun_chair', 22, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(936, 'sun_terrace', 'blusun_chair', 2, 22, 9, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(937, 'sun_terrace', 'sun_chair', 22, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(938, 'sun_terrace', 'blusun_chair', 1, 23, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(939, 'sun_terrace', 'sun_table2', 2, 23, 9, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(940, 'sun_terrace', 'blusun_chair', 2, 24, 9, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(941, 'sun_terrace', 'sun_chair', 11, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(942, 'sun_terrace', 'sun_chair', 12, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(943, 'sun_terrace', 'sun_chair', 13, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(944, 'sun_terrace', 'sun_table', 14, 25, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(945, 'sun_terrace', 'sun_chair', 15, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(946, 'sun_terrace', 'sun_chair', 16, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(947, 'sun_terrace', 'sun_chair', 17, 25, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(948, 'sun_terrace', 'sun_chair', 13, 29, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(949, 'sun_terrace', 'sun_chair', 15, 29, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(950, 'sun_terrace', 'sun_chair', 17, 29, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(951, 'sun_terrace', 'sun_chair', 13, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(952, 'sun_terrace', 'sun_chair', 15, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(953, 'sun_terrace', 'sun_chair', 17, 30, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(954, 'space_cafe', 'bigtablea', 1, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(955, 'space_cafe', 'bigtablea', 7, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(956, 'space_cafe', 'bigtableb', 0, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(957, 'space_cafe', 'bigtableb', 6, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(958, 'space_cafe', 'bigtablec', 1, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(959, 'space_cafe', 'bigtablec', 7, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(960, 'space_cafe', 'bigtabled', 0, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(961, 'space_cafe', 'bigtabled', 6, 9, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(962, 'space_cafe', 'bluesofaa', 1, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(963, 'space_cafe', 'bluesofaa', 1, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(964, 'space_cafe', 'bluesofaa', 14, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(965, 'space_cafe', 'bluesofaa', 14, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(966, 'space_cafe', 'bluesofaa', 2, 10, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(967, 'space_cafe', 'bluesofab', 0, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(968, 'space_cafe', 'bluesofab', 0, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(969, 'space_cafe', 'bluesofab', 13, 22, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(970, 'space_cafe', 'bluesofab', 13, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(971, 'space_cafe', 'bluesofab', 2, 9, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(972, 'space_cafe', 'midtablea', 14, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(973, 'space_cafe', 'midtablea', 19, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(974, 'space_cafe', 'midtableb', 13, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(975, 'space_cafe', 'midtableb', 19, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(976, 'space_cafe', 'redsofaa', 10, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(977, 'space_cafe', 'redsofaa', 10, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(978, 'space_cafe', 'redsofaa', 18, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(979, 'space_cafe', 'redsofaa', 20, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(980, 'space_cafe', 'redsofaa', 5, 10, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(981, 'space_cafe', 'redsofaa', 7, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(982, 'space_cafe', 'redsofaa', 7, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(983, 'space_cafe', 'redsofab', 10, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(984, 'space_cafe', 'redsofab', 10, 24, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(985, 'space_cafe', 'redsofab', 18, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(986, 'space_cafe', 'redsofab', 20, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(987, 'space_cafe', 'redsofab', 5, 9, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(988, 'space_cafe', 'redsofab', 6, 11, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(989, 'space_cafe', 'redsofab', 6, 8, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(990, 'space_cafe', 'smalltable', 10, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(991, 'space_cafe', 'smalltable', 17, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(992, 'space_cafe', 'smalltable', 19, 2, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(993, 'space_cafe', 'smalltable', 21, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(994, 'space_cafe', 'smalltable', 23, 2, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(995, 'space_cafe', 'smalltable', 3, 16, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(996, 'space_cafe', 'space_stool', 19, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(997, 'space_cafe', 'space_stool', 17, 5, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(998, 'space_cafe', 'space_stool', 17, 7, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(999, 'space_cafe', 'space_stool', 18, 2, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1000, 'space_cafe', 'space_stool', 18, 6, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1001, 'space_cafe', 'space_stool', 19, 3, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1002, 'space_cafe', 'space_stool', 20, 2, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1003, 'space_cafe', 'space_stool', 20, 6, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1004, 'space_cafe', 'space_stool', 21, 5, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1005, 'space_cafe', 'space_stool', 21, 7, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1006, 'space_cafe', 'space_stool', 22, 2, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1007, 'space_cafe', 'space_stool', 22, 6, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1008, 'space_cafe', 'space_stool', 23, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1009, 'space_cafe', 'space_stool', 23, 3, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1010, 'space_cafe', 'space_stool', 3, 15, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1011, 'space_cafe', 'space_stool', 3, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1012, 'beauty_salon0', 'directorchair', 16, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1013, 'beauty_salon0', 'directorchair', 16, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1014, 'beauty_salon0', 'directorchair', 18, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1015, 'beauty_salon0', 'directorchair', 9, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1016, 'beauty_salon0', 'longchair1', 12, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1017, 'beauty_salon0', 'longchair1', 13, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1018, 'beauty_salon0', 'longchair1', 13, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1019, 'beauty_salon0', 'longchair1', 17, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1020, 'beauty_salon0', 'longchair2', 12, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1021, 'beauty_salon0', 'longchair2', 12, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1022, 'beauty_salon0', 'longchair2', 14, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1023, 'beauty_salon0', 'longchair2', 14, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1024, 'beauty_salon0', 'longchair2', 15, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1025, 'beauty_salon0', 'longchair2', 15, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1026, 'beauty_salon0', 'longchair2', 17, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1027, 'beauty_salon0', 'longchair2', 17, 19, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1028, 'beauty_salon0', 'longchair3', 12, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1029, 'beauty_salon0', 'longchair3', 16, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1030, 'beauty_salon0', 'longchair3', 16, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1031, 'beauty_salon0', 'longchair3', 17, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1032, 'beauty_salon0', 'pinkchair', 11, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1033, 'beauty_salon0', 'pinkchair', 11, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1034, 'beauty_salon0', 'pinkchair', 3, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1035, 'beauty_salon0', 'pinkchair', 4, 11, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1036, 'beauty_salon0', 'pinkchair', 6, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1037, 'beauty_salon0', 'pinkchair', 7, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1038, 'beauty_salon0', 'pinkchair', 8, 10, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1039, 'beauty_salon0', 'table2', 2, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1040, 'beauty_salon0', 'table2', 2, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1041, 'beauty_salon0', 'table2', 2, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1042, 'beauty_salon0', 'table2', 2, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1043, 'beauty_salon0', 'table2', 8, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1044, 'beauty_salon0', 'table2', 8, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1045, 'beauty_salon0', 'table2', 8, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1046, 'beauty_salon0', 'table2', 8, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1047, 'chill', 'jap_chair', 3, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1048, 'chill', 'jap_chair', 3, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1049, 'chill', 'jap_chair', 3, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1050, 'chill', 'jap_chair', 4, 20, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1051, 'chill', 'jap_chair', 4, 21, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1052, 'chill', 'jap_chair', 4, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1053, 'chill', 'jap_chair', 4, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1054, 'chill', 'jap_chair', 4, 29, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1055, 'chill', 'jap_chair', 5, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1056, 'chill', 'jap_chair', 5, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1057, 'chill', 'jap_chair', 5, 30, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1058, 'chill', 'jap_chair', 6, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1059, 'chill', 'jap_chair', 6, 21, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1060, 'chill', 'jap_stool', 13, 19, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1061, 'chill', 'jap_stool', 16, 24, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1062, 'chill', 'jap_stool', 16, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1063, 'chill', 'jap_stool', 16, 26, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1064, 'chill', 'jap_table', 3, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1065, 'chill', 'jap_table', 3, 30, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1066, 'chill', 'jap_table', 5, 20, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1067, 'chill', 'jap_table2', 4, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1068, 'chill', 'jap_table3', 4, 30, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1069, 'chill', 'jap_table3', 5, 21, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1070, 'chill', 'jap_table3', 5, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1071, 'chill', 'stone', 11, 3, 0, 4, 2, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1072, 'chill', 'stone', 13, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1073, 'chill', 'stone', 13, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1074, 'chill', 'stone', 13, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1075, 'chill', 'stone', 14, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1076, 'chill', 'stone', 15, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1077, 'chill', 'stone', 17, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1078, 'chill', 'stone', 8, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1079, 'chill', 'stone', 9, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1080, 'dusty_lounge', 'dustylamp', 11, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1081, 'dusty_lounge', 'dustylamp', 11, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1082, 'dusty_lounge', 'dustylamp', 20, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1083, 'dusty_lounge', 'dustylamp', 24, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1084, 'dusty_lounge', 'dustylamp', 28, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1085, 'dusty_lounge', 'greenchair1', 11, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1086, 'dusty_lounge', 'greenchair1', 11, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1087, 'dusty_lounge', 'greenchair1', 12, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1088, 'dusty_lounge', 'greenchair1', 14, 24, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1089, 'dusty_lounge', 'greenchair1', 4, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1090, 'dusty_lounge', 'greenchair1', 4, 15, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1091, 'dusty_lounge', 'greenchair1', 4, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1092, 'dusty_lounge', 'greenchair1', 4, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1093, 'dusty_lounge', 'greenchair1', 9, 4, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1094, 'dusty_lounge', 'greenchair1', 9, 6, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1095, 'dusty_lounge', 'greenchair2', 11, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1096, 'dusty_lounge', 'greenchair2', 11, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1097, 'dusty_lounge', 'greenchair2', 12, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1098, 'dusty_lounge', 'greenchair2', 14, 23, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1099, 'dusty_lounge', 'greenchair2', 3, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1100, 'dusty_lounge', 'greenchair2', 3, 15, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1101, 'dusty_lounge', 'greenchair2', 3, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1102, 'dusty_lounge', 'greenchair2', 3, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1103, 'dusty_lounge', 'greenchair2', 8, 4, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1104, 'dusty_lounge', 'greenchair2', 8, 6, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1105, 'dusty_lounge', 'yellowchair', 21, 10, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1106, 'dusty_lounge', 'yellowchair', 22, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1107, 'dusty_lounge', 'yellowchair', 23, 10, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1108, 'dusty_lounge', 'yellowchair', 24, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1109, 'dusty_lounge', 'yellowchair', 24, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1110, 'dusty_lounge', 'yellowchair', 26, 10, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1111, 'dusty_lounge', 'yellowchair', 26, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1112, 'dusty_lounge', 'yellowchair', 28, 10, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1113, 'cr_staff', 'crs_lamptable', 7, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1114, 'cr_staff', 'tvtable', 14, 1, 0, 2, 0.001, 1, 2, 'solid', '', NULL, NULL),
(1115, 'cr_staff', 'crs_trash', 0, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1116, 'cr_staff', 'crs_sofag_start', 2, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1117, 'cr_staff', 'crs_sofag_mid', 3, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1118, 'cr_staff', 'crs_sofag_mid', 4, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1119, 'cr_staff', 'crs_sofag_end', 5, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1120, 'cr_staff', 'crs_roundwoodtable', 12, 4, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1121, 'cr_staff', 'crs_woodchair', 15, 4, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1122, 'cr_staff', 'crs_woodchair', 10, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1123, 'cr_staff', 'crs_woodchair', 15, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1124, 'cr_staff', 'crs_woodchair', 7, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1125, 'cr_staff', 'crs_woodchair', 13, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1126, 'cr_staff', 'crs_woodchair', 15, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1127, 'cr_staff', 'crs_woodchair', 5, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1128, 'cr_staff', 'crs_fridge', 0, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1129, 'cr_staff', 'ctable2', 7, 10, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1130, 'cr_staff', 'crs_woodtable_end', 13, 10, 0, 0, 0.001, 1, 2, 'extra_parameter', '', NULL, NULL),
(1131, 'cr_staff', 'crs_woodtable_start', 14, 10, 0, 0, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1132, 'cr_staff', 'crs_woodchair', 5, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1133, 'cr_staff', 'crs_box', 1, 12, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1134, 'cr_staff', 'crs_box', 1, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1135, 'cr_staff', 'ctable1', 7, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1136, 'cr_staff', 'crs_woodchair', 13, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1137, 'cr_staff', 'crs_woodchair', 15, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1138, 'cr_staff', 'crs_box', 1, 15, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1139, 'cr_staff', 'crs_boxopen', 1, 17, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1140, 'cr_staff', 'crs_stomp', 15, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1141, 'cr_staff', 'crs_box', 1, 18, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1142, 'cr_staff', 'crs_stomp', 15, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1143, 'cr_staff', 'crs_boxtwo', 1, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1144, 'rooftop', 'rooftop_emptytable', 0, 10, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1145, 'rooftop', 'rooftop_flatcurb', 1, 13, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1146, 'rooftop', 'rooftop_flatcurb', 13, 13, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1147, 'rooftop', 'rooftop_flatcurb', 16, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1148, 'rooftop', 'rooftop_flatcurb', 16, 4, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1149, 'rooftop', 'rooftop_flatcurb', 6, 13, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1150, 'rooftop', 'rooftop_flatcurb', 8, 13, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1151, 'rooftop', 'rooftop_flatcurb2', 17, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1152, 'rooftop', 'rooftop_flatcurb2', 17, 4, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1153, 'rooftop', 'rooftop_flatcurb3', 1, 14, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1154, 'rooftop', 'rooftop_flatcurb3', 1, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1155, 'rooftop', 'rooftop_flatcurb3', 1, 16, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1156, 'rooftop', 'rooftop_flatcurb3', 10, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1157, 'rooftop', 'rooftop_flatcurb3', 11, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1158, 'rooftop', 'rooftop_flatcurb3', 12, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1159, 'rooftop', 'rooftop_flatcurb3', 13, 14, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1160, 'rooftop', 'rooftop_flatcurb3', 13, 15, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1161, 'rooftop', 'rooftop_flatcurb3', 13, 16, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1162, 'rooftop', 'rooftop_flatcurb3', 2, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1163, 'rooftop', 'rooftop_flatcurb3', 3, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1164, 'rooftop', 'rooftop_flatcurb3', 4, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1165, 'rooftop', 'rooftop_flatcurb3', 5, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1166, 'rooftop', 'rooftop_flatcurb3', 6, 14, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1167, 'rooftop', 'rooftop_flatcurb3', 6, 15, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1168, 'rooftop', 'rooftop_flatcurb3', 6, 16, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1169, 'rooftop', 'rooftop_flatcurb3', 8, 14, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1170, 'rooftop', 'rooftop_flatcurb3', 8, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1171, 'rooftop', 'rooftop_flatcurb3', 8, 16, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1172, 'rooftop', 'rooftop_flatcurb3', 9, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1173, 'rooftop', 'rooftop_flatcurb4', 1, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1174, 'rooftop', 'rooftop_flatcurb4', 8, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1175, 'rooftop', 'rooftop_flatcurb5', 13, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1176, 'rooftop', 'rooftop_flatcurb5', 6, 17, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1177, 'rooftop', 'rooftop_minichair', 0, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1178, 'rooftop', 'rooftop_minichair', 0, 11, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1179, 'rooftop', 'rooftop_minichair', 0, 3, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1180, 'rooftop', 'rooftop_minichair', 0, 9, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1181, 'rooftop', 'rooftop_minichair', 1, 2, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1182, 'rooftop', 'rooftop_minichair', 1, 7, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1183, 'rooftop', 'rooftop_minichair', 2, 6, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1184, 'rooftop', 'rooftop_minichair', 2, 8, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1185, 'rooftop', 'rooftop_minichair', 3, 7, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1186, 'rooftop', 'rooftop_rodtable', 0, 2, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1187, 'rooftop', 'rooftop_rodtable', 2, 7, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1188, 'rooftop_2', 'rooftop_bigchair', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1189, 'rooftop_2', 'rooftop_bigtable', 8, 1, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1190, 'rooftop_2', 'rooftop_sofab', 0, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1191, 'rooftop_2', 'rooftop_sofa', 1, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1192, 'rooftop_2', 'rooftop_bigchair', 8, 2, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1193, 'rooftop_2', 'rooftop_bigchair', 8, 3, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1194, 'rooftop_2', 'rooftop_bigtable', 8, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1195, 'rooftop_2', 'rooftop_sofab', 0, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1196, 'rooftop_2', 'rooftop_sofa', 1, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1197, 'rooftop_2', 'rooftop_bigchair', 8, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1198, 'rooftop_2', 'rooftop_sofab', 0, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1199, 'rooftop_2', 'rooftop_sofa', 1, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1200, 'rooftop_2', 'rooftop_sofab', 7, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1201, 'rooftop_2', 'rooftop_sofa', 8, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1202, 'rooftop_2', 'rooftop_sofab', 0, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1203, 'rooftop_2', 'rooftop_sofa', 1, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1204, 'rooftop_2', 'rooftop_sofab', 7, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1205, 'rooftop_2', 'rooftop_sofa', 8, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1206, 'tearoom', 'chinastoolgreen', 0, 19, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1207, 'tearoom', 'chinastoolgreen', 0, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1208, 'tearoom', 'chinastoolred', 10, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1209, 'tearoom', 'chinastoolred', 11, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1210, 'tearoom', 'chinastoolred', 8, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1211, 'tearoom', 'chinastoolred', 9, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1212, 'tearoom', 'hardwoodsofa1', 13, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1213, 'tearoom', 'hardwoodsofa1', 18, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1214, 'tearoom', 'hardwoodsofa2', 14, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1215, 'tearoom', 'hardwoodsofa2', 19, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1216, 'tearoom', 'hardwoodsofa3', 15, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1217, 'tearoom', 'hardwoodsofa3', 20, 1, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1218, 'tearoom', 'teabamboo', 16, 1, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1219, 'tearoom', 'teasmalltable1', 13, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1220, 'tearoom', 'teasmalltable1', 18, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1221, 'tearoom', 'teasmalltable2', 15, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1222, 'tearoom', 'teasmalltable2', 20, 3, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1223, 'tearoom', 'teastool', 16, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1224, 'tearoom', 'teastool', 17, 9, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1225, 'tearoom', 'teastool', 2, 12, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1226, 'tearoom', 'teastool', 2, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1227, 'tearoom', 'teastool', 3, 12, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1228, 'tearoom', 'teastool', 3, 6, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1229, 'tearoom', 'teastool2', 16, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1230, 'tearoom', 'teastool2', 17, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1231, 'tearoom', 'teastool2', 2, 15, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1232, 'tearoom', 'teastool2', 2, 9, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1233, 'tearoom', 'teastool2', 3, 15, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1234, 'tearoom', 'teastool2', 3, 9, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1235, 'tearoom', 'teatable1', 16, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1236, 'tearoom', 'teatable1', 2, 14, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1237, 'tearoom', 'teatable1', 2, 8, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1238, 'tearoom', 'teatable2', 17, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1239, 'tearoom', 'teatable2', 3, 14, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1240, 'tearoom', 'teatable2', 3, 8, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1241, 'tearoom', 'teavase', 0, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1242, 'tearoom', 'teavase', 0, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1243, 'cafe_ole', 'cafe_table_largeb', 15, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1244, 'cafe_ole', 'cafe_chair', 14, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1245, 'cafe_ole', 'cafe_chair', 17, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1246, 'cafe_ole', 'cafe_chair', 14, 2, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1247, 'cafe_ole', 'cafe_table_largea', 15, 2, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1248, 'cafe_ole', 'cafe_chair', 17, 2, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1249, 'cafe_ole', 'plant_yucca', 13, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1250, 'cafe_ole', 'cafe_desk5', 4, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1251, 'cafe_ole', 'plant_ftree', 5, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1252, 'cafe_ole', 'cafe_chair', 8, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1253, 'cafe_ole', 'cafe_chair', 11, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1254, 'cafe_ole', 'cafe_desk4', 4, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1255, 'cafe_ole', 'cafe_barchair', 5, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1256, 'cafe_ole', 'cafe_chair', 8, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1257, 'cafe_ole', 'cafe_table_mid', 10, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1258, 'cafe_ole', 'cafe_chair', 11, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1259, 'cafe_ole', 'cafe_desk4', 4, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1260, 'cafe_ole', 'cafe_barchair', 5, 7, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1261, 'cafe_ole', 'cafe_desk4', 4, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1262, 'cafe_ole', 'cafe_desk4', 4, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1263, 'cafe_ole', 'cafe_desk4', 4, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1264, 'cafe_ole', 'cafe_chair', 12, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1265, 'cafe_ole', 'cafe_table_small', 13, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1266, 'cafe_ole', 'cafe_chair', 14, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1267, 'cafe_ole', 'roommatic', 0, 11, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1268, 'cafe_ole', 'roommatic', 1, 11, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1269, 'cafe_ole', 'roommatic', 2, 11, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1270, 'cafe_ole', 'cafe_desk1', 3, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1271, 'cafe_ole', 'cafe_desk3', 4, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1272, 'cafe_ole', 'cafe_fence4', 9, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1273, 'cafe_ole', 'cafe_fence3', 10, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1274, 'cafe_ole', 'cafe_fence2', 11, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1275, 'cafe_ole', 'cafe_fence3', 12, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1276, 'cafe_ole', 'cafe_fence2', 13, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1277, 'cafe_ole', 'cafe_fence3', 14, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1278, 'cafe_ole', 'cafe_fence1', 15, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1279, 'cafe_ole', 'cafe_barchair', 0, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1280, 'cafe_ole', 'cafe_barchair', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1281, 'cafe_ole', 'cafe_barchair', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1282, 'cafe_ole', 'cafe_chair', 8, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1283, 'cafe_ole', 'cafe_fence3', 9, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1284, 'cafe_ole', 'plant_yucca', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1285, 'cafe_ole', 'cafe_table_small', 8, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1286, 'cafe_ole', 'cafe_fence2', 9, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1287, 'cafe_ole', 'cafe_chair', 8, 14, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1288, 'cafe_ole', 'cafe_fence3', 9, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1289, 'cafe_ole', 'cafe_chair', 12, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1290, 'cafe_ole', 'cafe_pianoc', 0, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1291, 'cafe_ole', 'cafe_fence2', 9, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1292, 'cafe_ole', 'cafe_table_largeb', 12, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1293, 'cafe_ole', 'cafe_pianob', 0, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1294, 'cafe_ole', 'cafe_barchair', 1, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1295, 'cafe_ole', 'cafe_table_largeb', 4, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1296, 'cafe_ole', 'cafe_fence3', 9, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1297, 'cafe_ole', 'cafe_chair', 11, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1298, 'cafe_ole', 'cafe_chair', 14, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1299, 'cafe_ole', 'cafe_pianoa', 0, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1300, 'cafe_ole', 'cafe_chair', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1301, 'cafe_ole', 'cafe_chair', 6, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1302, 'cafe_ole', 'cafe_fence2', 9, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1303, 'cafe_ole', 'cafe_chair', 11, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1304, 'cafe_ole', 'cafe_table_largea', 12, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1305, 'cafe_ole', 'cafe_chair', 14, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1306, 'cafe_ole', 'cafe_chair', 3, 18, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1307, 'cafe_ole', 'cafe_table_largea', 4, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1308, 'cafe_ole', 'cafe_chair', 6, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1309, 'cafe_ole', 'cafe_fence3', 9, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1310, 'cafe_ole', 'plant_ftree', 0, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1311, 'cafe_ole', 'cafe_fence2', 9, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1312, 'cafe_ole', 'cafe_chair', 12, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1313, 'cafe_ole', 'plant_ftree', 0, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1314, 'cafe_ole', 'cafe_chair', 8, 20, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1315, 'cafe_ole', 'cafe_fence3', 9, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1316, 'cafe_ole', 'cafe_table_small', 8, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1317, 'cafe_ole', 'cafe_fence2', 9, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1318, 'cafe_ole', 'cafe_chair', 8, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1319, 'cafe_ole', 'cafe_fence3', 9, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1320, 'cafe_ole', 'cafe_fence2', 9, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1321, 'cafe_ole', 'cafe_chair', 12, 23, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1322, 'cafe_ole', 'cafe_table_small', 13, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1323, 'cafe_ole', 'cafe_chair', 14, 23, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1324, 'cafe_ole', 'cafe_fence1', 9, 24, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1325, 'cr_cafe', 'koc_chair', 11, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1326, 'cr_cafe', 'koc_chair', 12, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1327, 'cr_cafe', 'koc_chair', 13, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1328, 'cr_cafe', 'koc_chair', 8, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1329, 'cr_cafe', 'koc_chair', 12, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1330, 'cr_cafe', 'koc_chair', 17, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1331, 'cr_cafe', 'koc_chair', 18, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1332, 'cr_cafe', 'koc_chair', 13, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1333, 'cr_cafe', 'koc_chair', 14, 2, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1334, 'cr_cafe', 'koc_chair', 14, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1335, 'cr_cafe', 'koc_chair', 9, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1336, 'cr_cafe', 'koc_chair', 9, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1337, 'cr_cafe', 'koc_chair', 9, 1, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1338, 'cr_cafe', 'koc_chair', 13, 3, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1339, 'cr_cafe', 'koc_chair', 17, 7, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1340, 'cr_cafe', 'koc_chair', 12, 7, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1341, 'cr_cafe', 'koc_chair', 13, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1342, 'cr_cafe', 'koc_chair', 8, 17, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1343, 'cr_cafe', 'koc_chair', 8, 8, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1344, 'cr_cafe', 'koc_chair', 8, 2, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1345, 'cr_cafe', 'koc_stool', 7, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1346, 'cr_cafe', 'koc_stool', 7, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1347, 'cr_cafe', 'koc_stool', 7, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1348, 'cr_cafe', 'koc_bartable', 6, 13, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1349, 'cr_cafe', 'koc_bartable', 6, 12, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1350, 'cr_cafe', 'koc_bartable', 6, 11, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1351, 'cr_cafe', 'koc_bartable', 6, 10, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1352, 'cr_cafe', 'koc_bartable', 6, 9, 0, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1353, 'cr_cafe', 'koc_bartable_end', 6, 14, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1354, 'cr_cafe', 'koc_bartable_end', 5, 9, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1355, 'cr_cafe', 'drawer_end', 13, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1356, 'cr_cafe', 'drawer_end', 2, 6, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1357, 'cr_cafe', 'drawer_start', 12, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1358, 'cr_cafe', 'drawer_start', 1, 6, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1359, 'cr_cafe', 'drawer_start', 3, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1360, 'cr_cafe', 'drawer_end', 3, 12, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1361, 'cr_cafe', 'drawer_start', 6, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1362, 'cr_cafe', 'drawer_start', 4, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1363, 'cr_cafe', 'drawer_end', 5, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1364, 'cr_cafe', 'drawer_end', 3, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1365, 'cr_cafe', 'drawer_start', 2, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1366, 'cr_cafe', 'drawer_end', 2, 18, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1367, 'cr_cafe', 'cupboard', 2, 17, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1368, 'cr_cafe', 'cupboard', 2, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1369, 'cr_cafe', 'koc_table', 13, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1370, 'cr_cafe', 'koc_table', 8, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1371, 'cr_cafe', 'koc_table', 8, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1372, 'cr_cafe', 'koc_table', 12, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1373, 'cr_cafe', 'koc_table', 17, 6, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1374, 'cr_cafe', 'koc_table', 13, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1375, 'cr_cafe', 'koc_table', 8, 1, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1376, 'cr_cafe', 'koc_smalltable', 6, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1377, 'cr_cafe', 'koc_table', 3, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1378, 'cr_cafe', 'drawer_start', 2, 4, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1379, 'cr_cafe', 'drawer_end', 2, 3, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1380, 'cr_cafe', 'coatrack', 2, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1381, 'cr_cafe', 'drawer_end', 0, 0, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1382, 'cr_cafe', 'pillar', 16, 15, 0, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1383, 'cr_cafe', 'pillar', 6, 15, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1384, 'cr_cafe', 'pillar', 6, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1385, 'cr_cafe', 'pillar', 16, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1386, 'lobby_a', 'flower1', 9, 0, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1387, 'lobby_a', 'chairf2b', 11, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1388, 'lobby_a', 'chairf2', 12, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1389, 'lobby_a', 'table1', 13, 0, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1390, 'lobby_a', 'chairf2b', 14, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1391, 'lobby_a', 'chairf2', 15, 0, 7, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1392, 'lobby_a', 'watermatic', 16, 0, 7, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1393, 'lobby_a', 'telkka', 9, 2, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1394, 'lobby_a', 'flower1', 9, 3, 7, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1395, 'lobby_a', 'chairf2d', 11, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1396, 'lobby_a', 'chairf2', 12, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1397, 'lobby_a', 'table1', 13, 3, 7, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1398, 'lobby_a', 'chairf2d', 14, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1399, 'lobby_a', 'chairf2', 15, 3, 7, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1400, 'lobby_a', 'flower1', 12, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1401, 'lobby_a', 'flower1', 16, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1402, 'lobby_a', 'chairf2b', 0, 7, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1403, 'lobby_a', 'chairf2', 1, 7, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1404, 'lobby_a', 'chairf2d', 0, 10, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1405, 'lobby_a', 'chairf2', 1, 10, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1406, 'lobby_a', 'roommatic', 21, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1407, 'lobby_a', 'roommatic', 22, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1408, 'lobby_a', 'roommatic', 23, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1409, 'lobby_a', 'roommatic', 24, 12, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1410, 'lobby_a', 'chairf2b', 0, 14, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1411, 'lobby_a', 'chairf2', 1, 14, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1412, 'lobby_a', 'watermatic', 13, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1413, 'lobby_a', 'watermatic', 12, 15, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1414, 'lobby_a', 'chairf1', 19, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1415, 'lobby_a', 'table2c', 21, 16, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1416, 'lobby_a', 'chairf1', 23, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1417, 'lobby_a', 'chairf2d', 0, 17, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1418, 'lobby_a', 'chairf2', 1, 17, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1419, 'lobby_a', 'table2b', 21, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1420, 'lobby_a', 'chairf1', 19, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1421, 'lobby_a', 'table2', 21, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1422, 'lobby_a', 'chairf1', 23, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1423, 'lobby_a', 'chairf2b', 7, 21, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1424, 'lobby_a', 'chairf2c', 7, 22, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1425, 'lobby_a', 'chairf2c', 7, 23, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1426, 'lobby_a', 'chairf2c', 7, 24, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1427, 'lobby_a', 'chairf2', 7, 25, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1428, 'lobby_a', 'table1', 7, 26, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1429, 'lobby_a', 'flower2', 10, 26, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1430, 'floorlobby_c', 'moneyplant', 3, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1431, 'floorlobby_c', 'roommatic', 5, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1432, 'floorlobby_c', 'roommatic', 7, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1433, 'floorlobby_c', 'roommatic', 9, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1434, 'floorlobby_c', 'roommatic', 11, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1435, 'floorlobby_c', 'roommatic', 13, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1436, 'floorlobby_c', 'watermatic', 26, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1437, 'floorlobby_c', 'edgec1', 14, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1438, 'floorlobby_c', 'edgec1', 15, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1439, 'floorlobby_c', 'edgec1', 16, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1440, 'floorlobby_c', 'edgec1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1441, 'floorlobby_c', 'edgec1', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1442, 'floorlobby_c', 'edgec1', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1443, 'floorlobby_c', 'edgec1', 20, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1444, 'floorlobby_c', 'edgec1', 21, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1445, 'floorlobby_c', 'edgec1', 22, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1446, 'floorlobby_c', 'edgec1', 23, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1447, 'floorlobby_c', 'edgec1', 24, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1448, 'floorlobby_c', 'edgec1', 25, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1449, 'floorlobby_c', 'edgec1', 26, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1450, 'floorlobby_c', 'chairg1', 3, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1451, 'floorlobby_c', 'chairg1', 5, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1452, 'floorlobby_c', 'moneyplant', 15, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1453, 'floorlobby_c', 'chairg2b', 16, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1454, 'floorlobby_c', 'chairg2c', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1455, 'floorlobby_c', 'chairg2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1456, 'floorlobby_c', 'moneyplant', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1457, 'floorlobby_c', 'moneyplant', 21, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1458, 'floorlobby_c', 'chairg2b', 22, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1459, 'floorlobby_c', 'chairg2c', 23, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1460, 'floorlobby_c', 'chairg2', 24, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1461, 'floorlobby_c', 'moneyplant', 25, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1462, 'floorlobby_c', 'chairg1', 3, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1463, 'floorlobby_c', 'chairg1', 5, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1464, 'floorlobby_c', 'newtable2', 3, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1465, 'floorlobby_c', 'chairg1', 16, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1466, 'floorlobby_c', 'chairg1', 18, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1467, 'floorlobby_c', 'chairg1', 22, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1468, 'floorlobby_c', 'chairg1', 24, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1469, 'floorlobby_c', 'newtable2', 17, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1470, 'floorlobby_c', 'newtable2', 23, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1471, 'floorlobby_c', 'newtable2', 3, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1472, 'floorlobby_c', 'chairg1', 16, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1473, 'floorlobby_c', 'chairg1', 18, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1474, 'floorlobby_c', 'chairg1', 22, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1475, 'floorlobby_c', 'chairg1', 24, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1476, 'floorlobby_c', 'chairg1', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1477, 'floorlobby_c', 'chairg1', 5, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1478, 'floorlobby_c', 'edgec2', 14, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1479, 'floorlobby_c', 'edgec2', 15, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1480, 'floorlobby_c', 'edgec2', 16, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1481, 'floorlobby_c', 'edgec2', 17, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1482, 'floorlobby_c', 'edgec2', 18, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1483, 'floorlobby_c', 'edgec2', 19, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1484, 'floorlobby_c', 'edgec2', 20, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1485, 'floorlobby_c', 'edgec2', 21, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1486, 'floorlobby_c', 'edgec2', 22, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1487, 'floorlobby_c', 'edgec2', 23, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1488, 'floorlobby_c', 'edgec2', 24, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1489, 'floorlobby_c', 'edgec2', 25, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1490, 'floorlobby_c', 'edgec2', 26, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1491, 'floorlobby_b', 'moneyplant', 3, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1492, 'floorlobby_b', 'roommatic', 5, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1493, 'floorlobby_b', 'roommatic', 7, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1494, 'floorlobby_b', 'roommatic', 9, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1495, 'floorlobby_b', 'roommatic', 11, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1496, 'floorlobby_b', 'roommatic', 13, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1497, 'floorlobby_b', 'watermatic', 26, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1498, 'floorlobby_b', 'standinglamp', 3, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1499, 'floorlobby_b', 'edgeb1', 14, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1500, 'floorlobby_b', 'edgeb1', 15, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1501, 'floorlobby_b', 'edgeb1', 16, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1502, 'floorlobby_b', 'edgeb1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1503, 'floorlobby_b', 'edgeb1', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1504, 'floorlobby_b', 'edgeb1', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1505, 'floorlobby_b', 'edgeb1', 20, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1506, 'floorlobby_b', 'edgeb1', 21, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1507, 'floorlobby_b', 'edgeb1', 22, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1508, 'floorlobby_b', 'edgeb1', 23, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1509, 'floorlobby_b', 'edgeb1', 24, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1510, 'floorlobby_b', 'edgeb1', 25, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1511, 'floorlobby_b', 'edgeb1', 26, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1512, 'floorlobby_b', 'chairf2b', 3, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1513, 'floorlobby_b', 'chairf2c', 4, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1514, 'floorlobby_b', 'chairf2', 5, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1515, 'floorlobby_b', 'moneyplant', 15, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1516, 'floorlobby_b', 'chairf2b', 16, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1517, 'floorlobby_b', 'chairf2c', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1518, 'floorlobby_b', 'chairf2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1519, 'floorlobby_b', 'moneyplant', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1520, 'floorlobby_b', 'moneyplant', 21, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1521, 'floorlobby_b', 'chairf2b', 22, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1522, 'floorlobby_b', 'chairf2c', 23, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1523, 'floorlobby_b', 'chairf2', 24, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1524, 'floorlobby_b', 'moneyplant', 25, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1525, 'floorlobby_b', 'chairf1', 3, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1526, 'floorlobby_b', 'newtable1', 4, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1527, 'floorlobby_b', 'chairf1', 5, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1528, 'floorlobby_b', 'chairf1', 16, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1529, 'floorlobby_b', 'chairf1', 18, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1530, 'floorlobby_b', 'chairf1', 22, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1531, 'floorlobby_b', 'chairf1', 24, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1532, 'floorlobby_b', 'newtable1', 17, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1533, 'floorlobby_b', 'newtable1', 23, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1534, 'floorlobby_b', 'newtable1', 3, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1535, 'floorlobby_b', 'chairf1', 16, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1536, 'floorlobby_b', 'chairf1', 18, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1537, 'floorlobby_b', 'chairf1', 22, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1538, 'floorlobby_b', 'chairf1', 24, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1539, 'floorlobby_b', 'chairf1', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1540, 'floorlobby_b', 'chairf1', 5, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1541, 'floorlobby_b', 'standinglamp', 3, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1542, 'floorlobby_b', 'edgeb2', 14, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1543, 'floorlobby_b', 'edgeb2', 15, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1544, 'floorlobby_b', 'edgeb2', 16, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1545, 'floorlobby_b', 'edgeb2', 17, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1546, 'floorlobby_b', 'edgeb2', 18, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1547, 'floorlobby_b', 'edgeb2', 19, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1548, 'floorlobby_b', 'edgeb2', 20, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1549, 'floorlobby_b', 'edgeb2', 21, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1550, 'floorlobby_b', 'edgeb2', 22, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1551, 'floorlobby_b', 'edgeb2', 23, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1552, 'floorlobby_b', 'edgeb2', 24, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1553, 'floorlobby_b', 'edgeb2', 25, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1554, 'floorlobby_b', 'edgeb2', 26, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1555, 'floorlobby_a', 'moneyplant', 3, 2, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1556, 'floorlobby_a', 'roommatic', 5, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1557, 'floorlobby_a', 'roommatic', 7, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1558, 'floorlobby_a', 'roommatic', 9, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1559, 'floorlobby_a', 'roommatic', 11, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1560, 'floorlobby_a', 'roommatic', 13, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1561, 'floorlobby_a', 'watermatic', 26, 2, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1562, 'floorlobby_a', 'standinglamp', 3, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1563, 'floorlobby_a', 'edge1', 14, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1564, 'floorlobby_a', 'edge1', 15, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1565, 'floorlobby_a', 'edge1', 16, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1566, 'floorlobby_a', 'edge1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1567, 'floorlobby_a', 'edge1', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1568, 'floorlobby_a', 'edge1', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1569, 'floorlobby_a', 'edge1', 20, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1570, 'floorlobby_a', 'edge1', 21, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1571, 'floorlobby_a', 'edge1', 22, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1572, 'floorlobby_a', 'edge1', 23, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1573, 'floorlobby_a', 'edge1', 24, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1574, 'floorlobby_a', 'edge1', 25, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1575, 'floorlobby_a', 'edge1', 26, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1576, 'floorlobby_a', 'chairf1', 3, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1577, 'floorlobby_a', 'chairf1', 5, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1578, 'floorlobby_a', 'moneyplant', 15, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1579, 'floorlobby_a', 'chairf2b', 16, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1580, 'floorlobby_a', 'chairf2c', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1581, 'floorlobby_a', 'chairf2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1582, 'floorlobby_a', 'moneyplant', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1583, 'floorlobby_a', 'moneyplant', 21, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1584, 'floorlobby_a', 'chairf2b', 22, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1585, 'floorlobby_a', 'chairf2c', 23, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1586, 'floorlobby_a', 'chairf2', 24, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1587, 'floorlobby_a', 'moneyplant', 25, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1588, 'floorlobby_a', 'chairf1', 3, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1589, 'floorlobby_a', 'chairf1', 5, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1590, 'floorlobby_a', 'newtable1', 3, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1591, 'floorlobby_a', 'chairf1', 16, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1592, 'floorlobby_a', 'chairf1', 18, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1593, 'floorlobby_a', 'chairf1', 22, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1594, 'floorlobby_a', 'chairf1', 24, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1595, 'floorlobby_a', 'newtable1', 17, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1596, 'floorlobby_a', 'newtable1', 23, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1597, 'floorlobby_a', 'chairf1', 16, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1598, 'floorlobby_a', 'chairf1', 18, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1599, 'floorlobby_a', 'chairf1', 22, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1600, 'floorlobby_a', 'chairf1', 24, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1601, 'floorlobby_a', 'chairf1', 3, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1602, 'floorlobby_a', 'chairf1', 5, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1603, 'floorlobby_a', 'edge2', 14, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1604, 'floorlobby_a', 'edge2', 15, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1605, 'floorlobby_a', 'edge2', 16, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1606, 'floorlobby_a', 'edge2', 17, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1607, 'floorlobby_a', 'edge2', 18, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1608, 'floorlobby_a', 'edge2', 19, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1609, 'floorlobby_a', 'edge2', 20, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1610, 'floorlobby_a', 'edge2', 21, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1611, 'floorlobby_a', 'edge2', 22, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1612, 'floorlobby_a', 'edge2', 23, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1613, 'floorlobby_a', 'edge2', 24, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1614, 'floorlobby_a', 'edge2', 25, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1615, 'floorlobby_a', 'edge2', 26, 18, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1616, 'cinema_a', 'orange', 2, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1617, 'cinema_a', 'loungey_chair', 7, 4, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1618, 'cinema_a', 'loungey_tablebigb', 8, 4, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1619, 'cinema_a', 'loungey_chair', 9, 4, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1620, 'cinema_a', 'loungey_chair', 2, 5, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1621, 'cinema_a', 'loungey_chair', 7, 5, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1622, 'cinema_a', 'loungey_tablebiga', 8, 5, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1623, 'cinema_a', 'loungey_chair', 9, 5, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1624, 'cinema_a', 'loungey_table', 2, 6, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1625, 'cinema_a', 'loungey_chair', 2, 7, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1626, 'cinema_a', 'theater_chair', 13, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1627, 'cinema_a', 'theater_chair', 14, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1628, 'cinema_a', 'theater_chair', 15, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1629, 'cinema_a', 'theater_chair', 16, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1630, 'cinema_a', 'theater_chair', 17, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1631, 'cinema_a', 'theater_chair', 18, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1632, 'cinema_a', 'stair', 21, 7, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1633, 'cinema_a', 'lightpole', 9, 8, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1634, 'cinema_a', 'pomomaski', 13, 8, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1635, 'cinema_a', 'pomomaski', 14, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1636, 'cinema_a', 'pomomaski', 15, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1637, 'cinema_a', 'pomomaski', 16, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1638, 'cinema_a', 'pomomaski', 17, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1639, 'cinema_a', 'pomomaski', 18, 8, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1640, 'cinema_a', 'pomomaski', 19, 8, 2, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1641, 'cinema_a', 'stair', 21, 8, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1642, 'cinema_a', 'orange', 2, 9, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1643, 'cinema_a', 'theater_chair', 13, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1644, 'cinema_a', 'theater_chair', 14, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1645, 'cinema_a', 'theater_chair', 15, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1646, 'cinema_a', 'theater_chair', 16, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1647, 'cinema_a', 'theater_chair', 17, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1648, 'cinema_a', 'theater_chair', 18, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1649, 'cinema_a', 'theater_chair', 19, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1650, 'cinema_a', 'theater_chair', 20, 9, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1651, 'cinema_a', 'stair', 21, 9, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1652, 'cinema_a', 'loungey_chair', 2, 10, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1653, 'cinema_a', 'loungey_chair', 9, 10, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1654, 'cinema_a', 'loungey_table', 2, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1655, 'cinema_a', 'loungey_table', 9, 11, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1656, 'cinema_a', 'loungey_chair', 2, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1657, 'cinema_a', 'loungey_chair', 9, 12, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1658, 'cinema_a', 'cubicb_chair', 17, 12, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1659, 'cinema_a', 'cubico_chair', 19, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1660, 'cinema_a', 'cubicb_chair', 15, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1661, 'cinema_a', 'lightpole', 19, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1662, 'cinema_a', 'cubicb_chair', 20, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1663, 'cinema_a', 'lightpole', 9, 14, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1664, 'cinema_a', 'loungey_chair', 2, 15, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1665, 'cinema_a', 'cubicb_chair', 14, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1666, 'cinema_a', 'cubico_chair', 19, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1667, 'cinema_a', 'loungey_table', 2, 16, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1668, 'cinema_a', 'loungey_chair', 7, 16, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1669, 'cinema_a', 'loungey_table', 8, 16, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1670, 'cinema_a', 'loungey_chair', 9, 16, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1671, 'cinema_a', 'cubicb_chair', 13, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1672, 'cinema_a', 'cubicb_chair', 14, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1673, 'cinema_a', 'orange', 19, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1674, 'cinema_a', 'loungey_chair', 2, 17, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1675, 'cinema_a', 'loungey_chair', 7, 17, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1676, 'cinema_a', 'loungey_table', 8, 17, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1677, 'cinema_a', 'loungey_chair', 9, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1678, 'cinema_a', 'cubicb_chair', 19, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1679, 'cinema_a', 'orange', 2, 18, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1680, 'cinema_a', 'cubicb_chair', 14, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1681, 'cinema_a', 'bardesque', 2, 19, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1682, 'cinema_a', 'bardesque', 2, 20, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1683, 'cinema_a', 'bar_chair', 3, 20, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1684, 'cinema_a', 'lightpole', 9, 20, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1685, 'cinema_a', 'cubicb_chair', 14, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1686, 'cinema_a', 'cubicb_chair', 19, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1687, 'cinema_a', 'cubico_chair', 20, 20, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1688, 'cinema_a', 'bardesque', 2, 21, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1689, 'cinema_a', 'bar_chair', 3, 21, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1690, 'cinema_a', 'cubicb_chair', 19, 21, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1691, 'cinema_a', 'bardesque', 2, 22, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1692, 'cinema_a', 'bar_chair', 3, 22, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1693, 'cinema_a', 'lightpole', 16, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1694, 'cinema_a', 'cubico_chair', 18, 22, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1695, 'cinema_a', 'bardesque', 2, 23, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1696, 'cinema_a', 'bar_chair', 3, 23, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1697, 'cinema_a', 'bardesque', 2, 24, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1698, 'cinema_a', 'bar_chair', 3, 24, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1699, 'cinema_a', 'bardesque', 2, 25, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1700, 'sport', 'sporttable', 1, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1701, 'sport', 'sporttable', 1, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1702, 'sport', 'sporttable', 15, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1703, 'sport', 'sporttable', 7, 6, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1704, 'sport', 'sportchair', 9, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1705, 'sport', 'sportchair', 10, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1706, 'sport', 'sportchair', 7, 5, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1707, 'sport', 'sportchair', 15, 5, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1708, 'sport', 'sportchair', 1, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1709, 'sport', 'sportchair', 1, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1710, 'sport', 'sportchair', 14, 6, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1711, 'sport', 'sportchair', 6, 6, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1712, 'sport', 'sportchair3', 15, 7, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1713, 'sport', 'sportchair3', 7, 7, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1714, 'sport', 'sportchair3', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1715, 'sport', 'sportchair3', 1, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1716, 'sport', 'sportchair2', 16, 6, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1717, 'sport', 'sportchair2', 8, 6, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1718, 'sport', 'sodagreen', 6, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1719, 'sport', 'sodapink', 8, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1720, 'old_skool0', 'mobiles_chair1', 0, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1721, 'old_skool0', 'mobiles_chair1', 0, 15, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1722, 'old_skool0', 'mobiles_chair1', 0, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1723, 'old_skool0', 'mobiles_chair1', 0, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1724, 'old_skool0', 'mobiles_chair1', 1, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1725, 'old_skool0', 'mobiles_chair1', 1, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1726, 'old_skool0', 'mobiles_chair1', 1, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1727, 'old_skool0', 'mobiles_chair1', 1, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1728, 'old_skool0', 'mobiles_chair1', 10, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1729, 'old_skool0', 'mobiles_chair1', 11, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1730, 'old_skool0', 'mobiles_chair1', 11, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1731, 'old_skool0', 'mobiles_chair1', 12, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1732, 'old_skool0', 'mobiles_chair1', 12, 21, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1733, 'old_skool0', 'mobiles_chair1', 13, 24, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1734, 'old_skool0', 'mobiles_chair1', 14, 22, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1735, 'old_skool0', 'mobiles_chair1', 2, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1736, 'old_skool0', 'mobiles_chair1', 3, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1737, 'old_skool0', 'mobiles_chair1', 3, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1738, 'old_skool0', 'mobiles_chair1', 3, 22, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1739, 'old_skool0', 'mobiles_chair1', 5, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1740, 'old_skool0', 'mobiles_chair1', 7, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1741, 'old_skool0', 'mobiles_chair1', 8, 22, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1742, 'old_skool0', 'mobiles_chair1', 9, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1743, 'old_skool0', 'mobiles_chair3', 10, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1744, 'old_skool0', 'mobiles_chair3', 11, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1745, 'old_skool0', 'mobiles_chair3', 12, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1746, 'old_skool0', 'mobiles_chair3', 9, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1747, 'old_skool0', 'mobiles_table1', 1, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1748, 'old_skool0', 'mobiles_table1', 1, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1749, 'old_skool0', 'mobiles_table1', 1, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1750, 'old_skool0', 'mobiles_table1', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1751, 'old_skool0', 'mobiles_table1', 12, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1752, 'old_skool0', 'mobiles_table1', 6, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1753, 'old_skool0', 'mobiles_table2', 1, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1754, 'old_skool0', 'mobiles_table2', 1, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1755, 'old_skool0', 'mobiles_table2', 1, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1756, 'old_skool0', 'mobiles_table2', 10, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1757, 'old_skool0', 'mobiles_table2', 12, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1758, 'old_skool0', 'mobiles_table2', 6, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1759, 'old_skool0', 'mobiles_table3', 11, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1760, 'old_skool0', 'mobiles_table3', 13, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1761, 'old_skool0', 'mobiles_table3', 2, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1762, 'old_skool0', 'mobiles_table3', 2, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1763, 'old_skool0', 'mobiles_table3', 2, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1764, 'old_skool0', 'mobiles_table3', 7, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1765, 'old_skool0', 'mobiles_table4', 11, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1766, 'old_skool0', 'mobiles_table4', 13, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1767, 'old_skool0', 'mobiles_table4', 2, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1768, 'old_skool0', 'mobiles_table4', 2, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1769, 'old_skool0', 'mobiles_table4', 2, 23, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1770, 'old_skool0', 'mobiles_table4', 7, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1771, 'old_skool1', 'mobiles_chair2', 3, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1772, 'old_skool1', 'mobiles_chair2', 3, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1773, 'old_skool1', 'mobiles_chair2', 4, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1774, 'old_skool1', 'mobiles_chair2', 4, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1775, 'old_skool1', 'mobiles_chair2', 5, 6, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1776, 'old_skool1', 'mobiles_chair2', 7, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1777, 'old_skool1', 'mobiles_chair2', 8, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1778, 'old_skool1', 'mobiles_chair2', 9, 2, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1779, 'old_skool1', 'mobiles_table5', 4, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1780, 'old_skool1', 'mobiles_table5', 4, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1781, 'old_skool1', 'mobiles_table5', 8, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1782, 'old_skool1', 'mobiles_table6', 4, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1783, 'old_skool1', 'mobiles_table6', 4, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1784, 'old_skool1', 'mobiles_table6', 8, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1785, 'old_skool1', 'mobiles_table7', 5, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1786, 'old_skool1', 'mobiles_table7', 5, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1787, 'old_skool1', 'mobiles_table7', 9, 3, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1788, 'old_skool1', 'mobiles_table8', 5, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1789, 'old_skool1', 'mobiles_table8', 5, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1790, 'old_skool1', 'mobiles_table8', 9, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1791, 'malja_bar_a', 'bar_chair_green', 13, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1792, 'malja_bar_a', 'bar_chair_green', 7, 2, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1793, 'malja_bar_a', 'bar_chair_green', 5, 3, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1794, 'malja_bar_a', 'bar_table_green', 6, 3, 4, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1795, 'malja_bar_a', 'bar_chair_green', 8, 4, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1796, 'malja_bar_a', 'bar_chair_green', 7, 5, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1797, 'malja_bar_a', 'bar_bare', 10, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1798, 'malja_bar_a', 'bar_bard', 10, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1799, 'malja_bar_a', 'bar_bara', 0, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1800, 'malja_bar_a', 'bar_barb', 1, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1801, 'malja_bar_a', 'bar_barb', 2, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1802, 'malja_bar_a', 'bar_barb', 3, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1803, 'malja_bar_a', 'bar_barb', 4, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1804, 'malja_bar_a', 'bar_barb', 5, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1805, 'malja_bar_a', 'bar_barb', 6, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1806, 'malja_bar_a', 'bar_barb', 7, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1807, 'malja_bar_a', 'bar_barb', 8, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1808, 'malja_bar_a', 'bar_barb', 9, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1809, 'malja_bar_a', 'bar_barc', 10, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1810, 'malja_bar_a', 'bar_chair_green', 7, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1811, 'malja_bar_a', 'bar_table_green', 7, 14, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1812, 'malja_bar_a', 'bar_chair_green', 13, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1813, 'malja_bar_a', 'bar_chair_green', 1, 15, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1814, 'malja_bar_a', 'bar_chair_green', 6, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1815, 'malja_bar_a', 'bar_chair_green', 9, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1816, 'malja_bar_a', 'bar_table_green', 13, 15, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1817, 'malja_bar_a', 'bar_chair_green', 0, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1818, 'malja_bar_a', 'bar_table_green', 1, 16, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1819, 'malja_bar_a', 'bar_chair_green', 7, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1820, 'malja_bar_a', 'bar_chair_green', 12, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1821, 'malja_bar_a', 'bar_chair_green', 15, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1822, 'malja_bar_a', 'bar_chair_green', 3, 17, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1823, 'malja_bar_a', 'bar_chair_green', 14, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1824, 'malja_bar_a', 'bar_chair_green', 2, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1825, 'malja_bar_a', 'bar_chair_green', 0, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1826, 'malja_bar_b', 'bar_chair_blue', 4, 0, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1827, 'malja_bar_b', 'bar_chair_blue', 8, 0, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1828, 'malja_bar_b', 'bar_table_small_blue', 9, 0, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1829, 'malja_bar_b', 'bar_chair_blue', 10, 0, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1830, 'malja_bar_b', 'bar_table_blue', 4, 1, 3, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1831, 'malja_bar_b', 'bar_djbooth', 13, 1, 3, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1832, 'malja_bar_b', 'bar_chair_blue', 6, 2, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1833, 'malja_bar_b', 'bar_djbooth', 13, 2, 3, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1834, 'malja_bar_b', 'bar_djbooth', 14, 2, 3, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1835, 'malja_bar_b', 'bar_djbooth', 15, 2, 3, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1836, 'malja_bar_b', 'stair', 1, 3, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1837, 'malja_bar_b', 'bar_chair_blue', 4, 3, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1838, 'malja_bar_b', 'stair', 1, 4, 7, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1839, 'malja_bar_b', 'stair', 2, 4, 5, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1840, 'malja_bar_b', 'stair', 3, 4, 5, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1841, 'malja_bar_b', 'stair', 12, 5, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1842, 'malja_bar_b', 'stair', 13, 5, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1843, 'malja_bar_b', 'stair', 14, 5, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1844, 'malja_bar_b', 'stair', 3, 6, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1845, 'malja_bar_b', 'stair', 12, 6, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1846, 'malja_bar_b', 'stair', 13, 6, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1847, 'malja_bar_b', 'stair', 14, 6, 1, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1848, 'malja_bar_b', 'stair', 3, 7, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1849, 'malja_bar_b', 'stair', 2, 8, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1850, 'malja_bar_b', 'stair', 3, 8, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1851, 'malja_bar_b', 'bar_chair_blue', 7, 8, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1852, 'malja_bar_b', 'bar_table_small_blue', 7, 9, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1853, 'malja_bar_b', 'bar_chair_blue', 7, 10, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1854, 'malja_bar_b', 'bar_chair_blue', 2, 11, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1855, 'malja_bar_b', 'bar_table_small_blue', 2, 12, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1856, 'malja_bar_b', 'bar_chair_blue', 2, 13, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1857, 'malja_bar_b', 'bar_chair_blue', 0, 14, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1858, 'malja_bar_b', 'bar_chair_blue', 0, 15, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1859, 'malja_bar_b', 'bar_chair_blue', 0, 16, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1860, 'malja_bar_b', 'bar_chair_blue', 2, 16, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1861, 'malja_bar_b', 'bar_chair_blue', 3, 16, 3, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1862, 'malja_bar_b', 'bar_chair_blue', 0, 17, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1863, 'malja_bar_b', 'bar_table_blue', 2, 17, 3, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(1864, 'malja_bar_b', 'bar_chair_blue', 4, 17, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1865, 'malja_bar_b', 'bar_chair_blue', 0, 18, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1866, 'malja_bar_b', 'bar_chair_blue', 4, 18, 3, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1867, 'malja_bar_b', 'bar_chair_blue', 0, 19, 9, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1868, 'malja_bar_b', 'bar_chair_blue', 2, 19, 3, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1869, 'malja_bar_b', 'goldfish_bar', 0, 22, 3, 0, 0.001, 1, 1, 'invisible,solid', '', NULL, NULL),
(1870, 'bar_a', 'lounge_chair_small', 12, 3, 5, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1871, 'bar_a', 'lounge_table_one', 13, 3, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1872, 'bar_a', 'lounge_chair_small', 14, 3, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1873, 'bar_a', 'lounge_chair_small', 13, 4, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1874, 'bar_a', 'lounge_chair_small', 18, 5, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1875, 'bar_a', 'lounge_chair_small', 17, 6, 5, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1876, 'bar_a', 'lounge_table_one', 18, 6, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1877, 'bar_a', 'lounge_chair_small', 18, 7, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1878, 'bar_a', 'lounge_private_bigback', 13, 11, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1879, 'bar_a', 'lounge_private_bigsofaback', 14, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1880, 'bar_a', 'lounge_private_bigsofaback', 15, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1881, 'bar_a', 'lounge_private_bigsofaback', 16, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1882, 'bar_a', 'lounge_private_bigsofaback', 17, 11, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1883, 'bar_a', 'lounge_private_bigback', 18, 11, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1884, 'bar_a', 'lounge_private_bigsofa', 18, 12, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1885, 'bar_a', 'lounge_table_threea', 14, 13, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1886, 'bar_a', 'lounge_table_threeb', 15, 13, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1887, 'bar_a', 'lounge_table_threec', 16, 13, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1888, 'bar_a', 'lounge_private_bigsofa', 18, 13, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1889, 'bar_a', 'lounge_private_bigsofa', 18, 14, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1890, 'bar_a', 'lounge_private_bigcorner', 13, 15, 5, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1891, 'bar_a', 'lounge_private_bigsofa', 14, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1892, 'bar_a', 'lounge_private_bigsofa', 15, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1893, 'bar_a', 'lounge_private_bigsofa', 16, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1894, 'bar_a', 'lounge_private_bigsofa', 17, 15, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1895, 'bar_a', 'lounge_private_bigcorner', 18, 15, 5, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1896, 'bar_a', 'lounge_chair_small', 3, 16, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1897, 'bar_a', 'lounge_chair_small', 8, 16, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1898, 'bar_a', 'lounge_table_one', 3, 17, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1899, 'bar_a', 'lounge_chair_small', 4, 17, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1900, 'bar_a', 'lounge_chair_small', 7, 17, 5, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1901, 'bar_a', 'lounge_table_one', 8, 17, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1902, 'bar_a', 'lounge_chair_small', 9, 17, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1903, 'bar_a', 'lounge_private_bigcorner', 13, 17, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1904, 'bar_a', 'lounge_private_bigsofa', 14, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1905, 'bar_a', 'lounge_private_bigsofa', 15, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1906, 'bar_a', 'lounge_private_bigsofa', 16, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1907, 'bar_a', 'lounge_private_bigsofa', 17, 17, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1908, 'bar_a', 'lounge_private_bigcorner', 18, 17, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1909, 'bar_a', 'lounge_chair_small', 3, 18, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1910, 'bar_a', 'lounge_chair_small', 8, 18, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1911, 'bar_a', 'lounge_private_bigsofa', 18, 18, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1912, 'bar_a', 'lounge_table_threea', 14, 19, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1913, 'bar_a', 'lounge_table_threeb', 15, 19, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1914, 'bar_a', 'lounge_table_threec', 16, 19, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1915, 'bar_a', 'lounge_private_bigsofa', 18, 19, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1916, 'bar_a', 'lounge_private_bigsofa', 18, 20, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1917, 'bar_a', 'lounge_private_bigcorner', 13, 21, 5, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1918, 'bar_a', 'lounge_private_bigsofa', 14, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1919, 'bar_a', 'lounge_private_bigsofa', 15, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1920, 'bar_a', 'lounge_private_bigsofa', 16, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1921, 'bar_a', 'lounge_private_bigsofa', 17, 21, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1922, 'bar_a', 'lounge_private_bigcorner', 18, 21, 5, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1923, 'bar_a', 'lounge_bara', 4, 23, 5, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1924, 'bar_a', 'lounge_bara', 5, 23, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1925, 'bar_a', 'lounge_bara', 6, 23, 5, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1926, 'bar_a', 'lounge_bara', 7, 23, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1927, 'bar_a', 'lounge_private_bigcorner', 13, 23, 5, 3, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1928, 'bar_a', 'lounge_private_bigsofa', 14, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1929, 'bar_a', 'lounge_private_bigsofa', 15, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1930, 'bar_a', 'lounge_private_bigsofa', 16, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1931, 'bar_a', 'lounge_private_bigsofa', 17, 23, 5, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1932, 'bar_a', 'lounge_private_bigcorner', 18, 23, 5, 5, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1933, 'bar_a', 'lounge_bara', 7, 24, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1934, 'bar_a', 'lounge_private_bigsofa', 18, 24, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1935, 'bar_a', 'lounge_bara', 7, 25, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1936, 'bar_a', 'lounge_table_threea', 14, 25, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1937, 'bar_a', 'lounge_table_threeb', 15, 25, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1938, 'bar_a', 'lounge_table_threec', 16, 25, 5, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1939, 'bar_a', 'lounge_private_bigsofa', 18, 25, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1940, 'bar_a', 'lounge_bara', 7, 26, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1941, 'bar_a', 'lounge_private_bigsofa', 18, 26, 5, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1942, 'bar_a', 'lounge_bara', 7, 27, 5, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1943, 'bar_a', 'lounge_private_bigcorner', 13, 27, 5, 1, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1944, 'bar_a', 'lounge_private_bigsofa', 14, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1945, 'bar_a', 'lounge_private_bigsofa', 15, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1946, 'bar_a', 'lounge_private_bigsofa', 16, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1947, 'bar_a', 'lounge_private_bigsofa', 17, 27, 5, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1948, 'bar_a', 'lounge_private_bigcorner', 18, 27, 5, 7, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1949, 'bar_b', 'stair', 5, 21, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1950, 'bar_b', 'stair', 4, 21, 2, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1951, 'bar_b', 'stair', 5, 20, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1952, 'bar_b', 'stair', 4, 20, 3, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1953, 'bar_b', 'lounge_chair_small', 14, 19, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1954, 'bar_b', 'lounge_table_one', 13, 19, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1955, 'bar_b', 'lounge_chair_small', 12, 19, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1956, 'bar_b', 'stair', 5, 19, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1957, 'bar_b', 'stair', 4, 19, 4, 0, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1958, 'bar_b', 'lounge_chair_small', 8, 18, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1959, 'bar_b', 'lounge_table_one', 8, 17, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1960, 'bar_b', 'lounge_chair_small', 15, 16, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1961, 'bar_b', 'lounge_chair_small', 8, 16, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1962, 'bar_b', 'lounge_table_one', 15, 15, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1963, 'bar_b', 'lounge_chair_small', 14, 15, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1964, 'bar_b', 'lounge_chair_small', 15, 14, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1965, 'bar_b', 'lounge_chair_small', 10, 13, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1966, 'bar_b', 'lounge_chair_small', 11, 12, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1967, 'bar_b', 'lounge_table_one', 10, 12, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1968, 'bar_b', 'lounge_chair_small', 9, 12, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1969, 'bar_b', 'lounge_chair_small', 10, 11, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1970, 'bar_b', 'lounge_chair_small', 15, 10, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1971, 'bar_b', 'lounge_table_one', 15, 9, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1972, 'bar_b', 'lounge_chair_small', 14, 9, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1973, 'bar_b', 'fatsblox', 3, 9, 4, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1974, 'bar_b', 'lounge_chair_small', 15, 8, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1975, 'bar_b', 'fatsofaa', 3, 8, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1976, 'bar_b', 'lounge_chair_small', 9, 7, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1977, 'bar_b', 'fatsofaa', 3, 7, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1978, 'bar_b', 'lounge_chair_small', 10, 6, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1979, 'bar_b', 'lounge_table_one', 9, 6, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1980, 'bar_b', 'lounge_chair_small', 8, 6, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1981, 'bar_b', 'fatsofaa', 3, 6, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1982, 'bar_b', 'fatsofaa', 3, 5, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1983, 'bar_b', 'fatsblox', 3, 4, 4, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1984, 'bar_b', 'fatsblox', 17, 3, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1985, 'bar_b', 'fatsofaa', 16, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1986, 'bar_b', 'fatsofaa', 15, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1987, 'bar_b', 'fatsofaa', 14, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1988, 'bar_b', 'fatsofaa', 13, 3, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(1989, 'bar_b', 'fatsblox', 12, 3, 4, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1990, 'bar_b', 'pub_pineapple_small', 3, 3, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(1991, 'bar_b', 'stair', 11, 2, 100000, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1992, 'bar_b', 'stair', 10, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1993, 'bar_b', 'stair', 9, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1994, 'bar_b', 'stair', 8, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1995, 'bar_b', 'stair', 7, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1996, 'bar_b', 'stair', 6, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1997, 'bar_b', 'stair', 5, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1998, 'bar_b', 'stair', 4, 2, 4, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', '', NULL, NULL),
(1999, 'habburger', 'sofa', 0, 0, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2000, 'habburger', 'table', 1, 0, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2001, 'habburger', 'sofa', 2, 0, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2002, 'habburger', 'sofa', 6, 0, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2003, 'habburger', 'tablesp', 7, 0, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2004, 'habburger', 'sofa', 8, 0, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2005, 'habburger', 'sofa', 12, 0, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2006, 'habburger', 'table', 13, 0, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2007, 'habburger', 'sofa', 14, 0, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2008, 'habburger', 'trashcan', 15, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2009, 'habburger', 'sofa2', 0, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2010, 'habburger', 'table2', 1, 1, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2011, 'habburger', 'sofa2', 2, 1, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2012, 'habburger', 'sofa2', 6, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2013, 'habburger', 'table2', 7, 1, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2014, 'habburger', 'sofa2', 8, 1, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2015, 'habburger', 'sofa2', 12, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2016, 'habburger', 'table2', 13, 1, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2017, 'habburger', 'sofa2', 14, 1, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2018, 'habburger', 'bardesk3', 2, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2019, 'habburger', 'sofa', 7, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2020, 'habburger', 'sofa2', 8, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2021, 'habburger', 'sofa', 12, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2022, 'habburger', 'sofa2', 13, 7, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2023, 'habburger', 'bardesk4', 2, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2024, 'habburger', 'tablesp', 7, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2025, 'habburger', 'table2', 8, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2026, 'habburger', 'table', 12, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2027, 'habburger', 'table2', 13, 8, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2028, 'habburger', 'bardesk', 2, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2029, 'habburger', 'sofa', 7, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2030, 'habburger', 'sofa2', 8, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2031, 'habburger', 'sofa', 12, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2032, 'habburger', 'sofa2', 13, 9, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2033, 'habburger', 'bardesk2', 2, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2034, 'habburger', 'bardesk', 2, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2035, 'habburger', 'bardesk', 2, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2036, 'habburger', 'sofa', 7, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2037, 'habburger', 'sofa2', 8, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2038, 'habburger', 'sofa', 12, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2039, 'habburger', 'sofa2', 13, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2040, 'habburger', 'bardesk', 2, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2041, 'habburger', 'table', 7, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2042, 'habburger', 'table2', 8, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2043, 'habburger', 'tablesp', 12, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2044, 'habburger', 'table2', 13, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2045, 'habburger', 'sofa', 7, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2046, 'habburger', 'sofa2', 8, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2047, 'habburger', 'sofa', 12, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2048, 'habburger', 'sofa2', 13, 14, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2049, 'pizza', 'pizza_chair', 1, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2050, 'pizza', 'pizza_chair', 1, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2051, 'pizza', 'pizza_chair', 1, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2052, 'pizza', 'pizza_chair', 1, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2053, 'pizza', 'pizza_chair', 11, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2054, 'pizza', 'pizza_chair', 11, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2055, 'pizza', 'pizza_chair', 14, 21, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2056, 'pizza', 'pizza_chair', 14, 22, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2057, 'pizza', 'pizza_chair', 2, 11, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2058, 'pizza', 'pizza_chair', 2, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2059, 'pizza', 'pizza_chair', 2, 19, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2060, 'pizza', 'pizza_chair', 2, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2061, 'pizza', 'pizza_plant1', 0, 25, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2062, 'pizza', 'pizza_plant1', 15, 0, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2063, 'pizza', 'pizza_plant1', 15, 25, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2064, 'pizza', 'pizza_plant2', 0, 6, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2065, 'pizza', 'pizza_sofa1', 14, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2066, 'pizza', 'pizza_sofa1', 14, 3, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2067, 'pizza', 'pizza_sofa2', 15, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2068, 'pizza', 'pizza_sofa2', 15, 3, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2069, 'pizza', 'pizza_sofa3', 14, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2070, 'pizza', 'pizza_sofa3', 14, 6, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2071, 'pizza', 'pizza_sofa4', 15, 13, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2072, 'pizza', 'pizza_sofa4', 15, 6, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2073, 'pizza', 'pizza_table', 13, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2074, 'pizza', 'pizza_table', 15, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2075, 'pizza', 'pizza_table', 15, 5, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2076, 'pizza', 'pizza_table', 2, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2077, 'pizza', 'pizza_table', 2, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2078, 'pizza', 'deska', 0, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2079, 'pizza', 'deskb', 1, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2080, 'pizza', 'deskc', 2, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2081, 'pizza', 'deskd', 2, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2082, 'pizza', 'deske', 2, 3, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2083, 'pizza', 'deskf', 2, 2, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2084, 'pizza', 'deskg', 3, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2085, 'pizza', 'deskh', 4, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2086, 'pizza', 'deski', 5, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2087, 'pizza', 'deskj', 6, 2, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2088, 'pizza', 'deskk', 6, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2089, 'pizza', 'deskl', 6, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2090, 'bb_lobby_1', 'bb_crossrd', 3, 0, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2091, 'bb_lobby_1', 'bb_bench1', 4, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2092, 'bb_lobby_1', 'bb_bench2', 5, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2093, 'bb_lobby_1', 'bb_plant1', 8, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2094, 'bb_lobby_1', 'bb_sofa1', 9, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2095, 'bb_lobby_1', 'bb_sofa2', 10, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2096, 'bb_lobby_1', 'bb_plant1', 11, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2097, 'bb_lobby_1', 'bb_sofa1', 12, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2098, 'bb_lobby_1', 'bb_sofa2', 13, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2099, 'bb_lobby_1', 'bb_plant1', 14, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2100, 'bb_lobby_1', 'bb_bench1', 16, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2101, 'bb_lobby_1', 'bb_bench2', 17, 0, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2102, 'bb_lobby_1', 'bb_corner1out', 18, 0, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2103, 'bb_lobby_1', 'bb_bench1', 3, 1, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2104, 'bb_lobby_1', 'bb_wallend1in', 18, 1, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2105, 'bb_lobby_1', 'bb_bench2', 3, 2, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2106, 'bb_lobby_1', 'bb_wallend1in', 18, 2, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2107, 'bb_lobby_1', 'bb_plant3', 3, 3, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2108, 'bb_lobby_1', 'bb_special', 7, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2109, 'bb_lobby_1', 'bb_wallend1in', 8, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2110, 'bb_lobby_1', 'bb_wallend1in', 9, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2111, 'bb_lobby_1', 'bb_wallend1in', 10, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2112, 'bb_lobby_1', 'bb_wallend1in', 11, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2113, 'bb_lobby_1', 'bb_crossrd', 12, 3, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2114, 'bb_lobby_1', 'bb_crossrd', 16, 3, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2115, 'bb_lobby_1', 'bb_wallend1in', 17, 3, 2, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2116, 'bb_lobby_1', 'bb_crossrd', 18, 3, 2, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2117, 'bb_lobby_1', 'bb_wallend2in', 3, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2118, 'bb_lobby_1', 'bb_wallend1in', 7, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2119, 'bb_lobby_1', 'bb_bench1', 8, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2120, 'bb_lobby_1', 'bb_bench2', 9, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2121, 'bb_lobby_1', 'bb_bench1', 10, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2122, 'bb_lobby_1', 'bb_bench2', 11, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2123, 'bb_lobby_1', 'bb_wallend2in', 12, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2124, 'bb_lobby_1', 'bb_wallend1in', 16, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2125, 'bb_lobby_1', 'bb_bench1', 17, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2126, 'bb_lobby_1', 'bb_bench2', 18, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2127, 'bb_lobby_1', 'bb_wallendout', 19, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2128, 'bb_lobby_1', 'bb_stool', 7, 5, 1, 3, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2129, 'bb_lobby_1', 'bb_stool', 12, 5, 1, 5, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2130, 'bb_lobby_1', 'bb_bench1', 19, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2131, 'bb_lobby_1', 'bb_stool', 3, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2132, 'bb_lobby_1', 'bb_bench2', 19, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2133, 'bb_lobby_1', 'bb_chair', 9, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2134, 'bb_lobby_1', 'bb_chair', 10, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2135, 'bb_lobby_1', 'bb_bench1', 17, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2136, 'bb_lobby_1', 'bb_bench2', 18, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2137, 'bb_lobby_1', 'bb_wallendout', 19, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2138, 'bb_lobby_1', 'bb_stool', 3, 8, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2139, 'bb_lobby_1', 'bb_extra', 17, 8, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2140, 'bb_lobby_1', 'bb_extra', 18, 8, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2141, 'bb_lobby_1', 'bb_crossrd', 19, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2142, 'bb_lobby_1', 'bb_stool', 3, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2143, 'bb_lobby_1', 'bb_chair', 9, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2144, 'bb_lobby_1', 'bb_chair', 10, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2145, 'bb_lobby_1', 'bb_bench1', 17, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2146, 'bb_lobby_1', 'bb_bench2', 18, 9, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2147, 'bb_lobby_1', 'bb_wallendout', 19, 9, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2148, 'bb_lobby_1', 'bb_bench1', 19, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2149, 'bb_lobby_1', 'bb_stool', 7, 11, 1, 1, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2150, 'bb_lobby_1', 'bb_stool', 12, 11, 1, 7, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2151, 'bb_lobby_1', 'bb_bench2', 19, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2152, 'bb_lobby_1', 'bb_wallend1in', 7, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2153, 'bb_lobby_1', 'bb_bench1', 8, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2154, 'bb_lobby_1', 'bb_bench2', 9, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2155, 'bb_lobby_1', 'bb_bench1', 10, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2156, 'bb_lobby_1', 'bb_bench2', 11, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2157, 'bb_lobby_1', 'bb_wallend2in', 12, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2158, 'bb_lobby_1', 'bb_bench1', 17, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2159, 'bb_lobby_1', 'bb_bench2', 18, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2160, 'bb_lobby_1', 'bb_wallendout', 19, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2161, 'bb_lobby_1', 'bb_corner1out', 7, 13, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2162, 'bb_lobby_1', 'bb_wallout', 8, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2163, 'bb_lobby_1', 'bb_wallout', 9, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2164, 'bb_lobby_1', 'bb_wallout', 10, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2165, 'bb_lobby_1', 'bb_wallout', 11, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2166, 'bb_lobby_1', 'bb_special', 12, 13, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2167, 'bb_lobby_1', 'bb_wallendout', 16, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2168, 'bb_lobby_1', 'bb_wallout', 17, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2169, 'bb_lobby_1', 'bb_wallout', 18, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2170, 'bb_lobby_1', 'bb_corner1out', 19, 13, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2171, 'bb_lobby_1', 'bb_plant0', 9, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2172, 'bb_lobby_1', 'bb_sofa1', 10, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2173, 'bb_lobby_1', 'bb_sofa2', 11, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2174, 'bb_lobby_1', 'bb_plant2', 12, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2175, 'bb_lobby_1', 'bb_plant2', 16, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2176, 'bb_lobby_1', 'bb_sofa1', 17, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2177, 'bb_lobby_1', 'bb_sofa2', 18, 14, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2178, 'bb_lobby_1', 'bb_plant0', 19, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2179, 'bb_lobby_1', 'bb_sofa1', 9, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2180, 'bb_lobby_1', 'bb_sofa1', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2181, 'bb_lobby_1', 'bb_sofa2', 9, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2182, 'bb_lobby_1', 'bb_sofa2', 19, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2183, 'bb_lobby_1', 'bb_sofa1', 9, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2184, 'bb_lobby_1', 'bb_sofa1', 19, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2185, 'bb_lobby_1', 'bb_sofa2', 9, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2186, 'bb_lobby_1', 'bb_sofa2', 19, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2187, 'bb_lobby_1', 'bb_plant0', 9, 19, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2188, 'bb_lobby_1', 'bb_sofa1', 10, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2189, 'bb_lobby_1', 'bb_sofa2', 11, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2190, 'bb_lobby_1', 'bb_plant3', 12, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2191, 'bb_lobby_1', 'bb_plant3', 16, 19, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2192, 'bb_lobby_1', 'bb_sofa1', 17, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2193, 'bb_lobby_1', 'bb_sofa2', 18, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2194, 'bb_lobby_1', 'bb_plant0', 19, 19, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2195, 'snowwar_lobby_1', 'sw_barrellchair', 31, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2196, 'snowwar_lobby_1', 'sw_barrellchair', 31, 19, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2197, 'snowwar_lobby_1', 'sw_barrellchair', 30, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2198, 'snowwar_lobby_1', 'sw_barrellchair', 37, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2199, 'snowwar_lobby_1', 'sw_barrellchair', 39, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2200, 'snowwar_lobby_1', 'sw_barrellchair', 41, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2201, 'snowwar_lobby_1', 'sw_chair1', 30, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2202, 'snowwar_lobby_1', 'sw_chair2', 31, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2203, 'snowwar_lobby_1', 'sw_chair2', 32, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2204, 'snowwar_lobby_1', 'sw_chair2', 33, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2205, 'snowwar_lobby_1', 'sw_chair3', 34, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2206, 'snowwar_lobby_1', 'sw_table1', 30, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2207, 'snowwar_lobby_1', 'sw_table2', 31, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2208, 'snowwar_lobby_1', 'sw_table3', 32, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2209, 'snowwar_lobby_1', 'sw_table4', 33, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2210, 'snowwar_lobby_1', 'sw_table5', 34, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2211, 'snowwar_lobby_1', 'sw_chair1', 30, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2212, 'snowwar_lobby_1', 'sw_chair2', 31, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2213, 'snowwar_lobby_1', 'sw_chair2', 32, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2214, 'snowwar_lobby_1', 'sw_chair2', 33, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2215, 'snowwar_lobby_1', 'sw_chair3', 34, 26, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2216, 'snowwar_lobby_1', 'sw_chair1', 30, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2217, 'snowwar_lobby_1', 'sw_chair2', 31, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2218, 'snowwar_lobby_1', 'sw_chair2', 32, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2219, 'snowwar_lobby_1', 'sw_chair2', 33, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2220, 'snowwar_lobby_1', 'sw_chair3', 34, 29, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2221, 'snowwar_lobby_1', 'sw_table1', 30, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2222, 'snowwar_lobby_1', 'sw_table2', 31, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2223, 'snowwar_lobby_1', 'sw_table3', 32, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2224, 'snowwar_lobby_1', 'sw_table4', 33, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2225, 'snowwar_lobby_1', 'sw_table5', 34, 30, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2226, 'snowwar_lobby_1', 'sw_chair1', 30, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2227, 'snowwar_lobby_1', 'sw_chair2', 31, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2228, 'snowwar_lobby_1', 'sw_chair2', 32, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2229, 'snowwar_lobby_1', 'sw_chair2', 33, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2230, 'snowwar_lobby_1', 'sw_chair3', 34, 31, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2231, 'snowwar_lobby_1', 'invisichair', 27, 32, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2232, 'snowwar_lobby_1', 'invisichair', 27, 33, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2233, 'snowwar_lobby_1', 'invisichair', 27, 34, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2234, 'snowwar_lobby_1', 'invisichair', 28, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2235, 'snowwar_lobby_1', 'invisichair', 29, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2236, 'snowwar_lobby_1', 'invisichair', 30, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2237, 'snowwar_lobby_1', 'invisichair', 31, 36, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2238, 'tv_studio', 'much_camera3', 4, 13, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2239, 'tv_studio', 'much_chair', 14, 4, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2240, 'tv_studio', 'much_chair', 18, 5, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2241, 'tv_studio', 'much_chair', 18, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2242, 'tv_studio', 'much_chair', 19, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2243, 'tv_studio', 'much_chair', 19, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2244, 'tv_studio', 'much_chair', 2, 6, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2245, 'tv_studio', 'much_chair', 5, 3, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2246, 'tv_studio', 'much_sofa1a', 0, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2247, 'tv_studio', 'much_sofa1a', 1, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2248, 'tv_studio', 'much_sofa1a', 14, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2249, 'tv_studio', 'much_sofa1a', 14, 24, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2250, 'tv_studio', 'much_sofa1a', 18, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2251, 'tv_studio', 'much_sofa1a', 6, 27, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2252, 'tv_studio', 'much_sofa1a', 8, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2253, 'tv_studio', 'much_sofa1a', 8, 31, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2254, 'tv_studio', 'much_sofa1b', 0, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2255, 'tv_studio', 'much_sofa1b', 10, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2256, 'tv_studio', 'much_sofa1b', 15, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2257, 'tv_studio', 'much_sofa1b', 15, 24, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2258, 'tv_studio', 'much_sofa1b', 16, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2259, 'tv_studio', 'much_sofa1b', 18, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2260, 'tv_studio', 'much_sofa1b', 18, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2261, 'tv_studio', 'much_sofa1b', 2, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2262, 'tv_studio', 'much_sofa1b', 3, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2263, 'tv_studio', 'much_sofa1b', 6, 28, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2264, 'tv_studio', 'much_sofa1b', 6, 29, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2265, 'tv_studio', 'much_sofa1b', 6, 30, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2266, 'tv_studio', 'much_sofa1b', 9, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2267, 'tv_studio', 'much_sofa1b', 9, 31, 4, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2268, 'tv_studio', 'much_stool', 14, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2269, 'tv_studio', 'much_stool', 14, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2270, 'tv_studio', 'much_stool', 14, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2271, 'tv_studio', 'much_stool', 14, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2272, 'tv_studio', 'much_table1', 10, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2273, 'tv_studio', 'much_table1', 16, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2274, 'tv_studio', 'much_table1', 2, 16, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2275, 'tv_studio', 'much_table1', 8, 29, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2276, 'tv_studio', 'much_table2', 15, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2277, 'tv_studio', 'much_table2', 8, 28, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2278, 'tv_studio', 'much_table2', 9, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2279, 'tv_studio', 'much_table3', 14, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2280, 'tv_studio', 'much_table3', 2, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2281, 'tv_studio', 'much_table3', 8, 27, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2282, 'tv_studio', 'much_table3', 8, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2283, 'tv_studio', 'watermatic', 5, 25, 4, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2284, 'club_mammoth', 'bbarstool', 14, 0, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2285, 'club_mammoth', 'bbarstool', 14, 1, 4, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2286, 'club_mammoth', 'bbarstool', 14, 2, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2287, 'club_mammoth', 'elephantcouch2', 18, 4, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2288, 'club_mammoth', 'elephantcouch4', 21, 4, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2289, 'club_mammoth', 'elephantcouch1', 18, 5, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2290, 'club_mammoth', 'elephantcouch3', 21, 5, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2291, 'club_mammoth', 'tinypalm', 11, 6, 2, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2292, 'club_mammoth', 'plainstool1', 12, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2293, 'club_mammoth', 'plainstool2', 13, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2294, 'club_mammoth', 'plainstool2', 14, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2295, 'club_mammoth', 'plainstool2', 15, 6, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2296, 'club_mammoth', 'plainstool2', 16, 6, 100000, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2297, 'club_mammoth', 'bbarstool', 15, 9, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2298, 'club_mammoth', 'bbarstool', 15, 10, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2299, 'club_mammoth', 'bbarstool', 15, 11, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2300, 'club_mammoth', 'bbarstool', 16, 11, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2301, 'club_mammoth', 'bbarstool', 17, 11, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2302, 'club_mammoth', 'plainstool3', 11, 15, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2303, 'club_mammoth', 'plainstool3', 11, 16, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2304, 'club_mammoth', 'plainstool3', 11, 17, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2305, 'club_mammoth', 'plainstool3', 11, 18, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2306, 'club_mammoth', 'elephantcouch2', 20, 24, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2307, 'club_mammoth', 'elephantcouch4', 23, 24, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2308, 'club_mammoth', 'elephantcouch1', 20, 25, 4, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2309, 'club_mammoth', 'elephantcouch3', 23, 25, 4, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2310, 'club_mammoth', 'boothsofa1', 7, 27, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2311, 'club_mammoth', 'boothsofa3', 11, 27, 6, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2312, 'club_mammoth', 'boothsofa1', 13, 27, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2313, 'club_mammoth', 'boothsofa1', 7, 28, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2314, 'club_mammoth', 'boothsofa3', 11, 28, 6, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2315, 'club_mammoth', 'tinypalm', 12, 28, 6, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2316, 'club_mammoth', 'boothsofa1', 13, 28, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2317, 'club_mammoth', 'boothsofa1', 7, 29, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2318, 'club_mammoth', 'boothsofa3', 11, 29, 6, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2319, 'club_mammoth', 'boothsofa1', 13, 29, 6, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2320, 'club_mammoth', 'boothsofacorner1', 7, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2321, 'club_mammoth', 'boothsofa2', 8, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2322, 'club_mammoth', 'boothsofa2', 9, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2323, 'club_mammoth', 'boothsofa2', 10, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2324, 'club_mammoth', 'boothsofacorner2', 11, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2325, 'club_mammoth', 'tinypalm', 12, 30, 6, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2326, 'club_mammoth', 'boothsofacorner1', 13, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2327, 'club_mammoth', 'boothsofa2', 14, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2328, 'club_mammoth', 'boothsofa2', 15, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2329, 'club_mammoth', 'boothsofa2', 16, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2330, 'club_mammoth', 'boothsofa2', 17, 30, 6, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2331, 'ice_cafe', 'cafe_chair_cream', 17, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2332, 'ice_cafe', 'infokiosk', 17, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2333, 'ice_cafe', 'cafe_deskb', 1, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2334, 'ice_cafe', 'cafe_chair_blue', 5, 17, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2335, 'ice_cafe', 'cafe_table_biga_blue', 4, 2, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2336, 'ice_cafe', 'infokiosk', 15, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2337, 'ice_cafe', 'cafe_chair_blue', 3, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2338, 'ice_cafe', 'cafe_sofaa', 2, 21, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2339, 'ice_cafe', 'cafe_deskb', 1, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2340, 'ice_cafe', 'cafe_sofaa', 2, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2341, 'ice_cafe', 'cafe_chair_cream', 13, 3, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2342, 'ice_cafe', 'cafe_chair_cream', 10, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2343, 'ice_cafe', 'cafe_table_cream', 15, 10, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2344, 'ice_cafe', 'cafe_chair_cream', 13, 4, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2345, 'ice_cafe', 'cafe_chair_blue', 3, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2346, 'ice_cafe', 'cafe_deskb', 1, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2347, 'ice_cafe', 'cafe_sofab', 2, 20, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2348, 'ice_cafe', 'construction', 8, 22, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2349, 'ice_cafe', 'cafe_chair_blue', 3, 2, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2350, 'ice_cafe', 'cafe_chair_cream', 14, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2351, 'ice_cafe', 'cafe_chair_cream', 12, 5, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2352, 'ice_cafe', 'cafe_chair_cream', 14, 17, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2353, 'ice_cafe', 'cafe_chair_blue', 5, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2354, 'ice_cafe', 'cafe_chair_blue', 5, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2355, 'ice_cafe', 'cafe_chair_cream', 15, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2356, 'ice_cafe', 'cafe_table_bigb_cream', 12, 2, 0, 0, 0.001, 0, 0, 'solid', '', NULL, NULL),
(2357, 'ice_cafe', 'cafe_chair_blue', 3, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2358, 'ice_cafe', 'cafe_chair_cream', 10, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2359, 'ice_cafe', 'cafe_table_biga_cream', 11, 3, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2360, 'ice_cafe', 'cafe_chair_cream', 10, 19, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2361, 'ice_cafe', 'cafe_chair_cream', 17, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2362, 'ice_cafe', 'cafe_chair_blue', 5, 4, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2363, 'ice_cafe', 'cafe_chair_blue', 6, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2364, 'ice_cafe', 'cafe_chair_blue', 6, 16, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2365, 'ice_cafe', 'cafe_chair_blue', 3, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2366, 'ice_cafe', 'cafe_chair_cream', 11, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2367, 'ice_cafe', 'cafe_table_bigb_blue', 5, 1, 1, 0, 0.001, 0, 0, 'solid', '', NULL, NULL),
(2368, 'ice_cafe', 'cafe_chair_cream', 11, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2369, 'ice_cafe', 'cafe_table_blue', 4, 8, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2370, 'ice_cafe', 'cafe_table_cream', 15, 17, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2371, 'ice_cafe', 'cafe_chair_cream', 10, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2372, 'ice_cafe', 'infokiosk', 16, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2373, 'ice_cafe', 'cafe_sofab', 2, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2374, 'ice_cafe', 'cafe_chair_cream', 13, 20, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2375, 'ice_cafe', 'cafe_chair_cream', 15, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2376, 'ice_cafe', 'cafe_chair_cream', 16, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2377, 'ice_cafe', 'cafe_deskc', 1, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2378, 'ice_cafe', 'cafe_chair_blue', 6, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2379, 'ice_cafe', 'cafe_chair_cream', 15, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2380, 'ice_cafe', 'cafe_chair_cream', 11, 1, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2381, 'ice_cafe', 'cafe_chair_blue', 6, 2, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2382, 'ice_cafe', 'cafe_table_blue', 4, 15, 1, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2383, 'ice_cafe', 'cafe_chair_blue', 6, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2384, 'ice_cafe', 'cafe_deskb', 1, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2385, 'ice_cafe', 'cafe_table_cream', 11, 19, 0, 2, 0.001, 2, 2, 'extra_parameter', '', NULL, NULL),
(2386, 'ice_cafe', 'cafe_deskb', 1, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2387, 'ice_cafe', 'cafe_chair_cream', 13, 2, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2388, 'ice_cafe', 'cafe_chair_blue', 4, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2389, 'netcafe', 'k', 15, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2390, 'netcafe', 'k', 12, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2391, 'netcafe', 'k', 15, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2392, 'netcafe', 'k', 16, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2393, 'netcafe', 'k', 18, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2394, 'netcafe', 'k', 18, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2395, 'netcafe', 'k', 19, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2396, 'netcafe', 'k', 4, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2397, 'netcafe', 'k', 4, 12, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2398, 'netcafe', 'k', 6, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2399, 'netcafe', 'k', 9, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2400, 'netcafe', 'kukat1', 13, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2401, 'netcafe', 'kukat1', 20, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2402, 'netcafe', 'kukat1', 6, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2403, 'netcafe', 'kukat1', 8, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2404, 'netcafe', 'kukat2', 12, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2405, 'netcafe', 'kukat2', 19, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2406, 'netcafe', 'kukat2', 5, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2407, 'netcafe', 'kukat2', 7, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2408, 'netcafe', 'kukat3', 9, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2409, 'netcafe', 'kukat3', 9, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2410, 'netcafe', 'kukat4', 9, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2411, 'netcafe', 'kukat4', 9, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2412, 'netcafe', 'kukat5', 6, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2413, 'netcafe', 'kukat6', 5, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2414, 'netcafe', 'kukka', 20, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2415, 'netcafe', 'kukka2', 15, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2416, 'netcafe', 'l', 12, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2417, 'netcafe', 'l', 13, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2418, 'netcafe', 'l', 15, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2419, 'netcafe', 'l', 18, 8, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2420, 'netcafe', 'l', 4, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2421, 'netcafe', 'l', 9, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2422, 'netcafe', 'l', 9, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2423, 'netcafe', 'm', 10, 1, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2424, 'netcafe', 'm', 12, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2425, 'netcafe', 'm', 12, 9, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2426, 'netcafe', 'm', 15, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2427, 'netcafe', 'm', 18, 7, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2428, 'netcafe', 'm', 4, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2429, 'netcafe', 'm', 4, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2430, 'netcafe', 'm', 6, 21, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2431, 'netcafe', 'm', 9, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2432, 'netcafe', 'shift1', 0, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2433, 'netcafe', 'shift1', 12, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2434, 'netcafe', 'shift1', 19, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2435, 'netcafe', 'shift1', 2, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2436, 'netcafe', 'shift1', 6, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2437, 'netcafe', 'shift2', 1, 5, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2438, 'netcafe', 'shift2', 13, 4, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2439, 'netcafe', 'shift2', 20, 4, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2440, 'netcafe', 'shift2', 3, 5, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2441, 'netcafe', 'shift2', 7, 0, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2442, 'netcafe', 'sofabig1', 20, 21, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2443, 'netcafe', 'sofabig2', 20, 19, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2444, 'netcafe', 'sofabig2', 20, 20, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2445, 'netcafe', 'sofabig3', 20, 18, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2446, 'netcafe', 'sofalittle1', 18, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2447, 'netcafe', 'sofalittle2', 17, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2448, 'netcafe', 'sofalittle3', 16, 23, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2449, 'netcafe', 'table1', 17, 19, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2450, 'netcafe', 'table1', 17, 20, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2451, 'netcafe', 'table1', 17, 21, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2452, 'netcafe', 'table2', 16, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2453, 'netcafe', 'table2', 16, 7, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2454, 'netcafe', 'table2', 16, 8, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2455, 'netcafe', 'table2', 16, 9, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2456, 'netcafe', 'table3', 10, 10, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2457, 'netcafe', 'table3', 10, 11, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2458, 'netcafe', 'table3', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2459, 'netcafe', 'table3', 10, 9, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2460, 'netcafe', 'tablecorner', 11, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2461, 'netcafe', 'tablecorner', 17, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2462, 'netcafe', 'tablecorner', 18, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2463, 'netcafe', 'watermatic', 5, 0, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2464, 'hallway0', 'hw_chair', 15, 0, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2465, 'hallway0', 'hw_chair', 15, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2466, 'hallway0', 'hw_chair', 17, 0, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2467, 'hallway0', 'hw_chair', 17, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2468, 'hallway0', 'hw_chair', 20, 0, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2469, 'hallway0', 'hw_chair', 20, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2470, 'hallway0', 'hw_chair', 20, 2, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2471, 'hallway0', 'hw_chair', 22, 0, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2472, 'hallway0', 'hw_chair', 22, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2473, 'hallway0', 'hw_chair', 22, 2, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2474, 'hallway0', 'hw_chair', 25, 0, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2475, 'hallway0', 'hw_chair', 25, 1, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2476, 'hallway0', 'hw_chair', 27, 0, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2477, 'hallway0', 'hw_chair', 27, 1, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2478, 'hallway0', 'hw_ero1', 17, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2479, 'hallway0', 'hw_ero2', 18, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2480, 'hallway0', 'hw_ero5', 19, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2481, 'hallway0', 'hw_plant', 4, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2482, 'hallway0', 'hw_plant', 4, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2483, 'hallway0', 'hw_pntg', 18, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2484, 'hallway0', 'hw_smtble', 7, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2485, 'hallway0', 'hw_sofa1', 12, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2486, 'hallway0', 'hw_sofa1', 5, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2487, 'hallway0', 'hw_sofa1', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2488, 'hallway0', 'hw_sofa2', 12, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2489, 'hallway0', 'hw_sofa2', 12, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2490, 'hallway0', 'hw_sofa2', 12, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2491, 'hallway0', 'hw_sofa3', 12, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2492, 'hallway0', 'hw_sofa3', 6, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2493, 'hallway0', 'hw_sofa3', 9, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2494, 'hallway0', 'hw_table1', 16, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2495, 'hallway0', 'hw_table1', 21, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2496, 'hallway0', 'hw_table1', 26, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2497, 'hallway0', 'hw_table2', 21, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2498, 'hallway0', 'hw_table3', 16, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2499, 'hallway0', 'hw_table3', 21, 2, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2500, 'hallway0', 'hw_table3', 26, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2501, 'hallway0', 'hw_watermatic', 10, 0, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2502, 'hallway0', 'pillar1', 12, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2503, 'hallway9', 'hw_ero1', 12, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2504, 'hallway9', 'hw_ero1', 14, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2505, 'hallway9', 'hw_ero1', 14, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2506, 'hallway9', 'hw_ero1', 19, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2507, 'hallway9', 'hw_ero2', 12, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2508, 'hallway9', 'hw_ero2', 15, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2509, 'hallway9', 'hw_ero2', 15, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2510, 'hallway9', 'hw_ero2', 19, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2511, 'hallway9', 'hw_ero3', 12, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2512, 'hallway9', 'hw_ero3', 16, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2513, 'hallway9', 'hw_ero3', 16, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2514, 'hallway9', 'hw_ero3', 19, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2515, 'hallway9', 'hw_ero5', 12, 17, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2516, 'hallway9', 'hw_ero5', 17, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2517, 'hallway9', 'hw_ero5', 17, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2518, 'hallway9', 'hw_ero5', 19, 17, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2519, 'hallway9', 'hw_plant', 12, 27, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2520, 'hallway9', 'hw_shelf', 12, 4, 0, 4, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2521, 'hallway9', 'hw_shelf', 4, 12, 0, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2522, 'hallway9', 'hw_smtble', 10, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2523, 'hallway9', 'hw_smtble', 12, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2524, 'hallway9', 'hw_smtble', 12, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2525, 'hallway9', 'hw_smtble', 21, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2526, 'hallway9', 'hw_sofa1', 12, 22, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2527, 'hallway9', 'hw_sofa1', 12, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2528, 'hallway9', 'hw_sofa1', 22, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2529, 'hallway9', 'hw_sofa1', 6, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2530, 'hallway9', 'hw_sofa2', 12, 23, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2531, 'hallway9', 'hw_sofa2', 12, 24, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2532, 'hallway9', 'hw_sofa2', 12, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2533, 'hallway9', 'hw_sofa2', 12, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2534, 'hallway9', 'hw_sofa2', 23, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2535, 'hallway9', 'hw_sofa2', 24, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2536, 'hallway9', 'hw_sofa2', 7, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2537, 'hallway9', 'hw_sofa2', 8, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2538, 'hallway9', 'hw_sofa3', 12, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2539, 'hallway9', 'hw_sofa3', 12, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2540, 'hallway9', 'hw_sofa3', 25, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2541, 'hallway9', 'hw_sofa3', 9, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2542, 'hallway9', 'hw_watermatic', 27, 12, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2543, 'hallway9', 'pillar1', 19, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2544, 'hallway9', 'pillar1', 4, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2545, 'hallway2', 'hw_chair', 17, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2546, 'hallway2', 'hw_chair', 17, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2547, 'hallway2', 'hw_chair', 19, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2548, 'hallway2', 'hw_chair', 19, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2549, 'hallway2', 'hw_chair', 20, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2550, 'hallway2', 'hw_chair', 22, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2551, 'hallway2', 'hw_chair', 22, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2552, 'hallway2', 'hw_chair', 22, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2553, 'hallway2', 'hw_ero1', 12, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2554, 'hallway2', 'hw_ero1', 22, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2555, 'hallway2', 'hw_ero1', 4, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2556, 'hallway2', 'hw_ero2', 13, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2557, 'hallway2', 'hw_ero2', 16, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2558, 'hallway2', 'hw_ero3', 14, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2559, 'hallway2', 'hw_ero4', 15, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2560, 'hallway2', 'hw_ero5', 17, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2561, 'hallway2', 'hw_ero5', 23, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2562, 'hallway2', 'hw_ero5', 5, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2563, 'hallway2', 'hw_plant', 13, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2564, 'hallway2', 'hw_plant', 18, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2565, 'hallway2', 'hw_plant', 3, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2566, 'hallway2', 'hw_plant', 4, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2567, 'hallway2', 'hw_smtble', 17, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2568, 'hallway2', 'hw_smtble', 18, 18, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2569, 'hallway2', 'hw_smtble', 21, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2570, 'hallway2', 'hw_smtble', 22, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2571, 'hallway2', 'hw_smtble', 4, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2572, 'hallway2', 'hw_smtble', 7, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2573, 'hallway2', 'hw_sofa1', 4, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2574, 'hallway2', 'hw_sofa1', 4, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2575, 'hallway2', 'hw_sofa1', 5, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2576, 'hallway2', 'hw_sofa1', 8, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2577, 'hallway2', 'hw_sofa3', 4, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2578, 'hallway2', 'hw_sofa3', 4, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2579, 'hallway2', 'hw_sofa3', 6, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2580, 'hallway2', 'hw_sofa3', 9, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2581, 'hallway2', 'hw_statue', 19, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2582, 'hallway2', 'hw_watermatic', 11, 13, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2583, 'hallway2', 'pillar1', 11, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2584, 'hallway1', 'hw_chair', 13, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2585, 'hallway1', 'hw_chair', 17, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2586, 'hallway1', 'hw_chair', 17, 18, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2587, 'hallway1', 'hw_chair', 18, 16, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2588, 'hallway1', 'hw_chair', 18, 18, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2589, 'hallway1', 'hw_chair', 4, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2590, 'hallway1', 'hw_chair', 4, 18, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2591, 'hallway1', 'hw_ero1', 17, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2592, 'hallway1', 'hw_ero5', 18, 13, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2593, 'hallway1', 'hw_painting1', 22, 5, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2594, 'hallway1', 'hw_plant', 12, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2595, 'hallway1', 'hw_plant', 26, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2596, 'hallway1', 'hw_plant', 4, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2597, 'hallway1', 'hw_plant', 4, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2598, 'hallway1', 'hw_smtble', 12, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2599, 'hallway1', 'hw_smtble', 22, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2600, 'hallway1', 'hw_smtble', 7, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2601, 'hallway1', 'hw_sofa1', 12, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2602, 'hallway1', 'hw_sofa1', 19, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2603, 'hallway1', 'hw_sofa1', 23, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2604, 'hallway1', 'hw_sofa1', 5, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2605, 'hallway1', 'hw_sofa1', 8, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2606, 'hallway1', 'hw_sofa2', 12, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2607, 'hallway1', 'hw_sofa2', 12, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2608, 'hallway1', 'hw_sofa2', 20, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2609, 'hallway1', 'hw_sofa2', 24, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2610, 'hallway1', 'hw_sofa3', 12, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2611, 'hallway1', 'hw_sofa3', 21, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2612, 'hallway1', 'hw_sofa3', 25, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2613, 'hallway1', 'hw_sofa3', 6, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2614, 'hallway1', 'hw_sofa3', 9, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2615, 'hallway1', 'hw_table1', 17, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2616, 'hallway1', 'hw_table3', 18, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2617, 'hallway1', 'hw_watermatic', 12, 10, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2618, 'hallway1', 'pillar1', 10, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2619, 'hallway3', 'hw_chair', 13, 4, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2620, 'hallway3', 'hw_chair', 13, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2621, 'hallway3', 'hw_chair', 15, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2622, 'hallway3', 'hw_chair', 15, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2623, 'hallway3', 'hw_chair', 5, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2624, 'hallway3', 'hw_chair', 7, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2625, 'hallway3', 'hw_chair', 7, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2626, 'hallway3', 'hw_chair', 9, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2627, 'hallway3', 'hw_chair', 9, 11, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2628, 'hallway3', 'hw_ero1', 12, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2629, 'hallway3', 'hw_ero2', 12, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2630, 'hallway3', 'hw_ero2', 12, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2631, 'hallway3', 'hw_ero2', 12, 17, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2632, 'hallway3', 'hw_ero3', 12, 12, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2633, 'hallway3', 'hw_ero3', 12, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2634, 'hallway3', 'hw_ero3', 12, 18, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2635, 'hallway3', 'hw_ero4', 12, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2636, 'hallway3', 'hw_ero4', 12, 16, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2637, 'hallway3', 'hw_ero5', 12, 19, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2638, 'hallway3', 'hw_plant', 10, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2639, 'hallway3', 'hw_plant', 26, 4, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2640, 'hallway3', 'hw_plant', 4, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2641, 'hallway3', 'hw_smtble', 4, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2642, 'hallway3', 'hw_sofa1', 21, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2643, 'hallway3', 'hw_sofa2', 22, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2644, 'hallway3', 'hw_sofa2', 23, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2645, 'hallway3', 'hw_sofa2', 24, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2646, 'hallway3', 'hw_sofa3', 25, 4, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2647, 'hallway3', 'hw_table1', 14, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2648, 'hallway3', 'hw_table1', 8, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2649, 'hallway3', 'hw_table3', 14, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2650, 'hallway3', 'hw_table3', 8, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2651, 'hallway3', 'hw_watermatic', 19, 13, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2652, 'hallway3', 'pillar1', 19, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2653, 'hallway4', 'hw_chair', 20, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2654, 'hallway4', 'hw_chair', 20, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2655, 'hallway4', 'hw_chair', 20, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2656, 'hallway4', 'hw_chair', 20, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2657, 'hallway4', 'hw_chair', 22, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2658, 'hallway4', 'hw_chair', 22, 13, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2659, 'hallway4', 'hw_chair', 22, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2660, 'hallway4', 'hw_chair', 22, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2661, 'hallway4', 'hw_ero1', 17, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2662, 'hallway4', 'hw_ero2', 18, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2663, 'hallway4', 'hw_ero2', 21, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2664, 'hallway4', 'hw_ero3', 19, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2665, 'hallway4', 'hw_ero4', 20, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2666, 'hallway4', 'hw_ero5', 22, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2667, 'hallway4', 'hw_painting1', 19, 1, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2668, 'hallway4', 'hw_plant', 14, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2669, 'hallway4', 'hw_plant', 27, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2670, 'hallway4', 'hw_plant', 27, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2671, 'hallway4', 'hw_plant', 4, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2672, 'hallway4', 'hw_plant', 4, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2673, 'hallway4', 'hw_smtble', 19, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2674, 'hallway4', 'hw_smtble', 7, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2675, 'hallway4', 'hw_sofa1', 15, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2676, 'hallway4', 'hw_sofa1', 20, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2677, 'hallway4', 'hw_sofa1', 5, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2678, 'hallway4', 'hw_sofa1', 8, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2679, 'hallway4', 'hw_sofa2', 16, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2680, 'hallway4', 'hw_sofa2', 17, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2681, 'hallway4', 'hw_sofa2', 21, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2682, 'hallway4', 'hw_sofa2', 22, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2683, 'hallway4', 'hw_sofa3', 18, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2684, 'hallway4', 'hw_sofa3', 23, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2685, 'hallway4', 'hw_sofa3', 6, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2686, 'hallway4', 'hw_sofa3', 9, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2687, 'hallway4', 'hw_table1', 21, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2688, 'hallway4', 'hw_table1', 21, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2689, 'hallway4', 'hw_table3', 21, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2690, 'hallway4', 'hw_table3', 21, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2691, 'hallway4', 'hw_watermatic', 14, 7, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2692, 'hallway4', 'pillar1', 13, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2693, 'hallway5', 'hw_chair', 13, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2694, 'hallway5', 'hw_chair', 23, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2695, 'hallway5', 'hw_chair', 23, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2696, 'hallway5', 'hw_chair', 23, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2697, 'hallway5', 'hw_chair', 23, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2698, 'hallway5', 'hw_chair', 23, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2699, 'hallway5', 'hw_chair', 25, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2700, 'hallway5', 'hw_chair', 25, 6, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2701, 'hallway5', 'hw_chair', 25, 7, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2702, 'hallway5', 'hw_chair', 25, 8, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2703, 'hallway5', 'hw_chair', 25, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2704, 'hallway5', 'hw_ero1', 15, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2705, 'hallway5', 'hw_ero1', 22, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2706, 'hallway5', 'hw_ero2', 23, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2707, 'hallway5', 'hw_ero3', 24, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2708, 'hallway5', 'hw_ero4', 25, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2709, 'hallway5', 'hw_ero5', 16, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2710, 'hallway5', 'hw_ero5', 26, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2711, 'hallway5', 'hw_plant', 12, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2712, 'hallway5', 'hw_plant', 17, 25, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2713, 'hallway5', 'hw_plant', 19, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2714, 'hallway5', 'hw_plant', 25, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2715, 'hallway5', 'hw_plant', 4, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2716, 'hallway5', 'hw_plant', 4, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2717, 'hallway5', 'hw_smtble', 12, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2718, 'hallway5', 'hw_smtble', 14, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2719, 'hallway5', 'hw_smtble', 21, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2720, 'hallway5', 'hw_smtble', 7, 12, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2721, 'hallway5', 'hw_sofa1', 12, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2722, 'hallway5', 'hw_sofa1', 12, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2723, 'hallway5', 'hw_sofa1', 14, 23, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2724, 'hallway5', 'hw_sofa1', 15, 22, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2725, 'hallway5', 'hw_sofa1', 21, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2726, 'hallway5', 'hw_sofa1', 23, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2727, 'hallway5', 'hw_sofa1', 5, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2728, 'hallway5', 'hw_sofa1', 8, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2729, 'hallway5', 'hw_sofa2', 14, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2730, 'hallway5', 'hw_sofa2', 16, 22, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2731, 'hallway5', 'hw_sofa2', 24, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2732, 'hallway5', 'hw_sofa3', 12, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2733, 'hallway5', 'hw_sofa3', 12, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2734, 'hallway5', 'hw_sofa3', 14, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2735, 'hallway5', 'hw_sofa3', 17, 22, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2736, 'hallway5', 'hw_sofa3', 21, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2737, 'hallway5', 'hw_sofa3', 25, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2738, 'hallway5', 'hw_sofa3', 6, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2739, 'hallway5', 'hw_sofa3', 9, 12, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2740, 'hallway5', 'hw_table1', 24, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2741, 'hallway5', 'hw_table2', 24, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2742, 'hallway5', 'hw_table2', 24, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2743, 'hallway5', 'hw_table2', 24, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2744, 'hallway5', 'hw_table3', 24, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2745, 'hallway5', 'hw_watermatic', 18, 4, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2746, 'hallway5', 'pillar1', 12, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2747, 'hallway8', 'hw_chair', 17, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2748, 'hallway8', 'hw_chair', 17, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2749, 'hallway8', 'hw_chair', 17, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2750, 'hallway8', 'hw_chair', 17, 16, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2751, 'hallway8', 'hw_chair', 19, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2752, 'hallway8', 'hw_chair', 19, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2753, 'hallway8', 'hw_chair', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2754, 'hallway8', 'hw_chair', 19, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2755, 'hallway8', 'hw_chair', 6, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2756, 'hallway8', 'hw_chair', 6, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2757, 'hallway8', 'hw_chair', 7, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2758, 'hallway8', 'hw_chair', 7, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2759, 'hallway8', 'hw_chair', 8, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2760, 'hallway8', 'hw_chair', 8, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2761, 'hallway8', 'hw_chair', 9, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2762, 'hallway8', 'hw_chair', 9, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2763, 'hallway8', 'hw_ero1', 12, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2764, 'hallway8', 'hw_ero1', 20, 0, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2765, 'hallway8', 'hw_ero2', 13, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2766, 'hallway8', 'hw_ero2', 16, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2767, 'hallway8', 'hw_ero2', 20, 1, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2768, 'hallway8', 'hw_ero2', 20, 2, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2769, 'hallway8', 'hw_ero3', 14, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2770, 'hallway8', 'hw_ero3', 17, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2771, 'hallway8', 'hw_ero4', 15, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2772, 'hallway8', 'hw_ero4', 18, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2773, 'hallway8', 'hw_ero5', 19, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2774, 'hallway8', 'hw_ero5', 20, 3, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2775, 'hallway8', 'hw_painting2', 7, 5, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2776, 'hallway8', 'hw_plant', 4, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2777, 'hallway8', 'hw_plant', 4, 18, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2778, 'hallway8', 'hw_shelf', 4, 11, 1, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2779, 'hallway8', 'hw_shelf', 4, 4, 1, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2780, 'hallway8', 'hw_sofa1', 21, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2781, 'hallway8', 'hw_sofa1', 4, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2782, 'hallway8', 'hw_sofa1', 6, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2783, 'hallway8', 'hw_sofa2', 22, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2784, 'hallway8', 'hw_sofa2', 4, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2785, 'hallway8', 'hw_sofa2', 7, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2786, 'hallway8', 'hw_sofa3', 23, 0, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2787, 'hallway8', 'hw_sofa3', 4, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2788, 'hallway8', 'hw_sofa3', 8, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2789, 'hallway8', 'hw_table1', 18, 13, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2790, 'hallway8', 'hw_table1', 6, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2791, 'hallway8', 'hw_table2', 18, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2792, 'hallway8', 'hw_table2', 18, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2793, 'hallway8', 'hw_table2', 7, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2794, 'hallway8', 'hw_table2', 8, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2795, 'hallway8', 'hw_table3', 18, 16, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2796, 'hallway8', 'hw_table3', 9, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2797, 'hallway8', 'hw_watermatic', 13, 4, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2798, 'hallway8', 'pillar0', 17, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2799, 'hallway8', 'pillar0', 22, 19, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2800, 'hallway8', 'pillar1', 11, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2801, 'hallway7', 'hw_chair', 12, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2802, 'hallway7', 'hw_chair', 12, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2803, 'hallway7', 'hw_chair', 13, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2804, 'hallway7', 'hw_chair', 13, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2805, 'hallway7', 'hw_chair', 14, 24, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2806, 'hallway7', 'hw_chair', 14, 26, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2807, 'hallway7', 'hw_ero1', 10, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2808, 'hallway7', 'hw_ero1', 10, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2809, 'hallway7', 'hw_ero1', 4, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2810, 'hallway7', 'hw_ero1', 4, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2811, 'hallway7', 'hw_ero5', 11, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2812, 'hallway7', 'hw_ero5', 11, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2813, 'hallway7', 'hw_ero5', 5, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2814, 'hallway7', 'hw_ero5', 5, 4, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2815, 'hallway7', 'hw_painting2', 5, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2816, 'hallway7', 'hw_plant', 10, 25, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2817, 'hallway7', 'hw_smtble', 9, 10, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2818, 'hallway7', 'hw_sofa1', 10, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2819, 'hallway7', 'hw_sofa1', 4, 7, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2820, 'hallway7', 'hw_sofa1', 9, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2821, 'hallway7', 'hw_sofa2', 4, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2822, 'hallway7', 'hw_sofa2', 4, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2823, 'hallway7', 'hw_sofa2', 4, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2824, 'hallway7', 'hw_sofa2', 4, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2825, 'hallway7', 'hw_sofa2', 4, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2826, 'hallway7', 'hw_sofa2', 4, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2827, 'hallway7', 'hw_sofa2', 4, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2828, 'hallway7', 'hw_sofa2', 9, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2829, 'hallway7', 'hw_sofa2', 9, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2830, 'hallway7', 'hw_sofa3', 11, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2831, 'hallway7', 'hw_sofa3', 4, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2832, 'hallway7', 'hw_sofa3', 9, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2833, 'hallway7', 'hw_table1', 12, 25, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2834, 'hallway7', 'hw_table2', 13, 25, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2835, 'hallway7', 'hw_table3', 14, 25, 0, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2836, 'hallway7', 'hw_watermatic', 4, 6, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2837, 'hallway7', 'pillar0', 4, 21, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2838, 'hallway7', 'pillar0', 4, 26, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2839, 'hallway7', 'pillar1', 15, 20, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2840, 'hallway6', 'hw_chair', 11, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2841, 'hallway6', 'hw_chair', 13, 22, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2842, 'hallway6', 'hw_chair', 16, 22, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2843, 'hallway6', 'hw_chair', 18, 22, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2844, 'hallway6', 'hw_chair', 4, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2845, 'hallway6', 'hw_chair', 4, 5, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2846, 'hallway6', 'hw_chair', 4, 6, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2847, 'hallway6', 'hw_chair', 9, 18, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2848, 'hallway6', 'hw_chair', 9, 20, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2849, 'hallway6', 'hw_ero1', 12, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2850, 'hallway6', 'hw_ero1', 4, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2851, 'hallway6', 'hw_ero1', 7, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2852, 'hallway6', 'hw_ero2', 13, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2853, 'hallway6', 'hw_ero2', 16, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2854, 'hallway6', 'hw_ero2', 7, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2855, 'hallway6', 'hw_ero3', 14, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2856, 'hallway6', 'hw_ero3', 17, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2857, 'hallway6', 'hw_ero3', 7, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2858, 'hallway6', 'hw_ero4', 15, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2859, 'hallway6', 'hw_ero4', 18, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2860, 'hallway6', 'hw_ero5', 19, 20, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2861, 'hallway6', 'hw_ero5', 4, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2862, 'hallway6', 'hw_ero5', 7, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2863, 'hallway6', 'hw_painting2', 16, 1, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2864, 'hallway6', 'hw_painting2', 7, 1, 1, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2865, 'hallway6', 'hw_plant', 19, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2866, 'hallway6', 'hw_shelf', 11, 0, 1, 4, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2867, 'hallway6', 'hw_smtble', 12, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2868, 'hallway6', 'hw_smtble', 17, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2869, 'hallway6', 'hw_smtble', 9, 19, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2870, 'hallway6', 'hw_sofa1', 14, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2871, 'hallway6', 'hw_sofa1', 5, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2872, 'hallway6', 'hw_sofa2', 15, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2873, 'hallway6', 'hw_sofa2', 16, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2874, 'hallway6', 'hw_sofa2', 17, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2875, 'hallway6', 'hw_sofa2', 6, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2876, 'hallway6', 'hw_sofa2', 7, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2877, 'hallway6', 'hw_sofa2', 8, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2878, 'hallway6', 'hw_sofa3', 18, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2879, 'hallway6', 'hw_sofa3', 9, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2880, 'hallway6', 'hw_table1', 10, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2881, 'hallway6', 'hw_table1', 13, 0, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2882, 'hallway6', 'hw_table3', 10, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2883, 'hallway6', 'hw_table3', 13, 1, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2884, 'hallway6', 'hw_watermatic', 4, 9, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2885, 'hallway6', 'pillar0', 19, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2886, 'hallway6', 'pillar0', 19, 9, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2887, 'hallway6', 'pillar0', 9, 22, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2888, 'hallway6', 'pillar1', 11, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2889, 'hallway10', 'hw_chair', 0, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2890, 'hallway10', 'hw_chair', 0, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2891, 'hallway10', 'hw_chair', 0, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2892, 'hallway10', 'hw_chair', 0, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2893, 'hallway10', 'hw_chair', 1, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2894, 'hallway10', 'hw_chair', 1, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2895, 'hallway10', 'hw_chair', 1, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2896, 'hallway10', 'hw_chair', 1, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2897, 'hallway10', 'hw_chair', 2, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2898, 'hallway10', 'hw_chair', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2899, 'hallway10', 'hw_chair', 2, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2900, 'hallway10', 'hw_chair', 2, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2901, 'hallway10', 'hw_ero1', 13, 4, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2902, 'hallway10', 'hw_ero1', 16, 12, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2903, 'hallway10', 'hw_ero1', 7, 22, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2904, 'hallway10', 'hw_ero1', 7, 8, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2905, 'hallway10', 'hw_ero2', 13, 5, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2906, 'hallway10', 'hw_ero2', 16, 13, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2907, 'hallway10', 'hw_ero2', 7, 12, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2908, 'hallway10', 'hw_ero2', 7, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2909, 'hallway10', 'hw_ero2', 7, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2910, 'hallway10', 'hw_ero3', 13, 6, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2911, 'hallway10', 'hw_ero3', 16, 14, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2912, 'hallway10', 'hw_ero3', 7, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2913, 'hallway10', 'hw_ero3', 7, 13, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2914, 'hallway10', 'hw_ero3', 7, 16, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2915, 'hallway10', 'hw_ero4', 7, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2916, 'hallway10', 'hw_ero4', 7, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2917, 'hallway10', 'hw_ero5', 13, 7, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2918, 'hallway10', 'hw_ero5', 16, 15, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2919, 'hallway10', 'hw_ero5', 7, 17, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2920, 'hallway10', 'hw_ero5', 7, 23, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2921, 'hallway10', 'hw_painting2', 1, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2922, 'hallway10', 'hw_smtble', 10, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2923, 'hallway10', 'hw_smtble', 19, 8, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2924, 'hallway10', 'hw_sofa1', 10, 2, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2925, 'hallway10', 'hw_sofa1', 15, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2926, 'hallway10', 'hw_sofa2', 10, 3, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2927, 'hallway10', 'hw_sofa2', 10, 4, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2928, 'hallway10', 'hw_sofa2', 10, 5, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2929, 'hallway10', 'hw_sofa2', 10, 6, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2930, 'hallway10', 'hw_sofa2', 10, 7, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2931, 'hallway10', 'hw_sofa2', 10, 8, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2932, 'hallway10', 'hw_sofa2', 16, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2933, 'hallway10', 'hw_sofa2', 17, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2934, 'hallway10', 'hw_sofa3', 10, 9, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2935, 'hallway10', 'hw_sofa3', 18, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2936, 'hallway10', 'hw_table1', 0, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2937, 'hallway10', 'hw_table1', 0, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2938, 'hallway10', 'hw_table2', 1, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2939, 'hallway10', 'hw_table2', 1, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2940, 'hallway10', 'hw_table3', 2, 11, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2941, 'hallway10', 'hw_table3', 2, 17, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2942, 'hallway10', 'hw_watermatic', 0, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2943, 'hallway10', 'pillar1', 10, 0, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2944, 'hallway10', 'pillar1', 14, 16, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2945, 'hallway10', 'pillar1', 14, 23, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2946, 'hallway11', 'hw_chair', 10, 18, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2947, 'hallway11', 'hw_chair', 12, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2948, 'hallway11', 'hw_chair', 13, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2949, 'hallway11', 'hw_chair', 13, 12, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2950, 'hallway11', 'hw_chair', 13, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2951, 'hallway11', 'hw_chair', 15, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2952, 'hallway11', 'hw_chair', 20, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2953, 'hallway11', 'hw_chair', 20, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2954, 'hallway11', 'hw_chair', 21, 11, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2955, 'hallway11', 'hw_chair', 21, 13, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2956, 'hallway11', 'hw_chair', 21, 15, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2957, 'hallway11', 'hw_chair', 21, 9, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2958, 'hallway11', 'hw_chair', 22, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2959, 'hallway11', 'hw_chair', 22, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2960, 'hallway11', 'hw_ero1', 10, 10, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2961, 'hallway11', 'hw_ero1', 12, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2962, 'hallway11', 'hw_ero1', 15, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2963, 'hallway11', 'hw_ero1', 20, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2964, 'hallway11', 'hw_ero1', 4, 6, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2965, 'hallway11', 'hw_ero2', 10, 11, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2966, 'hallway11', 'hw_ero2', 13, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2967, 'hallway11', 'hw_ero2', 16, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2968, 'hallway11', 'hw_ero2', 21, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2969, 'hallway11', 'hw_ero3', 10, 12, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2970, 'hallway11', 'hw_ero3', 14, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2971, 'hallway11', 'hw_ero3', 17, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2972, 'hallway11', 'hw_ero3', 22, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2973, 'hallway11', 'hw_ero4', 18, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2974, 'hallway11', 'hw_ero5', 10, 13, 0, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2975, 'hallway11', 'hw_ero5', 15, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2976, 'hallway11', 'hw_ero5', 19, 7, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2977, 'hallway11', 'hw_ero5', 23, 17, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2978, 'hallway11', 'hw_ero5', 4, 7, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2979, 'hallway11', 'hw_shelf', 4, 0, 1, 2, 0.001, 2, 1, 'solid', '', NULL, NULL),
(2980, 'hallway11', 'hw_smtble', 13, 11, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2981, 'hallway11', 'hw_smtble', 14, 15, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2982, 'hallway11', 'hw_smtble', 21, 10, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2983, 'hallway11', 'hw_smtble', 21, 14, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2984, 'hallway11', 'hw_sofa1', 6, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2985, 'hallway11', 'hw_sofa2', 7, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2986, 'hallway11', 'hw_sofa3', 8, 0, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2987, 'hallway11', 'hw_watermatic', 11, 18, 0, 4, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2988, 'hallway11', 'pillar0', 10, 0, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2989, 'hallway11', 'pillar0', 10, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2990, 'star_lounge', 'star_table', 21, 15, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2991, 'star_lounge', 'star_sofa', 22, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2992, 'star_lounge', 'star_sofa2', 23, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2993, 'star_lounge', 'palm', 24, 15, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2994, 'star_lounge', 'star_sofa2', 21, 16, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2995, 'star_lounge', 'dj1', 32, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2996, 'star_lounge', 'dj2', 33, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2997, 'star_lounge', 'dj3', 34, 16, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(2998, 'star_lounge', 'star_sofa', 21, 17, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(2999, 'star_lounge', 'star_microphone', 28, 17, 4, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3000, 'star_lounge', 'star_sofa2', 21, 18, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3001, 'star_lounge', 'star_sofa', 35, 18, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3002, 'star_lounge', 'star_sofa', 21, 19, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3003, 'star_lounge', 'star_sofa2', 35, 19, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3004, 'star_lounge', 'star_sofa2', 21, 20, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3005, 'star_lounge', 'star_sofa2', 24, 20, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3006, 'star_lounge', 'star_sofa', 32, 20, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3007, 'star_lounge', 'star_sofa', 35, 20, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3008, 'star_lounge', 'star_sofa', 21, 21, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3009, 'star_lounge', 'star_sofa', 24, 21, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3010, 'star_lounge', 'star_sofa2', 32, 21, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3011, 'star_lounge', 'star_sofa2', 35, 21, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3012, 'star_lounge', 'star_sofachair', 21, 22, 2, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3013, 'star_lounge', 'star_table', 24, 22, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3014, 'star_lounge', 'star_sofa2', 25, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3015, 'star_lounge', 'star_sofa', 26, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3016, 'star_lounge', 'star_sofa2', 30, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3017, 'star_lounge', 'star_sofa', 31, 22, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3018, 'star_lounge', 'star_table', 32, 22, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3019, 'star_lounge', 'star_table', 35, 22, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3020, 'star_lounge', 'palm', 21, 23, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3021, 'star_lounge', 'star_sofa', 35, 23, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3022, 'star_lounge', 'bar10', 22, 24, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3023, 'star_lounge', 'star_sofa2', 35, 24, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3024, 'star_lounge', 'star_sofa', 37, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3025, 'star_lounge', 'star_sofa2', 38, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3026, 'star_lounge', 'star_sofa', 39, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3027, 'star_lounge', 'star_sofa2', 40, 24, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3028, 'star_lounge', 'bar9', 22, 25, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3029, 'star_lounge', 'star_sofa2', 25, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3030, 'star_lounge', 'star_sofa', 26, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3031, 'star_lounge', 'star_sofa2', 30, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3032, 'star_lounge', 'star_sofa', 31, 25, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3033, 'star_lounge', 'star_sofa', 35, 25, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3034, 'star_lounge', 'star_sofa2', 36, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3035, 'star_lounge', 'bar8', 22, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3036, 'star_lounge', 'palm1', 25, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3037, 'star_lounge', 'palm3', 26, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3038, 'star_lounge', 'palm2', 30, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3039, 'star_lounge', 'palm4', 31, 26, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3040, 'star_lounge', 'star_sofa2', 35, 26, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3041, 'star_lounge', 'star_sofa', 36, 26, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3042, 'star_lounge', 'star_table', 39, 26, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3043, 'star_lounge', 'star_table', 40, 26, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3044, 'star_lounge', 'bar7', 22, 27, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3045, 'star_lounge', 'star_sofa', 25, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3046, 'star_lounge', 'star_sofa2', 26, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3047, 'star_lounge', 'star_sofa', 30, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3048, 'star_lounge', 'star_sofa2', 31, 27, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3049, 'star_lounge', 'star_table', 35, 27, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3050, 'star_lounge', 'palm', 36, 27, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3051, 'star_lounge', 'star_table', 37, 27, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3052, 'star_lounge', 'bar6', 22, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3053, 'star_lounge', 'bar5', 22, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3054, 'star_lounge', 'star_table', 25, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3055, 'star_lounge', 'star_table', 26, 29, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3056, 'star_lounge', 'star_table', 16, 30, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3057, 'star_lounge', 'bar4', 22, 30, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3058, 'star_lounge', 'star_sofa2', 16, 31, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3059, 'star_lounge', 'bar3', 22, 31, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3060, 'star_lounge', 'star_sofa2', 25, 31, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3061, 'star_lounge', 'star_sofa', 26, 31, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3062, 'star_lounge', 'star_sofa', 30, 31, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3063, 'star_lounge', 'star_sofa', 16, 32, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3064, 'star_lounge', 'bar2', 22, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3065, 'star_lounge', 'palm4', 25, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3066, 'star_lounge', 'palm1', 26, 32, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3067, 'star_lounge', 'star_sofa2', 30, 32, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3068, 'star_lounge', 'star_sofa2', 16, 33, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3069, 'star_lounge', 'bar1', 22, 33, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3070, 'star_lounge', 'star_sofa', 25, 33, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3071, 'star_lounge', 'star_sofa2', 26, 33, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3072, 'star_lounge', 'star_sofa', 30, 33, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3073, 'star_lounge', 'star_sofa', 16, 34, 3, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3074, 'star_lounge', 'star_sofa2', 30, 34, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3075, 'star_lounge', 'palm3', 35, 34, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3076, 'star_lounge', 'palm2', 36, 34, 0, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3077, 'star_lounge', 'star_table', 16, 35, 3, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3078, 'star_lounge', 'star_sofa', 30, 35, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3079, 'star_lounge', 'star_sofa2', 30, 36, 2, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3080, 'star_lounge', 'star_sofachair', 25, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3081, 'star_lounge', 'star_sofa2', 26, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3082, 'star_lounge', 'star_sofa', 27, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3083, 'star_lounge', 'star_sofa2', 28, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3084, 'star_lounge', 'star_sofa', 29, 37, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3085, 'star_lounge', 'star_table', 30, 37, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3086, 'orient', 'bench', 17, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3087, 'orient', 'bench', 17, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3088, 'orient', 'bench', 17, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3089, 'orient', 'bench', 17, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3090, 'orient', 'bench', 17, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3091, 'orient', 'bench', 17, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3092, 'orient', 'bench', 17, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3093, 'orient', 'bench', 17, 26, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3094, 'orient', 'bench', 17, 27, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3095, 'orient', 'bench', 17, 28, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3096, 'orient', 'bench', 17, 29, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3097, 'orient', 'bench', 19, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3098, 'orient', 'bench', 19, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3099, 'orient', 'bench', 19, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3100, 'orient', 'bench', 19, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3101, 'orient', 'bench', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3102, 'orient', 'bench', 19, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3103, 'orient', 'bench', 19, 26, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3104, 'orient', 'bench', 19, 27, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3105, 'orient', 'bench', 19, 28, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3106, 'orient', 'bench', 19, 29, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3107, 'orient', 'bench', 21, 10, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3108, 'orient', 'bench', 21, 11, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3109, 'orient', 'bench', 21, 12, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3110, 'orient', 'bench', 21, 13, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3111, 'orient', 'bench', 21, 14, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3112, 'orient', 'bench', 21, 15, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3113, 'orient', 'bench', 21, 25, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3114, 'orient', 'bench', 21, 26, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3115, 'orient', 'bench', 21, 27, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3116, 'orient', 'bench', 21, 28, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3117, 'orient', 'bench', 21, 29, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3118, 'orient', 'bench', 23, 10, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3119, 'orient', 'bench', 23, 11, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3120, 'orient', 'bench', 23, 12, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3121, 'orient', 'bench', 23, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3122, 'orient', 'bench', 23, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3123, 'orient', 'bench', 23, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3124, 'orient', 'bench', 23, 25, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3125, 'orient', 'bench', 23, 26, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3126, 'orient', 'bench', 23, 27, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3127, 'orient', 'bench', 23, 28, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3128, 'orient', 'bench', 23, 29, 9, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3129, 'orient', 'chairf1', 25, 24, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3130, 'orient', 'chairf1', 25, 25, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3131, 'orient', 'chairf1', 25, 26, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3132, 'orient', 'chairf1', 33, 24, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3133, 'orient', 'chairf1', 33, 25, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3134, 'orient', 'chairf1', 33, 26, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3135, 'orient', 'koc_chair', 25, 13, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3136, 'orient', 'koc_chair', 25, 15, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3137, 'orient', 'koc_chair', 26, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3138, 'orient', 'koc_chair', 29, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3139, 'orient', 'koc_chair', 30, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3140, 'orient', 'koc_chair', 31, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3141, 'orient', 'koc_chair', 31, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3142, 'orient', 'koc_chair', 32, 11, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3143, 'orient', 'koc_chair', 32, 13, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3144, 'orient', 'koc_chair', 33, 12, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3145, 'orient', 'koc_table', 25, 14, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3146, 'orient', 'koc_table', 30, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3147, 'orient', 'koc_table', 32, 12, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3148, 'entryhall', 'splashkiosk', 11, 11, 1, 0, 0.001, 3, 3, 'invisible,solid', '', NULL, NULL),
(3149, 'entryhall', 'gl_sofatable', 7, 16, 1, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(3150, 'entryhall', 'gl_sofatable', 5, 1, 1, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(3151, 'entryhall', 'gl_sofatable', 16, 1, 1, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(3152, 'entryhall', 'gl_sofatable', 14, 14, 1, 4, 1, 1, 1, 'solid', '', NULL, NULL),
(3153, 'entryhall', 'gl_sofatable', 1, 19, 1, 0, 1, 1, 1, 'solid', '', NULL, NULL),
(3154, 'entryhall', 'gl_yukka', 15, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3155, 'entryhall', 'gl_yukka', 7, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3156, 'entryhall', 'gl_chair', 6, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3157, 'entryhall', 'gl_chair', 4, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3158, 'entryhall', 'gl_chair', 17, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3159, 'entryhall', 'gl_chair', 18, 1, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3160, 'entryhall', 'gl_chair', 14, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3161, 'entryhall', 'gl_chair', 14, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3162, 'entryhall', 'gl_chair', 14, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3163, 'entryhall', 'gl_chair', 13, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3164, 'entryhall', 'gl_chair', 12, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3165, 'entryhall', 'gl_chair', 11, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3166, 'entryhall', 'gl_sofaa', 1, 16, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3167, 'entryhall', 'gl_sofab', 1, 17, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3168, 'entryhall', 'gl_sofac', 1, 18, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3169, 'entryhall', 'gl_sofaa', 1, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3170, 'entryhall', 'gl_sofab', 1, 11, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3171, 'entryhall', 'gl_sofac', 1, 12, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3172, 'entryhall', 'gl_sofaa', 7, 13, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3173, 'entryhall', 'gl_sofab', 7, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3174, 'entryhall', 'gl_sofac', 7, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3175, 'entryhall', 'gl_sofaa', 7, 8, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3176, 'entryhall', 'gl_sofab', 7, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3177, 'entryhall', 'gl_sofac', 7, 10, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3178, 'entryhall', 'gl_sofaa', 8, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3179, 'entryhall', 'gl_sofab', 9, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3180, 'entryhall', 'gl_sofac', 10, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3181, 'entryhall', 'gl_sofaa', 13, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3182, 'entryhall', 'gl_sofab', 14, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3183, 'entryhall', 'gl_sofac', 15, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3184, 'entryhall', 'gl_table', 7, 12, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3185, 'entryhall', 'gl_tablea', 7, 11, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3186, 'entryhall', 'gl_tablea', 11, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3187, 'entryhall', 'gl_table', 12, 7, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3188, 'hallA', 'gamehall_chair_wood', 15, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3189, 'hallA', 'gamehall_chair_wood', 15, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3190, 'hallA', 'gamehall_chair_wood', 15, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3191, 'hallA', 'gamehall_chair_wood', 15, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3192, 'hallA', 'gamehall_chair_wood', 15, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3193, 'hallA', 'gamehall_chair_wood', 15, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3194, 'hallA', 'gamehall_chair_wood', 10, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3195, 'hallA', 'gamehall_chair_wood', 10, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3196, 'hallA', 'gamehall_chair_wood', 10, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3197, 'hallA', 'gamehall_chair_wood', 10, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3198, 'hallA', 'gamehall_chair_wood', 10, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3199, 'hallA', 'gamehall_chair_wood', 10, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3200, 'hallA', 'gamehall_chair_wood', 5, 4, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3201, 'hallA', 'gamehall_chair_wood', 5, 5, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3202, 'hallA', 'gamehall_chair_wood', 5, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3203, 'hallA', 'gamehall_chair_wood', 5, 10, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3204, 'hallA', 'gamehall_chair_wood', 5, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3205, 'hallA', 'gamehall_chair_wood', 5, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3206, 'hallA', 'table_xoxa', 14, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3207, 'hallA', 'table_xoxa', 14, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3208, 'hallA', 'table_xoxa', 14, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3209, 'hallA', 'table_xoxa', 9, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3210, 'hallA', 'table_xoxa', 9, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3211, 'hallA', 'table_xoxa', 9, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3212, 'hallA', 'table_xoxa', 4, 5, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3213, 'hallA', 'table_xoxa', 4, 10, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3214, 'hallA', 'table_xoxa', 4, 15, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3215, 'hallA', 'table_xoxb', 14, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3216, 'hallA', 'table_xoxb', 14, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3217, 'hallA', 'table_xoxb', 14, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3218, 'hallA', 'table_xoxb', 9, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3219, 'hallA', 'table_xoxb', 9, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3220, 'hallA', 'table_xoxb', 9, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3221, 'hallA', 'table_xoxb', 4, 14, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3222, 'hallA', 'table_xoxb', 4, 9, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3223, 'hallA', 'table_xoxb', 4, 4, 1, 6, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3224, 'hallB', 'gamehall_chair_green', 2, 4, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3225, 'hallB', 'gamehall_chair_green', 2, 10, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3226, 'hallB', 'gamehall_chair_green', 2, 16, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3227, 'hallB', 'gamehall_chair_green', 2, 6, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3228, 'hallB', 'gamehall_chair_green', 2, 12, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3229, 'hallB', 'gamehall_chair_green', 2, 18, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3230, 'hallB', 'gamehall_chair_green', 6, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3231, 'hallB', 'gamehall_chair_green', 8, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3232, 'hallB', 'gamehall_chair_green', 13, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3233, 'hallB', 'gamehall_chair_green', 15, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3234, 'hallB', 'table_battleships', 2, 5, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3235, 'hallB', 'table_battleships', 2, 11, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3236, 'hallB', 'table_battleships', 2, 17, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3237, 'hallB', 'table_battleships', 7, 3, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3238, 'hallB', 'table_battleships', 14, 3, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3239, 'hallC', 'table_chess_king', 12, 13, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3240, 'hallC', 'table_chess', 13, 6, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3241, 'hallC', 'table_chess', 2, 8, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3242, 'hallC', 'table_chess', 5, 14, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3243, 'hallC', 'table_chess', 8, 3, 1, 2, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3244, 'hallC', 'chess_king_chair', 12, 14, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3245, 'hallC', 'chess_king_chair', 12, 12, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3246, 'hallC', 'gamehall_chair_green', 13, 7, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3247, 'hallC', 'gamehall_chair_green', 13, 5, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3248, 'hallC', 'gamehall_chair_green', 2, 9, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3249, 'hallC', 'gamehall_chair_green', 2, 7, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3250, 'hallC', 'gamehall_chair_green', 4, 14, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3251, 'hallC', 'gamehall_chair_green', 6, 14, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3252, 'hallC', 'gamehall_chair_green', 7, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3253, 'hallC', 'gamehall_chair_green', 9, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3254, 'hallD', 'cardtableb', 2, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3255, 'hallD', 'cardtableb', 8, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3256, 'hallD', 'cardtableb', 14, 3, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3257, 'hallD', 'cardtablea', 2, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3258, 'hallD', 'cardtablea', 8, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3259, 'hallD', 'cardtablea', 14, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3260, 'hallD', 'cardtablea', 8, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3261, 'hallD', 'cardtablea', 14, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3262, 'hallD', 'gamehall_chair_green', 8, 4, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3263, 'hallD', 'gamehall_chair_green', 14, 4, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3264, 'hallD', 'gamehall_chair_green', 2, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3265, 'hallD', 'gamehall_chair_green', 8, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3266, 'hallD', 'gamehall_chair_green', 14, 10, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3267, 'hallD', 'gamehall_chair_green', 2, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3268, 'hallD', 'gamehall_chair_green', 8, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3269, 'hallD', 'gamehall_chair_green', 14, 16, 1, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3270, 'hallD', 'gamehall_chair_green', 7, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3271, 'hallD', 'gamehall_chair_green', 13, 3, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3272, 'hallD', 'gamehall_chair_green', 1, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3273, 'hallD', 'gamehall_chair_green', 7, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3274, 'hallD', 'gamehall_chair_green', 13, 9, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3275, 'hallD', 'gamehall_chair_green', 1, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3276, 'hallD', 'gamehall_chair_green', 7, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3277, 'hallD', 'gamehall_chair_green', 13, 15, 1, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3278, 'hallD', 'gamehall_chair_green', 8, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3279, 'hallD', 'gamehall_chair_green', 14, 2, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3280, 'hallD', 'gamehall_chair_green', 2, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3281, 'hallD', 'gamehall_chair_green', 8, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3282, 'hallD', 'gamehall_chair_green', 14, 8, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3283, 'hallD', 'gamehall_chair_green', 2, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3284, 'hallD', 'gamehall_chair_green', 8, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3285, 'hallD', 'gamehall_chair_green', 14, 14, 1, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3286, 'hallD', 'gamehall_chair_green', 9, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3287, 'hallD', 'gamehall_chair_green', 15, 3, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3288, 'hallD', 'gamehall_chair_green', 3, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3289, 'hallD', 'gamehall_chair_green', 9, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3290, 'hallD', 'gamehall_chair_green', 15, 9, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3291, 'hallD', 'gamehall_chair_green', 3, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3292, 'hallD', 'gamehall_chair_green', 9, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3293, 'hallD', 'gamehall_chair_green', 15, 15, 1, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3294, 'md_a', 'poolEnter', 11, 11, 7, 2, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '12 11 4 2', '13 11 4 2'),
(3295, 'md_a', 'poolExit', 12, 11, 4, 6, 0.001, 1, 1, 'can_stand_on_top,invisible', 'Splash0', '11 11 4 6', '10 11 4 6'),
(3297, 'hallD', 'streetlight', 0, 9, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3298, 'hallD', 'streetlight', 0, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3299, 'hallD', 'streetlight', 8, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3300, 'hallD', 'streetlight', 14, 1, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3301, 'pub_a', 'bar_gate', 9, 9, 2, 0, 0.001, 1, 1, 'solid,invisible', '', NULL, NULL),
(3302, 'bar_b', 'djtable', 16, 22, 4, 0, 0.001, 1, 2, 'solid,invisible', '', NULL, NULL),
(3303, 'library', 'invisible_table', 28, 28, 1, 0, 0.001, 2, 2, 'solid,invisible', '', NULL, NULL),
(3304, 'tearoom', 'invisible_table', 2, 7, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3305, 'tearoom', 'invisible_table', 2, 13, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3306, 'tearoom', 'invisible_table', 16, 10, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3307, 'tearoom', 'invisible_table', 19, 3, 3, 0, 0.002, 1, 1, 'solid,invisible', '', NULL, NULL),
(3308, 'tearoom', 'invisible_table', 14, 3, 3, 0, 0.002, 1, 1, 'solid,invisible', '', NULL, NULL),
(3309, 'cr_staff', 'invisible_table', 6, 8, 1, 0, 0.001, 3, 6, 'solid,invisible', '', NULL, NULL),
(3310, 'sport', 'invisible_barrier', 11, 14, 1, 0, 0.002, 1, 4, 'solid,invisible', '', NULL, NULL),
(3311, 'cafe_ole', 'invisible_table', 4, 17, 1, 0, 0.002, 2, 3, 'solid,invisible', '', NULL, NULL),
(3312, 'cafe_ole', 'invisible_table', 12, 16, 1, 0, 0.002, 2, 3, 'solid,invisible', '', NULL, NULL),
(3313, 'cafe_ole', 'invisible_table', 15, 1, 1, 0, 0.002, 2, 3, 'solid,invisible', '', NULL, NULL),
(3314, 'cafe_ole', 'invisible_table', 9, 5, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3315, 'malja_bar_a', 'invisible_table', 6, 3, 4, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3316, 'malja_bar_a', 'invisible_table', 7, 14, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3317, 'malja_bar_a', 'invisible_table', 13, 15, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3318, 'malja_bar_a', 'invisible_table', 1, 16, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3319, 'malja_bar_b', 'invisible_table', 4, 1, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3320, 'malja_bar_b', 'invisible_table', 2, 17, 3, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3321, 'pizza', 'invisible_table', 1, 17, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3322, 'pizza', 'invisible_table', 1, 9, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3323, 'pizza', 'invisible_table', 12, 21, 1, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3324, 'pizza', 'invisible_table', 14, 4, 0, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3325, 'pizza', 'invisible_table', 14, 11, 0, 0, 0.002, 2, 2, 'solid,invisible', '', NULL, NULL),
(3326, 'md_a', 'wsJoinQueue', 21, 19, 4, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,18,0', NULL, NULL),
(3327, 'md_a', 'wsJoinQueue', 21, 7, 4, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,8,4', NULL, NULL),
(3328, 'md_a', 'wsQueueTile', 21, 18, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,18', NULL, NULL),
(3329, 'md_a', 'wsQueueTile', 21, 17, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3330, 'md_a', 'wsQueueTile', 21, 16, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3331, 'md_a', 'wsQueueTile', 21, 8, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3332, 'md_a', 'wsQueueTile', 21, 9, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3333, 'md_a', 'wsQueueTile', 21, 10, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '', NULL, NULL),
(3334, 'hallway2', 'hw_chair', 17, 18, 0, 2, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3335, 'gate_park', 'gate_drumchair', 13, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3336, 'emperors', 'invisichair', 12, 7, 4, 4, 1, 1, 1, 'invisible,can_sit_on_top', '', NULL, NULL),
(3337, 'emperors', 'emperors_pillar', 5, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3338, 'emperors', 'emperors_pillar', 19, 10, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3339, 'emperors', 'emperors_chair1', 5, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3340, 'emperors', 'emperors_chair2', 6, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3341, 'emperors', 'emperors_chair2', 7, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3342, 'emperors', 'emperors_chair3', 8, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3343, 'emperors', 'emperors_chair1', 16, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3344, 'emperors', 'emperors_chair2', 17, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3345, 'emperors', 'emperors_chair2', 18, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3346, 'emperors', 'emperors_chair3', 19, 14, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3347, 'emperors', 'emperors_chair1', 5, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3348, 'emperors', 'emperors_chair2', 6, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3349, 'emperors', 'emperors_chair2', 7, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3350, 'emperors', 'emperors_chair3', 8, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3351, 'emperors', 'emperors_chair1', 16, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3352, 'emperors', 'emperors_chair2', 17, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3353, 'emperors', 'emperors_chair2', 18, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3354, 'emperors', 'emperors_chair3', 19, 15, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3355, 'emperors', 'emperors_chair1', 5, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3356, 'emperors', 'emperors_chair2', 6, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3357, 'emperors', 'emperors_chair2', 7, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3358, 'emperors', 'emperors_chair3', 8, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3359, 'emperors', 'emperors_chair1', 16, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3360, 'emperors', 'emperors_chair2', 17, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3361, 'emperors', 'emperors_chair2', 18, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3362, 'emperors', 'emperors_chair3', 19, 18, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3363, 'emperors', 'emperors_pillar', 5, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3364, 'emperors', 'emperors_pillar2', 8, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3365, 'emperors', 'emperors_pillar2', 16, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3366, 'emperors', 'emperors_pillar', 19, 19, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3367, 'emperors', 'emperors_chair1', 5, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3368, 'emperors', 'emperors_chair2', 6, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3369, 'emperors', 'emperors_chair2', 7, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3370, 'emperors', 'emperors_chair3', 8, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3371, 'emperors', 'emperors_chair1', 16, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3372, 'emperors', 'emperors_chair2', 17, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3373, 'emperors', 'emperors_chair2', 18, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3374, 'emperors', 'emperors_chair3', 19, 20, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3375, 'emperors', 'emperors_chair1', 5, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3376, 'emperors', 'emperors_chair2', 6, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3377, 'emperors', 'emperors_chair2', 7, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3378, 'emperors', 'emperors_chair3', 8, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3379, 'emperors', 'emperors_chair1', 16, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3380, 'emperors', 'emperors_chair2', 17, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3381, 'emperors', 'emperors_chair2', 18, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3382, 'emperors', 'emperors_chair3', 19, 23, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3383, 'emperors', 'emperors_chair1', 5, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3384, 'emperors', 'emperors_chair2', 6, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3385, 'emperors', 'emperors_chair2', 7, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3386, 'emperors', 'emperors_chair3', 8, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3387, 'emperors', 'emperors_chair1', 16, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3388, 'emperors', 'emperors_chair2', 17, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3389, 'emperors', 'emperors_chair2', 18, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3390, 'emperors', 'emperors_chair3', 19, 24, 2, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3391, 'emperors', 'emperors_chair1', 5, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3392, 'emperors', 'emperors_chair2', 6, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3393, 'emperors', 'emperors_chair2', 7, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3394, 'emperors', 'emperors_chair3', 8, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3395, 'emperors', 'emperors_chair1', 16, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3396, 'emperors', 'emperors_chair2', 17, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3397, 'emperors', 'emperors_chair2', 18, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3398, 'emperors', 'emperors_chair3', 19, 27, 2, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3399, 'emperors', 'emperors_pillar', 5, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3400, 'emperors', 'emperors_pillar', 8, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3401, 'emperors', 'emperors_pillar', 16, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3402, 'emperors', 'emperors_pillar', 19, 28, 2, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3403, 'beauty_salon1', 'pinkchair', 12, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3404, 'beauty_salon1', 'smallchair', 17, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3405, 'beauty_salon1', 'smallchair', 18, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3406, 'beauty_salon1', 'smallchair', 19, 5, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3407, 'beauty_salon1', 'longchair1', 4, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3408, 'beauty_salon1', 'longchair2', 5, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3409, 'beauty_salon1', 'longchair2', 6, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3410, 'beauty_salon1', 'longchair2', 7, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3411, 'beauty_salon1', 'longchair3', 8, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3412, 'beauty_salon1', 'longchair1', 11, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3413, 'beauty_salon1', 'longchair2', 12, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3414, 'beauty_salon1', 'longchair2', 13, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3415, 'beauty_salon1', 'longchair2', 14, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3416, 'beauty_salon1', 'longchair3', 15, 8, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3417, 'beauty_salon1', 'longchair1', 4, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3418, 'beauty_salon1', 'longchair2', 5, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3419, 'beauty_salon1', 'longchair2', 6, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3420, 'beauty_salon1', 'longchair2', 7, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3421, 'beauty_salon1', 'longchair3', 8, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3422, 'beauty_salon1', 'longchair1', 11, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3423, 'beauty_salon1', 'longchair2', 12, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3424, 'beauty_salon1', 'longchair2', 13, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3425, 'beauty_salon1', 'longchair2', 14, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3426, 'beauty_salon1', 'longchair3', 15, 10, 0, 4, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3427, 'beauty_salon1', 'longchair1', 17, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3428, 'beauty_salon1', 'longchair1', 19, 13, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3429, 'beauty_salon1', 'longchair2', 17, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3430, 'beauty_salon1', 'longchair2', 19, 14, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3431, 'beauty_salon1', 'longchair2', 17, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3432, 'beauty_salon1', 'longchair2', 19, 15, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3433, 'beauty_salon1', 'longchair2', 17, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3434, 'beauty_salon1', 'longchair2', 19, 16, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3435, 'beauty_salon1', 'longchair3', 17, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3436, 'beauty_salon1', 'longchair3', 19, 17, 0, 6, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3437, 'beauty_salon1', 'longchair1', 4, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3438, 'beauty_salon1', 'longchair2', 5, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3439, 'beauty_salon1', 'longchair2', 6, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3440, 'beauty_salon1', 'longchair2', 7, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3441, 'beauty_salon1', 'longchair3', 8, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3442, 'beauty_salon1', 'longchair1', 11, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3443, 'beauty_salon1', 'longchair2', 12, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3444, 'beauty_salon1', 'longchair2', 13, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3445, 'beauty_salon1', 'longchair2', 14, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3446, 'beauty_salon1', 'longchair3', 15, 19, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3447, 'beauty_salon1', 'longchair1', 4, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3448, 'beauty_salon1', 'longchair2', 5, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3449, 'beauty_salon1', 'longchair2', 6, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3450, 'beauty_salon1', 'longchair2', 7, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3451, 'beauty_salon1', 'longchair3', 8, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3452, 'beauty_salon1', 'longchair1', 11, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3453, 'beauty_salon1', 'longchair2', 12, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3454, 'beauty_salon1', 'longchair2', 13, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3455, 'beauty_salon1', 'longchair2', 14, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3456, 'beauty_salon1', 'longchair3', 15, 21, 0, 0, 1, 1, 1, 'can_sit_on_top', '', NULL, NULL),
(3457, 'ice_cafe', 'cafe_deskb', 1, 15, 1, 0, 0.001, 1, 1, 'solid', '', NULL, NULL),
(3458, 'md_a', 'wsTileStart', 21, 15, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,11', NULL, NULL),
(3459, 'md_a', 'wsTileStart', 21, 11, 8, 0, 0.002, 1, 1, 'invisible,can_stand_on_top', '21,15', NULL, NULL),
(3460, 'cafe_gold0', 'ignore', 15, 3, 1, 0, 1, 1, 1, 'solid,invisible', NULL, NULL, NULL),
(3461, 'cafe_gold0', 'ignore', 16, 3, 1, 0, 1, 1, 1, 'solid,invisible', NULL, NULL, NULL);
/*!40000 ALTER TABLE `public_items` ENABLE KEYS */;
-- Dumping structure for table havana.public_roomwalkways
CREATE TABLE IF NOT EXISTS `public_roomwalkways` (
`room_id` int(11) DEFAULT NULL,
`to_id` int(1) DEFAULT NULL,
`coords_map` varchar(255) DEFAULT NULL,
`door_position` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.public_roomwalkways: ~54 rows (approximately)
DELETE FROM `public_roomwalkways`;
/*!40000 ALTER TABLE `public_roomwalkways` DISABLE KEYS */;
INSERT INTO `public_roomwalkways` (`room_id`, `to_id`, `coords_map`, `door_position`) VALUES
(45, 69, '20,23 20,24 20,25 21,23 21,24 21,25', '3,23,0,2'),
(69, 45, '0,22 1,23', '19,24,0,6'),
(34, 35, '28,4', NULL),
(35, 34, '11,2', '28,5,0,4'),
(32, 33, '23,0 22,0 20,0 19,0 18,0 17,0 16,0 15,0 14,0 11,0 10,0 9,0', NULL),
(33, 32, '16,24 15,24 17,24 18,24 18,25 17,25 16,25 15,25 18,26 17,26 16,26', '16,2,2,4'),
(13, 14, '9,4 10,4 9,3', NULL),
(14, 13, '3,11 4,11 5,11', '10,5,4,4'),
(19, 20, '16,18', NULL),
(20, 19, '0,7', '15,18,0,6'),
(21, 22, '14,0 15,0', NULL),
(22, 21, '5,25 ', '15,1,4,4'),
(23, 24, '9,32 10,32 11,32 9,33 10,33', NULL),
(24, 23, '1,10 1,11 1,12', '10,30,5,0'),
(36, 37, '19,3 20,4 21,5 22,6 23,7 24,8 25,9 26,10 27,11 28,12', NULL),
(36, 37, '30,14 31,15 32,16 33,17 34,18 35,19 36,20 37,21 38,22 39,23', '18,30,1,1'),
(37, 36, '13,26 14,27 15,28 16,29 17,30 18,31 19,32 20,33 21,34', '34,19,1,5'),
(47, 48, '0,6 0,7 0,8 0,9', '29,3,1,6'),
(47, 50, '6,23 7,23 8,23 9,23', '7,2,1,4'),
(47, 52, '27,6 27,7 27,8 27,9', '2,3,0,2'),
(48, 47, '31,5 31,4 31,3 31,2', '2,7,1,2'),
(48, 49, '14,19 15,19 16,19 17,19', '15,2,0,4'),
(49, 50, '31,9 31,8 31,7 31,6', '2,8,1,2'),
(49, 48, '17,0 16,0 15,0 14,0', '16,17,1,0'),
(50, 47, '9,0 8,0 7,0 6,0', '8,21,1,0'),
(50, 49, '0,9 0,8 0,7 0,6', '29,7,0,6'),
(50, 51, '31,6 31,7 31,8 31,9', '2,15,0,2'),
(51, 50, '0,17 0,16 0,15 0,14', '29,7,0,6'),
(51, 52, '22,0 23,0 24,0 25,0', '24,17,1,0'),
(52, 47, '0,2 0,3 0,4 0,5', '25,7,0,6'),
(52, 51, '22,19 23,19 24,19 25,19', '24,2,1,4'),
(53, 54, '14,0 15,0 16,0 17,0', '19,21,0,0'),
(53, 57, '14,31 15,31 16,31 17,31', '3,6,1,4'),
(53, 55, '0,14 0,15 0,16 0,17', '17,23,0,6'),
(53, 58, '31,17 31,16 31,15 31,14', '2,3,1,2'),
(54, 55, '0,14 0,15 0,16 0,17', '13,8,1,6'),
(54, 53, '18,23 19,23 20,23 21,23', '16,2,0,4'),
(55, 54, '15,6 15,7 15,8 15,9', '2,15,1,2'),
(55, 56, '0,25 0,24 0,23 0,22', '21,12,0,6'),
(55, 53, '19,22 19,23 19,24 19,25', '2,15,0,2'),
(56, 55, '23,13 23,12 23,11 23,10', '2,23,0,2'),
(57, 53, '2,4 3,4 4,4 5,4', '15,29,0,0'),
(57, 58, '17,0 17,1 17,2 17,3', '10,19,0,2'),
(58, 57, '8,18 8,19 8,20 8,21', '15,1,0,6'),
(58, 53, '0,5 0,4 0,3 0,2', '29,15,0,6'),
(61, 62, '2,0 3,0', '1,1,1,4'),
(61, 63, '8,0 9,0', '2,1,1,4'),
(61, 64, '14,0 15,0', '1,1,1,4'),
(61, 65, '0,2 0,3', '1,1,1,4'),
(62, 61, '0,0 1,0', '3,1,1,4'),
(63, 61, '2,0 1,0', '9,1,1,4'),
(64, 61, '0,0 1,0', '15,1,1,4'),
(65, 61, '0,0 1,0', '1,3,1,2'),
(37, 36, '0,13 1,14 2,15 3,16 4,17 5,18 6,19 7,20 8,21 9,22 10,23 11,24 12,25', '23,7,7,5');
/*!40000 ALTER TABLE `public_roomwalkways` ENABLE KEYS */;
-- Dumping structure for table havana.rank_badges
CREATE TABLE IF NOT EXISTS `rank_badges` (
`rank` tinyint(1) unsigned NOT NULL DEFAULT 1,
`badge` char(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rank_badges: ~0 rows (approximately)
DELETE FROM `rank_badges`;
/*!40000 ALTER TABLE `rank_badges` DISABLE KEYS */;
/*!40000 ALTER TABLE `rank_badges` ENABLE KEYS */;
-- Dumping structure for table havana.rank_fuserights
CREATE TABLE IF NOT EXISTS `rank_fuserights` (
`min_rank` int(11) NOT NULL,
`fuseright` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rank_fuserights: ~240 rows (approximately)
DELETE FROM `rank_fuserights`;
/*!40000 ALTER TABLE `rank_fuserights` DISABLE KEYS */;
INSERT INTO `rank_fuserights` (`min_rank`, `fuseright`) VALUES
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits'),
(1, 'default'),
(1, 'fuse_login'),
(1, 'fuse_buy_credits'),
(1, 'fuse_trade'),
(1, 'fuse_room_queue_default'),
(2, 'fuse_enter_full_rooms'),
(3, 'fuse_enter_locked_rooms'),
(3, 'fuse_kick'),
(3, 'fuse_mute'),
(4, 'fuse_ban'),
(4, 'fuse_room_mute'),
(4, 'fuse_room_kick'),
(4, 'fuse_receive_calls_for_help'),
(4, 'fuse_remove_stickies'),
(5, 'fuse_mod'),
(5, 'fuse_superban'),
(5, 'fuse_pick_up_any_furni'),
(5, 'fuse_ignore_room_owner'),
(5, 'fuse_any_room_controller'),
(2, 'fuse_room_alert'),
(5, 'fuse_moderator_access'),
(6, 'fuse_administrator_access'),
(6, 'fuse_see_flat_ids'),
(5, 'fuse_credits');
/*!40000 ALTER TABLE `rank_fuserights` ENABLE KEYS */;
-- Dumping structure for table havana.recycler_rewards
CREATE TABLE IF NOT EXISTS `recycler_rewards` (
`sprite` varchar(255) NOT NULL,
`order_id` int(11) NOT NULL DEFAULT 0,
`chance` int(11) NOT NULL DEFAULT 5,
PRIMARY KEY (`sprite`),
UNIQUE KEY `sprite` (`sprite`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.recycler_rewards: ~28 rows (approximately)
DELETE FROM `recycler_rewards`;
/*!40000 ALTER TABLE `recycler_rewards` DISABLE KEYS */;
INSERT INTO `recycler_rewards` (`sprite`, `order_id`, `chance`) VALUES
('eco_cactus1', 1, 0),
('eco_cactus2', 2, 0),
('eco_cactus3', 3, 0),
('eco_chair1', 12, 5),
('eco_chair2', 13, 5),
('eco_chair3', 14, 5),
('eco_curtains1', 15, 5),
('eco_curtains2', 16, 5),
('eco_curtains3', 17, 5),
('eco_fruits1', 9, 40),
('eco_fruits2', 10, 40),
('eco_fruits3', 11, 40),
('eco_lamp1', 4, 0),
('eco_lamp2', 5, 0),
('eco_lamp3', 6, 0),
('eco_light1', 18, 5),
('eco_light2', 19, 5),
('eco_light3', 20, 5),
('eco_mush1', 27, 2000),
('eco_mush2', 28, 200),
('eco_sofa1', 21, 5),
('eco_sofa2', 22, 5),
('eco_sofa3', 23, 5),
('eco_table1', 24, 5),
('eco_table2', 25, 5),
('eco_table3', 26, 5),
('eco_tree1', 8, 200),
('eco_tree2', 7, 2000);
/*!40000 ALTER TABLE `recycler_rewards` ENABLE KEYS */;
-- Dumping structure for table havana.rooms
CREATE TABLE IF NOT EXISTS `rooms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`owner_id` varchar(11) NOT NULL,
`category` int(11) DEFAULT 2,
`name` text NOT NULL DEFAULT '',
`description` text NOT NULL DEFAULT '',
`model` varchar(50) NOT NULL,
`ccts` varchar(255) DEFAULT '',
`wallpaper` int(4) DEFAULT 0,
`floor` int(4) DEFAULT 0,
`landscape` varchar(10) NOT NULL DEFAULT '0',
`showname` tinyint(1) DEFAULT 1,
`superusers` tinyint(1) DEFAULT 0,
`accesstype` tinyint(3) DEFAULT 0,
`password` varchar(255) DEFAULT '',
`visitors_now` int(11) DEFAULT 0,
`visitors_max` int(11) DEFAULT 25,
`rating` int(11) NOT NULL DEFAULT 0,
`icon_data` varchar(255) NOT NULL DEFAULT '0|0|',
`group_id` int(11) NOT NULL DEFAULT 0,
`is_hidden` tinyint(4) NOT NULL DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
KEY `owner_id` (`owner_id`),
KEY `visitors_now` (`visitors_now`),
KEY `rating` (`rating`),
KEY `model` (`model`),
KEY `accesstype` (`accesstype`)
) ENGINE=InnoDB AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms: ~69 rows (approximately)
DELETE FROM `rooms`;
/*!40000 ALTER TABLE `rooms` DISABLE KEYS */;
INSERT INTO `rooms` (`id`, `owner_id`, `category`, `name`, `description`, `model`, `ccts`, `wallpaper`, `floor`, `landscape`, `showname`, `superusers`, `accesstype`, `password`, `visitors_now`, `visitors_max`, `rating`, `icon_data`, `group_id`, `is_hidden`, `created_at`, `updated_at`) VALUES
(1, '0', 3, 'Welcome Lounge', 'welcome_lounge', 'newbie_lobby', 'hh_room_nlobby', 0, 0, '0.0', 0, 0, 0, '', 0, 40, 0, '0|0|', 1000, 0, '2018-08-11 07:54:01', '2021-11-02 11:13:09'),
(2, '0', 5, 'Theatredome', 'theatredrome', 'theater', 'hh_room_theater', 0, 0, '0.0', 0, 0, 0, '', 0, 100, 0, '0|0|', 2398, 0, '2018-08-11 07:54:01', '2022-09-03 12:32:33'),
(3, '0', 5, 'Library', 'library', 'library', 'hh_room_library', 0, 0, '0.0', 0, 0, 0, '', 0, 30, 0, '0|0|', 6645, 0, '2018-08-11 07:54:01', '2021-11-02 11:13:32'),
(4, '0', 5, 'TV Studio', 'tv_studio', 'tv_studio', 'hh_room_tv_studio_general', 0, 0, '0.0', 0, 0, 0, '', 0, 20, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-02 10:55:29'),
(5, '0', 5, 'Cinema', 'habbo_cinema', 'cinema_a', 'hh_room_cinema', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2022-09-03 12:32:42'),
(6, '0', 5, 'Power Gym', 'sport', 'sport', 'hh_room_sport', 0, 0, '0.0', 0, 0, 0, '', 0, 35, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-30 14:25:44'),
(7, '0', 5, 'Olympic Stadium', 'ballroom', 'ballroom', 'hh_room_ballroom', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 4572, 0, '2018-08-11 07:54:01', '2021-11-02 15:38:24'),
(8, '0', 6, 'Habbo Kitchen', 'hotel_kitchen', 'cr_kitchen', 'hh_room_kitchen', 0, 0, '0.0', 0, 0, 0, '', 0, 20, 0, '0|0|', 1428, 0, '2018-08-11 07:54:01', '2021-10-29 21:26:57'),
(9, '0', 6, 'The Dirty Duck Pub', 'the_dirty_duck_pub', 'pub_a', 'hh_room_pub', 0, 0, '0.0', 0, 0, 0, '', 0, 40, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 20:49:03'),
(10, '0', 6, 'Cafe Ole', 'cafe_ole', 'cafe_ole', 'hh_room_cafe', 0, 0, '0.0', 0, 0, 0, '', 0, 35, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 23:14:43'),
(11, '0', 6, 'Eric\'s Eaterie', 'eric\'s_eaterie', 'cr_cafe', 'hh_room_erics', 0, 0, '0.0', 0, 0, 0, '', 0, 35, 0, '0|0|', 2797, 0, '2018-08-11 07:54:01', '2021-10-31 10:05:26'),
(12, '0', 6, 'Space Cafe', 'space_cafe', 'space_cafe', 'hh_room_space_cafe', 0, 0, '0.0', 0, 0, 0, '', 0, 35, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 23:13:35'),
(13, '0', 7, 'Rooftop Terrace', 'rooftop', 'rooftop', 'hh_room_rooftop', 0, 0, '0.0', 0, 0, 0, '', 0, 30, 0, '0|0|', 1785, 0, '2018-08-11 07:54:01', '2021-11-02 10:56:06'),
(14, '0', 7, 'Rooftop Cafe', 'rooftop', 'rooftop_2', 'hh_room_rooftop', 0, 0, '0.0', 0, 0, 0, '', 0, 20, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-02 11:04:25'),
(15, '0', 6, 'Palazzo Pizza', 'pizza', 'pizza', 'hh_room_pizza', 0, 0, '0.0', 0, 0, 0, '', 0, 40, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 23:13:51'),
(16, '0', 6, 'Habburgers', 'habburger\'s', 'habburger', 'hh_room_habburger', 0, 0, '0.0', 0, 0, 0, '', 0, 40, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2022-09-03 12:34:00'),
(17, '0', 8, 'Grandfathers Lounge', 'dusty_lounge', 'dusty_lounge', 'hh_room_dustylounge', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 21:49:53'),
(18, '0', 7, 'Oriental Tearoom', 'tearoom', 'tearoom', 'hh_room_tearoom', 0, 0, '0.0', 0, 0, 0, '', 0, 40, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 21:57:40'),
(19, '0', 7, 'Oldskool Lounge', 'old_skool', 'old_skool0', 'hh_room_old_skool', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 7440, 0, '2018-08-11 07:54:01', '2021-11-02 15:38:41'),
(20, '0', 7, 'Oldskool Dancefloor', 'old_skool', 'old_skool1', 'hh_room_old_skool', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 8172, 1, '2018-08-11 07:54:01', '2021-10-31 10:01:04'),
(21, '0', 7, 'The Chromide Club', 'the_chromide_club', 'malja_bar_a', 'hh_room_disco', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 1171, 0, '2018-08-11 07:54:01', '2021-10-31 09:58:45'),
(22, '0', 7, 'The Chromide Club II', 'the_chromide_club', 'malja_bar_b', 'hh_room_disco', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-31 09:59:21'),
(23, '0', 7, 'Club Massiva', 'club_massiva', 'bar_a', 'hh_room_bar', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 1026, 0, '2018-08-11 07:54:01', '2021-11-01 21:57:26'),
(24, '0', 7, 'Club Massiva II', 'club_massiva2', 'bar_b', 'hh_room_bar', 0, 0, '0.0', 0, 0, 0, '', 0, 70, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-31 10:02:00'),
(25, '0', 6, 'Sunset Cafe', 'sunset_cafe', 'sunset_cafe', 'hh_room_sunsetcafe', 0, 0, '0.0', 0, 0, 0, '', 0, 35, 0, '0|0|', 1295, 0, '2018-08-11 07:54:01', '2021-10-31 10:05:50'),
(26, '0', 7, 'Safety Spa', 'cafe_gold', 'cafe_gold0', 'hh_room_gold', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 23:15:05'),
(27, '0', 9, 'Zen Garden', 'chill', 'chill', 'hh_room_chill', 0, 0, '0.0', 0, 0, 0, '', 0, 30, 0, '0|0|', 3075, 0, '2018-08-11 07:54:01', '2021-11-02 06:00:36'),
(28, '0', 8, 'Club Mammoth', 'club_mammoth', 'club_mammoth', 'hh_room_clubmammoth', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 21:49:49'),
(29, '0', 9, 'Floating Garden', 'floatinggarden', 'floatinggarden', 'hh_room_floatinggarden', 0, 0, '0.0', 0, 0, 0, '', 0, 80, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2022-09-02 21:24:24'),
(30, '0', 9, 'Picnic Fields', 'picnic', 'picnic', 'hh_room_picnic', 0, 0, '0.0', 0, 0, 0, '', 0, 55, 0, '0|0|', 1318, 0, '2018-08-11 07:54:01', '2021-11-01 22:04:09'),
(31, '0', 9, 'Sun Terrace', 'sun_terrace', 'sun_terrace', 'hh_room_sun_terrace', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 22:03:18'),
(32, '0', 9, 'Peaceful Park', 'gate_park', 'gate_park', 'hh_room_gate_park', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 22:06:27'),
(33, '0', 9, 'Peaceful Park - B', 'gate_park', 'gate_park_2', 'hh_room_gate_park', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-01 22:06:43'),
(34, '0', 3, 'The Park', 'park', 'park_a', 'hh_room_park,hh_room_park_general', 0, 0, '0.0', 0, 0, 0, '', 0, 45, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-02 10:27:57'),
(35, '0', 3, 'The Infobus', 'park', 'park_b', 'hh_room_park,hh_people_pool', 0, 0, '0.0', 0, 0, 0, '', 0, 20, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-01 21:45:14'),
(36, '0', 3, 'Habbo Lido', 'habbo_lido', 'pool_a', 'hh_room_pool,hh_people_pool', 0, 0, '0.0', 0, 0, 0, '', 0, 60, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2022-09-03 13:03:16'),
(37, '0', 3, 'Lido B', 'habbo_lido_ii', 'pool_b', 'hh_room_pool,hh_people_pool', 0, 0, '0.0', 0, 0, 0, '', 0, 60, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2022-09-03 12:32:25'),
(38, '0', 3, 'Rooftop Rumble', 'rooftop_rumble', 'md_a', 'hh_room_terrace,hh_paalu,hh_people_pool,hh_people_paalu', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2022-09-02 20:49:21'),
(39, '0', 11, 'Main Lobby', 'main_lobby', 'lobby_a', 'hh_room_lobby', 0, 0, '0.0', 0, 0, 0, '', 0, 100, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-02 15:39:43'),
(40, '0', 11, 'Basement Lobby', 'basement_lobby', 'floorlobby_a', 'hh_room_floorlobbies', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 1507, 0, '2018-08-11 07:54:01', '2021-10-29 23:24:03'),
(41, '0', 11, 'Median Lobby', 'median_lobby', 'floorlobby_b', 'hh_room_floorlobbies', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 23:24:31'),
(42, '0', 11, 'Skylight Lobby', 'skylight_lobby', 'floorlobby_c', 'hh_room_floorlobbies', 0, 0, '0.0', 0, 0, 0, '', 0, 50, 0, '0|0|', 1657, 0, '2018-08-11 07:54:01', '2021-11-01 21:45:35'),
(43, '0', 6, 'Ice Cafe', 'ice_cafe', 'ice_cafe', 'hh_room_icecafe', 0, 0, '0.0', 0, 0, 0, '', 0, 25, 0, '0|0|', 13675, 0, '2018-08-11 07:54:01', '2021-11-03 08:29:44'),
(44, '0', 6, 'Net Cafe', 'netcafe', 'netcafe', 'hh_room_netcafe', 0, 0, '0.0', 0, 0, 0, '', 0, 25, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-31 10:05:14'),
(45, '0', 5, 'Beauty Salon', 'beauty_salon_loreal', 'beauty_salon0', 'hh_room_beauty_salon_general', 0, 0, '0.0', 0, 0, 0, '', 0, 25, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-30 14:25:26'),
(46, '0', 5, 'The Den', 'the_den', 'cr_staff', 'hh_room_den', 0, 0, '0.0', 0, 0, 0, '', 0, 100, 0, '0|0|', 1521, 0, '2018-08-11 07:54:01', '2021-10-30 14:25:21'),
(47, '0', 12, 'Lower Hallways', 'hallway', 'hallway2', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 4084, 0, '2018-08-11 07:54:01', '2021-11-01 21:47:48'),
(48, '0', 12, 'Lower Hallways I', 'hallway', 'hallway0', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 5625, 1, '2018-08-11 07:54:01', '2021-10-29 23:27:47'),
(49, '0', 12, 'Lower Hallways II', 'hallway', 'hallway1', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-29 23:27:58'),
(50, '0', 12, 'Lower Hallways III', 'hallway', 'hallway3', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-01 21:48:38'),
(51, '0', 12, 'Lower Hallways IV', 'hallway', 'hallway5', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 1713, 1, '2018-08-11 07:54:01', '2021-11-01 21:48:25'),
(52, '0', 12, 'Lower Hallways V', 'hallway', 'hallway4', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-01 21:48:07'),
(53, '0', 12, 'Upper Hallways', 'hallway_ii', 'hallway9', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-02 00:28:43'),
(54, '0', 12, 'Upper Hallways I', 'hallway_ii', 'hallway8', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-02 00:29:24'),
(55, '0', 12, 'Upper Hallways II', 'hallway_ii', 'hallway7', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-27 14:57:07'),
(56, '0', 12, 'Upper Hallways III', 'hallway_ii', 'hallway6', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-27 14:56:54'),
(57, '0', 12, 'Upper Hallways IV', 'hallway_ii', 'hallway10', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-29 23:28:41'),
(58, '0', 12, 'Upper Hallways V', 'hallway_ii', 'hallway11', 'hh_room_hallway', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-29 23:28:57'),
(59, '0', 7, 'Star Lounge', 'star_lounge', 'star_lounge', 'hh_room_starlounge', 0, 0, '0.0', 1, 0, 0, '', 0, 35, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-10-29 00:29:01'),
(60, '0', 8, 'Club Orient', 'orient', 'orient', 'hh_room_orient', 0, 0, '0.0', 1, 0, 0, '', 0, 35, 0, '0|0|', 2000, 0, '2018-08-11 07:54:01', '2021-11-01 21:50:12'),
(61, '0', 13, 'Cunning Fox Gamehall', 'cunning_fox_gamehall', 'entryhall', 'hh_room_gamehall,hh_games', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 13:26:27'),
(62, '0', 13, 'TicTacToe hall', 'cunning_fox_gamehall/1', 'hallA', 'hh_room_gamehall,hh_games', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-01 13:26:08'),
(63, '0', 13, 'Battleships hall', 'cunning_fox_gamehall/2', 'hallB', 'hh_room_gamehall,hh_games', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-10-30 07:59:47'),
(64, '0', 13, 'Chess hall', 'cunning_fox_gamehall/3', 'hallC', 'hh_room_gamehall,hh_games', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-11-01 13:38:28'),
(65, '0', 13, 'Poker hall', 'cunning_fox_gamehall/4', 'hallD', 'hh_room_gamehall,hh_games', 0, 0, '0.0', 1, 0, 0, '', 0, 25, 0, '0|0|', 6493, 1, '2018-08-11 07:54:01', '2021-10-29 23:30:00'),
(66, '0', 13, 'Battleball Lobby', 'bb_lobby_beginner_0', 'bb_lobby_1', 'hh_game_bb,hh_game_bb_room,hh_game_bb_ui,hh_gamesys', 0, 0, '0.0', 1, 0, 0, '', 0, 200, 0, '0|0|', 4080, 0, '2018-08-11 07:54:01', '2022-09-03 00:50:55'),
(67, '0', 13, 'Snowstorm Lobby', 'sw_lobby_beginner_0', 'snowwar_lobby_1', 'hh_gamesys,hh_game_snowwar,hh_game_snowwar_room,hh_game_snowwar_ui', 0, 0, '0.0', 1, 0, 0, '', 0, 200, 0, '0|0|', 1646, 0, '2018-08-11 07:54:01', '2022-09-03 00:51:17'),
(68, '0', 5, 'Imperial Palace', 'emperors', 'emperors', 'hh_room_emperors', 0, 0, '0.0', 0, 0, 0, '', 0, 30, 0, '0|0|', 0, 0, '2018-08-11 07:54:01', '2021-11-01 21:50:47'),
(69, '0', 5, 'Beauty Salon II', 'beauty_salon_loreal', 'beauty_salon1', 'hh_room_beauty_salon_general', 0, 0, '0.0', 0, 0, 0, '', 0, 25, 0, '0|0|', 0, 1, '2018-08-11 07:54:01', '2021-09-28 22:39:40');
/*!40000 ALTER TABLE `rooms` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_ads
CREATE TABLE IF NOT EXISTS `rooms_ads` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`is_loading_ad` tinyint(1) NOT NULL DEFAULT 0,
`room_id` int(11) NOT NULL,
`url` varchar(255) DEFAULT NULL,
`image` mediumtext NOT NULL,
`enabled` tinyint(1) NOT NULL DEFAULT 1,
KEY `room_ad id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=82 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_ads: ~28 rows (approximately)
DELETE FROM `rooms_ads`;
/*!40000 ALTER TABLE `rooms_ads` DISABLE KEYS */;
INSERT INTO `rooms_ads` (`id`, `is_loading_ad`, `room_id`, `url`, `image`, `enabled`) VALUES
(1, 0, 1, 'http://classichabbo.com/credits/collectables', 'http://alex-dev.org/ads/billboards/billboard_collectibles_01.gif', 1),
(2, 0, 9, NULL, 'http://alex-dev.org/ads/billboards/billboard_diner_01.gif', 1),
(3, 0, 12, NULL, 'http://alex-dev.org/ads/billboards/billboard_idol_02.gif', 1),
(4, 0, 13, NULL, 'http://alex-dev.org/ads/billboards/ad_rooftoptgt_outside_L.gif', 1),
(5, 0, 14, NULL, 'http://alex-dev.org/ads/billboards/ad_rooftoptgt_inside_R.gif', 1),
(6, 0, 36, NULL, 'http://alex-dev.org/ads/billboards/ad_lido_L.gif', 1),
(60, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/hc.gif', 1),
(61, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/ai_1.gif', 1),
(62, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/country.gif', 1),
(63, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/diner.gif', 1),
(64, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/interstitial_hc.gif', 1),
(65, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/interstitial_hcpromo09_hcparty3.gif', 1),
(66, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/interstitial_hween09.gif', 1),
(67, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/interstitial_kitchen.gif', 1),
(68, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/interstitial_pay2playscam.gif', 1),
(69, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/roomloadtrophies.gif', 1),
(70, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/roomloadpixels.gif', 1),
(71, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/roomloadbobba.gif', 1),
(72, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/mall.gif', 1),
(73, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/love_earth.gif', 1),
(74, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/loadingscreen.gif', 1),
(75, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/jungle.gif', 1),
(76, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/it_bolly.gif', 1),
(77, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/safety_148.gif', 1),
(78, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/trophies.gif', 1),
(79, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/us_ying_yang_bb.gif', 1),
(80, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/windows.gif', 1),
(81, 1, -1, NULL, 'http://cdn.classichabbo.com/c_images/room_ads/xmas.gif', 0);
/*!40000 ALTER TABLE `rooms_ads` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_bans
CREATE TABLE IF NOT EXISTS `rooms_bans` (
`room_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`expire_at` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_bans: ~0 rows (approximately)
DELETE FROM `rooms_bans`;
/*!40000 ALTER TABLE `rooms_bans` DISABLE KEYS */;
/*!40000 ALTER TABLE `rooms_bans` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_bots
CREATE TABLE IF NOT EXISTS `rooms_bots` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(25) NOT NULL,
`mission` varchar(255) NOT NULL,
`x` int(11) NOT NULL,
`y` int(11) NOT NULL,
`start_look` varchar(25) NOT NULL,
`figure` varchar(255) NOT NULL,
`walkspace` text NOT NULL,
`room_id` int(11) NOT NULL DEFAULT 0,
`speech` mediumtext NOT NULL,
`response` mediumtext NOT NULL,
`unrecognised_response` mediumtext NOT NULL,
`hand_items` varchar(50) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_bots: ~33 rows (approximately)
DELETE FROM `rooms_bots`;
/*!40000 ALTER TABLE `rooms_bots` DISABLE KEYS */;
INSERT INTO `rooms_bots` (`id`, `name`, `mission`, `x`, `y`, `start_look`, `figure`, `walkspace`, `room_id`, `speech`, `response`, `unrecognised_response`, `hand_items`) VALUES
(5, 'Xenia', 'The belle of the Battle Ball', 1, 8, '2,2', 'sd=001&sh=002/54,178,190&lg=200/230,49,57&ch=506/230,49,57,141&lh=001/168,123,67&rh=001/168,123,67&hd=001/168,123,67&ey=001&fc=001/168,123,67&hr=506/194,26,134,190&hrb=506/2,3,4&rs=002/230,49,57&ls=002/230,49,57&bd=001/168,123,67', '0,5 0,6 0,7 1,5 1,6 1,7 1,8', 66, '', '', '', ''),
(6, 'Pamela', ':)', 7, 8, '4,4', 'sd=001&sh=002/148,98,32&lg=005/230,49,57&ch=201/255,255,255&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=507/103,78,59&rs=002/255,255,255&ls=002/255,255,255&bd=001/215,175,125', '22,4 23,4 24,4 25,4 26,4 22,5 23,5 24,5 25,5 26,5', 45, '', '', '', ''),
(7, 'Regina', 'I know, right?', 3, 6, '2,2', 'sd=001&sh=002/255,115,131&lg=005/255,115,131&ch=018/255,255,255&lh=001/255,204,153&rh=001/255,204,153&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=501/225,204,120&rs=003/255,255,255&ls=003/255,255,255&bd=001/255,204,153', '2,7 2,8 2,9 3,5 3,6 3,7 3,8 3,9 3,10', 10, 'I\'ve been busy practicing my dance routine for my latest song!|You like coffee? I like my job|You mocha me very happy.|Italians are so good at making coffee because they naturally like to espresso themselves.', 'Enjoy this|This will do the trick|One %lowercaseDrink% coming right up!', 'Repeat that please!|Say that again|What?|Hmm...', 'Coffee'),
(8, 'James', 'Nemo my name forever more', 4, 24, '0,0', 'sd=001&sh=001/17,17,17&lg=001/17,17,17&ch=800&lh=001/240,213,179&rh=001/240,213,179&hd=001/240,213,179&ey=001/254,202,150&fc=001/240,213,179&hr=201/17,17,17&rs=800&ls=800&bd=001/240,213,179', '4,24 4,25 4,26 4,27 5,24 5,25 5,26 5,27', 23, '', '', '', ''),
(9, 'Marion', 'I want to be Bonnie Blond!', 6, 25, '2,2', 'sd=001&sh=002/17,17,17&lg=005/255,115,131&ch=018/17,17,17&lh=001/230,200,162&rh=001/230,200,162&hd=001/230,200,162&ey=002&fc=001/230,200,162&hr=202/165,90,24&rs=003/17,17,17&ls=003/17,17,17&bd=001/230,200,162', '6,24 6,25 6,26 6,27', 23, '', '', '', ''),
(10, 'Brone', 'Happy to help', 0, 8, '4,4', 'sd=001/0&hr=008/115,99,70&hd=002/145,98,55&ey=005/0&fc=001/145,98,55&bd=001/145,98,55&lh=001/145,98,55&rh=001/145,98,55&ch=005/17,17,17&ls=002/17,17,17&rs=002/17,17,17&lg=004/17,17,17&sh=003/17,17,17', '0,7 1,7 2,7 3,7 4,7 5,7 6,7 7,7 8,7 9,7 0,8 1,8 2,8 3,8 4,8 5,8 6,8 7,8 8,8 9,8', 21, 'Enjoy the dance!|I\'ve never seen what the other side is like...|My boss doesn\'t allow me to see the disco :(|I serve some mean drinks!', 'You look like you need this|Hmm, take this', 'Not sure what you said|Did I hear something?|What?', ''),
(11, 'Marcus', 'Man of Talent', 0, 22, '2,2', 'sd=001/0&hr=010/224,186,120&hd=002/255,204,153&ey=005/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=005/59,122,192&ls=002/59,122,192&rs=002/59,122,192&lg=006/119,159,187&sh=001/223,175,209', '0,21 0,22 0,23 1,21 1,22 1,23', 5, 'If you hear a funny noise, it\'s just Sid the sloth - he loves to sing!|No ordinary drink for no ordinary Habbo|Stressed out? The Ice House cinema\'s the best place to chill out.|Come on - you don\'t need Dutch courage|We\'ve got the coolest DVD playing this week - check it out!|Wow! You have a real talent!|See a hairy elephant? It\'s just Manny the moody mastodon.', 'Here you go!|Sure, %lowercaseDrink% it is!', 'Hello', 'Cola'),
(12, 'Dave', 'Hello, hello', 10, 7, '2,2', 'sd=001/0&hr=995/255,255,255&hd=001/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=995/255,255,255&ls=002/255,255,255&rs=002/255,255,255&lg=999/255,255,255&sh=001/121,94,83', '9,2 9,3 9,4 10,2 10,3 10,4', 9, '', '', '', ''),
(13, 'Sadie', 'Happy St. Patrick\'s Day!', 10, 5, '2,2', 'sd=001&sh=001/36&lg=999/255,255,255&ch=006/163&lh=001/255,204,153&rh=001/255,204,153&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=006/250,230,150&rs=002/163&ls=002/163&bd=001/255,204,153', '9,5 9,6 9,7 9,8 10,5 10,6 10,7 10,8', 9, 'Adorate tutti Bubu, regina delle banane!', '', '', ''),
(14, 'Reginaldo', ':)', 23, 5, '4,4', 'sd=001&hd=001/236,214,186&fc=001/236,214,186&bd=001/236,214,186&rh=001/236,214,186&lh=001/236,214,186&hr=001/255,255,255&lg=001/40,40,40&sh=001/150,0,0&rs=002/255,255,255&ls=002/255,255,255&ch=202/255,255,255', '22,4 23,4 24,4 25,4 26,4 22,5 23,5 24,5 25,5 26,5', 17, 'It\'s pretty cool working here, I must say|Maybe some day I will become a club member...|Who knew that someone like me would end up working here?', 'Enjoy the %drink%!,Here you go!', 'Sorry? I didn\'t catch that|Hello there!|That\'s my name, don\'t wear it out', 'Water,Juice,Lemonade,Tea'),
(15, 'Billy', 'You can call me Bill', 5, 13, '2,2', 'sd=001/0&hr=010/224,186,120&hd=002/255,203,152&ey=001/0&fc=001/255,203,152&bd=001/255,203,152&lh=001/255,203,152&rh=001/255,203,152&ch=502/57,65,148&ls=001/57,65,148&rs=001/57,65,148&lg=006/102,102,102&sh=003/51,51,51', '4,10 5,10 5,11 5,12 5,13', 11, 'I serve drinks here|Did you know that coffee comes from plants?|Espresso your opinions politely.|Hmmm... the lovely smell of coffee beans...', 'Coming right up!|Be careful, don\'t hurt yourself!', 'Cool story, brew.|Yep, that\'s me', 'Latte,Coffee,Hot Chocolate'),
(16, 'Phillip', 'Why not try a nice burger?', 1, 13, '2,2', 'sd=001/0&hr=010/255,255,255&hd=002/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=001/217,113,69&ls=002/217,113,69&rs=002/217,113,69&lg=001/102,102,102&sh=003/47,45,38', '0,7 0,8 0,9 0,10 0,11 0,12 0,13 1,7 1,8 1,9 1,10 1,11 1,12 1,13', 16, 'The way to a man\'s heart is through his stomach.|One day i\'ll be famous', 'Grilling the meat as we speak!|That\'s the special!', '', 'Burger,Water,Drink,Cola,Cow,Reindeer'),
(17, 'Ariel', 'Happy to help', 0, 13, '2,2', 'sd=001&sh=001/36&lg=001/200,0,0&ch=006/163&lh=001/255,203,152&rh=001/255,203,152&hd=001/255,203,152&ey=001&fc=001/255,203,152&hr=003/250,50,2&rs=002/163&ls=002/163&bd=001/255,203,152', '0,9 0,10 0,11 0,12 0,13 0,14', 43, 'Sure is chilly at the Ice Cafe...|Here to serve, every, single, day...|Did you know that I never get a break?', '%drink% it is me\'dear\'!:)|Et voila!', 'Sorry - did you want something?', 'Juice,Coffee,Coke,Cola,Tea,Chocolate'),
(18, 'Piers', 'The master of the kitchen!', 11, 12, '4,4', 'sd=001/0&hr=799/255,255,255&hd=002/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=003/255,255,255&ls=001/255,255,255&rs=001/255,255,255&lg=004/255,255,255&sh=004/255,255,255', '3,12 4,12 5,12 6,12 7,12 8,12 9,12 10,12 11,12 12,12 3,13 4,13 5,13 6,13 7,13 8,13 9,13 10,12 11,13 12,13', 8, 'Would you like to taste my wrath?|The silverback grilla is native to this area.|Heaters gonna heat.|Thats a recipe for disaster.', 'Yes?|What? I\'m busy you know|A FINE CHOICE#SHOUT|Soup man, hows it going?', '', ''),
(19, 'Marcel', 'In search of lost time', 11, 15, '2,2', 'sd=001&sh=003/154,154,154&lg=001/98,90,32&ch=202/255,210,179&lh=001/255,210,179&rh=001/255,210,179&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=203/98,98,98&rs=001/255,210,179&ls=001/255,210,179&bd=001/255,204,153', '7,14 8,14 9,14 10,14 11,14 7,15 8,15 9,15 10,15 11,15 7,16 8,16 9,16 10,16 11,16', 3, '', '', '', ''),
(20, 'Chloe', 'Service with a smile', 6, 30, '2,2', 'sd=001&sh=001/255,115,41&lg=999/255,255,255&ch=006/35,134,182&lh=001/255,203,1522&rh=001/255,203,152&hd=001/255,203,152&ey=001&fc=001/255,203,152&hr=003/250,50,2&rs=002/35,134,182&ls=002/35,134,182&bd=001/255,203,152', '6,29 6,30', 36, 'I need to get out of the ice cream booth and into the DJ booth!|Ow there goes my eardrum!#SHOUT|I wish I looked that good in a bikini|When will I, will I be a famous Habbo who gets on the VIP list?|I\'m a fiery redhead - come here boys!', 'There you go.', 'Hello sweetie|Hi, how can I help?|Well hello there', 'Argh,Lemon,Coke,Cola'),
(22, 'Berith', 'Serving you with a smile :)', 11, 0, '4,4', 'sd=001&sh=002/148,98,32&lg=005/230,49,57&ch=201/255,255,255&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=506/103,78,59&rs=002/255,255,255&ls=002/255,255,255&bd=001/215,175,125', '6,0 7,0 8,0 9,0 10,0 11,0 12,0 6,1 7,1 8,1 9,1 10,1 11,1 12,1', 28, 'It\'s pretty cool working here, I must say|Maybe some day I will become a club member...|Who knew that someone like me would end up working here?', '', 'Sorry? I didn\'t catch that|Hello there!|That\'s my name, don\'t wear it out', ''),
(23, 'DJ von Beathoven', 'Turn the music up!', 18, 9, '4,4', 'sd=001&sh=001/36&lg=001&ch=005/163&lh=001/171,122,89&rh=001/171,122,89&hd=001/171,122,89&ey=001&fc=001/171,122,89&hr=931/255,255,255&rs=002/163&ls=002/163&bd=001/8', '17,7 17,8 17,9 18,8 18,9', 28, '', '', '', ''),
(26, 'Amber', 'On the crest of a wave', 11, 2, '4,4', 'sd=001&sh=002/148,98,32&lg=200/120,66,21&ch=018/255,230,57&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=023/255,230,50&rs=003/255,230,57&ls=003/255,230,57&bd=001/215,175,125', '10,0 11,0 12,0 10,1 11,1 12,1 13,1 10,2 11,2 12,2 13,2', 26, 'Ask a guide for safety hints and tips. They have an guide badge.|P2S is giving your furni away!|I got this job by smiling sweetly at Redtiz for 40 minutes.|Be safe, not sorry! Learn to protect yourself|Quench it!|Glad to be of service!|Oh to be a star! Perhaps one day soon I\'ll be recognised?', 'This should quench your thirst!|\r\nThirst quenching, soul refreshing!', 'Hello, come for some safety tips? Ask a guide!', 'Water,Drink,Chocolate'),
(27, 'Maarit', ':)', 11, 2, '4,4', 'sd=001&sh=001/255,115,41&lg=003/0,0,0&ch=018/0,0,0&lh=001/255,203,1522&rh=001/255,203,152&hd=001/255,203,152&ey=001&fc=001/255,203,152&hr=507/225,204,120&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,255,255', '22,4 23,4 24,4 25,4 26,4 22,5 23,5 24,5 25,5 26,5', 19, '', '', '', ''),
(28, 'ScubaJoe', '', 26, 10, '4,4', 'sd=001&sh=001/255,255,255&lg=006/255,255,255&ch=003/255,255,255&lh=001/145,98,55&rh=001/145,98,55&hd=001/145,98,55&ey=001&fc=001/145,98,55&hr=008/145,98,55&rs=002/255,255,255&ls=002/255,255,255&bd=001/8', '26,10 27,10 28,10', 60, '', '', '', 'Tea,Cola,Drink;Water'),
(29, 'Skye', 'On the top of the world', 3, 0, '4,4', 'sd=001&sh=002/148,98,32&lg=003/84,98,139&ch=022/97,114,164&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=503/235,240,163&rs=002/97,114,164&ls=002/97,114,164&bd=001/215,175,125', '1,0 2,0 3,0 4,0', 14, 'Above the clouds, freedom must be limitless...|I\'m sooo tired! *yawn*', 'Sure.|Roger that.', 'Hi, how can I help?|I can\'t hear you, the air is too thin up here!#WHISPER', 'Cola,Coke,Coffee,Latte'),
(31, 'Jem', 'Don\'t look down', 1, 10, '2,2', 'sd=001&sh=002/255,115,131&lg=005/255,115,131&ch=015/255,189,189&lh=001/230,200,162&rh=001/230,200,162&hd=001/230,200,162&ey=002&fc=001/230,200,162&hr=501/165,90,24&hrb=501/2,3,4&rs=003/230,200,162&ls=003/230,200,162&bd=001/230,200,162', '0,8 0,9 0,10 0,11 0,12 0,13 1,8 1,9 1,10 1,11 1,12 1,13 1,14', 38, 'Quiet please, I\'m thinking#SHOUT|Purchase tickets at the machine by the pool.|It makes me dizzy to move too quickly!|Drink anyone?|Gerbils are good :)|Calm down|Habbo Staff making Habbos smile since 2001', 'There you go.', 'You calling? I\'m listening...|I\'m with ya...What\'s up?|Jem\'s the name, drinks are my game|That\'s my name, don\'t wear it out!', 'Water,Cola,Lemonade'),
(32, 'Gino', 'The master of pizza!', 1, 4, '4,4', 'sd=001&sh=001/255,0,0&lg=001/255,255,255&ch=995/255,255,255&lh=001/254,202,1508&rh=001/254,202,1508&hd=001/254,202,150&ey=001/254,202,150&fc=001/254,202,1508&hr=802/255,255,255&rs=002/255,255,255&ls=002/255,255,255&bd=001/254,202,150', '0,2 0,3 0,4 1,2 1,3 1,4', 15, 'Grab a pizza and enjoy the magnificent view!', '', '', ''),
(33, 'Carlo', 'The master of pizza', 1, 3, '4,4', 'sd=001/0&hr=799/255,255,255&hd=002/255,204,153&ey=001/0&fc=001/255,204,153&bd=001/255,204,153&lh=001/255,204,153&rh=001/255,204,153&ch=003/255,255,255&ls=001/255,255,255&rs=001/255,255,255&lg=004/255,255,255&sh=004/255,255,255', '1,1 2,1 3,1 4,1 5,1', 15, 'Food of the gods.|Gino, do not forget to wash the dishes!', 'Would you like a drink with that?|Not a problem', 'I don\'t understand you.#WHISPER', 'Pizza,Water,Drink'),
(38, 'Ingemar', 'Snowballs, schnowballs', 39, 18, '4,4', 'sd=001&sh=001/255,255,255&lg=006/255,255,255&ch=001/255,255,255&lh=001/145,98,55&rh=001/145,98,55&hd=001/215,175,125&ey=001&fc=001/145,98,55&ha=10/255,255,255&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,203,152', '37,17 37,18 38,18 39,18 40,18', 67, 'You people are my best customer ever, I like you.|Somewhere in America, there\'s a street named after my dad|Snowballmachines give you snowballs fast|Use the scenery to your advantage', '', 'Watcha! Welcome to the coolest club in the whole hotel', 'Coffee,Latte'),
(39, 'Lofar', 'Service without gravity :)', 2, 0, '4,4', 'sd=001&sh=001/194,227,232&lg=001/255,255,255&ch=001/255,255,255&lh=001/240,213,179&rh=001/240,213,179&hd=001/240,213,179&ey=001/254,202,150&fc=001/240,213,179&hr=888/255,255,255&rs=001/255,255,255&ls=001/255,255,255&bd=001/240,213,179', '1,0 2,0 3,0 4,0 1,1 2,1 3,1 4,1', 12, 'This cafe is out of this world...|A space fish is usually called starfish.|I would have gone to space, but the cost is astronomical!|Two astronauts who were dating, met up for a launch date.|Becoming a space pilot is not easy. It requires a good altitude.', 'Here you go!|Drink up!|Here\'s the %drink%|Spacylicious!', 'Sorry, I can\'t hear you in this space suit|What\'s that? Must be the lack of gravity', 'Drink,Water,Cola'),
(40, 'Eric ', ':)', 1, 15, '2,2', 'sd=001&sh=001/36&lg=201&ch=005/163,20,20&lh=001/171,122,89&rh=001/171,122,89&hd=001/171,122,89&ey=001&fc=001/171,122,89&hr=014/255,255,255&rs=002/163,20,20&ls=002/163,20,20&bd=001/8 look=2,2', '9,18 9,16 9,17 9,19 9,20 9,21 9,22 9,23 8,18 8,16 8,17 8,19 8,20 8,21 8,22 8,23', 6, '', '', '', ''),
(41, 'Laura', 'Keeps you cool', 15, 3, '4,4', 'sd=001&sh=002/148,98,32&lg=005/230,49,57&ch=911/255,255,255&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=017/103,78,59&rs=002/255,255,255&ls=002/255,255,255&bd=001/215,175,125', '14,3 15,3', 31, 'Has anyone seen my bikini? I need to cool down!#SHOUT', '', '', ''),
(42, 'Ray', 'Chill out and have a coconut!', 22, 26, '2,2', 'sd=001&hd=001/201,143,113&fc=001/201,143,113&bd=001/201,143,113&rh=001/201,143,113&lh=001/201,143,113&hr=504/223,218,190&lg=201/230,49,57&sh=002/246,172,49&rs=003/201,143,113&ls=003/201,143,113&ch=501/246,172,49look=2,2', '22,24 23,24 22,25 23,25 22,26 23,26 22,27 23,27 22,28 23,28 22,29 23,29 22,30 23,30', 25, 'Official Fansite are voted by YOU, the Habbo community!|Did you know the Official Fansites are changed every 3 months?|If they aren\'t listed once you click the billboard then they aren\'t Official!|Once refreshed, visit an Official Fansite!|Click the billboard now to visit our Official Fansites!|Official Fansites have great events, comps and radio shows!', 'Refreshing!|Here you are, with extra coconut milk, only for you ;)|Here you go, hope you like the umbrella.|You sure are thirsty, huh?|You can only have one at a time!|That\'s my name! As in the beams of golden sunshine and not the sunglasses.|Hi my name is what? my name is who? my name is...ray', '', 'Cola,Coke,Coconut Milk'),
(43, 'Tao', 'Tea is serenity', 10, 4, '4,4', 'sd=001&sh=001/36&lg=001&ch=002/163,20,20&lh=001/171,122,89&rh=001/171,122,89&hd=001/171,122,89&ey=001&fc=001/171,122,89&hr=791/255,255,255&rs=001/163,20,20&ls=001/163,20,20&bd=001/8', '8,2 9,2 10,2 11,2 8,3 9,3 10,3 11,3 8,4 9,4 10,4 11,4', 18, '', '', '', 'Tea,Drink'),
(44, 'Harry', 'Happy to help', 8, 21, '2,2', 'sd=001&sh=003/41,41,41&lg=006/51,51,51&ch=202/139,24,32&lh=001/255,210,179&rh=001/255,210,179&hd=001/255,204,153&ey=001&fc=001/255,204,153&hr=203/103,78,59&hrb=203/2,3,4&rs=001/255,255,255&ls=001/255,255,255&bd=001/255,204,153', '9,18 9,16 9,17 9,19 9,20 9,21 9,22 9,23 8,18 8,16 8,17 8,19 8,20 8,21 8,22 8,23', 1, 'Please keep it down people are trying to think!#SHOUT|Only use the Call for help in an emergency!|Want to know more about Habbo Hotel? Ask a Habbo Guide!|Is it me or is something BIG about to happen?|In Trouble? Call for Moderator assistance using the Blue Question Mark!|There\'s no such thing as a free lunch or free credits!', 'Why Hello there! *Shakes Habbo Hand* My name\'s Harry.|Hello, Hello, Hello!|Hello and welcome to Habbo Hotel! Enjoy your stay! :)', 'Why Hello there! *Shakes Habbo Hand* My name\'s Harry.|Hello, Hello, Hello!|Hello and welcome to Habbo Hotel! Enjoy your stay! :)', 'Water'),
(45, 'Miho', 'My katana thinks you\'re cute!', 14, 25, '2,2', 'sd=001&sh=001/36&lg=200/204,204,204&ch=204/204,204,204&lh=001/215,175,125&rh=001/215,175,125&hd=001/215,175,125&ey=001&fc=001/215,175,125&hr=504/50,91,106&rs=002/204,204,204&ls=002/204,204,204&bd=001/8', '14,24 14,25', 27, 'Zen Garden is the ultimate in relaxation|Listen to the breeze blowing through the leaves|Welcome to my garden a place of quiet reflection...|Listen to the breeze blowing through the leaves...', 'I hope you make peace with this|Relax with this|Relaxation can be achieved this this', 'That is my name.|Say again - it\'s a bit noisy in here#WHISPER|You bring confusion to my mind, and pain to my ears...#WHISPER|', 'Water');
/*!40000 ALTER TABLE `rooms_bots` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_categories
CREATE TABLE IF NOT EXISTS `rooms_categories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`order_id` int(11) NOT NULL,
`parent_id` int(11) NOT NULL,
`isnode` int(11) DEFAULT 0,
`name` varchar(255) NOT NULL,
`public_spaces` int(11) DEFAULT 0,
`allow_trading` int(11) DEFAULT 0,
`minrole_access` int(11) DEFAULT 1,
`minrole_setflatcat` int(11) DEFAULT 1,
`club_only` tinyint(4) NOT NULL DEFAULT 0,
`is_top_priority` int(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_categories: ~22 rows (approximately)
DELETE FROM `rooms_categories`;
/*!40000 ALTER TABLE `rooms_categories` DISABLE KEYS */;
INSERT INTO `rooms_categories` (`id`, `order_id`, `parent_id`, `isnode`, `name`, `public_spaces`, `allow_trading`, `minrole_access`, `minrole_setflatcat`, `club_only`, `is_top_priority`) VALUES
(2, 0, 0, 0, 'No category', 0, 0, 1, 1, 0, 0),
(3, 0, 0, 1, 'Public Rooms', 1, 0, 1, 6, 0, 0),
(4, 0, 0, 1, 'Guest Rooms', 0, 0, 1, 6, 0, 0),
(5, 0, 3, 0, 'Entertainment', 1, 0, 1, 6, 0, 0),
(6, 0, 3, 0, 'Restaurants and Cafes', 1, 0, 1, 6, 0, 0),
(7, 0, 3, 0, 'Lounges and Clubs', 1, 0, 1, 6, 0, 0),
(8, 0, 3, 0, 'Habbo Club', 1, 0, 1, 6, 0, 0),
(9, 0, 3, 0, 'Outside Spaces', 1, 0, 1, 6, 0, 0),
(10, 0, 3, 0, 'Swimming Pools', 1, 0, 1, 6, 0, 0),
(11, 0, 3, 0, 'The Lobbies', 1, 0, 1, 6, 0, 0),
(12, -1, 3, 0, 'The Hallways', 1, 0, 1, 6, 0, 0),
(13, 0, 3, 0, 'Games', 1, 0, 1, 6, 0, 0),
(101, 0, 4, 0, 'Staff HQ', 0, 1, 4, 5, 0, 0),
(112, 0, 4, 0, 'Restaurant, Bar & Night Club Rooms', 0, 0, 1, 1, 0, 0),
(113, 0, 4, 0, 'Trade floor', 0, 1, 1, 1, 0, 0),
(114, 0, 4, 0, 'Chill, Chat & Discussion Rooms', 0, 0, 1, 1, 0, 0),
(115, 0, 4, 0, 'Hair Salons & Modelling Rooms', 0, 0, 1, 1, 0, 0),
(116, 0, 4, 0, 'Maze & Theme Park Rooms', 0, 0, 1, 1, 0, 0),
(117, 0, 4, 0, 'Gaming & Race Rooms', 0, 1, 1, 1, 0, 0),
(118, 0, 4, 0, 'Help Centre Rooms', 0, 0, 1, 1, 0, 0),
(120, 0, 4, 0, 'Miscellaneous', 0, 0, 1, 1, 0, 0),
(121, 0, 4, 0, 'Flower Power Puzzle', 0, 1, 1, 5, 0, 1);
/*!40000 ALTER TABLE `rooms_categories` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_entry_badges
CREATE TABLE IF NOT EXISTS `rooms_entry_badges` (
`room_id` int(11) NOT NULL,
`badge` varchar(15) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_entry_badges: ~0 rows (approximately)
DELETE FROM `rooms_entry_badges`;
/*!40000 ALTER TABLE `rooms_entry_badges` DISABLE KEYS */;
/*!40000 ALTER TABLE `rooms_entry_badges` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_events
CREATE TABLE IF NOT EXISTS `rooms_events` (
`room_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`description` text NOT NULL,
`expire_time` bigint(11) NOT NULL,
`tags` text NOT NULL DEFAULT '',
PRIMARY KEY (`room_id`),
UNIQUE KEY `room_id` (`room_id`),
KEY `expire_time` (`expire_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_events: ~0 rows (approximately)
DELETE FROM `rooms_events`;
/*!40000 ALTER TABLE `rooms_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `rooms_events` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_models
CREATE TABLE IF NOT EXISTS `rooms_models` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`model_id` varchar(255) NOT NULL,
`model_name` varchar(255) NOT NULL,
`door_x` int(11) NOT NULL DEFAULT 0,
`door_y` int(11) NOT NULL DEFAULT 0,
`door_z` double NOT NULL DEFAULT 0,
`door_dir` int(11) NOT NULL DEFAULT 2,
`heightmap` text NOT NULL DEFAULT '',
`trigger_class` enum('flat_trigger','battleball_lobby_trigger','snowstorm_lobby_trigger','space_cafe_trigger','habbo_lido_trigger','rooftop_rumble_trigger','diving_deck_trigger','infobus_park','infobus_poll','none') NOT NULL DEFAULT 'flat_trigger',
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_models: ~91 rows (approximately)
DELETE FROM `rooms_models`;
/*!40000 ALTER TABLE `rooms_models` DISABLE KEYS */;
INSERT INTO `rooms_models` (`id`, `model_id`, `model_name`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `trigger_class`) VALUES
(1, 'model_a', 'model_a', 3, 5, 0, 2, 'xxxxxxxxxxxx|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxx00000000|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(2, 'model_b', 'model_b', 0, 5, 0, 2, 'xxxxxxxxxxxx|xxxxx0000000|xxxxx0000000|xxxxx0000000|xxxxx0000000|x00000000000|x00000000000|x00000000000|x00000000000|x00000000000|x00000000000|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(3, 'model_c', 'model_c', 4, 7, 0, 2, 'xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(4, 'model_d', 'model_d', 4, 7, 0, 2, 'xxxxxxxxxxxx|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxx000000x|xxxxxxxxxxxx', 'flat_trigger'),
(5, 'model_e', 'model_e', 1, 5, 0, 2, 'xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xx0000000000|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(6, 'model_f', 'model_f', 2, 5, 0, 2, 'xxxxxxxxxxxx|xxxxxxx0000x|xxxxxxx0000x|xxx00000000x|xxx00000000x|xxx00000000x|xxx00000000x|x0000000000x|x0000000000x|x0000000000x|x0000000000x|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(7, 'model_g', 'model_g', 1, 7, 1, 2, 'xxxxxxxxxxxxx|xxxxxxxxxxxxx|xxxxxxx00000x|xxxxxxx00000x|xxxxxxx00000x|xx1111000000x|xx1111000000x|xx1111000000x|xx1111000000x|xx1111000000x|xxxxxxx00000x|xxxxxxx00000x|xxxxxxx00000x|xxxxxxxxxxxxx|xxxxxxxxxxxxx|xxxxxxxxxxxxx|xxxxxxxxxxxxx', 'flat_trigger'),
(8, 'model_h', 'model_h', 4, 4, 1, 2, 'xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxx111111x|xxxxx111111x|xxxxx111111x|xxxxx111111x|xxxxx111111x|xxxxx000000x|xxxxx000000x|xxx00000000x|xxx00000000x|xxx00000000x|xxx00000000x|xxxxxxxxxxxx|xxxxxxxxxxxx|xxxxxxxxxxxx', 'flat_trigger'),
(9, 'model_i', 'model_i', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxx|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|x0000000000000000|xxxxxxxxxxxxxxxxx', 'flat_trigger'),
(10, 'model_j', 'model_j', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|xxxxxxxxxxx0000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|x0000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(11, 'model_k', 'model_k', 0, 13, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxxxxxxxxxx00000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|x000000000000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(12, 'model_l', 'model_l', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|x00000000xxxx00000000|xxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(13, 'model_m', 'model_m', 0, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|x0000000000000000000000000000|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxx00000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(14, 'model_n', 'model_n', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x000000xxxxxxxx000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000x000000x000000|x000000xxxxxxxx000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|x00000000000000000000|xxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(15, 'model_o', 'model_o', 0, 18, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxx00000000xxxx|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|x111111100000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxx0000000000000000|xxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(16, 'model_p', 'model_p', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx222222222222|xxxxxxx22222222xxxx|xxxxxxx11111111xxxx|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x222221111111111111|x2222xx11111111xxxx|x2222xx00000000xxxx|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|x2222xx000000000000|xxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(17, 'model_q', 'model_q', 10, 4, 2, 2, 'xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|xxxxxxxxxxx22222222|x222222222222222222|x222222222222222222|x222222222222222222|x222222222222222222|x222222222222222222|x222222222222222222|x2222xxxxxxxxxxxxxx|x2222xxxxxxxxxxxxxx|x2222211111xx000000|x222221111110000000|x222221111110000000|x2222211111xx000000|xx22xxx1111xxxxxxxx|xx11xxx1111xxxxxxxx|x1111xx1111xx000000|x1111xx111110000000|x1111xx111110000000|x1111xx1111xx000000|xxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(18, 'model_r', 'model_r', 10, 4, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxxxxxx33333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|xxxxxxx333333333333333333|x4444433333xxxxxxxxxxxxxx|x4444433333xxxxxxxxxxxxxx|x44444333333222xx000000xx|x44444333333222xx000000xx|xxx44xxxxxxxx22xx000000xx|xxx33xxxxxxxx11xx000000xx|xxx33322222211110000000xx|xxx33322222211110000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxx000000xx|xxxxxxxxxxxxxxxxxxxxxxxxx', 'flat_trigger'),
(19, 'newbie_lobby', 'newbie_lobby', 2, 11, 0, 2, 'xxxxxxxxxxxxxxxx000000|xxxxx0xxxxxxxxxx000000|xxxxx00000000xxx000000|xxxxx000000000xx000000|0000000000000000000000|0000000000000000000000|0000000000000000000000|0000000000000000000000|0000000000000000000000|xxxxx000000000000000xx|xxxxx000000000000000xx|x0000000000000000000xx|x0000000000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxxx0000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxxxx000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxxx00000000000xxxxx|xxxxx000000000000xxxxx|xxxxx000000000000xxxxx', 'none'),
(20, 'theater', 'theater', 20, 27, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXX|XXXXXXX111111111XXXXXXX|XXXXXXX11111111100000XX|XXXX00X11111111100000XX|XXXX00x11111111100000XX|4XXX00X11111111100000XX|4440000XXXXXXXXX00000XX|444000000000000000000XX|4XX000000000000000000XX|4XX0000000000000000000X|44400000000000000000000|44400000000000000000000|44X0000000000000000O000|44X11111111111111111000|44X11111111111111111000|33X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22X11111111111111111000|22211111111111111111000|22211111111111111111000|XXXXXXXXXXXXXXXXXXXX00X|XXXXXXXXXXXXXXXXXXXX00X', 'none'),
(21, 'library', 'library', 20, 3, 1, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxx11111xx1xx1x111111x|xxxxxxxxxxxx111111xx1xx11111111x|xx111xxxxxxx111111xx1xx11111111x|xx111xxxxxxx1111111111111111111x|xx111xxxxxxx1111111111111111111x|xx111xxxxxxx1111111111111111111x|xx111xxxxxxx1111111111111xxxxxxx|xx111xxxxxx11111111111111111111x|xx111xxxxxx11111111111111111111x|xx111xxxxxx11111111111111111111x|xx111xxxxxx11111111111111xxxxxxx|xx111xxxxxxxx111111111111111111x|xx111xx11111x111111111111111111x|xx111xx11111x111111111111111111x|xx111xxxxx11x11111111x111xxxxxxx|xx111xxxxxxxx11111111xx11111111x|xx111xxx1111111111111xxx1111111x|xx111xxx1111111111111xxxx111111x|xxx111xx1111111111x11xxxx000000x|xxxxx1111xx1111111x11xxxx000000x|xxxxxxxxxxxx111111x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x11xxxx000000x|xxxxxxxxxxxx11xx11x111xxx000000x|xxxxxxxxxxxxxxxxxxxx11xxx000000x|xxxxxxxxxxxxxxxxxxxx11xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxx22222xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(22, 'floatinggarden', 'floatinggarden', 2, 21, 5, 4, 'xxxxxxxxxxxxxxxx333333xxxxxxxxx|xxxxxxxxxxxxxxxx3xxxx3xxxxxxxxx|xxxxxxxxxxxxxxxx3xxxx3xxxxxxxxx|xxxxxxxxxxxxxxxx3xxxx3xxxxxxxxx|xxxxxxxxxxxxxxx223xxx33xxxxxxxx|xxxxxxxxxxxxxxx11xxx33333xxxxxx|xxxxxxxxxxxxxxxx11xx3333333xxxx|xxxxxxxxxxxxxxxx11xx33333333xxx|xxxxxxxxxxxxxxxxx11xxxxxxxx3xxx|xxxxxxxxxxxxxxxxxx11xxxx3333xxx|xxxxxxxxxxxxxxxxxxx1xxxx33333xx|xxxxxxxxxxxxxxxxxxx1xxx3333333x|555xxxxxxxxxxx1111111x333333333|555xxxxxxxxxxx21111111xxxxxx333|555xxxxxxxxxxx22111111111xxxxxx|555xxxxxxxxxxx222xxxxxxx111xxxx|555xxxxxxxxxxx22xxxxxxxxxx1xxxx|555xxxxxxxxxxx23333333333x111xx|555xxxxxxxx33333333333333x111xx|555xxxxxxxx333333x3333333x111xx|555xxxxxxxx33333333333333x111xx|555xxxxxxxx33x33333333333x111xx|555xxxxxxxx33x33x33333333x111xx|555xxxxxxxx33x33x33333333x111xx|5554333333333x333x3333333x111xx|x554333333xxxx33xxxxxxxxxx111xx|xxxxxxxxx3xxxx333221111111111xx|xxxxxxxxx3xxxx333221111111111xx|xxxxxxxxx33333333xx1111x11x11xx|xxxxxxxxx33333333111xxx11xxxxxx|xxxxxxxxxxxxxx33311xxxx11xxxxxx|xxxxxxxxxxxxxx33311xxxx11xxxxxx|xxxxxxxxxxxxxx333x1xxxx11xxxxxx|xxxxxxxxxxxxxx333x1xx111111xxxx|xxxxxxxxxxxxxx33311xx111111xxxx|xxxxxxxxxx333333311xx111111xxxx|xxxxxxxxxxx33333311xx111111xxxx|xxxxxxxxxxxxxxxx111xxxxxxxxxxxx|xxxxxxxxxxxxxxx111xxxxxxxxxxxxx', 'none'),
(23, 'sunset_cafe', 'sunset_cafe', 34, 40, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx00000xx00000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxx0000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxx000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx0000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(24, 'pool_a', 'pool_a', 2, 25, 7, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx7xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx777xxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx7777777xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx777777777xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7xxx777777xxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7x777777777xxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7xxx77777777xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7x777777777x7xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx7xxx7777777777xxxxxxxxxxxxxx|xxxxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx77777777777x2111xxxxxxxxxxxx|xxxxxxxxxxxxxxx7777777777x221111xxxxxxxxxxx|xxxxxxxxx7777777777777777x2211111xxxxxxxxxx|xxxxxxxxx7777777777777777x22211111xxxxxxxxx|xxxxxxxxx7777777777777777x222211111xxxxxxxx|xxxxxx77777777777777777777x222211111xxxxxxx|xxxxxx7777777xx777777777777x222211111xxxxxx|xxxxxx7777777xx77777777777772222111111xxxxx|xxxxxx777777777777777777777x22221111111xxxx|xx7777777777777777777777x322222211111111xxx|77777777777777777777777x33222222111111111xx|7777777777777777777777x333222222211111111xx|xx7777777777777777777x333322222222111111xxx|xx7777777777777777777333332222222221111xxxx|xx777xxx777777777777733333222222222211xxxxx|xx777x7x77777777777773333322222222222xxxxxx|xx777x7x7777777777777x33332222222222xxxxxxx|xxx77x7x7777777777777xx333222222222xxxxxxxx|xxxx77777777777777777xxx3222222222xxxxxxxxx|xxxxx777777777777777777xx22222222xxxxxxxxxx|xxxxxx777777777777777777x2222222xxxxxxxxxxx|xxxxxxx777777777777777777222222xxxxxxxxxxxx|xxxxxxxx7777777777777777722222xxxxxxxxxxxxx|xxxxxxxxx77777777777777772222xxxxxxxxxxxxxx|xxxxxxxxxx777777777777777222xxxxxxxxxxxxxxx|xxxxxxxxxxx77777777777777x2xxxxxxxxxxxxxxxx|xxxxxxxxxxxx77777777777777xxxxxxxxxxxxxxxxx|xxxxxxxxxxxxx777777777777xxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx7777777777xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx77777777xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx777777xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx7777xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxx77xxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'habbo_lido_trigger'),
(25, 'pub_a', 'pub_a', 15, 25, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxx2222211111xxx|xxxxxxxxx2222222211111xxx|xxxxxxxxx2222222211111xxx|xxxxxxxxx2222222211111xxx|xxxxxxxxx2222222222111xxx|xxxxxxxxx2222222222111xxx|xxxxxxxxx2222222222000xxx|xxxxxxxxx2222222222000xxx|xxxxxxxxx2222222222000xxx|xxxxxxxxx2222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333333332222222222000xxx|x333332222222222222000xxx|x333332222222222222000xxx|x333332222222222222000xxx|x333332222222222222000xxx|x333333332222222222000xxx|xxxxx31111112222222000xxx|xxxxx31111111000000000xxx|xxxxx31111111000000000xxx|xxxxx31111111000000000xxx|xxxxx31111111000000000xxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(26, 'md_a', 'md_a', 3, 4, 7, 2, 'xxxxxxxx77xxxxxxxxxxxxxxxx|xxxxxxxx77xxxxxxxxxxxxxxxx|xxxxxx77777x77xxxxxxxxxxxx|xxx77777777777xxx44xxxxxxx|77777777777777xx444444444x|777777777777777xx44444444x|xxx777777777777xx44444444x|xxxx7777777777xxx44444444x|7777777777777777744448444x|7777777777777x4x744448444x|777777777777x444444448444x|7777777777774444444448444x|7777777777774444444448444x|777777777777x444444448444x|7777777777777x44444448444x|xxx777777777777x444448444x|xxx7777777777777444448444x|xxx7777777777777444448444x|xxx777777777777x444448444x|xxx77777777777x4444444444x|xxxx777777777444444444444x|xxxxxxxxxxxxxxxxxxxxxxxxxx', 'rooftop_rumble_trigger'),
(27, 'picnic', 'picnic', 16, 5, 2, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx|2222222222222222222x222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222xxx222222222222222222222222|2222222222xx33x22222222222222222222222|222222222xx3333x2222222222222222222222|222222222x333333x222222222222222222222|222222222x333333x222222222222222222222|2222222222x3332x2222222222222222222222|22222222222x33x22222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222x22222xxxx22222222222222222222|22222222222222xxxx22222222222222222222|22222222222222xxx222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222|22222222222222222222222222222222222222', 'none'),
(28, 'park_a', 'park_a', 2, 15, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx|xxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx|xxxxxxxxxxxx0000000000000000000000xxxxxxxxxx|xxxxxxxxxxx000000000000000000000000xxxxxxxxx|xxxxxxxxxxx0000000000000000000000000xxxxxxxx|xxxxxxxxxxx00000000000000000000000000xxxxxxx|xxxxxxxx000000000000000000000000000000xxxxxx|xxxxxxx00000000000000000000000000000000xxxxx|xxxxxxx000000000000000000000000000000000xxxx|xxxxxxx0000000000000000000000000000000000xxx|xxxxxxxxx000000000000000000000000000000000xx|00000000000000000000xx00000000000000000000xx|0000000000000000000xxxx00000000000xxxxxxx0xx|0000000000000000000xxxx00000000000x00000xxxx|xxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx|xxxxx0000000000000xxxxx0xx000x0000x000000xxx|xxxxx0000000000000xxxxx0x000000000x00000xxxx|xxxxx000000x0000000xxxx0x000000000xxx00xxxxx|xxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx|xxxxxxxx000x000000xxxx0x0000000000000xxxxxxx|xxxxxxxx000x000000011100000000000000xxxxxxxx|xxxxxxxx000x00000001110000000000000xxxxxxxxx|xxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx|xxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x00000xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx0xxxxxxxxxxxxxxxxxxxx', 'infobus_park'),
(29, 'park_b', 'park_b', 11, 2, 0, 6, '0000x0000000|0000xx000000|000000000000|00000000000x|000000000000|00x0000x0000', 'infobus_poll'),
(30, 'pool_b', 'pool_b', 9, 21, 7, 1, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx7xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx777xxxxxxxxxxx|xxxxxxxxxxxxxxxxxx8888888x7xxx77777xxxxxxxxxx|xxxxxxxxxxxxxxxxxx8888888x7xxx777777xxxxxxxxx|xxxxxxxxxxxxxxxx88xxxxx77x7x777777777xxxxxxxx|xxxxxxxxxxxxxxxx88x7777777777777777777xxxxxxx|xxxxxxxxxxxxxxxx88x77777777777777777777xxxxxx|xxxxxxxxxxxxxx9988x77777777777777777777xxxxxx|xxxxxxxxxxxxxx9988x7777777777777777777x00xxxx|xxxxxxxxxxxxxx9988x777777777777777777x0000xxx|xxxxxxxxxxxxxx9988x7777777x0000000000000000xx|xxxxxxxxxxxxxx9988x777777x000000000000000000x|7777777777xxxx9988777777x0x0000000000000000xx|x7777777777xxx998877777x000x00000000000000xxx|xx7777777777xx99887777x00000x000000000000xxxx|xxx7777777777x9988777x0000000x0000000000xxxxx|xxxx777777777x777777x00000000x000000000xxxxxx|xxxxx777777777777777000000000x00000000xxxxxxx|xxxxxx77777777777777000000000x0000000xxxxxxxx|xxxxxxx777777x7777770000000000xxxx00xxxxxxxxx|xxxxxxxx77777777777xx0000000000000xxxxxxxxxxx|xxxxxxxxx777777110000x000000000000xxxxxxxxxxx|xxxxxxxxxx7x77x1100000x0000000000xxxxxxxxxxxx|xxxxxxxxxxx777x11000000x00000000xxxxxxxxxxxxx|xxxxxxxxxxxx771110000000x000000xxxxxxxxxxxxxx|xxxxxxxxxxxxx111100000000x0000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxx11100000000x000xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx1100000000x00xxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx110000000x0xxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx110000000xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxx1100000xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxx11000xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxx110xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'diving_deck_trigger'),
(31, 'ballroom', 'ballroom', 13, 6, 0, 4, 'xxxx4444444444444444444|xxxx4444444444444444444|xxxx4444444444444444444|xxxx33x2222444442222x33|xxxx2222222x00xx2222222|xxxx22222220000x2222222|xxxx11x0000x000x0000x11|xxxx0000000000000000000|11100000000000000000000|11100000000000000000000|11100000000000000000000|xxxx0000000000000000000|22210000000000000000000|22210000000000000000000|22210000000000000000000|xxxx0000000000000000000|11100000000000000000000|11100000000000000000000|11100000000000000000000|xxxxx000x11111111x0000x|xxxxxx00x1111x111x000xx|xxxxxxx0x11111111x00xxx|xxxxxxxxx11111111x0xxxx|xxxxxxxxx11111111xxxxxx', 'none'),
(32, 'cafe_gold0', 'cafe_gold0', 9, 29, 0, 0, 'xxxxxxxxxx1111xxxxxxx|xxxxxxxxxx11111xxxxxx|xxxxxxxxxx111111xxxxx|xx111111111111111xxxx|x11111111111111111xxx|1111111111111111111xx|11111111111111111111x|111111111111111111111|111111111111111111111|1111111111111x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000x1111111|1111111000000xxx00000|111111100000000000000|111111100000000000000|111111100000000000000|111111100000000xxxxx0|11111110000000xxxxxx0|11111110000000xxxxxx0|11111110000000xxxxxxx|x1111110000000xxxxxxx|xxxxxxxx0000000000xxx|xxxxxxxx000xxxxxxxxxx|xxxxxxxx000xxxxxxxxxx|xxxxxxxx000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx', 'none'),
(33, 'cafe', 'cafe', 30, 40, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx00000xx00000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx000000000000000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxx0000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxx000000xxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxx0000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx00000000000000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000000xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(34, 'den', 'den', 3, 22, 0, 0, '00000000xxxxxxxx|0000000000000000|0000000000000000|000000000000xx00|0000000000000000|0000000000000000|0000000000000000|x000000000000000|0000000000000000|0000000000000000|0000000000000000|0000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx', 'none'),
(35, 'gardens', 'gardens', 2, 15, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx|xxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx|xxxxxxxxxxxx0000000000000000000000xxxxxxxxxx|xxxxxxxxxxx000000000000000000000000xxxxxxxxx|xxxxxxxxxxx0000000000000000000000000xxxxxxxx|xxxxxxxxxxx00000000000000000000000000xxxxxxx|xxxxxxxx000000000000000000000000000000xxxxxx|xxxxxxx00000000000000000000000000000000xxxxx|xxxxxxx000000000000000000000000000000000xxxx|xxxxxxx0000000000000000000000000000000000xxx|xxxxxxxxx000000000000000000000000000000000xx|00000000000000000000xx00000000000000000000xx|0000000000000000000xxxx00000000000xxxxxxx0xx|0000000000000000000xxxx00000000000x00000xxxx|xxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx|xxxxx0000000000000xxxxx0xx000x0000x000000xxx|xxxxx0000000000000xxxxx0x000000000x00000xxxx|xxxxx000000x0000000xxxx0x000000000xxx00xxxxx|xxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx|xxxxxxxx000x000000xxxx0x0000000000000xxxxxxx|xxxxxxxx000x000000011100000000000000xxxxxxxx|xxxxxxxx000x00000001110000000000000xxxxxxxxx|xxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx|xxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx|xxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxx0x00000xxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxx0xxxxx0xxxxxxxxxxxxxxxxxxxx', 'none'),
(36, 'gate_park', 'gate_park', 17, 26, 0, 0, 'xxxxxxxxx222xx222222xxx22xxxxxxx|xxxxxxxxx222xx2222222xx22xxxxxxx|xxxxxxxxx22222222222222222xxxxxx|xxxxxxxxx22222222222222222xxxxxx|xxxxxxxxx22222222222222222xxxxxx|xxxxxxxxx22222x22222x22222xxxxxx|xxxxxxxxx11111x22222x11111xxxxxx|0000000xx00000x22222x00000xxxxxx|0000000xx00000000000000000xxxxxx|000000000000000000000000000xx00x|000000000000xxx00000xxx00000000x|000000000000xxx00000xxx00000000x|000000000000xxx00000xxx000000000|00000000000000000000000000000000|x0000000000000000000000000000000|xxx00000000000000000000000000000|xxxxx000000000000000000000000000|xxxxx000000000000000000000000000|xxxxx000000000000000000000000xxx|xxxxxx00000000000000000000000xxx|xxxxxxx000000000000000000000xxxx|xxxxxxxxxx00000000000000000xxxxx|xxxxxxxxxx0000000000000000xxxxxx|xxxxxxxxxx000000000000000xxxxxxx|xxxxxxxxxxxxx00000000000xxxxxxxx|xxxxxxxxxxxxxx000000000xxxxxxxxx|xxxxxxxxxxxxxxxx000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxx000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxx000xxxxxxxxxxxxx', 'none'),
(37, 'gate_park_2', 'gate_park_2', 17, 23, 0, 0, 'xxxxxxxxxxx111111111111xxxxxxxxxxxx|xxxxxxxxxx11111111111111xxxxxxxxxxx|xxxxxxxxxx11111111111111xxxxxxxxxxx|xxxxxxxxxx11xxxx11xxxx11xxxxxxxxxxx|xxxxxxxxxx00xxxx00xxxx00xxxxxxxxxxx|xxxxxxx0000000000000000000xxxxxxxxx|xxxxxx000000000000000000000xxxxxxxx|xxxxx0000000000000000000x000xxxxxxx|xxxx00000000000000000000xx000xxxxxx|xxxx00000000000000000000xxx000xxxxx|xxxx00000000000000000000xxxx00xxxxx|000000000000000000000000000000xxxxx|0000000000000000000000000000000xxxx|000000000000000000000000000000xxxxx|000000000000000000000000000000xxxxx|000000000000000000000000000000xxxxx|xx00000000000000000000000000000000x|xxx000xxxx00000000000000xxxx0000000|xxx0000xxx00000000000000xxx00000000|xxxx0000xx00000000000000xx000000000|xxxxx0000x00000000000000x00000000xx|xxxxxx00000000000000000000000xxxxxx|xxxxxxx00000x000000000000000x0xxxxx|xxxxxxxx0000xxx0000xxx000000xxxxxxx|xxxxxxxxx000xxx0000xxx000000xxxxxxx|xxxxxxxxxxxxxxx0000xxx000000xxxxxxx|xxxxxxxxxxxxxxxx000xxx000000xxxxxxx|xxxxxxxxxxxxxxxxxxxxxx00000xxxxxxxx', 'none'),
(38, 'sun_terrace', 'sun_terrace', 9, 17, 0, 2, 'xxxxxx21000000000xxxxxxxx|xxxxxx3xxx000xx000xxxxxxx|xxxxxx4xxx000xxx000xxxxxx|xxxxxx44xx000x00x000xxxxx|xxxxxx44xx0000xx00000xxxx|xxxxxx44xx000000000000xxx|xxxxxx44xx0000000000000xx|xxxxxxx4xxxxxxx00000000xx|xxxxxxx4xxxxxxx0000000xxx|xxxxxx444432222xxx00xxxxx|xxxxxx444432222x0000000xx|xxxxxx444432222x0000000xx|xxxxxx44400x222x0000000xx|xxxxxx444000x11x0000000xx|xxxxxx444000000x0000000xx|xxxxxx444000000x0000000xx|xxxxxx440000000000000000x|xxxxxx4400000000000000000|x8876x444000000x000000000|x8xx6x444000000x000000000|x9xx6x444000000x000000000|999x65444000000x000000000|999xxx444xxxxxxxxxx000000|999xxx444xxxxxxxxxxx00000|999xxx333xxxxxxxxxxxx0000|999xxx222222222222222x000|xxxxxx222222222222222xx00|xxxxxx222222222222222xxx0|xxxxxx222222222222222xxxx|xxxxxxx22222222222222xxxx|xxxxxxxx2222222222222xxxx', 'none'),
(39, 'space_cafe', 'space_cafe', 21, 17, 1, 0, 'x3333x333211111xxxxxxxxx|x3333x333211111xx3333333|xxxxxx333211111xx3333333|33333333xx11111xx3333333|33333333xx11111xx3333333|33x333xxxx11111xx3333333|xxx222xxx111111xx3333333|22222222xx11111xx3333333|22222222xxx1111xx3333333|22222222xxxx1111x2222222|22222222xxxx1111x1111111|22222222xxxx111111111111|22222222xxxx111111111111|xxx222xxxxx1111111111111|xxxx33xxxx11111111111111|xxx333321111111111111111|xxx333321111111111111111|xxx333321111111111111111|xxxxxxxxxxxxx1111xxxx11x|xxxxxxxxxxxxx0000xxxx11x|xxxxxxxxxx0000000xxxx11x|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx|xxxxxxxxxx0000000xxxxxxx', 'space_cafe_trigger'),
(40, 'beauty_salon0', 'beauty_salon0', 4, 3, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxx0000000000000xxxxxxxx|xxx00000000000000xxxxxxx|xxxxxx000000000000xxxxxx|xxxxxxxxxxxxx0000xxxxxxx|xxxx0x0000x00000000xxxxx|xxx00xxxxxx0000000xxxxxx|xx000x000xx0000000xxxxxx|xx000xxxxx00000000xxxxxx|xx000x000000000000xxxxxx|xx000x000000000000xxxxxx|xx00xx000000000000xxxxxx|xx00xx00x0000000000xxxxx|xx00xx00x0000000000xxxxx|xx00xx0000000000000xxxxx|xx00xx0000000000000xxxxx|xx000x0xx0000000000xxxxx|xx000x0x00000000000xxxxx|xx000x0x00x00000000xxxxx|xx000x0x00000000000xxxxx|xx000x0x00x00000000xxxxx|xx000xx000000000000xxxxx|xx00000000000000000000xx|xx00000000000000000000xx|xxxxxx0000000000000000xx', 'none'),
(41, 'chill', 'chill', 22, 22, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxx00xxxxxxxx|xxxxxxxxxxx000000xxxxxxxx|xxxxxxxxxxx000000xxxxxxxx|xxxxxxxxxxxxxx000xxxxxxxx|xxxxxxxxxxxxxxxx0xxxxxxxx|xxxxxxxxx00000000xxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx000000xxxxxxxxxxx|xxxxxxxx0000000xxxxxxxxxx|xxxxxxxx00000000xxxxxxxxx|xxxxxxxx0000000000xxxxxxx|xxxxxxxx0000000000xxxxxxx|xxxxxxxx0000000000xxxxxxx|xxxxxxxx0000000000xxxxxxx|xx000000000000xxxxxxxxxxx|xx000000000000000000000xx|xx000000000000000000000xx|xx000000000xx0000000000xx|xx000000000xxxxx000000000|xx000000000xxx0x000000000|xx00000x000xxx0x000000000|xx000000000xxxxx0000000xx|xx000000000000000000000xx|xx000000000000000000000xx|xx000000000000000000000xx|xx000000000000xxxxxxxxxxx', 'none'),
(42, 'dusty_lounge', 'dusty_lounge', 14, 1, 2, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx|xxxxxxxxxx222x222x2xxxxxxxxxx|xxxxxxx33322222222223xxxxxxx3|xxxxxxx33322222222223xxxxxxx3|xxxxxxx33322222222223x33333x3|xxxxxxx33322222222223x33333x3|xx111xx33322222222223xxxxxxx3|xx111xxx332222222222333333333|xx111xxxx32222222222333333333|xx111xxxxxx222222222333333333|xx111xxxxxxx1111111x333333333|xx111xxxxxxx1111111x222222222|xx111xxxxxx111111111111111111|xx111xxxxxx111111111111111111|11111xxxxxx111111111111111111|11111xxxxxx111111111111111111|11x11xxxxxx111111111111111111|11xxxxxxxxx11111111111111111x|x11xxxxxxxxx1111111x1111111xx|xx11xxxxxxx111111111111111xxx|xxx11xxxxxx11111111111111xxxx|xxxx11111111111111111111xxxxx|xxxxx11111111111111xxxxxxxxxx|xxxxxxxxxxx11111111xxxxxxxxxx|xxxxxxxxxxx11111111xxxxxxxxxx', 'none'),
(43, 'cr_staff', 'cr_staff', 3, 22, 0, 0, '00000000xxxxxxxx|0000000000000000|0000000000000000|000000000000xx00|0000000000000000|0000000000000000|0000000000000000|x000000000000000|0000000000000000|0000000000000000|0000000000000000|0000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|x000000000000000|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx|xxx00xxxxxxxxxxx', 'none'),
(44, 'rooftop', 'rooftop', 17, 12, 4, 0, '44xxxxxxxxxxxxxxxxxx|444xxxxxxxxxxx444444|4444xxxxxxxxxx444444|44444xxxx4xxxx444444|444444xxx44xxx444444|44444444444444444444|44444444444444444444|44444444444444444444|44444444xx44xx44xx44|44444444xx44xx44xx44|44444444444444444444|44444444444444444444|44444444444444444444|x444444x444444xx4444|x444444x444444xx333x|x444444x444444xx222x|x444444x444444xx11xx|x444444x444444xxxxxx', 'none'),
(45, 'rooftop_2', 'rooftop_2', 4, 11, 0, 0, 'x0000x000|xxxxxx000|000000000|000000000|000000000|000000000|000000000|000000000|000000000|000000000|xxx000xxx|xxx000xxx', 'none'),
(46, 'tearoom', 'tearoom', 21, 19, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxx|xxxxxxxx3333x33333333x|333333xx3333x33333333x|3333333x3333x33333333x|3333333x3333x33333333x|3333333xxxxxx33333333x|333333333333333333333x|333333333333333333333x|333333333333333333333x|333333333333333333333x|33333333222x333333333x|33333333222x333333333x|33333333222x333333333x|33333333222x333333333x|33333333111x333333333x|33333333111x333333333x|33333333111x333333333x|xxxxxxxx111xxxxxxxxxxx|11111111111111111111xx|1111111111111111111111|1111111111111111111111|11111111111111111111xx', 'none'),
(47, 'cafe_ole', 'taivas_cafe', 14, 29, 0, 0, 'XXXXXXXXXXXXX111111X|XXXXXXXXXXXXX1111111|XXXXXXXXXXXXX1111111|XXXXXXXXXXXXX1111111|XXXXXXXXXXXXX1111111|XXX11111111111111111|XXX11111111111111111|XX111111111111111111|XX111111111111111111|XX111111111111111111|XXX11111111111111111|111111111XXXXXXX1111|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|111111111X0000000000|X11111111X0000000000|XX1111111X0000000000|XXX111111X0000000000|XXXX11111X0000000000|XXXXX111110000000000|XXXXXX11110000000000|XXXXXXX1110000000000|XXXXXXXX11000000000X|XXXXXXXXXX00000000XX|XXXXXXXXXXXXXX00XXXX|XXXXXXXXXXXXXX00XXXX', 'none'),
(48, 'cr_cafe', 'cr_cafe', 20, 10, 0, 6, '0000000000000000000xx|x000000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xxxx000000000000000xx|0000000000000000000xx|0000000000000000000xx|x000000000000000000xx|xx00000000000000000xx|xxxx00000000000000000|xxx000000000000000000|xxx0000000000000000xx|xxx0000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx|xx00000000000000000xx', 'none'),
(49, 'lobby_a', 'lobby_a', 12, 27, 1, 0, 'XXXXXXXXX77777777777XXXXX|XXXXXXXXX777777777777XXXX|XXXXXXXXX777777777766XXXX|XXXXXXXXX777777777755XXXX|XX333333333333333334433XX|XX333333333333333333333XX|XX333333333333333333333XX|33333333333333333333333XX|333333XXXXXXX3333333333XX|333333XXXXXXX2222222222XX|333333XXXXXXX2222222222XX|XX3333XXXXXXX2222222222XX|XX3333XXXXXXX222222221111|XX3333XXXXXXX111111111111|333333XXXXXXX111111111111|3333333222211111111111111|3333333222211111111111111|3333333222211111111111111|XX33333222211111111111111|XX33333222211111111111111|XX3333322221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX22221111111XXXXXXX|XXXXXXX222X1111111XXXXXXX|XXXXXXX222X1111111XXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX|XXXXXXXXXXXX11XXXXXXXXXXX', 'none'),
(50, 'floorlobby_c', 'floorlobby_c', 9, 21, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXX0000000000000000XXXXXXX0|XXX000000000000000000XXXX00|X00000000000000000000000000|X00000000000000000000000000|XXX000000000000000000000000|XXXXXXX00000000000000000000|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX1XX100000011111111111111|XXX1XX100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX', 'none'),
(51, 'floorlobby_b', 'floorlobby_b', 9, 21, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXX0000000000000000XXXXXXX0|XXX000000000000000000XXXX00|X00000000000000000000000000|X00000000000000000000000000|XXX000000000000000000000000|XXXXXXX00000000000000000000|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX1XX100000011111111111111|XXX1XX100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX', 'none'),
(52, 'floorlobby_a', 'floorlobby_a', 9, 21, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXXXXXXXXXXXXXXXXXXXXXXXXXX|XXX0000000000000000XXXXXXX0|XXX000000000000000000XXXX00|X00000000000000000000000000|X00000000000000000000000000|XXX000000000000000000000000|XXXXXXX00000000000000000000|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX1XX100000011111111111111|XXX1XX100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXX111100000011111111111111|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX|XXXXXXXX0000XXXXXXXXXXXXXXX', 'none'),
(53, 'cinema_a', 'cinema_a', 20, 27, 1, 0, 'xxxxxxx1xx11111111xxxxxx|xxx1111111111111111xxxxx|xxx111xxxx1111111111xxxx|xxxx2xxxxxxxxxxxxxxxxxxx|xx3x3x333311xxxxxxxxxx11|xx3333333311111111111111|xx3333333311111111111111|xx3333333311111111122111|xx3333333311x22222222111|xx3333333311x22222222111|xx3333333311xxxxxxxxx111|xx3333333311111111111111|xx3333333311111111111111|xx3333333311111111111111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|xx3333333311111xxxx11111|333333332111111xxxx11111|333333332111111111111111|333333332111111111111111|333333332111111111111111|xx3333332111111111111111|xxxxxxxxxxxxxxxxxxx11111|xxxxxxxxxxxxxxxxxxx11111|xxxxxxxxxxxxxxxxxxx11111', 'none'),
(54, 'sport', 'sport', 0, 0, 1, 2, '111222222222222222x2222|x11222222222222222x2222|x11222222222222222x2222|xx1x2222222222222211111|x11xx222222222222211111|x11xx222222x22222211111|x11xx222222x222222x1111|x11xx222222x222222x1111|x11xx2222222222222x1111|x11xxxxxxxxxxxxxxxx1111|x1111111111111111111111|x1111111111111111111111|x1111111111111111111111|x1111111111111111111111|xxxx1111111111111x1111x|111x1111111111111x1111x|111x1111111111111x1111x|111x1111111111111x1111x|111x11111xxxxxxxxxxxxxx|x11x1111xxxxxxxxxxxxxxx|xxxx111xxxxxxxxxxxxxxxx', 'none'),
(55, 'old_skool0', 'old_skool0', 2, 1, 0, 4, 'xx0xxxxxxxxxxxxxx|0000000xxx00000xx|0000000x0000000xx|0000000xxxxxxxxxx|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|00000000000000000|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x|0000000000000000x', 'none'),
(56, 'old_skool1', 'old_skool1', 1, 7, 6, 2, 'x6666666665432100|x6666666665432100|x6600000000000x00|x6600000000000000|x6600000000000000|x6600000000000000|x660000000000x000|666000000000x1111|x66000000000xx111|x66000000000x1111|x66000000000x1111|x55000000000x1111|x44000000000x1111|x33000000000x1111|x22000000000xx111|x11x00000000x1111|x00000000000x1111|x00000000000xx111', 'none'),
(57, 'malja_bar_a', 'malja_bar_a', 4, 24, 1, 0, 'xxxxxxxxxxxxxx44|xxxx444444444444|xxxx444444444444|xxxx444444444444|xxxx444444444444|xxxx444444444444|xxxxxxxxxxxxx333|1111111111111222|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|111111111xxxxxxx|xxx11111xxxxxxxx|11111111xxxxxxxx|11111111xxxxxxxx|11111111xxxxxxxx|11111111xxxxxxxx', 'none'),
(58, 'malja_bar_b', 'malja_bar_b', 4, 24, 3, 0, '6666333333333333|6666333333333333|6666333333333333|7766333333333333|7755333333333333|8855333333332223|8844333311111111|9944333311111111|9933333311111111|9933333311111111|9933333311111111|9933333311111111|9933333311111111|9933333311111111|9933333211111111|9933333211111111|9933333211111111|9933333311111111|99333333xxxxxxxx|99333333xxxxxxxx|xxx33333xxxxxxxx|xxx33333xxxxxxxx|3xx33333xxxxxxxx|xxx33333xxxxxxxx|xxx33333xxxxxxxx|xxx33333xxxxxxxx', 'none'),
(59, 'bar_a', 'bar_a', 5, 1, 7, 4, 'xxxx8888xxxxxxxxxxx|xxxx7777xxxxxxxxxxx|xxxx6666xxxxxxxxxxx|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555555555|xxx6666666555xxxxxx|xxx6666666555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555xxxxxx|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555555555|xxx5555555555xxxxxx|xxxx555555555555555|55xx555555555555555|55xx555555555555555|5555555555555555555|5555555555555555555|xxxxxxxx55555xxxxxx|xxxxxxxxx5555xxxxxx|xxxxxxxxx5555xxxxxx|xxxxxxxxx5555xxxxxx|xxxxxxxxx4444xxxxxx|xxxxxxxxx3333xxxxxx', 'none'),
(60, 'bar_b', 'bar_b', 2, 12, 4, 2, 'xxxxx4xxxxxxxxxxxx|xxxx4444444xxxxxxx|xxxx4444444xxxxxxx|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|654444444444444444|654444444444444444|654444444444444444|654444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxx444444444444444|xxxx44444444444444|xxxx33444444444444|xxxx22444444444444|xxxx2222222222xx44|xxxx2222222222xx44|xxxxx222222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx|xxxxxx22222222xxxx', 'none'),
(61, 'habburger', 'habburger', 22, 10, 0, 6, '22222222222222222222xxx|22222222222222222222xxx|22222222222222222222xxx|22222222222222222222xxx|xxxxxxxxxxxxxxxx1111xxx|xxxxxxxxxxxxxxxx0000xxx|xxx00000000000000000xxx|00000000000000000000xxx|00000000000000000000xxx|00000000000000000000000|00000000000000000000000|00000000000000000000xxx|00000000000000000000xxx|00000000000000000000xxx|xxx00000000000000000xxx', 'none'),
(62, 'pizza', 'pizza', 5, 27, 1, 0, 'xxxxxxxxx0000000|x11111x1xx000000|11xxxxx111x00000|11x1111111xx0000|11x1111111100000|xxx1111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|1111111111100000|11111111111xxxxx|1111111111xxxxxx|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|1111111111111111|11xx11xx11111111|xxxx11xxxxxxxxxx|xxxx11xxxxxxxxxx', 'none'),
(63, 'bb_lobby_1', 'bb_lobby_1', 14, 19, 0, 0, 'xxx2222222222222222x|xxx2222222222222222x|xxx2222222222222222x|xxx2222222222222222x|xxx11111111111111111|11x11111111111111111|11x11111111111111111|11x11111111111111111|x1x11111111111111111|xxx11111111111111111|xxx11111111111111111|xxx11111111111111111|xxx11111111111111111|xxx11111111111111111|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxx00000000000|xxxxxxxxxxxxx000xxxx|xxxxxxxxxxxxx000xxxx|xxxxxxxxxxxxx000xxxx', 'battleball_lobby_trigger'),
(64, 'snowwar_lobby_1', 'snowwar_lobby_1', 41, 36, 1, 0, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx11111xx1xxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx11111xx1111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxx111111xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxx111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxx1111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxx111111111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxx1111x1111111111xxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'snowstorm_lobby_trigger'),
(65, 'tv_studio', 'tv_studio', 16, 27, 4, 6, 'xxxxxxxxxxxxxxxxxxxx|xxxxx0x00000xxxxxxxx|xxxxx0x000000xxxxxxx|xxxxx0x000000xxxxxxx|xxxxx0x0xxx00000xx0x|xx0000x000000000xx00|xx00xxx000000000xx00|xxxxx00000000000xx00|x000000000000x000000|x0000000000000000000|x0000000000000000x00|00000000000000000x00|x000x000000000000x00|x0000000000000000x00|x0000000000000000x00|000x0000000000000000|000x0000000000000000|00000000000000xxx000|x0000000000000000000|xx00000000000000000x|xxx000000000000000xx|xxxxxxxxx1111xxxx0xx|xxxxxxxxx2222xxxxxxx|xxxxxxxxx3333xxxxxxx|xxxxxx44x4444x444xxx|xxxxx444444444444xxx|xxxxxx44444444444444|xxxxx4444x4444444444|xxxxx4444x4444444444|xxxxx4444x4444444xxx|xxxxx444444444444xxx|xxxxx444444444444xxx|xxxxxx44444444444xxx', 'none'),
(66, 'cr_kitchen', 'cr_kitchen', 7, 21, 0, 0, 'X0XXXX000XXXX000X0X|X000000000000000000|X000000000000000000|X000000000000000XXX|X00XXXX00XXXX000XXX|X00XXXX00XXXX00XXXX|X00000000000000XXXX|X00000000000000XXXX|X00000000000000XXXX|X00XXXXXXXXXX00XXXX|X00XXXXXXXXXX00XXXX|X00XXXXXXXXXX000XXX|0000000000000000XXX|000000000000000XXXX|000000000000000XXXX|000XXX0000XXX00XXXX|000XXX0000XXX00XXXX|000000000000000XXXX|000000000000000XXXX|000000000000000XXXX|XXXXXXX00XXXXXXXXXX|XXXXXXX00XXXXXXXXXX|XXXXXXX00XXXXXXXXXX', 'none'),
(67, 'club_mammoth', 'club_mammoth', 6, 16, 4, 2, 'xxxxxx4444444x4444xxxxxxxxxxxxx|xxxxxx4444444x444322xxxxxxxxxxx|xxxxxxxxxxxxxx444322xxxxxxxxxxx|x444444444444444442222xxxxxxxxx|4444444444444444442222xxxxxxxxx|4xxxxxxxxxxxxxxxxx2222xxxxxxxxx|4xxxxxxxxxx22222xx2222xxxxxxxxx|44xxxxxxxxx22222x2xxxxxxxxxxxxx|x4444444xxx22222x22xxxxxxxxxxxx|xx4444444xx22x22x222xxxxxxxxxxx|xxxxxxx444x22222xxxxxxxxxxxxxxx|xxxxxx444322222222211111111xxxx|xxxxxx444322222222211111111xxxx|xxxxxx444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxx444444442222222211111111xxxx|xxxxxx4444422222222x1111111xxxx|xxxxxx4444422222222xxxxxxxxxxxx|xxxxxx4443222222222222222222xxx|xxxxxx4443xxxxxxx2xxxxx222xxxxx|xxxxxx444xxxxxxxxxxxxxxx22xxxxx|xxxxxx4xxxxxxxxxxxxx444422xxxxx|xxx4444xxxxxxxxxxxxx4444x2xxxxx|xxx566666666666666664444xxxxxxx|xxxx66666666666666664444xxxxxxx|xxxxxxx666666666666544xxxxxxxxx|xxxxxxx666666666666544xxxxxxxxx|xxxxxxx6666666666666xxxxxxxxxxx|xxxxxxx6666666666666xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(68, 'ice_cafe', 'taivas_cafe', 17, 23, 0, 0, 'xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx1111111000000000|xx1111111000000000|111111111000000000|111111111000000000|111111111000000000|111111111000000000|111111111000000000|11111111x000000000|11111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx111111x000000000|xx1111110000000000|xx1111111000000000|xx1111111000000000|xx1111111000000000|', 'none'),
(69, 'netcafe', 'netcafe', 22, 12, 0, 6, 'xxxxx1111xxxxxxxxxxx1xxxx|xxxxx1111111111111111xxxx|xxxxx1111111111111111xxxx|xxxxx1111111111111111xxxx|xxxxxxxx0000000000000xxxx|111111100000000000000xxxx|111111100000000000000xxxx|111111100000000000000xxxx|xxxx11100000000000000xxxx|x1xx11100000000000000xxxx|x1xx11100000000000000xxxx|x1xx111000000000000000000|x1xx111000000000000000000|xxxx111000000000000000000|xxxx11100000000000000xxxx|xxxx1110000000xx11111xxxx|xxxxx111110000x111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxxx111100001111111xxxx|xxxxx1111100001111111xxxx|', 'none'),
(70, 'hallway0', 'hallway0', 2, 2, 0, 2, 'xxxx000000001111111111111111xxxx|xxxx000000001111111111111111xxxx|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|xxxx000000001111111111111111xxxx|xxxx0000000x1111111111111111xxxx|xxxxxxxxxxxxx1111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx', 'none'),
(71, 'hallway9', 'hallway9', 21, 23, 0, 7, 'xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxx000000000000000000000000xxxx|xxxx000000000000000000000000xxxx|00000000000000000000000000000000|00000000000000000000000000000000|00000000000000000000000000000000|00000000000000000000000000000000|xxxx000000000000000000000000xxxx|xxxx000000000000000000000000xxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx000000000000xxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx', 'none'),
(72, 'hallway2', 'hallway2', 15, 2, 0, 4, 'xxxxxxxxxxxxxx000xxxxxxxxxxx|xxxxxxxxxxxxxx000xxxxxxxxxxx|xxxxxxxxxxxxxx000xxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxx|xxxx11111111000000000000xxxx|xxxx11111111000000000000xxxx|1111111111110000000000000000|1111111111110000000000000000|1111111111110000000000000000|1111111111110000000000000000|xxxx11111111000000000000xxxx|xxxx11111111000000000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxx11111111xxxx00000000xxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxx', 'none'),
(73, 'hallway1', 'hallway1', 2, 14, 0, 2, 'xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxxxx0000xxxxxxxxxxxxxx|xxxxxxxxxxxx0000000000000000xxxx|xxxxxxxxxxxx0000000000000000xxxx|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx00000000000000000000|xxxxxxxxxxxx0000000000000000xxxx|xxxxxxxxxxxx0000000000000000xxxx|xxxx1111111100000000xxxxxxxxxxxx|xxxx1111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|11111111111100000000xxxxxxxxxxxx|xxxx1111111100000000xxxxxxxxxxxx|xxxx1111111100000000xxxxxxxxxxxx', 'none'),
(74, 'hallway3', 'hallway3', 14, 21, 1, 0, 'xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxxxx1111xxxxxxxxxxxxxxxxxxxxxx|xxxx111111111111111100000000xxxx|xxxx111111111111111100000000xxxx|11111111111111111111000000000000|11111111111111111111000000000000|11111111111111111111000000000000|11111111111111111111000000000000|xxxx111111111111111100000000xxxx|xxxx111111111111111100000000xxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx|xxxxxxxxxxxxxx1111xxxxxxxxxxxxxx', 'none'),
(75, 'hallway4', 'hallway4', 29, 3, 1, 6, 'xxxx000000001111111111111111xxxx|xxxx000000001111111111111111xxxx|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|00000000000011111111111111111111|xxxx000000001111111111111111xxxx|xxxx000000001111111111111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxx11111111xxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx|xxxxxxxxxxxxxxxxxxxxxx1111xxxxxx', 'none'),
(76, 'hallway5', 'hallway5', 14, 2, 1, 4, 'xxxxxxxxxxxxxx11xxxxxx1111xx|xxxxxxxxxxxxxx111xxxxx1111xx|xxxxxxxxxxxxxx1111xxxx1111xx|xxxxxxxxxxxxxx1111xxxx1111xx|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxxxxxxxxxx1111111111111111|xxxx000000001111111111111111|xxxx000000001111111111111111|0000000000001111111111111111|0000000000001111111111111111|0000000000001111111111111111|0000000000001111111111111111|xxxx000000001111111111111111|xxxx0000000x1111111111111111|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx|xxxxxxxxxxxx11111111xxxxxxxx', 'none'),
(77, 'hallway8', 'hallway8', 15, 3, 0, 4, 'xxxxxxxxxxxxxx00xxxx0000|xxxxxxxxxxxxxx000xxx0000|xxxxxxxxxxxxxx0000xx0000|xxxxxxxxxxxxxx0000xx0000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111000000000000|xxxx11111111xxxx00000000|xxxx11111111xxxx00000000|111111111111xxxx00000000|111111111111xxxx00000000|111111111111xxxx00000000|111111111111xxxx00000000|xxxx11111111xxxx00000000|xxxx11111111xxxx00000000|xxxxxxxxxxxxxxxxxx0000xx|xxxxxxxxxxxxxxxxxx0000xx|xxxxxxxxxxxxxxxxxx0000xx|xxxxxxxxxxxxxxxxxx0000xx', 'none'),
(78, 'hallway7', 'hallway7', 7, 2, 1, 4, 'xxxxxx11xxxxxxxxxxxx|xxxxxx111xxxxxxxxxxx|xxxxxx1111xxxxxxxxxx|xxxxxx1111xxxxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx111111111111xxxx|xxxx111111111111xxxx|xxxx111111111111xxxx|xxxx111111111111xxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx11111111xxxxxxxx|xxxx000000000000xxxx|xxxx000000000000xxxx|00000000000000000000|00000000000000000000|00000000000000000000|00000000000000000000|xxxx000000000000xxxx|xxxx000000000000xxxx', 'none'),
(79, 'hallway6', 'hallway6', 1, 10, 1, 2, 'xxxx1111111111111111xxxx|xxxx1111111111111111xxxx|xxxx1111111111111111xxxx|xxxx1111111111111111xxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111xxxxxxxxxxxxxxxx|xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|111111111111000000000000|111111111111000000000000|111111111111000000000000|111111111111000000000000|xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx1111xxxxxxxxxxxx|xxxxxxxx111111111111xxxx|xxxxxxxx111111111111xxxx|xxxxxxxx111111111111xxxx|xxxxxxxx111111111111xxxx', 'none'),
(80, 'hallway10', 'hallway10', 3, 23, 1, 1, 'xxxxxxxxxx00000000xxxx|xxxxxxxxxx00000000xxxx|xxxxxxxxxx00000000xxxx|xxxxxxxxxx00000000xxxx|xx1111xxxx0000xxxxxxxx|xx1111xxxx0000xxxxxxxx|xx1111xxxx0000xxxxxxxx|xx1111xxxx0000xxxxxxxx|11111111xx0000000000xx|11111111xx0000000000xx|11111111xx0000000000xx|11111111xx0000000000xx|11111111xxxxxxxx0000xx|11111111xxxxxxxx0000xx|11111111xxxxxxxx0000xx|11111111xxxxxxxx0000xx|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|1111111111111111000000|xx1111xxxxxxxxxxxxxxxx|xx1111xxxxxxxxxxxxxxxx|xx1111xxxxxxxxxxxxxxxx|xx1111xxxxxxxxxxxxxxxx', 'none'),
(81, 'hallway11', 'hallway11', 20, 3, 0, 6, 'xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|111111111111000000000000|111111111111000000000000|111111111111000000000000|111111111111000000000000|xxxx1111111100000000xxxx|xxxx1111111100000000xxxx|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxx00000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxxxxxx000000000000|xxxxxxxx000000000000xxxx|xxxxxxxx000000000000xxxx|xxxxxxxx000000000000xxxx|xxxxxxxx000000000000xxxx', 'none'),
(82, 'star_lounge', 'star_lounge', 36, 35, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx|xxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx|xxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(83, 'orient', 'orient', 32, 20, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx|xxxxxxxxxxxxxx1000000000xxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx1xx000x000xx111x111xxx|xxxxxxxxxxxxxx1xx000x000xxxxxx1111xx|xxxxxxxxxxxxxx1xx000x000x111111111xx|xxxxxxxxxxxxxx1xx000x000x111111111xx|xxx111111111111xx000x000x111111111xx|xxx1xxxxxxxxxxxxx000x000x111111111xx|xxx1x1111111111000000000x111111111xx|xxx1x1111111111000000000xx1111111xxx|xxx1x11xxxxxx11000000000xx1111111100|xxx111xxxxxxx11000000000011111111100|xxx111xxxxxxx11000000000011111111100|xxxxx1xxxxxxx11000000000011111111100|xxxxx11xxxxxx11000000000xx1111111100|xxxxx1111111111000000000xx1111111xxx|xxxxx1111111111xx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x000x111111111xx|xxxxxxxxxxxxxxxxx000x00xx11xxxx111xx|xxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx|', 'none'),
(84, 'entryhall', 'entryhall', 17, 18, 1, 0, 'xx11xxxx11xxxx11xxxx|x1111111111111111111|11111111111111111111|11111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|x1111111111111111111|xxxxxxxxxxxxxxxxx11x', 'none'),
(85, 'hallA', 'hallA', 0, 0, 1, 4, '11xxxxxxxxxxxxxxx|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111', 'none'),
(86, 'hallB', 'hallB', 1, 0, 1, 4, 'x11xxxxxxxxxxxxxxxx|1111111111111111111|1111111111111111111|1111111111111111111|1111111111111111111|1111111111111111111|1111111111111111111|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx|111111xxxxxxxxxxxxx', 'none'),
(87, 'hallC', 'hallC', 0, 0, 1, 4, '11xxxxxxxxxxxxxxx|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111', 'none'),
(88, 'hallD', 'hallD', 0, 0, 1, 4, '11xxxxxxxxxxxxxxx|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111|11111111111111111', 'none'),
(89, 'model_s', 'model_s', 0, 3, 0, 2, 'xxxxxxx|x00000x|x00000x|000000x|x00000x|x00000x|x00000x|x00000x|xxxxxxx', 'flat_trigger'),
(90, 'emperors', 'emperors', 11, 31, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxx444xxxx4444xxxxxx|xxxx2x4444xxxx44444x2xxx|xxxx2x44444x4x44444x2xxx|xxxx2x4444444444444x2xxx|xxxx2x33xx33333xx33x2xxx|xxxx2222xx22222xx2222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22xx222222222xx22xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222222222222222xxx|xxxx22222xx22x2222222xxx|xxxxx2xx2xx22xxx2xx2xxxx|xxxxxxxxxxx11xxxxxxxxxxx|xxxxxxxxxxx00xxxxxxxxxxx|xxxxxxxxxxx00xxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx', 'none'),
(91, 'beauty_salon1', 'beauty_salon1', 14, 3, 0, 1, 'xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxxxxxxxxxxxx|xxxxxxxxxxxxxx0xxxxxxxxx|xxxxxxx000000000000000xx|xxxxxx0000000000000000xx|xxxxx000000000000xxxxxxx|xxxx000000000000000000xx|xxx0000000000000000000xx|xxx0000000000000000000xx|xxx0000000000000000000xx|xxxxxxxxxxxxxxxx000000xx|xx0000000000000x000000xx|000000000000000x000000xx|000000000000000x000000xx|000000000000000x000000xx|00x000000000000x000000xx|00xxxxxxxxxxxxxx000000xx|00xxxxxxxxxxxxxx000000xx|00x0000000000000000000xx|00x0000000000000000000xx|00x0000000000000000000xx|0000000000000000000000xx|x000000000000000000000xx|xxx0000000000000000000xx', 'none');
/*!40000 ALTER TABLE `rooms_models` ENABLE KEYS */;
-- Dumping structure for table havana.rooms_rights
CREATE TABLE IF NOT EXISTS `rooms_rights` (
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.rooms_rights: ~0 rows (approximately)
DELETE FROM `rooms_rights`;
/*!40000 ALTER TABLE `rooms_rights` DISABLE KEYS */;
/*!40000 ALTER TABLE `rooms_rights` ENABLE KEYS */;
-- Dumping structure for table havana.room_chatlogs
CREATE TABLE IF NOT EXISTS `room_chatlogs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL,
`timestamp` bigint(20) NOT NULL,
`chat_type` tinyint(1) NOT NULL,
`message` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.room_chatlogs: ~0 rows (approximately)
DELETE FROM `room_chatlogs`;
/*!40000 ALTER TABLE `room_chatlogs` DISABLE KEYS */;
/*!40000 ALTER TABLE `room_chatlogs` ENABLE KEYS */;
-- Dumping structure for table havana.room_visits
CREATE TABLE IF NOT EXISTS `room_visits` (
`room_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL DEFAULT 0,
`visited_at` datetime NOT NULL DEFAULT current_timestamp(),
UNIQUE KEY `room_id_user_id` (`room_id`,`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.room_visits: ~0 rows (approximately)
DELETE FROM `room_visits`;
/*!40000 ALTER TABLE `room_visits` DISABLE KEYS */;
/*!40000 ALTER TABLE `room_visits` ENABLE KEYS */;
-- Dumping structure for table havana.settings
CREATE TABLE IF NOT EXISTS `settings` (
`setting` varchar(50) NOT NULL,
`value` longtext NOT NULL DEFAULT '',
PRIMARY KEY (`setting`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.settings: ~0 rows (approximately)
DELETE FROM `settings`;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
-- Dumping structure for table havana.settings_effects
CREATE TABLE IF NOT EXISTS `settings_effects` (
`effect_id` int(11) NOT NULL,
`duration_seconds` int(11) NOT NULL,
PRIMARY KEY (`effect_id`),
UNIQUE KEY `effect_id` (`effect_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.settings_effects: ~26 rows (approximately)
DELETE FROM `settings_effects`;
/*!40000 ALTER TABLE `settings_effects` DISABLE KEYS */;
INSERT INTO `settings_effects` (`effect_id`, `duration_seconds`) VALUES
(1, 3600),
(2, 3600),
(3, 3600),
(4, 3600),
(5, 3600),
(6, 3600),
(7, 3600),
(8, 3600),
(9, 3600),
(10, 3600),
(11, 3600),
(12, 3600),
(13, 3600),
(14, 3600),
(15, 3600),
(16, 3600),
(17, 3600),
(18, 3600),
(19, 172800),
(20, 172800),
(21, 172800),
(22, 172800),
(23, 172800),
(24, 172800),
(25, 172800),
(26, 172800);
/*!40000 ALTER TABLE `settings_effects` ENABLE KEYS */;
-- Dumping structure for table havana.site_articles
CREATE TABLE IF NOT EXISTS `site_articles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(64) DEFAULT 'Undefined Title',
`author_id` int(11) DEFAULT NULL,
`author_override` varchar(50) NOT NULL DEFAULT '',
`short_story` mediumtext DEFAULT NULL,
`full_story` mediumtext DEFAULT 'Undefined Description',
`topstory` varchar(500) DEFAULT '300x187_TS_xantial',
`topstory_override` longtext NOT NULL DEFAULT '',
`article_image` mediumtext NOT NULL DEFAULT '',
`is_published` tinyint(1) NOT NULL DEFAULT 0,
`is_future_published` tinyint(1) NOT NULL DEFAULT 0,
`views` int(11) DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.site_articles: ~0 rows (approximately)
DELETE FROM `site_articles`;
/*!40000 ALTER TABLE `site_articles` DISABLE KEYS */;
/*!40000 ALTER TABLE `site_articles` ENABLE KEYS */;
-- Dumping structure for table havana.site_articles_categories
CREATE TABLE IF NOT EXISTS `site_articles_categories` (
`article_id` int(11) NOT NULL,
`category_id` int(11) NOT NULL,
KEY `article_id` (`article_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- Dumping data for table havana.site_articles_categories: ~0 rows (approximately)
DELETE FROM `site_articles_categories`;
/*!40000 ALTER TABLE `site_articles_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `site_articles_categories` ENABLE KEYS */;
-- Dumping structure for table havana.soundmachine_disks
CREATE TABLE IF NOT EXISTS `soundmachine_disks` (
`item_id` bigint(11) NOT NULL,
`soundmachine_id` bigint(11) NOT NULL DEFAULT 0,
`slot_id` int(11) NOT NULL,
`song_id` int(11) NOT NULL,
`burned_at` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.soundmachine_disks: ~0 rows (approximately)
DELETE FROM `soundmachine_disks`;
/*!40000 ALTER TABLE `soundmachine_disks` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_disks` ENABLE KEYS */;
-- Dumping structure for table havana.soundmachine_playlists
CREATE TABLE IF NOT EXISTS `soundmachine_playlists` (
`item_id` bigint(11) NOT NULL,
`song_id` int(11) NOT NULL,
`slot_id` int(11) NOT NULL,
KEY `machineid` (`item_id`),
KEY `songid` (`song_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.soundmachine_playlists: ~0 rows (approximately)
DELETE FROM `soundmachine_playlists`;
/*!40000 ALTER TABLE `soundmachine_playlists` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_playlists` ENABLE KEYS */;
-- Dumping structure for table havana.soundmachine_songs
CREATE TABLE IF NOT EXISTS `soundmachine_songs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT 0,
`title` varchar(100) NOT NULL,
`item_id` bigint(11) NOT NULL,
`length` int(3) NOT NULL DEFAULT 0,
`data` text NOT NULL DEFAULT '',
`burnt` tinyint(1) NOT NULL DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.soundmachine_songs: ~0 rows (approximately)
DELETE FROM `soundmachine_songs`;
/*!40000 ALTER TABLE `soundmachine_songs` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_songs` ENABLE KEYS */;
-- Dumping structure for table havana.soundmachine_tracks
CREATE TABLE IF NOT EXISTS `soundmachine_tracks` (
`soundmachine_id` bigint(11) NOT NULL,
`track_id` int(11) NOT NULL,
`slot_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.soundmachine_tracks: ~0 rows (approximately)
DELETE FROM `soundmachine_tracks`;
/*!40000 ALTER TABLE `soundmachine_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `soundmachine_tracks` ENABLE KEYS */;
-- Dumping structure for table havana.users
CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) NOT NULL,
`password` text NOT NULL DEFAULT '',
`figure` varchar(255) NOT NULL,
`pool_figure` varchar(255) NOT NULL DEFAULT '',
`sex` char(1) NOT NULL DEFAULT 'M',
`motto` varchar(100) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
`credits` int(11) NOT NULL DEFAULT 50,
`pixels` int(11) NOT NULL DEFAULT 0,
`tickets` int(11) NOT NULL DEFAULT 0,
`film` int(11) NOT NULL DEFAULT 0,
`rank` tinyint(1) unsigned NOT NULL DEFAULT 1,
`last_online` datetime NOT NULL DEFAULT current_timestamp(),
`remember_token` varchar(50) DEFAULT NULL,
`is_online` tinyint(1) DEFAULT 0,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`updated_at` datetime NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
`sso_ticket` varchar(255) DEFAULT NULL,
`machine_id` text NOT NULL DEFAULT '',
`club_subscribed` bigint(11) NOT NULL DEFAULT 0,
`club_expiration` bigint(11) NOT NULL DEFAULT 0,
`club_gift_due` bigint(11) NOT NULL DEFAULT 0,
`allow_stalking` tinyint(1) NOT NULL DEFAULT 1,
`allow_friend_requests` tinyint(1) NOT NULL DEFAULT 1,
`online_status_visible` tinyint(1) NOT NULL DEFAULT 1,
`profile_visible` tinyint(1) NOT NULL DEFAULT 1,
`wordfilter_enabled` tinyint(1) NOT NULL DEFAULT 1,
`trade_enabled` tinyint(1) NOT NULL DEFAULT 0,
`trade_ban_expiration` bigint(20) NOT NULL DEFAULT 0,
`sound_enabled` tinyint(1) NOT NULL DEFAULT 1,
`selected_room_id` int(11) NOT NULL DEFAULT 0,
`tutorial_finished` tinyint(1) NOT NULL DEFAULT 0,
`daily_coins_enabled` tinyint(1) NOT NULL DEFAULT 0,
`daily_respect_points` int(11) NOT NULL DEFAULT 3,
`respect_points` int(11) NOT NULL DEFAULT 0,
`respect_day` varchar(11) NOT NULL DEFAULT '',
`respect_given` int(11) NOT NULL DEFAULT 0,
`totem_effect_expiry` bigint(111) NOT NULL DEFAULT 0,
`favourite_group` int(11) NOT NULL DEFAULT 0,
`home_room` int(11) NOT NULL DEFAULT 0,
`has_flash_warning` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`),
KEY `is_online` (`is_online`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users: ~0 rows (approximately)
DELETE FROM `users`;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
-- Dumping structure for table havana.users_achievements
CREATE TABLE IF NOT EXISTS `users_achievements` (
`achievement_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`progress` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_achievements: ~0 rows (approximately)
DELETE FROM `users_achievements`;
/*!40000 ALTER TABLE `users_achievements` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_achievements` ENABLE KEYS */;
-- Dumping structure for table havana.users_badges
CREATE TABLE IF NOT EXISTS `users_badges` (
`user_id` int(11) NOT NULL,
`badge` char(50) NOT NULL,
`equipped` tinyint(4) NOT NULL DEFAULT 0,
`slot_id` int(11) NOT NULL DEFAULT 0,
KEY `users_badges_users_FK` (`user_id`),
KEY `user_id` (`user_id`),
CONSTRAINT `users_badges_users_FK` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_badges: ~0 rows (approximately)
DELETE FROM `users_badges`;
/*!40000 ALTER TABLE `users_badges` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_badges` ENABLE KEYS */;
-- Dumping structure for table havana.users_bans
CREATE TABLE IF NOT EXISTS `users_bans` (
`ban_type` enum('MACHINE_ID','IP_ADDRESS','USER_ID') NOT NULL,
`banned_value` varchar(250) NOT NULL,
`message` text NOT NULL DEFAULT '',
`banned_until` datetime NOT NULL,
`banned_at` datetime NOT NULL DEFAULT current_timestamp(),
`banned_by` int(11) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_bans: ~0 rows (approximately)
DELETE FROM `users_bans`;
/*!40000 ALTER TABLE `users_bans` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_bans` ENABLE KEYS */;
-- Dumping structure for table havana.users_club_gifts
CREATE TABLE IF NOT EXISTS `users_club_gifts` (
`user_id` int(11) NOT NULL,
`sprite` varchar(50) NOT NULL,
`date_received` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_club_gifts: ~0 rows (approximately)
DELETE FROM `users_club_gifts`;
/*!40000 ALTER TABLE `users_club_gifts` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_club_gifts` ENABLE KEYS */;
-- Dumping structure for table havana.users_effects
CREATE TABLE IF NOT EXISTS `users_effects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`effect_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`expiry_date` bigint(11) NOT NULL,
`activated` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_effects: ~0 rows (approximately)
DELETE FROM `users_effects`;
/*!40000 ALTER TABLE `users_effects` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_effects` ENABLE KEYS */;
-- Dumping structure for table havana.users_ip_logs
CREATE TABLE IF NOT EXISTS `users_ip_logs` (
`user_id` int(11) NOT NULL,
`ip_address` varchar(256) NOT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_ip_logs: ~0 rows (approximately)
DELETE FROM `users_ip_logs`;
/*!40000 ALTER TABLE `users_ip_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_ip_logs` ENABLE KEYS */;
-- Dumping structure for table havana.users_mutes
CREATE TABLE IF NOT EXISTS `users_mutes` (
`user_id` int(11) NOT NULL,
`muted_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_mutes: ~0 rows (approximately)
DELETE FROM `users_mutes`;
/*!40000 ALTER TABLE `users_mutes` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_mutes` ENABLE KEYS */;
-- Dumping structure for table havana.users_referred
CREATE TABLE IF NOT EXISTS `users_referred` (
`user_id` int(11) DEFAULT NULL,
`referred_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_referred: ~0 rows (approximately)
DELETE FROM `users_referred`;
/*!40000 ALTER TABLE `users_referred` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_referred` ENABLE KEYS */;
-- Dumping structure for table havana.users_room_favourites
CREATE TABLE IF NOT EXISTS `users_room_favourites` (
`room_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_room_favourites: ~0 rows (approximately)
DELETE FROM `users_room_favourites`;
/*!40000 ALTER TABLE `users_room_favourites` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_room_favourites` ENABLE KEYS */;
-- Dumping structure for table havana.users_room_votes
CREATE TABLE IF NOT EXISTS `users_room_votes` (
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL,
`vote` int(11) NOT NULL,
`expire_time` bigint(11) NOT NULL DEFAULT 0,
KEY `user_id` (`user_id`),
KEY `room_id` (`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_room_votes: ~0 rows (approximately)
DELETE FROM `users_room_votes`;
/*!40000 ALTER TABLE `users_room_votes` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_room_votes` ENABLE KEYS */;
-- Dumping structure for table havana.users_statistics
CREATE TABLE IF NOT EXISTS `users_statistics` (
`user_id` int(11) NOT NULL,
`days_logged_in_row` int(11) NOT NULL DEFAULT 0,
`guestbook_unread_messages` int(11) NOT NULL DEFAULT 0,
`online_time` int(11) NOT NULL DEFAULT 0,
`battleball_score_month` int(11) NOT NULL DEFAULT 0,
`battleball_score_all_time` int(11) NOT NULL DEFAULT 0,
`snowstorm_score_month` int(11) NOT NULL DEFAULT 0,
`snowstorm_score_all_time` int(11) NOT NULL DEFAULT 0,
`wobble_squabble_score_month` int(11) NOT NULL DEFAULT 0,
`wobble_squabble_score_all_time` int(11) NOT NULL DEFAULT 0,
`xp_earned_month` int(11) NOT NULL DEFAULT 0,
`xp_all_time` int(11) NOT NULL DEFAULT 0,
`battleball_games_won` int(11) NOT NULL DEFAULT 0,
`snowstorm_games_won` int(11) NOT NULL DEFAULT 0,
`wobble_squabble_games_won` int(11) NOT NULL DEFAULT 0,
`guided_by` int(11) NOT NULL DEFAULT 0,
`has_tutorial` int(11) NOT NULL DEFAULT 1,
`players_guided` int(11) NOT NULL DEFAULT 0,
`newbie_room_layout` int(11) NOT NULL DEFAULT 0,
`newbie_gift` int(11) NOT NULL DEFAULT 0,
`newbie_gift_time` bigint(11) NOT NULL DEFAULT 0,
`club_gift_due` datetime DEFAULT NULL,
`gifts_due` int(11) NOT NULL DEFAULT 0,
`club_member_time` bigint(11) NOT NULL DEFAULT 0,
`club_member_time_updated` bigint(11) NOT NULL DEFAULT 0,
`activation_code` varchar(255) DEFAULT NULL,
`forgot_password_code` varchar(255) DEFAULT NULL,
`forgot_recovery_requested_time` bigint(11) DEFAULT NULL,
`is_guidable` int(11) NOT NULL DEFAULT 1,
`mute_expires_at` bigint(11) NOT NULL DEFAULT 0,
KEY `activation_code` (`activation_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_statistics: ~0 rows (approximately)
DELETE FROM `users_statistics`;
/*!40000 ALTER TABLE `users_statistics` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_statistics` ENABLE KEYS */;
-- Dumping structure for table havana.users_tags
CREATE TABLE IF NOT EXISTS `users_tags` (
`user_id` int(11) DEFAULT NULL,
`tag` varchar(20) NOT NULL,
`room_id` varchar(20) NOT NULL DEFAULT '0',
`group_id` varchar(20) NOT NULL DEFAULT '0',
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
KEY `user_id` (`user_id`),
KEY `room_id` (`room_id`),
KEY `group_id` (`group_id`),
KEY `tag` (`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_tags: ~0 rows (approximately)
DELETE FROM `users_tags`;
/*!40000 ALTER TABLE `users_tags` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_tags` ENABLE KEYS */;
-- Dumping structure for table havana.users_transactions
CREATE TABLE IF NOT EXISTS `users_transactions` (
`user_id` int(11) NOT NULL,
`item_id` longtext NOT NULL,
`catalogue_id` longtext NOT NULL,
`amount` int(11) NOT NULL,
`description` longtext NOT NULL DEFAULT '',
`credit_cost` int(11) NOT NULL,
`pixel_cost` int(11) NOT NULL,
`created_at` datetime NOT NULL DEFAULT current_timestamp(),
`is_visible` tinyint(1) NOT NULL DEFAULT 1,
KEY `user_id` (`user_id`),
KEY `created_at` (`created_at`),
KEY `is_visible` (`is_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_transactions: ~0 rows (approximately)
DELETE FROM `users_transactions`;
/*!40000 ALTER TABLE `users_transactions` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_transactions` ENABLE KEYS */;
-- Dumping structure for table havana.users_tutorial_progress
CREATE TABLE IF NOT EXISTS `users_tutorial_progress` (
`user_id` int(11) NOT NULL,
`flags` varchar(50) DEFAULT '1,2,3,4,5,6,7,8'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_tutorial_progress: ~0 rows (approximately)
DELETE FROM `users_tutorial_progress`;
/*!40000 ALTER TABLE `users_tutorial_progress` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_tutorial_progress` ENABLE KEYS */;
-- Dumping structure for table havana.users_wardrobes
CREATE TABLE IF NOT EXISTS `users_wardrobes` (
`user_id` int(11) NOT NULL,
`slot_id` tinyint(11) NOT NULL,
`sex` char(1) NOT NULL,
`figure` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.users_wardrobes: ~0 rows (approximately)
DELETE FROM `users_wardrobes`;
/*!40000 ALTER TABLE `users_wardrobes` DISABLE KEYS */;
/*!40000 ALTER TABLE `users_wardrobes` ENABLE KEYS */;
-- Dumping structure for table havana.vouchers
CREATE TABLE IF NOT EXISTS `vouchers` (
`voucher_code` varchar(100) NOT NULL,
`credits` int(11) NOT NULL DEFAULT 0,
`expiry_date` datetime DEFAULT NULL,
`is_single_use` tinyint(11) NOT NULL DEFAULT 1,
`allow_new_users` int(1) NOT NULL DEFAULT 0,
UNIQUE KEY `voucher_code` (`voucher_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.vouchers: ~0 rows (approximately)
DELETE FROM `vouchers`;
/*!40000 ALTER TABLE `vouchers` DISABLE KEYS */;
/*!40000 ALTER TABLE `vouchers` ENABLE KEYS */;
-- Dumping structure for table havana.vouchers_history
CREATE TABLE IF NOT EXISTS `vouchers_history` (
`voucher_code` varchar(100) NOT NULL,
`user_id` int(11) NOT NULL,
`used_at` datetime NOT NULL DEFAULT current_timestamp(),
`credits_redeemed` int(11) DEFAULT NULL,
`items_redeemed` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.vouchers_history: ~0 rows (approximately)
DELETE FROM `vouchers_history`;
/*!40000 ALTER TABLE `vouchers_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `vouchers_history` ENABLE KEYS */;
-- Dumping structure for table havana.vouchers_items
CREATE TABLE IF NOT EXISTS `vouchers_items` (
`voucher_code` varchar(100) NOT NULL,
`catalogue_sale_code` varchar(100) NOT NULL,
KEY `voucher_code` (`voucher_code`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
-- Dumping data for table havana.vouchers_items: ~0 rows (approximately)
DELETE FROM `vouchers_items`;
/*!40000 ALTER TABLE `vouchers_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `vouchers_items` ENABLE KEYS */;
-- Dumping structure for view havana.vw_users_hc_duplicates
-- Creating temporary table to overcome VIEW dependency errors
CREATE TABLE `vw_users_hc_duplicates` (
`gift_count` BIGINT(21) NOT NULL,
`user_id` INT(11) NOT NULL,
`sprite` VARCHAR(50) NOT NULL COLLATE 'utf8mb4_general_ci',
`date_received` DATETIME NOT NULL
) ENGINE=MyISAM;
-- Dumping structure for table havana.wordfilter
CREATE TABLE IF NOT EXISTS `wordfilter` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`word` varchar(100) NOT NULL,
`is_bannable` int(11) NOT NULL DEFAULT 0,
`is_filterable` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`id`),
UNIQUE KEY `word` (`word`)
) ENGINE=InnoDB AUTO_INCREMENT=131 DEFAULT CHARSET=utf8mb4;
-- Dumping data for table havana.wordfilter: ~127 rows (approximately)
DELETE FROM `wordfilter`;
/*!40000 ALTER TABLE `wordfilter` DISABLE KEYS */;
INSERT INTO `wordfilter` (`id`, `word`, `is_bannable`, `is_filterable`) VALUES
(1, 'aaron', 0, 1),
(2, 'anal', 0, 1),
(3, 'anus', 0, 1),
(4, 'arse', 0, 1),
(5, 'ass fuck', 0, 1),
(6, 'ass hole', 0, 1),
(7, 'assfucker', 0, 1),
(8, 'asshole', 0, 1),
(9, 'assshole', 0, 1),
(10, 'bastard', 0, 1),
(11, 'bitch', 0, 1),
(12, 'black cock', 0, 1),
(14, 'boong', 0, 1),
(15, 'cockfucker', 0, 1),
(16, 'cocksuck', 0, 1),
(17, 'cocksucker', 0, 1),
(18, 'coon', 0, 1),
(19, 'coonnass', 0, 1),
(20, 'crap', 0, 1),
(21, 'cunt', 0, 0),
(22, 'cyberfuck', 0, 1),
(23, 'dick', 0, 1),
(24, 'douche', 0, 1),
(25, 'erect', 0, 1),
(26, 'erection', 0, 1),
(27, 'erotic', 0, 1),
(28, 'escort', 0, 1),
(29, 'fag', 0, 0),
(30, 'faggot', 0, 0),
(31, 'fuck', 0, 1),
(32, 'Fuck off', 0, 1),
(33, 'fuck you', 0, 1),
(34, 'fuckass', 0, 1),
(35, 'fuckhole', 0, 1),
(36, 'fuckwit', 0, 1),
(37, 'god damn', 0, 1),
(38, 'goddamn', 0, 1),
(39, 'gook', 0, 1),
(40, 'h4bb0 id', 1, 0),
(41, 'h4bb0 ld', 1, 0),
(42, 'h4bb0,id', 1, 0),
(43, 'h4bb0.1d', 1, 0),
(44, 'h4bb0.id', 1, 0),
(45, 'h4bb0.ld', 1, 0),
(46, 'h4bbo 1d', 1, 0),
(47, 'h4bbo id', 1, 0),
(48, 'h4bbo.1d', 1, 0),
(49, 'h4bbo.id', 1, 0),
(50, 'h4bbo.ld', 1, 0),
(51, 'h4bbo:1d', 1, 0),
(52, 'h4bbo:id', 1, 0),
(53, 'habb0 id', 1, 0),
(54, 'habb0 ld', 1, 0),
(55, 'habb0.d', 1, 0),
(56, 'habb0.id', 1, 0),
(57, 'habb0.¡d', 1, 0),
(58, 'habbb0 id', 1, 0),
(59, 'habbb0 ld', 1, 0),
(60, 'habbb0.id', 1, 0),
(61, 'habbbo . ¡d', 1, 0),
(62, 'habbbo .¡d', 1, 0),
(63, 'habbbo id', 1, 0),
(64, 'habbbo.¡d', 1, 0),
(65, 'habbboid', 1, 0),
(66, 'habbbold', 1, 0),
(67, 'habbo .id', 1, 0),
(68, 'habbo 1d', 1, 0),
(69, 'habbo dot id', 1, 0),
(70, 'habbo id', 1, 0),
(71, 'habbo ld', 1, 0),
(72, 'habbo ¡d', 1, 0),
(73, 'habbo(.)id', 1, 0),
(74, 'habbo,id', 1, 0),
(75, 'habbo,ld', 1, 0),
(76, 'habbo. id', 1, 0),
(77, 'habbo.1d', 1, 0),
(78, 'habbo.id', 1, 0),
(79, 'habbo.ld', 1, 0),
(80, 'habbo.¡d', 1, 0),
(81, 'habbo:id', 1, 0),
(82, 'habbo:ld', 1, 0),
(83, 'habboid', 1, 0),
(84, 'habbold', 1, 0),
(85, 'hard core', 0, 1),
(86, 'hardcore', 0, 1),
(87, 'haββo id', 1, 0),
(88, 'haββo,id', 1, 0),
(89, 'haββo.id', 1, 0),
(90, 'haββo:id', 1, 0),
(91, 'haββoid', 1, 0),
(92, 'homoerotic', 0, 1),
(93, 'hore', 0, 1),
(94, 'mother fucker', 0, 1),
(95, 'motherfuck', 0, 1),
(96, 'motherfucker', 0, 1),
(97, 'nigger', 0, 0),
(98, 'orgasim', 0, 1),
(99, 'orgasm', 0, 1),
(100, 'penis', 0, 1),
(101, 'penisfucker', 0, 1),
(102, 'piss', 0, 1),
(103, 'piss off', 0, 1),
(104, 'porn', 0, 1),
(105, 'porno', 0, 1),
(106, 'pornography', 0, 1),
(107, 'pussy', 0, 1),
(108, 'retard', 0, 1),
(109, 'sadist', 0, 1),
(111, 'sexy', 0, 1),
(112, 'shit', 0, 1),
(113, 'slut', 0, 1),
(114, 'sojobo', 0, 1),
(115, 'son of a bitch', 0, 1),
(116, 'tits', 0, 1),
(117, 'viagra', 0, 1),
(118, 'whore', 0, 1),
(119, 'zaphotel', 0, 0),
(120, 'habfun', 1, 0),
(121, 'hretro', 1, 0),
(122, 'habme.net', 1, 0),
(124, 'habm e.net', 1, 0),
(125, '400+ daily players // free hc // free creds+diamonds', 1, 0),
(126, 'h abme.net', 1, 0),
(127, 'ha bme.net', 1, 0),
(128, 'hab me.net', 1, 0),
(129, 'habme. net', 1, 0),
(130, 'habme .net', 1, 0);
/*!40000 ALTER TABLE `wordfilter` ENABLE KEYS */;
-- Dumping structure for view havana.vw_users_hc_duplicates
-- Removing temporary table and create final VIEW structure
DROP TABLE IF EXISTS `vw_users_hc_duplicates`;
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` VIEW `vw_users_hc_duplicates` AS select count(0) AS `gift_count`,`users_club_gifts`.`user_id` AS `user_id`,`users_club_gifts`.`sprite` AS `sprite`,`users_club_gifts`.`date_received` AS `date_received` from `users_club_gifts` group by `users_club_gifts`.`user_id`,`users_club_gifts`.`date_received`,`users_club_gifts`.`sprite` having count(0) > 1 order by count(0) desc ;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;