PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /var/softaculous/oxwall/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //var/softaculous/oxwall/oxwall.sql

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `oxwall1841`
--

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_attachment`
--

CREATE TABLE `ow_base_attachment` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `addStamp` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `fileName` varchar(100) DEFAULT NULL,
  `origFileName` varchar(100) DEFAULT NULL,
  `size` int(11) NOT NULL DEFAULT '0',
  `bundle` varchar(128) DEFAULT NULL,
  `pluginKey` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`),
  KEY `bundle` (`bundle`),
  KEY `pluginKey` (`pluginKey`),
  KEY `userId_2` (`userId`),
  KEY `bundle_2` (`bundle`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_action`
--

CREATE TABLE `ow_base_authorization_action` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `groupId` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `availableForGuest` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `groupId` (`groupId`,`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=231 ;

--
-- Dumping data for table `ow_base_authorization_action`
--

INSERT INTO `ow_base_authorization_action` VALUES
(11, 6, 'add_comment', 0),
(67, 6, 'search_users', 1),
(171, 6, 'view_profile', 1),
(216, 22, 'add_comment', 0),
(217, 22, 'allow_status_update', 0),
(218, 23, 'upload', 0),
(219, 23, 'view', 1),
(220, 23, 'add_comment', 0),
(221, 24, 'add', 0),
(222, 24, 'view', 1),
(223, 24, 'add_comment', 0),
(224, 25, 'add_friend', 0),
(225, 26, 'read_message', 0),
(226, 26, 'send_message', 0),
(227, 26, 'reply_to_message', 0),
(228, 26, 'read_chat_message', 0),
(229, 26, 'send_chat_message', 0),
(230, 26, 'reply_to_chat_message', 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_group`
--

CREATE TABLE `ow_base_authorization_group` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `moderated` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=27 ;

--
-- Dumping data for table `ow_base_authorization_group`
--

INSERT INTO `ow_base_authorization_group` VALUES
(3, 'rate', 0),
(6, 'base', 1),
(7, 'admin', 1),
(22, 'newsfeed', 1),
(23, 'photo', 1),
(24, 'video', 1),
(25, 'friends', 0),
(26, 'mailbox', 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_moderator`
--

CREATE TABLE `ow_base_authorization_moderator` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ow_base_authorization_moderator`
--

INSERT INTO `ow_base_authorization_moderator` VALUES
(1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_moderator_permission`
--

CREATE TABLE `ow_base_authorization_moderator_permission` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `moderatorId` int(11) NOT NULL,
  `groupId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `moderatorId` (`moderatorId`),
  KEY `groupId` (`groupId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `ow_base_authorization_moderator_permission`
--

INSERT INTO `ow_base_authorization_moderator_permission` VALUES
(1, 1, 6),
(2, 1, 7);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_permission`
--

CREATE TABLE `ow_base_authorization_permission` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `actionId` int(11) NOT NULL,
  `roleId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `actionId` (`actionId`,`roleId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=128 ;

--
-- Dumping data for table `ow_base_authorization_permission`
--

INSERT INTO `ow_base_authorization_permission` VALUES
(42, 11, 12),
(43, 11, 27),
(44, 11, 28),
(45, 11, 29),
(46, 11, 30),
(50, 67, 12),
(51, 67, 27),
(52, 67, 28),
(53, 67, 29),
(54, 67, 30),
(55, 171, 1),
(56, 171, 12),
(57, 171, 27),
(58, 171, 28),
(59, 171, 29),
(60, 171, 30),
(111, 216, 12),
(112, 217, 12),
(113, 218, 12),
(114, 219, 1),
(115, 219, 12),
(116, 220, 12),
(117, 221, 12),
(118, 222, 1),
(119, 222, 12),
(120, 223, 12),
(121, 224, 12),
(122, 225, 12),
(123, 226, 12),
(124, 227, 12),
(125, 228, 12),
(126, 229, 12),
(127, 230, 12);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_role`
--

CREATE TABLE `ow_base_authorization_role` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `sortOrder` int(11) NOT NULL,
  `displayLabel` tinyint(1) DEFAULT '0',
  `custom` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `ow_base_authorization_role`
--

INSERT INTO `ow_base_authorization_role` VALUES
(1, 'guest', 0, 0, NULL),
(12, 'wqewq', 1, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_authorization_user_role`
--

CREATE TABLE `ow_base_authorization_user_role` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `roleId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user2role` (`userId`,`roleId`),
  KEY `userId` (`userId`),
  KEY `roleId` (`roleId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ow_base_authorization_user_role`
--

INSERT INTO `ow_base_authorization_user_role` VALUES
(1, 1, 12);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_avatar`
--

CREATE TABLE `ow_base_avatar` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `hash` int(11) NOT NULL DEFAULT '0',
  `status` varchar(32) NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_billing_gateway`
--

CREATE TABLE `ow_base_billing_gateway` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `gatewayKey` varchar(50) NOT NULL,
  `adapterClassName` varchar(100) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `mobile` tinyint(1) NOT NULL DEFAULT '0',
  `recurring` tinyint(1) NOT NULL DEFAULT '0',
  `dynamic` tinyint(1) DEFAULT '1',
  `hidden` tinyint(1) NOT NULL DEFAULT '0',
  `currencies` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `gatewayKey` (`gatewayKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_billing_gateway_config`
--

CREATE TABLE `ow_base_billing_gateway_config` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `gatewayId` int(10) NOT NULL,
  `name` varchar(50) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_billing_gateway_product`
--

CREATE TABLE `ow_base_billing_gateway_product` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `gatewayId` int(10) NOT NULL,
  `pluginKey` varchar(255) NOT NULL,
  `entityType` varchar(50) NOT NULL,
  `entityId` int(10) NOT NULL,
  `productId` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_billing_product`
--

CREATE TABLE `ow_base_billing_product` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `productKey` varchar(255) NOT NULL,
  `adapterClassName` varchar(100) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `productKey` (`productKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_billing_sale`
--

CREATE TABLE `ow_base_billing_sale` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `pluginKey` varchar(255) DEFAULT NULL,
  `entityKey` varchar(50) NOT NULL,
  `entityId` int(10) DEFAULT NULL,
  `entityDescription` varchar(255) DEFAULT NULL,
  `gatewayId` int(11) NOT NULL,
  `userId` int(11) DEFAULT NULL,
  `transactionUid` varchar(32) DEFAULT NULL,
  `price` float(9,3) NOT NULL,
  `period` int(10) DEFAULT NULL,
  `quantity` int(10) NOT NULL,
  `totalAmount` float(9,3) NOT NULL DEFAULT '0.000',
  `currency` varchar(3) NOT NULL,
  `recurring` tinyint(1) NOT NULL DEFAULT '0',
  `status` enum('init','prepared','verified','delivered','processing','error') NOT NULL DEFAULT 'init',
  `timeStamp` int(10) NOT NULL DEFAULT '0',
  `extraData` text,
  `periodUnits` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `entityKey` (`entityKey`),
  KEY `entityId` (`entityId`),
  KEY `userId` (`userId`),
  KEY `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_cache`
--

CREATE TABLE `ow_base_cache` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(255) NOT NULL,
  `content` longtext NOT NULL,
  `expireTimestamp` int(11) NOT NULL,
  `instantLoad` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `key_index` (`key`),
  KEY `expire_index` (`expireTimestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_cache_tag`
--

CREATE TABLE `ow_base_cache_tag` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tag` varchar(255) NOT NULL,
  `cacheId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `tag_index` (`tag`),
  KEY `cacheId_index` (`cacheId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_comment`
--

CREATE TABLE `ow_base_comment` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `commentEntityId` int(11) NOT NULL,
  `message` text NOT NULL,
  `createStamp` int(11) NOT NULL,
  `attachment` text,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`),
  KEY `commentEntityId` (`commentEntityId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_comment_entity`
--

CREATE TABLE `ow_base_comment_entity` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityType` varchar(255) NOT NULL,
  `entityId` int(11) NOT NULL,
  `pluginKey` varchar(100) NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityType` (`entityType`,`entityId`),
  KEY `pluginKey` (`pluginKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component`
--

CREATE TABLE `ow_base_component` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `className` varchar(50) NOT NULL,
  `clonable` tinyint(1) NOT NULL DEFAULT '0',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=818 ;

--
-- Dumping data for table `ow_base_component`
--

INSERT INTO `ow_base_component` VALUES
(70, 'BASE_CMP_AboutMeWidget', 0),
(69, 'BASE_CMP_RssWidget', 1),
(68, 'BASE_CMP_UserViewWidget', 0),
(67, 'BASE_CMP_JoinNowWidget', 0),
(66, 'BASE_CMP_ProfileWallWidget', 0),
(65, 'BASE_CMP_UserAvatarWidget', 0),
(64, 'BASE_CMP_IndexWallWidget', 0),
(61, 'BASE_CMP_AddNewContent', 0),
(62, 'BASE_CMP_CustomHtmlWidget', 1),
(63, 'BASE_CMP_UserListWidget', 0),
(207, 'BASE_CMP_MyAvatarWidget', 0),
(761, 'BASE_CMP_QuickLinksWidget', 0),
(762, 'BASE_MCMP_CustomHtmlWidget', 1),
(763, 'BASE_MCMP_RssWidget', 1),
(764, 'BASE_MCMP_UserListWidget', 0),
(765, 'BASE_CMP_ModerationToolsWidget', 0),
(766, 'BASE_CMP_WelcomeWidget', 0),
(767, 'BASE_MCMP_JoinNowWidget', 0),
(768, 'ADMIN_CMP_FinanceStatisticWidget', 0),
(769, 'ADMIN_CMP_UserStatisticWidget', 0),
(770, 'ADMIN_CMP_ContentStatisticWidget', 0),
(794, 'GROUPS_CMP_InviteWidget', 0),
(808, 'NEWSFEED_CMP_MyFeedWidget', 0),
(809, 'NEWSFEED_CMP_UserFeedWidget', 0),
(810, 'NEWSFEED_CMP_SiteFeedWidget', 0),
(811, 'SLIDESHOW_CMP_SlideshowWidget', 1),
(812, 'PHOTO_CMP_PhotoListWidget', 0),
(813, 'PHOTO_CMP_UserPhotoAlbumsWidget', 0),
(814, 'PHOTO_MCMP_PhotoListWidget', 0),
(815, 'VIDEO_CMP_VideoListWidget', 0),
(816, 'VIDEO_CMP_UserVideoListWidget', 0),
(817, 'FRIENDS_CMP_UserWidget', 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_entity_place`
--

CREATE TABLE `ow_base_component_entity_place` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `componentId` int(11) NOT NULL,
  `placeId` int(11) NOT NULL,
  `clone` tinyint(4) NOT NULL DEFAULT '0',
  `entityId` int(11) NOT NULL,
  `uniqName` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`entityId`,`uniqName`),
  KEY `componentId` (`componentId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_entity_position`
--

CREATE TABLE `ow_base_component_entity_position` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `componentPlaceUniqName` varchar(50) NOT NULL,
  `section` enum('top','left','bottom','right') NOT NULL,
  `order` int(11) NOT NULL,
  `entityId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`entityId`,`componentPlaceUniqName`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_entity_setting`
--

CREATE TABLE `ow_base_component_entity_setting` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityId` int(11) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  `componentPlaceUniqName` varchar(50) NOT NULL,
  `type` varchar(20) NOT NULL DEFAULT 'string',
  PRIMARY KEY (`id`),
  UNIQUE KEY `componentUniqName` (`entityId`,`componentPlaceUniqName`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_place`
--

CREATE TABLE `ow_base_component_place` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `componentId` int(11) NOT NULL,
  `placeId` int(11) NOT NULL,
  `clone` tinyint(1) unsigned DEFAULT '0',
  `uniqName` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `uniqName` (`uniqName`),
  KEY `componentId` (`componentId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=100846 ;

--
-- Dumping data for table `ow_base_component_place`
--

INSERT INTO `ow_base_component_place` VALUES
(328, 69, 3, 0, 'profile-BASE_CMP_RssWidget'),
(317, 69, 2, 0, 'index-BASE_CMP_RssWidget'),
(327, 69, 1, 0, 'dashboard-BASE_CMP_RssWidget'),
(324, 67, 2, 0, 'index-BASE_CMP_JoinNowWidget'),
(325, 68, 3, 0, 'profile-BASE_CMP_UserViewWidget'),
(323, 66, 3, 0, 'profile-BASE_CMP_ProfileWallWidget'),
(329, 70, 3, 0, 'profile-BASE_CMP_AboutMeWidget'),
(322, 65, 3, 0, 'profile-BASE_CMP_UserAvatarWidget'),
(321, 64, 2, 0, 'index-BASE_CMP_IndexWallWidget'),
(318, 62, 1, 0, 'dashboard-BASE_CMP_CustomHtmlWidget'),
(319, 62, 3, 0, 'profile-BASE_CMP_CustomHtmlWidget'),
(320, 63, 2, 0, 'index-BASE_CMP_UserListWidget'),
(326, 62, 2, 0, 'index-BASE_CMP_CustomHtmlWidget'),
(316, 61, 2, 0, 'index-BASE_CMP_AddNewContent'),
(100001, 62, 2, 1, 'admin-4b543d8cdc488'),
(100790, 766, 1, 0, 'dashboard-BASE_CMP_WelcomeWidget'),
(100152, 207, 2, 0, 'index-BASE_CMP_MyAvatarWidget'),
(100775, 761, 1, 0, 'dashboard-BASE_CMP_QuickLinksWidget'),
(100776, 762, 6, 0, 'mobile.dashboard-BASE_MCMP_CustomHtmlWidget'),
(100777, 762, 5, 0, 'mobile.index-BASE_MCMP_CustomHtmlWidget'),
(100778, 763, 6, 0, 'mobile.dashboard-BASE_MCMP_RssWidget'),
(100779, 763, 5, 0, 'mobile.index-BASE_MCMP_RssWidget'),
(100780, 764, 6, 0, 'mobile.dashboard-BASE_MCMP_UserListWidget'),
(100781, 764, 5, 0, 'mobile.index-BASE_MCMP_UserListWidget'),
(100787, 762, 5, 1, 'admin-5295f2e03ec8a'),
(100788, 762, 5, 1, 'admin-5295f2e40db5c'),
(100789, 765, 1, 0, 'dashboard-BASE_CMP_ModerationToolsWidget'),
(100791, 767, 5, 0, 'mobile.index-BASE_MCMP_JoinNowWidget'),
(100792, 62, 7, 0, 'admin.dashboard-BASE_CMP_CustomHtmlWidget'),
(100793, 69, 7, 0, 'admin.dashboard-BASE_CMP_RssWidget'),
(100794, 768, 7, 0, 'admin.dashboard-ADMIN_CMP_FinanceStatisticWidget'),
(100795, 769, 7, 0, 'admin.dashboard-ADMIN_CMP_UserStatisticWidget'),
(100796, 770, 7, 0, 'admin.dashboard-ADMIN_CMP_ContentStatisticWidget'),
(100836, 808, 1, 0, 'dashboard-NEWSFEED_CMP_MyFeedWidget'),
(100837, 809, 3, 0, 'profile-NEWSFEED_CMP_UserFeedWidget'),
(100838, 810, 2, 0, 'index-NEWSFEED_CMP_SiteFeedWidget'),
(100839, 811, 2, 0, 'index-SLIDESHOW_CMP_SlideshowWidget'),
(100840, 812, 2, 0, 'index-PHOTO_CMP_PhotoListWidget'),
(100841, 813, 3, 0, 'profile-PHOTO_CMP_UserPhotoAlbumsWidget'),
(100842, 814, 5, 0, 'mobile.index-PHOTO_MCMP_PhotoListWidget'),
(100843, 815, 2, 0, 'index-VIDEO_CMP_VideoListWidget'),
(100844, 816, 3, 0, 'profile-VIDEO_CMP_UserVideoListWidget'),
(100845, 817, 3, 0, 'profile-FRIENDS_CMP_UserWidget');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_place_cache`
--

CREATE TABLE `ow_base_component_place_cache` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placeId` int(11) NOT NULL,
  `state` longtext NOT NULL,
  `entityId` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userId` (`entityId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_position`
--

CREATE TABLE `ow_base_component_position` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `componentPlaceUniqName` varchar(50) NOT NULL DEFAULT '',
  `section` varchar(100) DEFAULT NULL,
  `order` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `componentPlaceUniqName` (`componentPlaceUniqName`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=11446 ;

--
-- Dumping data for table `ow_base_component_position`
--

INSERT INTO `ow_base_component_position` VALUES
(6975, 'admin-4c627f1bdc9db', 'top', 0),
(6986, 'admin-4c62811170310', 'top', 0),
(10404, 'index-BASE_CMP_AddNewContent', 'sidebar', 1),
(10403, 'index-BASE_CMP_MyAvatarWidget', 'sidebar', 0),
(11430, 'mobile.index-BASE_MCMP_UserListWidget', 'mobile.main', 2),
(11429, 'admin-5295f2e40db5c', 'mobile.main', 1),
(11305, 'dashboard-BASE_CMP_QuickLinksWidget', 'right', 3),
(11304, 'dashboard-BASE_CMP_WelcomeWidget', 'right', 2),
(11274, 'admin.dashboard-ADMIN_CMP_UserStatisticWidget', 'top', 1),
(11273, 'admin.dashboard-ADMIN_CMP_FinanceStatisticWidget', 'top', 0),
(11275, 'admin.dashboard-ADMIN_CMP_ContentStatisticWidget', 'top', 2),
(11303, 'dashboard-BASE_CMP_ModerationToolsWidget', 'right', 1),
(11435, 'index-PHOTO_CMP_PhotoListWidget', 'left', 2),
(11428, 'admin-5295f2e03ec8a', 'mobile.main', 0),
(11419, 'profile-NEWSFEED_CMP_UserFeedWidget', 'right', 0),
(11442, 'profile-BASE_CMP_AboutMeWidget', 'left', 1),
(11443, 'profile-PHOTO_CMP_UserPhotoAlbumsWidget', 'left', 2),
(11418, 'dashboard-NEWSFEED_CMP_MyFeedWidget', 'left', 0),
(11420, 'profile-BASE_CMP_UserViewWidget', 'right', 1),
(11421, 'index-NEWSFEED_CMP_SiteFeedWidget', 'right', 0),
(11434, 'index-BASE_CMP_UserListWidget', 'left', 1),
(11433, 'admin-4b543d8cdc488', 'left', 0),
(11444, 'profile-VIDEO_CMP_UserVideoListWidget', 'left', 3),
(11431, 'mobile.index-BASE_MCMP_JoinNowWidget', 'mobile.main', 3),
(11432, 'mobile.index-PHOTO_MCMP_PhotoListWidget', 'mobile.main', 4),
(11436, 'index-VIDEO_CMP_VideoListWidget', 'left', 3),
(11441, 'profile-BASE_CMP_UserAvatarWidget', 'left', 0),
(11445, 'profile-FRIENDS_CMP_UserWidget', 'left', 4);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_component_setting`
--

CREATE TABLE `ow_base_component_setting` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `componentPlaceUniqName` varchar(50) NOT NULL,
  `name` varchar(50) NOT NULL,
  `value` longtext NOT NULL,
  `type` varchar(20) NOT NULL DEFAULT 'string',
  PRIMARY KEY (`id`),
  UNIQUE KEY `componentPlaceUniqName` (`componentPlaceUniqName`,`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1447 ;

--
-- Dumping data for table `ow_base_component_setting`
--

INSERT INTO `ow_base_component_setting` VALUES
(775, 'admin-4b543d8cdc488', 'content', 'Welcome to our new site! Feel free to participate in our community!', 'string'),
(776, 'admin-4b543d8cdc488', 'nl_to_br', '0', 'string'),
(777, 'admin-4b543d8cdc488', 'title', 'Welcome', 'string'),
(778, 'admin-4b543d8cdc488', 'show_title', '0', 'string'),
(779, 'admin-4b543d8cdc488', 'icon', 'ow_ic_warning', 'string'),
(780, 'admin-4b543d8cdc488', 'wrap_in_box', '1', 'string'),
(1366, 'admin-4b543d8cdc488', 'freeze', '0', 'string'),
(1431, 'index-BASE_CMP_JoinNowWidget', 'freeze', '0', 'string'),
(1432, 'admin-5295f2e03ec8a', 'content', 'Welcome to our community! Here you''ll find like-minded individuals who are passionate about the same things as you!', 'string'),
(1433, 'admin-5295f2e03ec8a', 'nl_to_br', '0', 'string'),
(1434, 'admin-5295f2e03ec8a', 'title', 'Welcome!', 'string'),
(1435, 'admin-5295f2e03ec8a', 'show_title', '1', 'string'),
(1436, 'admin-5295f2e03ec8a', 'wrap_in_box', '1', 'string'),
(1437, 'admin-5295f2e03ec8a', 'restrict_view', '0', 'string'),
(1438, 'admin-5295f2e03ec8a', 'access_restrictions', '["1","12"]', 'json'),
(1439, 'admin-5295f2e40db5c', 'content', 'Feel free to participate! Take a look around and help yourself.', 'string'),
(1440, 'admin-5295f2e40db5c', 'nl_to_br', '0', 'string'),
(1441, 'admin-5295f2e40db5c', 'title', 'annotation', 'string'),
(1442, 'admin-5295f2e40db5c', 'show_title', '0', 'string'),
(1443, 'admin-5295f2e40db5c', 'wrap_in_box', '0', 'string'),
(1444, 'admin-5295f2e40db5c', 'restrict_view', '0', 'string'),
(1445, 'admin-5295f2e40db5c', 'access_restrictions', '["1","12"]', 'json'),
(1446, 'mobile.dashboard-BASE_MCMP_UserListWidget', 'freeze', '0', 'string');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_config`
--

CREATE TABLE `ow_base_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `value` text,
  `description` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `key` (`key`,`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=889 ;

--
-- Dumping data for table `ow_base_config`
--

INSERT INTO `ow_base_config` VALUES
(16, 'base', 'avatar_big_size', '190', 'User avatar width'),
(17, 'base', 'avatar_size', '90', 'User avatar height'),
(18, 'admin', 'admin_menu_state', '[]', NULL),
(19, 'base', 'selectedTheme', 'simplicity', 'Selected theme.'),
(20, 'base', 'military_time', '1', 'Desc'),
(21, 'base', 'site_name', '[[site_name]]', 'Site name'),
(22, 'base', 'confirm_email', '1', 'Confirm email'),
(23, 'base', 'user_view_presentation', 'table', 'User view presentation'),
(24, 'base', 'site_tagline', '[[site_desc]]', 'Site tagline'),
(25, 'base', 'site_description', 'Just another Oxwall site', 'Site Description'),
(26, 'base', 'site_timezone', 'US/Pacific', 'Site Timezone'),
(27, 'base', 'site_use_relative_time', '1', 'Use relative date/time'),
(31, 'base', 'display_name_question', 'realname', 'Question used for display name'),
(32, 'base', 'site_email', '[[admin_email]]', 'Email address from which your users will receive notifications and mass mailing.'),
(34, 'base', 'google_analytics', NULL, NULL),
(46, 'base', 'mail_smtp_enabled', '0', 'Smtp enabled'),
(45, 'base', 'date_field_format', 'dmy', 'Date format'),
(47, 'base', 'mail_smtp_host', 'Host', 'Smtp Host'),
(48, 'base', 'mail_smtp_user', 'Username', 'Smtp User'),
(49, 'base', 'mail_smtp_password', 'Password', 'Smtp passwprd'),
(50, 'base', 'mail_smtp_port', 'Port', 'Smtp Port'),
(51, 'base', 'mail_smtp_connection_prefix', '', 'Smpt connection prefix (tsl, ssl)'),
(56, 'base', 'splash_screen', '0', NULL),
(57, 'base', 'who_can_join', '1', NULL),
(58, 'base', 'who_can_invite', '1', NULL),
(59, 'base', 'guests_can_view', '1', NULL),
(61, 'base', 'guests_can_view_password', '', NULL),
(62, 'base', 'splash_leave_url', 'http://google.com', NULL),
(70, 'base', 'maintenance', '0', NULL),
(69, 'base', 'mandatory_user_approve', '0', 'mandatory_user_approve'),
(74, 'base', 'billing_currency', 'USD', 'Site currency 3-char code'),
(730, 'base', 'site_statistics_disallowed_entity_types', 'user-status,avatar-change', NULL),
(79, 'base', 'tf_max_pic_size', '2.500000', NULL),
(80, 'base', 'soft_build', '10800', 'Current soft version'),
(81, 'base', 'update_soft', '0', 'Soft core update flag'),
(85, 'base', 'unverify_site_email', '', 'Email address from which your users will receive notifications and mass mailing.'),
(115, 'base', 'soft_version', '1.8.4', NULL),
(139, 'base', 'site_installed', '1', NULL),
(140, 'base', 'check_mupdates_ts', '[[timestamp]]', 'Last manual updates check timestamp.'),
(676, 'contact_importer', 'yahoo_consumer_key', '', ''),
(674, 'contact_importer', 'facebook_app_secret', '', ''),
(179, 'admin', 'mass_mailing_timestamp', '0', NULL),
(200, 'base', 'dev_mode', '0', NULL),
(725, 'base', 'log_file_max_size_mb', '20', NULL),
(726, 'base', 'attch_file_max_size_mb', '2', NULL),
(727, 'base', 'attch_ext_list', '["txt","doc","docx","sql","csv","xls","ppt","pdf","jpg","jpeg","png","gif","bmp","psd","ai","avi","wmv","mp3","3gp","flv","mkv","mpeg","mpg","swf","zip","gz","tgz","gzip","7z","bzip2","rar"]', NULL),
(723, 'base', 'admin_cookie', 'gim4juZyZOwIMIhOzYXo7adAs3s2lOqe', NULL),
(724, 'base', 'disable_mobile_context', '0', NULL),
(241, 'base', 'default_avatar', '[]', 'Default avatar'),
(249, 'base', 'language_switch_allowed', '1', 'Allow users switch languages on site'),
(276, 'base', 'rss_loading', '0', NULL),
(277, 'base', 'cron_is_active', '1', 'Flag showing if cron script is activated after soft install'),
(675, 'contact_importer', 'yahoo_app_id', '', ''),
(673, 'contact_importer', 'facebook_api_key', '', ''),
(348, 'base', 'users_count_on_page', '30', 'Users count on page'),
(367, 'base', 'join_display_photo_upload', 'display', 'Display ''Photo Upload'' field on Join page.'),
(368, 'base', 'join_photo_upload_set_required', '1', 'Make ''Photo Upload'' a required field on Join Page.'),
(369, 'base', 'join_display_terms_of_use', NULL, 'Display ''Terms of use'' field on Join page.'),
(448, 'base', 'favicon', '1', NULL),
(404, 'base', 'html_head_code', '', 'Code (meta, css, js) added from admin panel into head section of HTML document.'),
(405, 'base', 'html_prebody_code', '', 'Code (js) added before ''body'' closing tag.'),
(678, 'contact_importer', 'yahoo_consumer_secret', '', ''),
(444, 'base', 'tf_user_custom_html_disable', '1', NULL),
(445, 'base', 'tf_user_rich_media_disable', '0', NULL),
(446, 'base', 'tf_comments_rich_media_disable', '0', NULL),
(447, 'base', 'tf_resource_list', '["clipfish.de","youtube.com","google.com","metacafe.com","myspace.com","novamov.com","myvideo.de"]', NULL),
(677, 'contact_importer', 'yahoo_domain_verification_file', '', ''),
(683, 'base', 'cachedEntitiesPostfix', '[[cachedEntitiesPostfix]]', NULL),
(685, 'base', 'master_page_theme_info', '[]', NULL),
(686, 'base', 'user_invites_limit', '50', NULL),
(687, 'base', 'profile_question_edit_stamp', '1402999957', NULL),
(688, 'base', 'install_complete', '1', NULL),
(728, 'base', 'users_on_page', '12', NULL),
(729, 'base', 'avatar_max_upload_size', '1', 'Enable file attachments'),
(749, 'base', 'cron_is_configured', '0', NULL),
(750, 'base', 'enable_captcha', 'true', 'is captcha enabled on join form?'),
(836, 'base', 'seo_sitemap_build_finished', '0', NULL),
(837, 'base', 'seo_sitemap_max_urls_in_file', '4000', NULL),
(838, 'base', 'seo_sitemap_entitites_max_count', '200000', NULL),
(839, 'base', 'seo_sitemap_entitites_limit', '500', NULL),
(840, 'base', 'seo_sitemap_build_in_progress', '0', NULL),
(841, 'base', 'seo_sitemap_in_progress', '0', NULL),
(842, 'base', 'seo_sitemap_in_progress_time', '[[timestamp]]', NULL),
(843, 'base', 'seo_sitemap_last_build', '0', NULL),
(844, 'base', 'seo_sitemap_last_start', '0', NULL),
(845, 'base', 'seo_sitemap_entities', '{"base_pages":{"lang_prefix":"admin","label":"seo_sitemap_base_pages","description":null,"items":[{"name":"base_pages","data_fetched":true,"urls_count":7}],"enabled":true,"priority":1,"changefreq":"weekly"},"users":{"lang_prefix":"admin","label":"seo_sitemap_users","description":"seo_sitemap_users_desc","items":[{"name":"user_list","data_fetched":false,"urls_count":0},{"name":"users","data_fetched":false,"urls_count":0}],"enabled":true,"priority":0.5,"changefreq":"weekly"},"photos":{"lang_prefix":"photo","label":"photo_sitemap","description":null,"items":[{"name":"photo_list","data_fetched":false,"urls_count":0},{"name":"photos","data_fetched":false,"urls_count":0},{"name":"photos_latest","data_fetched":false,"urls_count":0},{"name":"photos_toprated","data_fetched":false,"urls_count":0},{"name":"photos_most_discussed","data_fetched":false,"urls_count":0},{"name":"photo_albums","data_fetched":false,"urls_count":0},{"name":"photo_tags","data_fetched":false,"urls_count":0},{"name":"photo_user_albums","data_fetched":false,"urls_count":0},{"name":"photo_users","data_fetched":false,"urls_count":0}],"enabled":true,"priority":0.5,"changefreq":"weekly"},"video":{"lang_prefix":"video","label":"video_sitemap","description":null,"items":[{"name":"video_list","data_fetched":false,"urls_count":0},{"name":"video_tags","data_fetched":false,"urls_count":0},{"name":"video","data_fetched":false,"urls_count":0},{"name":"video_authors","data_fetched":false,"urls_count":0}],"enabled":true,"priority":0.5,"changefreq":"weekly"}}', NULL),
(846, 'base', 'seo_sitemap_schedule_update', 'weekly', NULL),
(847, 'base', 'seo_sitemap_index', '0', NULL),
(848, 'base', 'seo_meta_info', '{"disabledEntities":[]}', NULL),
(849, 'base', 'seo_social_meta_logo_name', '', NULL),
(850, 'newsfeed', 'allow_likes', '1', 'Allow Likes'),
(851, 'newsfeed', 'allow_comments', '1', 'Allow Comments'),
(852, 'newsfeed', 'comments_count', '3', 'Count of comments'),
(853, 'newsfeed', 'index_status_enabled', '1', 'Index status is enabled'),
(854, 'newsfeed', 'features_expanded', '1', 'Comments and likes box is expanded'),
(855, 'newsfeed', 'disabled_action_types', '', NULL),
(856, 'newsfeed', 'is_once_initialized', '1', NULL),
(857, 'mailbox', 'results_per_page', '10', 'Conversations number per page'),
(858, 'mailbox', 'enable_attachments', '1', 'Enable file attachments'),
(859, 'mailbox', 'active_modes', '["mail","chat"]', NULL),
(860, 'mailbox', 'show_all_members', '0', NULL),
(861, 'mailbox', 'updated_to_messages', '1', NULL),
(862, 'mailbox', 'install_complete', '1', NULL),
(863, 'mailbox', 'last_attachment_id', '0', NULL),
(864, 'mailbox', 'plugin_update_timestamp', '0', NULL),
(865, 'mailbox', 'send_message_interval', '60', NULL),
(866, 'slideshow', 'uninstall_inprogress', '0', 'Plugin is being uninstalled'),
(867, 'slideshow', 'uninstall_cron_busy', '0', 'Uninstall queue is busy'),
(868, 'photo', 'accepted_filesize', '32', 'Maximum accepted file size'),
(869, 'photo', 'main_image_width', '960', 'Main image width'),
(870, 'photo', 'main_image_height', '640', 'Main image height'),
(871, 'photo', 'preview_image_width', '140', 'Preview image width'),
(872, 'photo', 'preview_image_height', '140', 'Preview image height'),
(873, 'photo', 'photos_per_page', '20', 'Photos per page'),
(874, 'photo', 'album_quota', '400', 'Maximum number of photos per album'),
(875, 'photo', 'user_quota', '5000', 'Maximum number of photos per user'),
(876, 'photo', 'store_fullsize', '1', 'Store full-size photos'),
(877, 'photo', 'uninstall_inprogress', '0', 'Plugin is being uninstalled'),
(878, 'photo', 'uninstall_cron_busy', '0', 'Uninstall queue is busy'),
(879, 'photo', 'maintenance_mode_state', '0', 'Stores site maintenance mode config before plugin uninstallation'),
(880, 'photo', 'fullsize_resolution', '1024', 'Full-size photo resolution'),
(881, 'photo', 'photo_list_view_classic', '0', NULL),
(882, 'photo', 'album_list_view_classic', '0', NULL),
(883, 'photo', 'photo_view_classic', '0', NULL),
(884, 'photo', 'download_accept', '1', NULL),
(885, 'video', 'player_width', '619', 'Main video player width'),
(886, 'video', 'player_height', '464', 'Main video player height'),
(887, 'video', 'user_quota', '500', 'Maximum number of videos per user'),
(888, 'video', 'videos_per_page', '20', 'Videos per page');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_cron_job`
--

CREATE TABLE `ow_base_cron_job` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `methodName` varchar(200) NOT NULL DEFAULT '',
  `runStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `className` (`methodName`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=37 ;

--
-- Dumping data for table `ow_base_cron_job`
--

INSERT INTO `ow_base_cron_job` VALUES
(1, 'BASE_Cron::run', [[timestamp]]),
(2, 'BASE_Cron::dbCacheProcess', [[timestamp]]),
(3, 'BASE_Cron::mailQueueProcess', [[timestamp]]),
(4, 'BASE_Cron::deleteExpiredOnlineUserProcess', [[timestamp]]),
(5, 'BASE_Cron::checkPluginUpdates', [[timestamp]]),
(6, 'BASE_Cron::deleteExpiredPasswordResetCodes', [[timestamp]]),
(7, 'BASE_Cron::resetCronFlag', [[timestamp]]),
(8, 'BASE_Cron::rmTempAttachments', [[timestamp]]),
(9, 'BASE_Cron::rmTempAvatars', [[timestamp]]),
(10, 'BASE_Cron::deleteExpiredCache', [[timestamp]]),
(11, 'BASE_Cron::dropLogFile', [[timestamp]]),
(12, 'BASE_Cron::clearMySqlSearchIndex', [[timestamp]]),
(13, 'BASE_Cron::expireSearchResultList', [[timestamp]]),
(14, 'BASE_Cron::generateSitemap', [[timestamp]]),
(15, 'BASE_Cron::checkRealCron', [[timestamp]]),
(16, 'NEWSFEED_Cron::run', [[timestamp]]),
(17, 'NEWSFEED_Cron::deleteActionSet', [[timestamp]]),
(18, 'NEWSFEED_Cron::deleteExpired', [[timestamp]]),
(19, 'MAILBOX_Cron::run', [[timestamp]]),
(20, 'MAILBOX_Cron::resetAllUsersLastData', [[timestamp]]),
(21, 'MAILBOX_Cron::deleteAttachmentFiles', [[timestamp]]),
(22, 'NOTIFICATIONS_Cron::run', [[timestamp]]),
(23, 'NOTIFICATIONS_Cron::expireUnsubscribe', [[timestamp]]),
(24, 'NOTIFICATIONS_Cron::deleteExpired', [[timestamp]]),
(25, 'NOTIFICATIONS_Cron::fillSendQueue', [[timestamp]]),
(26, 'SLIDESHOW_Cron::run', [[timestamp]]),
(27, 'SLIDESHOW_Cron::slideDeleteProcess', [[timestamp]]),
(28, 'SLIDESHOW_Cron::slideshowUninstallProcess', [[timestamp]]),
(29, 'PHOTO_Cron::run', [[timestamp]]),
(30, 'PHOTO_Cron::albumsDeleteProcess', [[timestamp]]),
(31, 'PHOTO_Cron::contentIndexing', [[timestamp]]),
(32, 'PHOTO_Cron::cleareCache', [[timestamp]]),
(33, 'PHOTO_Cron::deleteLimitedPhotos', [[timestamp]]),
(34, 'PHOTO_Cron::updatePhotoTags', [[timestamp]]),
(35, 'VIDEO_Cron::run', [[timestamp]]),
(36, 'VIDEO_Cron::thumbsCacheProcess', [[timestamp]]);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_db_cache`
--

CREATE TABLE `ow_base_db_cache` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `value` mediumtext NOT NULL,
  `expireStamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_document`
--

CREATE TABLE `ow_base_document` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(255) NOT NULL,
  `class` varchar(255) DEFAULT NULL,
  `action` varchar(255) DEFAULT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `isStatic` tinyint(1) NOT NULL DEFAULT '0',
  `isMobile` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `key` (`key`),
  KEY `uriIndex` (`uri`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=56 ;

--
-- Dumping data for table `ow_base_document`
--

INSERT INTO `ow_base_document` VALUES
(3, 'admin_pages', 'ADMIN_Pages', 'index', NULL, 0, 0),
(23, 'page-679283', NULL, NULL, 'join', 1, 0),
(39, 'page-119658', NULL, NULL, 'terms-of-use', 1, 0),
(54, 'page_81959573', NULL, NULL, 'privacy-policy', 1, 0),
(55, 'mobile_page_14788567', NULL, NULL, 'terms-of-use', 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_email_verify`
--

CREATE TABLE `ow_base_email_verify` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(10) NOT NULL DEFAULT '0',
  `type` enum('user','site') NOT NULL,
  `email` varchar(128) NOT NULL,
  `hash` varchar(32) NOT NULL,
  `createStamp` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_entity_tag`
--

CREATE TABLE `ow_base_entity_tag` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityId` int(10) unsigned NOT NULL,
  `entityType` varchar(255) NOT NULL,
  `tagId` int(10) unsigned NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `entityId` (`entityId`),
  KEY `entityType` (`entityType`),
  KEY `tagId` (`tagId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_file`
--

CREATE TABLE `ow_base_file` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `addDatetime` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_flag`
--

CREATE TABLE `ow_base_flag` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityType` varchar(100) NOT NULL,
  `entityId` int(11) DEFAULT NULL,
  `userId` int(11) DEFAULT NULL,
  `reason` varchar(50) DEFAULT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityType` (`entityType`,`entityId`,`userId`),
  KEY `timeStamp` (`timeStamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_geolocationdata_ipv4`
--

CREATE TABLE `ow_base_geolocationdata_ipv4` (
  `ipFrom` varchar(200) NOT NULL,
  `IpTo` varchar(200) DEFAULT NULL,
  `cc2` varchar(200) NOT NULL,
  `cc3` varchar(200) DEFAULT NULL,
  `name` varchar(200) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_geolocation_country`
--

CREATE TABLE `ow_base_geolocation_country` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cc2` char(2) NOT NULL,
  `cc3` char(3) NOT NULL,
  `name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=239 ;

--
-- Dumping data for table `ow_base_geolocation_country`
--

INSERT INTO `ow_base_geolocation_country` VALUES
(1, 'AW', 'ABW', 'ARUBA'),
(2, 'AF', 'AFG', 'AFGHANISTAN'),
(3, 'AO', 'AGO', 'ANGOLA'),
(4, 'AI', 'AIA', 'ANGUILLA'),
(5, 'AL', 'ALB', 'ALBANIA'),
(6, 'AD', 'AND', 'ANDORRA'),
(7, 'AN', 'ANT', 'NETHERLANDS ANTILLES'),
(8, 'AE', 'ARE', 'UNITED ARAB EMIRATES'),
(9, 'AR', 'ARG', 'ARGENTINA'),
(10, 'AM', 'ARM', 'ARMENIA'),
(11, 'AS', 'ASM', 'AMERICAN SAMOA'),
(12, 'AQ', 'ATA', 'ANTARCTICA'),
(13, 'TF', 'ATF', 'FRENCH SOUTHERN TERRITORIES'),
(14, 'AG', 'ATG', 'ANTIGUA AND BARBUDA'),
(15, 'AU', 'AUS', 'AUSTRALIA'),
(16, 'AT', 'AUT', 'AUSTRIA'),
(17, 'AZ', 'AZE', 'AZERBAIJAN'),
(18, 'BI', 'BDI', 'BURUNDI'),
(19, 'BE', 'BEL', 'BELGIUM'),
(20, 'BJ', 'BEN', 'BENIN'),
(21, 'BF', 'BFA', 'BURKINA FASO'),
(22, 'BD', 'BGD', 'BANGLADESH'),
(23, 'BG', 'BGR', 'BULGARIA'),
(24, 'BH', 'BHR', 'BAHRAIN'),
(25, 'BS', 'BHS', 'BAHAMAS'),
(26, 'BA', 'BIH', 'BOSNIA AND HERZEGOVINA'),
(27, 'BY', 'BLR', 'BELARUS'),
(28, 'BZ', 'BLZ', 'BELIZE'),
(29, 'BM', 'BMU', 'BERMUDA'),
(30, 'BO', 'BOL', 'BOLIVIA'),
(31, 'BR', 'BRA', 'BRAZIL'),
(32, 'BB', 'BRB', 'BARBADOS'),
(33, 'BN', 'BRN', 'BRUNEI DARUSSALAM'),
(34, 'BT', 'BTN', 'BHUTAN'),
(35, 'BV', 'BVT', 'BOUVET ISLAND'),
(36, 'BW', 'BWA', 'BOTSWANA'),
(37, 'CF', 'CAF', 'CENTRAL AFRICAN REPUBLIC'),
(38, 'CA', 'CAN', 'CANADA'),
(39, 'CH', 'CHE', 'SWITZERLAND'),
(40, 'CL', 'CHL', 'CHILE'),
(41, 'CN', 'CHN', 'CHINA'),
(42, 'CI', 'CIV', 'COTE D''IVOIRE'),
(43, 'CM', 'CMR', 'CAMEROON'),
(44, 'CD', 'COD', 'THE DEMOCRATIC REPUBLIC OF THE CONGO'),
(45, 'CG', 'COG', 'CONGO'),
(46, 'CK', 'COK', 'COOK ISLANDS'),
(47, 'CO', 'COL', 'COLOMBIA'),
(48, 'KM', 'COM', 'COMOROS'),
(49, 'CV', 'CPV', 'CAPE VERDE'),
(50, 'CR', 'CRI', 'COSTA RICA'),
(51, 'CU', 'CUB', 'CUBA'),
(52, 'KY', 'CYM', 'CAYMAN ISLANDS'),
(53, 'CY', 'CYP', 'CYPRUS'),
(54, 'CZ', 'CZE', 'CZECH REPUBLIC'),
(55, 'DE', 'DEU', 'GERMANY'),
(56, 'DJ', 'DJI', 'DJIBOUTI'),
(57, 'DM', 'DMA', 'DOMINICA'),
(58, 'DK', 'DNK', 'DENMARK'),
(59, 'DO', 'DOM', 'DOMINICAN REPUBLIC'),
(60, 'DZ', 'DZA', 'ALGERIA'),
(61, 'EC', 'ECU', 'ECUADOR'),
(62, 'EG', 'EGY', 'EGYPT'),
(63, 'ER', 'ERI', 'ERITREA'),
(64, 'ES', 'ESP', 'SPAIN'),
(65, 'EE', 'EST', 'ESTONIA'),
(66, 'ET', 'ETH', 'ETHIOPIA'),
(67, 'FI', 'FIN', 'FINLAND'),
(68, 'FJ', 'FJI', 'FIJI'),
(69, 'FK', 'FLK', 'FALKLAND ISLANDS (MALVINAS)'),
(70, 'FR', 'FRA', 'FRANCE'),
(71, 'FO', 'FRO', 'FAROE ISLANDS'),
(72, 'FM', 'FSM', 'FEDERATED STATES OF MICRONESIA'),
(73, 'GA', 'GAB', 'GABON'),
(74, 'GB', 'GBR', 'UNITED KINGDOM'),
(75, 'GE', 'GEO', 'GEORGIA'),
(76, 'GG', 'GGY', 'GUERNSEY'),
(77, 'GH', 'GHA', 'GHANA'),
(78, 'GI', 'GIB', 'GIBRALTAR'),
(79, 'GN', 'GIN', 'GUINEA'),
(80, 'GP', 'GLP', 'GUADELOUPE'),
(81, 'GM', 'GMB', 'GAMBIA'),
(82, 'GW', 'GNB', 'GUINEA-BISSAU'),
(83, 'GQ', 'GNQ', 'EQUATORIAL GUINEA'),
(84, 'GR', 'GRC', 'GREECE'),
(85, 'GD', 'GRD', 'GRENADA'),
(86, 'GL', 'GRL', 'GREENLAND'),
(87, 'GT', 'GTM', 'GUATEMALA'),
(88, 'GF', 'GUF', 'FRENCH GUIANA'),
(89, 'GU', 'GUM', 'GUAM'),
(90, 'GY', 'GUY', 'GUYANA'),
(91, 'HK', 'HKG', 'HONG KONG'),
(92, 'HN', 'HND', 'HONDURAS'),
(93, 'HR', 'HRV', 'CROATIA'),
(94, 'HT', 'HTI', 'HAITI'),
(95, 'HU', 'HUN', 'HUNGARY'),
(96, 'ID', 'IDN', 'INDONESIA'),
(97, 'IM', 'IMN', 'ISLE OF MAN'),
(98, 'IN', 'IND', 'INDIA'),
(99, 'IO', 'IOT', 'BRITISH INDIAN OCEAN TERRITORY'),
(100, 'IE', 'IRL', 'IRELAND'),
(101, 'IR', 'IRN', 'ISLAMIC REPUBLIC OF IRAN'),
(102, 'IQ', 'IRQ', 'IRAQ'),
(103, 'IS', 'ISL', 'ICELAND'),
(104, 'IL', 'ISR', 'ISRAEL'),
(105, 'IT', 'ITA', 'ITALY'),
(106, 'JM', 'JAM', 'JAMAICA'),
(107, 'JE', 'JEY', 'JERSEY'),
(108, 'JO', 'JOR', 'JORDAN'),
(109, 'JP', 'JPN', 'JAPAN'),
(110, 'KZ', 'KAZ', 'KAZAKHSTAN'),
(111, 'KE', 'KEN', 'KENYA'),
(112, 'KG', 'KGZ', 'KYRGYZSTAN'),
(113, 'KH', 'KHM', 'CAMBODIA'),
(114, 'KI', 'KIR', 'KIRIBATI'),
(115, 'KN', 'KNA', 'SAINT KITTS AND NEVIS'),
(116, 'KR', 'KOR', 'REPUBLIC OF KOREA'),
(117, 'KW', 'KWT', 'KUWAIT'),
(118, 'LA', 'LAO', 'LAO PEOPLE''S DEMOCRATIC REPUBLIC'),
(119, 'LB', 'LBN', 'LEBANON'),
(120, 'LR', 'LBR', 'LIBERIA'),
(121, 'LY', 'LBY', 'LIBYAN ARAB JAMAHIRIYA'),
(122, 'LC', 'LCA', 'SAINT LUCIA'),
(123, 'LI', 'LIE', 'LIECHTENSTEIN'),
(124, 'LK', 'LKA', 'SRI LANKA'),
(125, 'LS', 'LSO', 'LESOTHO'),
(126, 'LT', 'LTU', 'LITHUANIA'),
(127, 'LU', 'LUX', 'LUXEMBOURG'),
(128, 'LV', 'LVA', 'LATVIA'),
(129, 'MO', 'MAC', 'MACAO'),
(130, 'MF', 'MAF', 'SAINT MARTIN'),
(131, 'MA', 'MAR', 'MOROCCO'),
(132, 'MC', 'MCO', 'MONACO'),
(133, 'MD', 'MDA', 'REPUBLIC OF MOLDOVA'),
(134, 'MG', 'MDG', 'MADAGASCAR'),
(135, 'MV', 'MDV', 'MALDIVES'),
(136, 'MX', 'MEX', 'MEXICO'),
(137, 'MH', 'MHL', 'MARSHALL ISLANDS'),
(138, 'MK', 'MKD', 'THE FORMER YUGOSLAV REPUBLIC OF MACEDONIA'),
(139, 'ML', 'MLI', 'MALI'),
(140, 'MT', 'MLT', 'MALTA'),
(141, 'MM', 'MMR', 'MYANMAR'),
(142, 'ME', 'MNE', 'MONTENEGRO'),
(143, 'MN', 'MNG', 'MONGOLIA'),
(144, 'MP', 'MNP', 'NORTHERN MARIANA ISLANDS'),
(145, 'MZ', 'MOZ', 'MOZAMBIQUE'),
(146, 'MR', 'MRT', 'MAURITANIA'),
(147, 'MS', 'MSR', 'MONTSERRAT'),
(148, 'MQ', 'MTQ', 'MARTINIQUE'),
(149, 'MU', 'MUS', 'MAURITIUS'),
(150, 'MW', 'MWI', 'MALAWI'),
(151, 'MY', 'MYS', 'MALAYSIA'),
(152, 'YT', 'MYT', 'MAYOTTE'),
(153, 'NA', 'NAM', 'NAMIBIA'),
(154, 'NC', 'NCL', 'NEW CALEDONIA'),
(155, 'NE', 'NER', 'NIGER'),
(156, 'NF', 'NFK', 'NORFOLK ISLAND'),
(157, 'NG', 'NGA', 'NIGERIA'),
(158, 'NI', 'NIC', 'NICARAGUA'),
(159, 'NU', 'NIU', 'NIUE'),
(160, 'NL', 'NLD', 'NETHERLANDS'),
(161, 'NO', 'NOR', 'NORWAY'),
(162, 'NP', 'NPL', 'NEPAL'),
(163, 'NR', 'NRU', 'NAURU'),
(164, 'NZ', 'NZL', 'NEW ZEALAND'),
(165, 'OM', 'OMN', 'OMAN'),
(166, 'PK', 'PAK', 'PAKISTAN'),
(167, 'PA', 'PAN', 'PANAMA'),
(168, 'PE', 'PER', 'PERU'),
(169, 'PH', 'PHL', 'PHILIPPINES'),
(170, 'PW', 'PLW', 'PALAU'),
(171, 'PG', 'PNG', 'PAPUA NEW GUINEA'),
(172, 'PL', 'POL', 'POLAND'),
(173, 'PR', 'PRI', 'PUERTO RICO'),
(174, 'KP', 'PRK', 'DEMOCRATIC PEOPLE''S REPUBLIC OF KOREA'),
(175, 'PT', 'PRT', 'PORTUGAL'),
(176, 'PY', 'PRY', 'PARAGUAY'),
(177, 'PS', 'PSE', 'PALESTINIAN TERRITORY, OCCUPIED'),
(178, 'PF', 'PYF', 'FRENCH POLYNESIA'),
(179, 'QA', 'QAT', 'QATAR'),
(180, 'RE', 'REU', 'REUNION'),
(181, 'RO', 'ROM', 'ROMANIA'),
(182, 'RU', 'RUS', 'RUSSIAN FEDERATION'),
(183, 'RW', 'RWA', 'RWANDA'),
(184, 'SA', 'SAU', 'SAUDI ARABIA'),
(185, 'CS', 'SCG', 'SERBIA AND MONTENEGRO'),
(186, 'SD', 'SDN', 'SUDAN'),
(187, 'SN', 'SEN', 'SENEGAL'),
(188, 'SG', 'SGP', 'SINGAPORE'),
(189, 'GS', 'SGS', 'SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS'),
(190, 'SB', 'SLB', 'SOLOMON ISLANDS'),
(191, 'SL', 'SLE', 'SIERRA LEONE'),
(192, 'SV', 'SLV', 'EL SALVADOR'),
(193, 'SM', 'SMR', 'SAN MARINO'),
(194, 'SO', 'SOM', 'SOMALIA'),
(195, 'PM', 'SPM', 'SAINT PIERRE AND MIQUELON'),
(196, 'RS', 'SRB', 'SERBIA'),
(197, 'ST', 'STP', 'SAO TOME AND PRINCIPE'),
(198, 'SR', 'SUR', 'SURINAME'),
(199, 'SK', 'SVK', 'SLOVAKIA'),
(200, 'SI', 'SVN', 'SLOVENIA'),
(201, 'SE', 'SWE', 'SWEDEN'),
(202, 'SZ', 'SWZ', 'SWAZILAND'),
(203, 'SC', 'SYC', 'SEYCHELLES'),
(204, 'SY', 'SYR', 'SYRIAN ARAB REPUBLIC'),
(205, 'TC', 'TCA', 'TURKS AND CAICOS ISLANDS'),
(206, 'TD', 'TCD', 'CHAD'),
(207, 'TG', 'TGO', 'TOGO'),
(208, 'TH', 'THA', 'THAILAND'),
(209, 'TJ', 'TJK', 'TAJIKISTAN'),
(210, 'TK', 'TKL', 'TOKELAU'),
(211, 'TM', 'TKM', 'TURKMENISTAN'),
(212, 'TL', 'TLS', 'TIMOR-LESTE'),
(213, 'TO', 'TON', 'TONGA'),
(214, 'TT', 'TTO', 'TRINIDAD AND TOBAGO'),
(215, 'TN', 'TUN', 'TUNISIA'),
(216, 'TR', 'TUR', 'TURKEY'),
(217, 'TV', 'TUV', 'TUVALU'),
(218, 'TW', 'TWN', 'TAIWAN'),
(219, 'TZ', 'TZA', 'UNITED REPUBLIC OF TANZANIA'),
(220, 'UG', 'UGA', 'UGANDA'),
(221, 'UA', 'UKR', 'UKRAINE'),
(222, 'UM', 'UMI', 'UNITED STATES MINOR OUTLYING ISLANDS'),
(223, 'UY', 'URY', 'URUGUAY'),
(224, 'US', 'USA', 'UNITED STATES'),
(225, 'UZ', 'UZB', 'UZBEKISTAN'),
(226, 'VA', 'VAT', 'HOLY SEE (VATICAN CITY STATE)'),
(227, 'VC', 'VCT', 'SAINT VINCENT AND THE GRENADINES'),
(228, 'VE', 'VEN', 'VENEZUELA'),
(229, 'VG', 'VGB', 'VIRGIN ISLANDS, BRITISH'),
(230, 'VI', 'VIR', 'VIRGIN ISLANDS, U.S.'),
(231, 'VN', 'VNM', 'VIET NAM'),
(232, 'VU', 'VUT', 'VANUATU'),
(233, 'WF', 'WLF', 'WALLIS AND FUTUNA'),
(234, 'WS', 'WSM', 'SAMOA'),
(235, 'YE', 'YEM', 'YEMEN'),
(236, 'ZA', 'ZAF', 'SOUTH AFRICA'),
(237, 'ZM', 'ZMB', 'ZAMBIA'),
(238, 'ZW', 'ZWE', 'ZIMBABWE');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_geolocation_ip_to_country`
--

CREATE TABLE `ow_base_geolocation_ip_to_country` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `cc2` char(2) NOT NULL,
  `cc3` char(3) NOT NULL,
  `name` varchar(50) NOT NULL,
  `ipFrom` bigint(20) unsigned DEFAULT NULL,
  `ipTo` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ipRange` (`ipFrom`,`ipTo`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_invitation`
--

CREATE TABLE `ow_base_invitation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityType` varchar(255) NOT NULL,
  `entityId` int(11) NOT NULL,
  `action` varchar(255) NOT NULL,
  `userId` int(11) NOT NULL,
  `pluginKey` varchar(255) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  `viewed` int(11) NOT NULL,
  `sent` tinyint(4) NOT NULL DEFAULT '0',
  `active` tinyint(4) NOT NULL DEFAULT '1',
  `data` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityType` (`entityType`,`entityId`,`userId`),
  KEY `timeStamp` (`timeStamp`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_invite_code`
--

CREATE TABLE `ow_base_invite_code` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(255) NOT NULL,
  `expiration_stamp` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_language`
--

CREATE TABLE `ow_base_language` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `tag` varchar(32) NOT NULL,
  `label` varchar(32) NOT NULL,
  `order` int(11) NOT NULL DEFAULT '1',
  `status` enum('active','inactive') DEFAULT 'inactive',
  `rtl` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `tag` (`tag`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `ow_base_language`
--

INSERT INTO `ow_base_language` VALUES
(1, 'en', 'English', 1, 'active', 0),
(2, 'ru-Ru', 'Russian', 2, 'inactive', 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_language_key`
--

CREATE TABLE `ow_base_language_key` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `prefixId` int(11) NOT NULL DEFAULT '0',
  `key` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `prefix_key` (`prefixId`,`key`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22208 ;

--
-- Dumping data for table `ow_base_language_key`
--

INSERT INTO `ow_base_language_key` VALUES
(5837, 7, 'forgot_password_heading'),
(1603, 1, 'you_are_editing'),
(1604, 1, 'check_other_langs'),
(1605, 1, 'add_new_text'),
(1606, 1, 'go'),
(1607, 1, 'search_results_for_keyword'),
(1608, 1, 'search'),
(1609, 1, 'original_value'),
(1610, 1, 'translation'),
(1611, 1, 'delete'),
(1612, 1, 'custom_keys'),
(1613, 1, 'save_this_page'),
(1614, 1, 'section'),
(1615, 1, 'all_sections'),
(1616, 1, 'missing_text'),
(1617, 1, 'page_note_part_1'),
(1618, 1, 'page_note_part_2'),
(1619, 1, 'msg_one_active_constraint'),
(1620, 1, 'empty'),
(1621, 1, 'missing_keys2'),
(1622, 1, 'active_languages'),
(1623, 1, 'language'),
(1624, 1, 'btn_label_edit'),
(1625, 1, 'btn_label_clone'),
(1626, 1, 'btn_label_deactivate'),
(1627, 1, 'btn_label_activate'),
(1628, 1, 'btn_label_delete'),
(9030, 7, 'authorization_action_newsfeed_add_comment'),
(1682, 1, 'import_lang_note'),
(1683, 1, 'add_new_lang_or_pack'),
(1684, 1, 'select_items_to_import_note'),
(1685, 1, 'lang_import_check_all'),
(1686, 1, 'import_lang_button_label'),
(1687, 1, 'export_lang_header'),
(1688, 1, 'export_lang_note'),
(1689, 1, 'export_lang_button_label'),
(1690, 1, 'export_lang_note2'),
(1691, 1, 'export_lang_button_label2'),
(1692, 1, 'show'),
(1693, 1, 'edit_language'),
(1694, 1, 'available_languages'),
(1695, 1, 'add_key_form_lbl_key'),
(1696, 1, 'add_key_form_lbl_val'),
(1697, 1, 'add_key_form_lbl_add'),
(1698, 1, 'lang_file'),
(1699, 1, 'inactive_languages'),
(1700, 1, 'clone_language'),
(1701, 1, 'clone_form_lbl_label'),
(1702, 1, 'title_add_new_text'),
(1703, 1, 'clone_form_descr_label'),
(1704, 1, 'are_you_sure'),
(1705, 1, 'clone_form_lbl_tag'),
(1706, 1, 'clone_form_descr_tag'),
(1708, 1, 'clone_form_lbl_submit'),
(1709, 1, 'search_no_results_for_keyword'),
(1710, 1, 'no_values'),
(1711, 7, 'forgot_password_submit_label'),
(1712, 1, 'def'),
(1713, 1, 'msg_dublicate_key'),
(9029, 7, 'authorization_group_newsfeed'),
(1741, 7, 'month_2'),
(1742, 7, 'month_8'),
(1743, 7, 'month_9'),
(1745, 7, 'all'),
(1746, 7, 'archive'),
(1747, 7, 'are_you_sure'),
(15468, 1, 'themes_item_add_success_message'),
(1752, 7, 'comments_label'),
(1754, 7, 'by'),
(1755, 7, 'more'),
(5833, 7, 'forgot_password_no_user_error_message'),
(15469, 1, 'theme_add_duplicated_dir_error'),
(1768, 7, 'flag'),
(1769, 7, 'edit'),
(1770, 7, 'delete'),
(15467, 1, 'themes_add_theme_page_heading'),
(1773, 7, 'approve'),
(1774, 7, 'disapprove'),
(15472, 7, 'user_search_back_to_search'),
(15471, 7, 'edit_remote_field_synchronize_title'),
(1855, 7, 'avatar_avatar_is'),
(1856, 7, 'avatar_current'),
(1857, 7, 'avatar_new'),
(1858, 7, 'avatar_crop'),
(1859, 7, 'avatar_crop_instructions'),
(1860, 7, 'avatar_picture'),
(1861, 7, 'avatar_apply_crop'),
(16390, 1, 'error_cant_connect_to_host'),
(1863, 7, 'avatar_preview'),
(1886, 1, 'permissions_roles'),
(1887, 1, 'sidebar_menu_item_settings_language'),
(18697, 1, 'widgets_admin_profile_heading'),
(1890, 1, 'themes_choose_activate_button_label'),
(1891, 1, 'theme_settings_form_submit_label'),
(2583, 1, 'permissions_edit_role'),
(1893, 1, 'theme_settings_no_controls_label'),
(1894, 7, 'not_valid_image'),
(1895, 7, 'questions_question_user_photo_label'),
(1896, 7, 'join_error_photo_file_is_not_valid'),
(1897, 1, 'sidebar_menu_item_theme_choose'),
(1898, 7, 'join_error_password_too_long'),
(1899, 7, 'join_error_password_too_short'),
(1900, 7, 'join_error_password_not_valid'),
(1901, 7, 'join_error_email_already_exist'),
(1902, 7, 'join_error_email_not_valid'),
(1903, 7, 'join_error_username_not_valid'),
(1904, 1, 'themes_choose_list_cap_title'),
(1906, 7, 'join_error_username_already_exist'),
(1918, 1, 'delete_btn_label'),
(1919, 7, 'date_time_today'),
(1920, 1, 'save_btn_label'),
(1921, 1, 'updated_msg'),
(1922, 1, 'page_default_title'),
(1923, 1, 'page_default_heading'),
(1926, 11, 'page_custom_title'),
(1927, 7, 'main_menu_my_profile'),
(1928, 7, 'main_menu_index'),
(1930, 11, 'page_default_title'),
(1931, 11, 'page_default_heading'),
(1932, 11, 'page_default_description'),
(1933, 11, 'page_default_keywords'),
(1935, 1, 'sidebar_menu_settings'),
(18698, 1, 'page_title_manage_plugins'),
(1937, 1, 'sidebar_menu_appearance'),
(1938, 1, 'sidebar_menu_users'),
(1939, 1, 'sidebar_menu_plugins'),
(1940, 7, 'sign_in_submit_label'),
(1942, 1, 'sidebar_menu_item_theme_edit'),
(1943, 1, 'theme_css_edit_css_box_cap_label'),
(1944, 1, 'theme_css_edit_submit_label'),
(1948, 7, 'tag_cloud_cap_label'),
(1949, 1, 'permissions_moderators'),
(1950, 1, 'permissions_index'),
(1951, 11, 'menu_item_main_photo_list'),
(1952, 11, 'menu_item_main_forum'),
(1953, 1, 'theme_css_existing_css_box_cap_label'),
(1954, 1, 'theme_graphics_delete_success_message'),
(1955, 1, 'theme_graphics_upload_form_fail_message'),
(1956, 1, 'theme_graphics_upload_form_success_message'),
(1957, 1, 'theme_graphics_upload_form_submit_label'),
(1958, 1, 'theme_graphics_table_delete'),
(1959, 1, 'theme_graphics_table_url'),
(1960, 1, 'theme_graphics_table_preview'),
(1961, 1, 'theme_graphics_list_cap_label'),
(1962, 1, 'theme_graphics_upload_label'),
(1963, 7, 'questions_question_account_type_label'),
(2170, 1, 'site_tagline'),
(1965, 1, 'theme_settings_cap_label'),
(1966, 1, 'theme_info_author_url_label'),
(1967, 1, 'theme_info_author_label'),
(1968, 7, 'pages_label'),
(1970, 1, 'main_menu_admin'),
(1971, 7, 'date_time_within_one_minute'),
(1972, 7, 'date_time_one_minute_ago'),
(1973, 7, 'date_time_minutes_ago'),
(1974, 7, 'users_main_menu_item'),
(1976, 1, 'theme_info_compatibility_label'),
(1977, 7, 'cmp_add_new_content_box_cap_label'),
(1978, 1, 'theme_info_version_label'),
(2601, 1, 'permissions_default_role'),
(2556, 7, 'email_verify_template_html'),
(2476, 1, 'questions_question_description_label'),
(3807, 1, 'sidebar_menu_privacy'),
(1992, 7, 'comment_add_submit_label'),
(1993, 7, 'comment_box_cap_label'),
(1994, 7, 'avatar_btn_upload'),
(1995, 7, 'avatar_upload_types'),
(2643, 7, 'questions_question_realname_description'),
(1998, 7, 'avatar_change_avatar'),
(1999, 7, 'questions_no_section_label'),
(2000, 7, 'questions_add_new_account_type'),
(2008, 7, 'join_submit_button_continue'),
(2009, 7, 'join_submit_button_join'),
(2010, 7, 'questions_question_9221d78a4201eac23c972e1d4aa2cee6_label'),
(2011, 7, 'questions_question_c441a8a9b955647cdf4c81562d39068a_label'),
(2012, 7, 'questions_section_47f3a94e6cfe733857b31116ce21c337_label'),
(2013, 1, 'sidebar_menu_item_plugin_photo'),
(2014, 1, 'sidebar_menu_item_plugin_video'),
(2015, 7, 'comment_add_post_error'),
(2016, 7, 'comment_add_auth_error'),
(2017, 7, 'comment_no_comments'),
(2018, 7, 'comment_delete_label'),
(2019, 7, 'date_time_one_hour_ago'),
(2020, 7, 'date_time_hours_ago'),
(2021, 7, 'date_time_yesterday'),
(2022, 7, 'date_time_at_label'),
(2025, 7, 'date_time_month_short_9'),
(2026, 7, 'date_time_month_short_1'),
(2027, 7, 'date_time_month_short_2'),
(2028, 7, 'date_time_month_short_3'),
(2029, 7, 'date_time_month_short_4'),
(2030, 7, 'date_time_month_short_5'),
(2031, 7, 'date_time_month_short_6'),
(2032, 7, 'date_time_month_short_7'),
(2033, 7, 'date_time_month_short_8'),
(2034, 7, 'date_time_month_short_10'),
(2035, 7, 'date_time_month_short_11'),
(2036, 7, 'date_time_month_short_12'),
(2037, 1, 'sidebar_menu_item_graphics'),
(2038, 1, 'sidebar_menu_item_css'),
(2039, 1, 'sidebar_menu_item_settings'),
(2041, 7, 'questions_question_repeat_password_label'),
(2042, 7, 'questions_question_password_label'),
(2043, 7, 'questions_question_email_label'),
(2044, 1, 'sidebar_menu_item_questions'),
(2047, 7, 'questions_question_username_label'),
(2397, 7, 'questions_account_type_ef5e279523aed72d87fd8a1fd59d592f'),
(2427, 7, 'questions_section_f90cde5913235d172603cc4e7b9726e3_label'),
(2051, 1, 'sidebar_menu_item_permissions'),
(2058, 7, 'widgets_customize_btn'),
(2059, 7, 'avatar_change'),
(2060, 7, 'avatar_console_edit_profile'),
(2061, 7, 'base_document_404_heading'),
(2062, 7, 'base_document_404'),
(2065, 7, 'view_all'),
(2066, 7, 'month_12'),
(2070, 7, 'user_list_menu_item_latest'),
(2071, 7, 'user_list_menu_item_featured'),
(2072, 7, 'widgets_finish_customize_btn'),
(2073, 7, 'widgets_reset_customization'),
(2074, 7, 'custom_html_widget_default_title'),
(2075, 1, 'sidebar_menu_admin'),
(2076, 7, 'widgets_section_box_title'),
(2077, 1, 'sidebar_menu_dashboard'),
(2078, 1, 'sidebar_menu_item_user_dashboard'),
(2079, 1, 'sidebar_menu_item_user_profile'),
(2080, 7, 'join_index_join_button'),
(2081, 1, 'sidebar_menu_plugins_manage'),
(2082, 7, 'authorization_role_guest'),
(2611, 7, 'massmailing_unsubscribe_successful'),
(2085, 7, 'widgets_action_edit'),
(2086, 7, 'widgets_action_delete'),
(2088, 7, 'custom_html_widget_content_label'),
(2093, 7, 'custom_html_widget_nl2br_label'),
(2096, 7, 'authorization_group_video'),
(2097, 7, 'authorization_action_video_add'),
(2098, 7, 'authorization_action_video_view'),
(2099, 7, 'authorization_group_photo'),
(2100, 7, 'authorization_action_photo_view'),
(2101, 7, 'authorization_action_photo_upload'),
(2102, 7, 'authorization_action_photo_add_comment'),
(2103, 7, 'authorization_action_photo_delete_comment_by_content_owner'),
(2104, 7, 'authorization_group_base'),
(2105, 7, 'authorization_action_base_add_comment'),
(2106, 7, 'authorization_action_base_delete_comment_by_content_owner'),
(2107, 1, 'back_to_site_label'),
(2108, 7, 'widgets_fb_default_settings_label'),
(2109, 7, 'widgets_default_settings_title'),
(2110, 7, 'widgets_default_settings_show_title'),
(2111, 7, 'widgets_default_settings_icon'),
(2112, 7, 'widgets_default_settings_wib'),
(2113, 7, 'widgets_default_settings_freeze'),
(2114, 7, 'widgets_admin_section_information'),
(2115, 7, 'widgets_admin_legend'),
(2116, 7, 'widgets_allow_customize_legend'),
(2117, 7, 'widgets_delete_component_confirm'),
(2118, 7, 'widgets_allow_customize_label'),
(2122, 7, 'widgets_fb_setting_box_title'),
(2130, 1, 'main_menu_item'),
(2125, 7, 'cmp_widget_wall_comments_count'),
(2126, 7, 'cmp_widget_wall_comments_mode'),
(2127, 7, 'cmp_widget_wall_comments_mode_option_2'),
(2128, 7, 'cmp_widget_wall_comments_mode_option_1'),
(2131, 7, 'user_list_widget_empty'),
(2132, 7, 'user_list_menu_item_online'),
(2134, 7, 'widgets_customize_label'),
(2135, 7, 'questions_question_birthdate_label'),
(2997, 7, 'base_join_menu_item'),
(18693, 1, 'pages_page_heading'),
(2142, 1, 'sidebar_menu_item_users'),
(2143, 1, 'sidebar_menu_item_main_settings'),
(2144, 7, 'view_index'),
(2145, 7, 'rss_widget_default_title'),
(2146, 7, 'rss_widget_count_label'),
(2147, 7, 'rss_widget_url_label'),
(2148, 7, 'rss_widget_url_invalid_msg'),
(2555, 7, 'email_verify_send_verify_mail_button_label'),
(2257, 1, 'questions_delete_question_confirmation'),
(2155, 7, 'join_promo'),
(2536, 1, 'questions_add_new_account_type'),
(2523, 1, 'questions_add_values_description'),
(18692, 1, 'themes_settings_page_title'),
(2162, 1, 'menu_item_basics'),
(9873, 1, 'heading_user_settings'),
(2164, 7, 'questions_question_accountType_description'),
(2165, 7, 'questions_question_username_description'),
(2166, 7, 'questions_question_email_description'),
(2167, 7, 'join_index'),
(2168, 1, 'site_installation'),
(2169, 1, 'site_title'),
(2171, 1, 'site_tagline_desc'),
(2172, 1, 'site_description'),
(2173, 1, 'site_description_desc'),
(2174, 1, 'time_settings'),
(2175, 1, 'timezone'),
(2176, 1, 'use_relative_time'),
(2177, 1, 'site_relative_time_desc'),
(2178, 7, 'questions_question_sex_label'),
(2179, 7, 'questions_question_sex_description'),
(2180, 7, 'questions_question_sex_value_1'),
(2181, 7, 'questions_question_sex_value_2'),
(2182, 7, 'questions_question_accountType_label'),
(2183, 7, 'questions_checkbox_value_true'),
(2184, 7, 'questions_checkbox_value_false'),
(2185, 1, 'main_settings_updated'),
(2186, 7, 'widgets_no_content'),
(2187, 7, 'rss_widget_title_only_label'),
(2188, 7, 'view_no_section_label'),
(4717, 1, 'core_update_leave_button_label'),
(3812, 1, 'menu_item_users_recently_active'),
(2196, 1, 'menu_item_user_roles'),
(2200, 7, 'questions_empty_lang_value'),
(2207, 7, 'authorization_group_blogs'),
(2208, 7, 'authorization_action_blogs_add_comment'),
(2214, 7, 'about_me_widget_inv_text'),
(2215, 7, 'about_me_widget_default_title'),
(2216, 7, 'about_me_widget_content_saved'),
(2217, 1, 'heading_browse_users'),
(2218, 1, 'no_users'),
(2219, 7, 'check_all'),
(2220, 7, 'with_selected'),
(2231, 1, 'joined'),
(2232, 1, 'user'),
(2233, 7, 'form_element_select_field_invitation_label'),
(2234, 7, 'form_element_common_invitation_text'),
(2235, 1, 'user_delete_msg'),
(2236, 1, 'confirm_delete_users'),
(2642, 7, 'questions_question_realname_label'),
(2554, 7, 'email_verify_index'),
(2582, 1, 'massmailing_send_mails_message'),
(5832, 7, 'forgot_password_form_text'),
(2256, 1, 'questions_question_was_deleted'),
(2269, 7, 'component_sign_in_login_invitation'),
(2270, 7, 'rates_box_cap_label'),
(2271, 1, 'questions_section_was_deleted'),
(2430, 7, 'questions_admin_description_label'),
(2429, 7, 'questions_admin_question_label'),
(2329, 7, 'questions_menu_add'),
(2330, 7, 'questions_menu_editAccountType'),
(2436, 7, 'copyright'),
(2324, 7, 'questions_account_type_was_added'),
(2314, 1, 'questions_account_type_was_deleted'),
(2307, 7, 'questions_admin_edit_label'),
(2308, 7, 'questions_admin_delete_label'),
(2660, 7, 'suspended_user_page_content'),
(2328, 7, 'questions_menu_index'),
(2312, 7, 'forgot_password_cap_label'),
(2313, 7, 'forgot_password_email_invitation_message'),
(2315, 7, 'forgot_password_mail_template_subject'),
(6052, 7, 'reset_password_mail_template_subject'),
(2365, 7, 'questions_menu_settings'),
(16387, 1, 'add_button'),
(2333, 7, 'comments_add_auth_message'),
(2334, 7, 'questions_question_presentation_text_label'),
(2337, 7, 'questions_question_presentation_textarea_label'),
(2338, 7, 'questions_question_presentation_checkbox_label'),
(2339, 7, 'questions_question_presentation_multicheckbox_label'),
(2340, 7, 'questions_question_presentation_date_label'),
(2341, 7, 'questions_question_presentation_url_label'),
(2342, 7, 'questions_question_presentation_password_label'),
(2654, 7, 'email_verify_verify_mail_was_sent'),
(2655, 7, 'suspend_user_btn'),
(2656, 7, 'user_suspend_btn_lbl'),
(2366, 7, 'questions_config_user_view_presentation_description'),
(2355, 1, 'sidebar_menu_item_plugin_blogs'),
(2356, 1, 'sidebar_menu_item_plugin_links'),
(2367, 7, 'questions_config_user_view_presentation_label'),
(2368, 7, 'authorization_action_blogs_add'),
(2370, 7, 'authorization_action_blogs_view'),
(2374, 7, 'edit_button'),
(2375, 7, 'edit_successfull_edit'),
(2376, 7, 'edit_index'),
(2390, 1, 'questions_edit_section_name_title'),
(2381, 7, 'widgets_panel_dashboard_label'),
(18684, 1, 'user_settings_profile_questions'),
(2383, 1, 'manage_plugins_active_box_cap_label'),
(2384, 1, 'manage_plugins_inactive_box_cap_label'),
(2385, 1, 'manage_plugins_settings_button_label'),
(2386, 1, 'manage_plugins_deactivate_button_label'),
(2387, 1, 'manage_plugins_activate_button_label'),
(2388, 1, 'manage_plugins_uninstall_button_label'),
(2389, 1, 'manage_plugins_install_button_label'),
(2391, 1, 'questions_edit_question_value_title'),
(2392, 1, 'questions_edit_question_name_title'),
(2393, 1, 'questions_edit_question_description_title'),
(2394, 7, 'questions_account_type_all'),
(2395, 1, 'questions_edit_account_type_name_title'),
(2396, 1, 'manage_plugins_install_success_message'),
(2406, 7, 'questions_account_type_290365aadde35a97f11207ca7e4279cc'),
(16389, 1, 'default_role'),
(2593, 7, 'massmailing_unsubscribe'),
(2594, 1, 'permissions_roles_deleted_msg'),
(2599, 1, 'permissions_user_role'),
(2600, 1, 'permissions_number_of_users'),
(2595, 1, 'permissions_please_select_role'),
(2589, 1, 'permissions_role_added_msg'),
(2588, 1, 'permissions_add_form_role_lbl'),
(2581, 7, 'rate_cmp_success_message'),
(2425, 7, 'auth_identity_not_found_error_message'),
(2426, 7, 'auth_invlid_password_error_message'),
(2431, 7, 'auth_success_message'),
(2468, 1, 'msg_lang_cloned'),
(2469, 1, 'heading_questions'),
(2472, 1, 'languages_page_heading'),
(2473, 1, 'questions_account_type_label'),
(2474, 1, 'questions_new_question_label'),
(2475, 1, 'questions_question_name_label'),
(2477, 1, 'questions_for_account_type_label'),
(2478, 1, 'questions_for_account_type_description'),
(2479, 1, 'questions_question_section_label'),
(2480, 1, 'questions_answer_type_label'),
(18463, 1, 'questions_delete_account_type_confirmation'),
(2486, 1, 'questions_possible_values_description'),
(2487, 1, 'questions_columns_count_label'),
(2488, 1, 'questions_required_label'),
(2489, 1, 'questions_required_description'),
(2490, 1, 'questions_on_sing_up_label'),
(2491, 1, 'questions_on_sing_up_description'),
(2492, 1, 'questions_on_edit_label'),
(2493, 1, 'questions_on_edit_description'),
(2494, 1, 'questions_on_view_label'),
(2495, 1, 'questions_on_view_description'),
(2496, 1, 'questions_on_search_description'),
(2497, 1, 'questions_on_search_label'),
(2498, 1, 'questions_save_and_new_label'),
(2585, 1, 'massmailing_unsubscribe_link_text'),
(2584, 1, 'massmailing_unsubscribe_link_html'),
(2501, 1, 'questions_add_question_message'),
(2504, 1, 'questions_update_question_message'),
(18472, 253, 'admin_nav_item_type_external'),
(2505, 1, 'pages_new_form_or'),
(2506, 1, 'questions_edit_delete_value_confirm_message'),
(2511, 1, 'pages_page_field_meta_desc'),
(16388, 1, 'add_question_value_description'),
(2513, 1, 'questions_edit_question_description_label'),
(2515, 1, 'questions_admin_existing_values'),
(2516, 1, 'questions_admin_dragndrop_reorder'),
(2517, 1, 'questions_add_question_values_title'),
(2518, 1, 'questions_question_was_not_update_message'),
(2519, 1, 'questions_question_was_not_updated_message'),
(2541, 1, 'questions_section_was_added'),
(2522, 1, 'questions_add_values_label'),
(2525, 1, 'questions_add_values_submit_button'),
(18688, 1, 'heading_user_input_settings'),
(2531, 1, 'questions_empty_lang_value'),
(2529, 1, 'questions_question_is_not_exist'),
(2533, 1, 'questions_add_question_values_message'),
(2542, 1, 'questions_index_info_txt'),
(2540, 1, 'questions_account_type_was_added'),
(2543, 1, 'questions_index_drag_n_drop_info_txt'),
(2544, 1, 'questions_add_new_question_button'),
(2545, 1, 'questions_profile_question_sections_title'),
(2546, 1, 'questions_section_info_txt'),
(2547, 1, 'questions_new_section_label'),
(2549, 1, 'questions_delete_section_confirmation'),
(2557, 7, 'email_verify_template_text'),
(2558, 7, 'email_verify_email_verify_success'),
(2559, 1, 'questions_add_new_section_button'),
(2561, 7, 'new_message_count_text'),
(2562, 1, 'sidebar_menu_item_dev_langs'),
(2661, 7, 'user_feedback_profile_unsuspended'),
(2564, 7, 'email_verify_promo'),
(2565, 7, 'email_verify_email_verify_fail'),
(2568, 1, 'permissions_edit_role_btn'),
(2569, 1, 'permissions_add_role_btn'),
(2570, 1, 'massmailing_ignore_unsubscribe_label'),
(2571, 1, 'massmailing_email_format_html'),
(2572, 1, 'massmailing_email_format_text'),
(2573, 1, 'massmailing_body_label'),
(2574, 1, 'massmailing_subject_label'),
(2575, 1, 'massmailing_email_format_label'),
(2576, 1, 'massmailing_user_section_label'),
(2577, 1, 'massmailing_total_members'),
(2578, 1, 'massmailing_preview_label'),
(2579, 1, 'massmailing_compose_email'),
(2580, 1, 'massmailing_start_mailing_button'),
(2602, 1, 'permissions_check_all_selected'),
(2603, 1, 'permissions_delete_role'),
(2604, 1, 'permissions_are_you_sure'),
(2605, 1, 'permissions_go_to_permissions_page'),
(2609, 7, 'authorization_role_wqewq'),
(2612, 7, 'massmailing_unsubscribe_failed'),
(2613, 1, 'massmailing'),
(2615, 7, 'questions_section_user_photo_label'),
(2616, 7, 'questions_section_captcha_label'),
(2707, 7, 'questions_question_relationship_label'),
(2620, 1, 'massmailing_following_variables_text'),
(2850, 7, 'widgets_admin_customization_box_title'),
(2626, 1, 'user_display_settings'),
(2627, 1, 'user_avatar_settings'),
(2628, 1, 'user_settings_updated'),
(2629, 1, 'user_settings_avatar_size'),
(2630, 1, 'user_settings_big_avatar_size'),
(2632, 1, 'user_settings_display_name'),
(2633, 1, 'user_settings_display_name_desc'),
(2634, 1, 'user_settings_avatar_size_desc'),
(2635, 1, 'user_settings_big_avatar_size_desc'),
(2662, 7, 'user_unsuspend_btn_lbl'),
(2657, 7, 'user_feedback_profile_suspended'),
(2659, 1, 'user_feedback_profiles_suspended'),
(2736, 1, 'pages_edit_local_page_content'),
(2735, 1, 'pages_edit_local_visible_for'),
(2743, 1, 'themes_settings_reset_label'),
(2667, 7, 'widgets_admin_dashboard_heading'),
(2668, 7, 'widgets_admin_profile_heading'),
(2670, 7, 'join_successful_join'),
(2671, 7, 'user_page_suspended'),
(2673, 7, 'profile_view_title'),
(2674, 7, 'profile_view_heading'),
(2675, 7, 'my_profile_title'),
(2676, 1, 'my_profile_heading'),
(2677, 1, 'theme_settings_reset_confirm_message'),
(2680, 1, 'theme_graphics_image_delete_confirm_message'),
(2732, 1, 'pages_edit_local_menu_name'),
(2784, 1, 'permissions_successfully_updated'),
(2734, 1, 'pages_edit_local_page_url'),
(2733, 1, 'pages_edit_local_page_title'),
(2698, 7, 'questions_question_match_sex_label'),
(2703, 7, 'questions_question_match_sex_value_2'),
(2702, 7, 'questions_question_match_sex_value_1'),
(2731, 1, 'pages_edit_external_visible_for'),
(2834, 1, 'permissions_go_to_role_management_page'),
(2727, 1, 'pages_edit_external_menu_name_label'),
(2728, 1, 'pages_edit_external_url_label'),
(2729, 7, 'comments_add_login_message'),
(2730, 1, 'pages_edit_external_url_open_in_new_window'),
(2723, 7, 'questions_question_relationship_value_1'),
(2724, 7, 'questions_question_relationship_value_2'),
(2725, 7, 'questions_question_relationship_value_4'),
(2726, 7, 'questions_question_relationship_value_8'),
(2737, 1, 'pages_edit_visible_for_guests'),
(2738, 1, 'pages_edit_visible_for_members'),
(2739, 1, 'pages_add_menu_name'),
(2740, 1, 'pages_add_page_content'),
(2741, 1, 'page_add_page_address'),
(15519, 7, 'page_81959573'),
(2745, 7, 'wackwall'),
(2746, 7, 'openwack'),
(2747, 1, 'themes_settings_graphics_preview_cap_label'),
(2748, 7, 'my_profile_heading'),
(2860, 7, 'component_add_new_box_cap_label'),
(2783, 1, 'permissions_page_heading'),
(2785, 1, 'permissions_feedback_user_not_found'),
(2786, 1, 'permissions_feedback_moderator_added'),
(2789, 1, 'permissions_feedback_user_kicked_from_moders'),
(2788, 1, 'permissions_feedback_user_is_already_moderator'),
(2790, 1, 'permissions_feedback_cant_remove_moder'),
(2791, 1, 'permissions_index_who_can_join'),
(2792, 1, 'permissions_index_anyone_can_join'),
(2793, 1, 'permissions_index_by_invitation_only_can_join'),
(2794, 1, 'permissions_index_who_can_invite'),
(2795, 1, 'permissions_index_all_users_can_invate'),
(2796, 1, 'permissions_index_admin_only_can_invate'),
(2798, 1, 'permissions_index_mandatory_member_approve'),
(2799, 1, 'permissions_index_moders_approve_members_manually'),
(2800, 1, 'permissions_index_guests_can_view_site'),
(2801, 1, 'permissions_index_yes'),
(2802, 1, 'permissions_index_no'),
(2804, 1, 'permissions_index_with_password'),
(2805, 1, 'permissions_idex_if_not_yes_will_override_settings'),
(18695, 1, 'maintenance_section_label'),
(2807, 1, 'permissions_moders_content'),
(2809, 1, 'permissions_moders_add_moder'),
(2810, 1, 'permissions_moders_username'),
(2812, 1, 'permissions_moders_make_moderator'),
(2815, 7, 'empty_list'),
(2822, 1, 'sidebar_menu_item_plugin_mass_mailing'),
(2823, 7, 'authorization_action_video_add_comment'),
(2824, 7, 'authorization_action_video_delete_comment_by_content_owner'),
(2825, 1, 'confirm_suspend_users'),
(2827, 7, 'authorization_action_blogs_delete_comment_by_content_owner'),
(2829, 7, 'users_browse_page_heading'),
(2830, 1, 'manage_plugins_activate_success_message'),
(2831, 1, 'manage_plugins_deactivate_success_message'),
(2835, 7, 'authorization_failed_feedback'),
(2843, 7, 'authorization_failed_msg'),
(2844, 7, 'form_validator_required_error_message'),
(2845, 7, 'comments_widget_label'),
(2846, 7, 'avatar_widget'),
(2847, 7, 'email_verify_subject'),
(2876, 1, 'languages_values_updated'),
(2877, 7, 'user_no_users'),
(2880, 1, 'site_email'),
(2881, 1, 'site_email_desc'),
(2884, 7, 'activity_widget_title'),
(3011, 1, 'sidebar_menu_item_plugin_contact_importer'),
(3012, 7, 'rate_cmp_auth_error_message'),
(2895, 7, 'month_1'),
(2899, 7, 'user_feedback_marked_as_featured'),
(2900, 7, 'user_feedback_unmarked_as_featured'),
(2901, 7, 'user_action_mark_as_featured'),
(2902, 7, 'user_action_unmark_as_featured'),
(2903, 7, 'authorization_group_friends'),
(2904, 7, 'authorization_action_friends_add_friend'),
(2906, 7, 'avatar_select_image'),
(2923, 7, 'change_password'),
(2924, 7, 'change_password_old_password'),
(2925, 7, 'change_password_new_password'),
(2926, 7, 'change_password_repeat_password'),
(2927, 7, 'change_password_success'),
(2928, 7, 'change_password_error'),
(2932, 7, 'avatar_activity_string'),
(2934, 7, 'join_activity_string'),
(2935, 7, 'join_activity_user_avatar'),
(2936, 7, 'edit_activity_string'),
(2958, 7, 'widgets_reset_position_confirm'),
(5796, 7, 'authorization_group_membership'),
(2993, 7, 'unsuspend_user_btn'),
(2994, 7, 'user_feedback_profiles_unsuspended'),
(2995, 1, 'user_feedback_profiles_unsuspended'),
(3770, 7, 'flag_spam'),
(3037, 7, 'delete_user_cancel_button'),
(3038, 7, 'delete_user_delete_button'),
(3039, 7, 'delete_user_index'),
(3040, 7, 'edit_profile_link'),
(3041, 7, 'delete_profile'),
(3045, 7, 'delete_user_confirmation'),
(3046, 7, 'email_verify_verification_code_label'),
(3050, 7, 'email_verify_invalid_verification_code'),
(3048, 7, 'email_verify_verification_code_submit_button_label'),
(3049, 7, 'email_verify_form_promo'),
(3051, 7, 'questions_config_date_field_format_label'),
(3052, 7, 'questions_config_date_field_format_mdy'),
(3053, 7, 'questions_config_date_field_format_dmy'),
(3056, 7, 'delete_user_content_label'),
(3077, 7, 'profile_toolbar_user_delete_label'),
(3078, 7, 'delete_user_confirmation_label'),
(3079, 7, 'delete_user_success_message'),
(3081, 7, 'admin_delete_user_text'),
(3082, 1, 'mail_settings_updated'),
(3083, 1, 'menu_item_mail_settings'),
(3084, 1, 'mail_smtp_title_enabled'),
(3085, 1, 'mail_smtp_title_enabled_desc'),
(3086, 1, 'mail_smtp_title_host'),
(3087, 1, 'mail_smtp_title_user'),
(3088, 1, 'mail_smtp_title_password'),
(3089, 1, 'mail_smtp_connection_prefix'),
(3090, 1, 'mail_smtp_connection_prefix_desc'),
(18690, 1, 'heading_mail_settings'),
(3097, 1, 'mail_smtp_secure_invitation'),
(3096, 1, 'mail_smtp_test_connection_title'),
(3098, 1, 'mail_smtp_connection_desc'),
(3099, 1, 'mail_smtp_test_connection_btn'),
(3100, 1, 'smtp_test_connection_success'),
(3101, 7, 'month_3'),
(3102, 7, 'month_4'),
(3104, 7, 'month_5'),
(3105, 7, 'month_6'),
(3106, 7, 'month_7'),
(3107, 7, 'month_10'),
(3108, 7, 'month_11'),
(3116, 7, 'questions_age_year_old'),
(4661, 1, 'manage_plugins_core_update_request_box_cap_label'),
(4662, 1, 'manage_plugins_core_update_request_text'),
(3349, 1, 'sign_in_button_list_text'),
(18696, 1, 'splash_screen_section_label'),
(3230, 7, 'join_form_title'),
(3231, 7, 'join_connect_title'),
(3232, 7, 'join_or'),
(3352, 7, 'authorization_feedback_roles_updated'),
(18694, 1, 'maintenance_page_heading'),
(3236, 7, 'password_protection_cap_label'),
(3237, 7, 'password_protection_text'),
(3238, 7, 'password_protection_submit_label'),
(3239, 7, 'password_protection_success_message'),
(3240, 7, 'password_protection_error_message'),
(3241, 7, 'paging_label_first'),
(3242, 7, 'paging_label_prev'),
(3243, 7, 'paging_label_next'),
(3244, 7, 'paging_label_last'),
(3246, 1, 'splash_intro_label'),
(3247, 1, 'splash_intro_desc'),
(3248, 1, 'splash_button_label'),
(3249, 1, 'splash_button_label_desc'),
(3250, 1, 'splash_leave_url_label'),
(3251, 1, 'splash_leave_url_desc'),
(3252, 1, 'splash_intro_value'),
(3253, 1, 'splash_button_value'),
(3261, 1, 'sidebar_menu_item_splash_screen'),
(18685, 1, 'admin_admin_dashboard'),
(3260, 1, 'splash_leave_button_label'),
(3274, 7, 'join_not_valid_invite_code'),
(3308, 7, 'authorization_user_roles'),
(3283, 1, 'splash_enable_label'),
(3284, 1, 'splash_enable_desc'),
(3285, 1, 'invite_members_button_label'),
(3286, 1, 'invite_members_cap_label'),
(3287, 1, 'invite_members_textarea_invitation_text'),
(3288, 1, 'invite_members_submit_label'),
(3289, 1, 'invite_members_max_limit_message'),
(3290, 1, 'invite_members_min_limit_message'),
(3291, 1, 'invite_members_success_message'),
(3292, 7, 'mail_template_admin_invite_user_subject'),
(3293, 7, 'mail_template_admin_invite_user_content_html'),
(3294, 7, 'mail_template_admin_invite_user_content_text'),
(3309, 7, 'authorization_give_user_role'),
(3345, 7, 'moderator_panel'),
(3346, 7, 'approve_users'),
(3347, 7, 'wait_for_approval'),
(3348, 1, 'permissions_index_user_approve'),
(3351, 7, 'profile_toolbar_user_approve_label'),
(3353, 7, 'user_approved'),
(3354, 7, 'user_approved_mail_subject'),
(3355, 7, 'user_approved_mail_txt'),
(3356, 7, 'user_approved_mail_html'),
(3371, 1, 'sidebar_menu_item_maintenance'),
(18687, 1, 'heading_main_settings'),
(18686, 1, 'heading_user_roles'),
(3374, 1, 'maintenance_text_value'),
(3379, 1, 'maintenance_enable_label'),
(3380, 1, 'maintenance_enable_desc'),
(3381, 1, 'maintenance_text_label'),
(3382, 1, 'maintenance_text_desc'),
(3383, 1, 'maintenance_submit_success_message'),
(3391, 7, 'geolocation_country_name_ABW'),
(3392, 7, 'geolocation_country_name_AFG'),
(3393, 7, 'geolocation_country_name_AGO'),
(3394, 7, 'geolocation_country_name_AIA'),
(3395, 7, 'geolocation_country_name_ALB'),
(3396, 7, 'geolocation_country_name_AND'),
(3397, 7, 'geolocation_country_name_ANT'),
(3398, 7, 'geolocation_country_name_ARE'),
(3399, 7, 'geolocation_country_name_ARG'),
(3400, 7, 'geolocation_country_name_ARM'),
(3401, 7, 'geolocation_country_name_ASM'),
(3402, 7, 'geolocation_country_name_ATA'),
(3403, 7, 'geolocation_country_name_ATF'),
(3404, 7, 'geolocation_country_name_ATG'),
(3405, 7, 'geolocation_country_name_AUS'),
(3406, 7, 'geolocation_country_name_AUT'),
(3407, 7, 'geolocation_country_name_AZE'),
(3408, 7, 'geolocation_country_name_BDI'),
(3409, 7, 'geolocation_country_name_BEL'),
(3410, 7, 'geolocation_country_name_BEN'),
(3411, 7, 'geolocation_country_name_BFA'),
(3412, 7, 'geolocation_country_name_BGD'),
(3413, 7, 'geolocation_country_name_BGR'),
(3414, 7, 'geolocation_country_name_BHR'),
(3415, 7, 'geolocation_country_name_BHS'),
(3416, 7, 'geolocation_country_name_BIH'),
(3417, 7, 'geolocation_country_name_BLR'),
(3418, 7, 'geolocation_country_name_BLZ'),
(3419, 7, 'geolocation_country_name_BMU'),
(3420, 7, 'geolocation_country_name_BOL'),
(3421, 7, 'geolocation_country_name_BRA'),
(3422, 7, 'geolocation_country_name_BRB'),
(3423, 7, 'geolocation_country_name_BRN'),
(3424, 7, 'geolocation_country_name_BTN'),
(3425, 7, 'geolocation_country_name_BVT'),
(3426, 7, 'geolocation_country_name_BWA'),
(3427, 7, 'geolocation_country_name_CAF'),
(3428, 7, 'geolocation_country_name_CAN'),
(3429, 7, 'geolocation_country_name_CHE'),
(3430, 7, 'geolocation_country_name_CHL'),
(3431, 7, 'geolocation_country_name_CHN'),
(3432, 7, 'geolocation_country_name_CIV'),
(3433, 7, 'geolocation_country_name_CMR'),
(3434, 7, 'geolocation_country_name_COD'),
(3435, 7, 'geolocation_country_name_COG'),
(3436, 7, 'geolocation_country_name_COK'),
(3437, 7, 'geolocation_country_name_COL'),
(3438, 7, 'geolocation_country_name_COM'),
(3439, 7, 'geolocation_country_name_CPV'),
(3440, 7, 'geolocation_country_name_CRI'),
(3441, 7, 'geolocation_country_name_CUB'),
(3442, 7, 'geolocation_country_name_CYM'),
(3443, 7, 'geolocation_country_name_CYP'),
(3444, 7, 'geolocation_country_name_CZE'),
(3445, 7, 'geolocation_country_name_DEU'),
(3446, 7, 'geolocation_country_name_DJI'),
(3447, 7, 'geolocation_country_name_DMA'),
(3448, 7, 'geolocation_country_name_DNK'),
(3449, 7, 'geolocation_country_name_DOM'),
(3450, 7, 'geolocation_country_name_DZA'),
(3451, 7, 'geolocation_country_name_ECU'),
(3452, 7, 'geolocation_country_name_EGY'),
(3453, 7, 'geolocation_country_name_ERI'),
(3454, 7, 'geolocation_country_name_ESP'),
(3455, 7, 'geolocation_country_name_EST'),
(3456, 7, 'geolocation_country_name_ETH'),
(3457, 7, 'geolocation_country_name_FIN'),
(3458, 7, 'geolocation_country_name_FJI'),
(3459, 7, 'geolocation_country_name_FLK'),
(3460, 7, 'geolocation_country_name_FRA'),
(3461, 7, 'geolocation_country_name_FRO'),
(3462, 7, 'geolocation_country_name_FSM'),
(3463, 7, 'geolocation_country_name_GAB'),
(3464, 7, 'geolocation_country_name_GBR'),
(3465, 7, 'geolocation_country_name_GEO'),
(3466, 7, 'geolocation_country_name_GGY'),
(3467, 7, 'geolocation_country_name_GHA'),
(3468, 7, 'geolocation_country_name_GIB'),
(3469, 7, 'geolocation_country_name_GIN'),
(3470, 7, 'geolocation_country_name_GLP'),
(3471, 7, 'geolocation_country_name_GMB'),
(3472, 7, 'geolocation_country_name_GNB'),
(3473, 7, 'geolocation_country_name_GNQ'),
(3474, 7, 'geolocation_country_name_GRC'),
(3475, 7, 'geolocation_country_name_GRD'),
(3476, 7, 'geolocation_country_name_GRL'),
(3477, 7, 'geolocation_country_name_GTM'),
(3478, 7, 'geolocation_country_name_GUF'),
(3479, 7, 'geolocation_country_name_GUM'),
(3480, 7, 'geolocation_country_name_GUY'),
(3481, 7, 'geolocation_country_name_HKG'),
(3482, 7, 'geolocation_country_name_HND'),
(3483, 7, 'geolocation_country_name_HRV'),
(3484, 7, 'geolocation_country_name_HTI'),
(3485, 7, 'geolocation_country_name_HUN'),
(3486, 7, 'geolocation_country_name_IDN'),
(3487, 7, 'geolocation_country_name_IMN'),
(3488, 7, 'geolocation_country_name_IND'),
(3489, 7, 'geolocation_country_name_IOT'),
(3490, 7, 'geolocation_country_name_IRL'),
(3491, 7, 'geolocation_country_name_IRN'),
(3492, 7, 'geolocation_country_name_IRQ'),
(3493, 7, 'geolocation_country_name_ISL'),
(3494, 7, 'geolocation_country_name_ISR'),
(3495, 7, 'geolocation_country_name_ITA'),
(3496, 7, 'geolocation_country_name_JAM'),
(3497, 7, 'geolocation_country_name_JEY'),
(3498, 7, 'geolocation_country_name_JOR'),
(3499, 7, 'geolocation_country_name_JPN'),
(3500, 7, 'geolocation_country_name_KAZ'),
(3501, 7, 'geolocation_country_name_KEN'),
(3502, 7, 'geolocation_country_name_KGZ'),
(3503, 7, 'geolocation_country_name_KHM'),
(3504, 7, 'geolocation_country_name_KIR'),
(3505, 7, 'geolocation_country_name_KNA'),
(3506, 7, 'geolocation_country_name_KOR'),
(3507, 7, 'geolocation_country_name_KWT'),
(3508, 7, 'geolocation_country_name_LAO'),
(3509, 7, 'geolocation_country_name_LBN'),
(3510, 7, 'geolocation_country_name_LBR'),
(3511, 7, 'geolocation_country_name_LBY'),
(3512, 7, 'geolocation_country_name_LCA'),
(3513, 7, 'geolocation_country_name_LIE'),
(3514, 7, 'geolocation_country_name_LKA'),
(3515, 7, 'geolocation_country_name_LSO'),
(3516, 7, 'geolocation_country_name_LTU'),
(3517, 7, 'geolocation_country_name_LUX'),
(3518, 7, 'geolocation_country_name_LVA'),
(3519, 7, 'geolocation_country_name_MAC'),
(3520, 7, 'geolocation_country_name_MAF'),
(3521, 7, 'geolocation_country_name_MAR'),
(3522, 7, 'geolocation_country_name_MCO'),
(3523, 7, 'geolocation_country_name_MDA'),
(3524, 7, 'geolocation_country_name_MDG'),
(3525, 7, 'geolocation_country_name_MDV'),
(3526, 7, 'geolocation_country_name_MEX'),
(3527, 7, 'geolocation_country_name_MHL'),
(3528, 7, 'geolocation_country_name_MKD'),
(3529, 7, 'geolocation_country_name_MLI'),
(3530, 7, 'geolocation_country_name_MLT'),
(3531, 7, 'geolocation_country_name_MMR'),
(3532, 7, 'geolocation_country_name_MNE'),
(3533, 7, 'geolocation_country_name_MNG'),
(3534, 7, 'geolocation_country_name_MNP'),
(3535, 7, 'geolocation_country_name_MOZ'),
(3536, 7, 'geolocation_country_name_MRT'),
(3537, 7, 'geolocation_country_name_MSR'),
(3538, 7, 'geolocation_country_name_MTQ'),
(3539, 7, 'geolocation_country_name_MUS'),
(3540, 7, 'geolocation_country_name_MWI'),
(3541, 7, 'geolocation_country_name_MYS'),
(3542, 7, 'geolocation_country_name_MYT'),
(3543, 7, 'geolocation_country_name_NAM'),
(3544, 7, 'geolocation_country_name_NCL'),
(3545, 7, 'geolocation_country_name_NER'),
(3546, 7, 'geolocation_country_name_NFK'),
(3547, 7, 'geolocation_country_name_NGA'),
(3548, 7, 'geolocation_country_name_NIC'),
(3549, 7, 'geolocation_country_name_NIU'),
(3550, 7, 'geolocation_country_name_NLD'),
(3551, 7, 'geolocation_country_name_NOR'),
(3552, 7, 'geolocation_country_name_NPL'),
(3553, 7, 'geolocation_country_name_NRU'),
(3554, 7, 'geolocation_country_name_NZL'),
(3555, 7, 'geolocation_country_name_OMN'),
(3556, 7, 'geolocation_country_name_PAK'),
(3557, 7, 'geolocation_country_name_PAN'),
(3558, 7, 'geolocation_country_name_PER'),
(3559, 7, 'geolocation_country_name_PHL'),
(3560, 7, 'geolocation_country_name_PLW'),
(3561, 7, 'geolocation_country_name_PNG'),
(3562, 7, 'geolocation_country_name_POL'),
(3563, 7, 'geolocation_country_name_PRI'),
(3564, 7, 'geolocation_country_name_PRK'),
(3565, 7, 'geolocation_country_name_PRT'),
(3566, 7, 'geolocation_country_name_PRY'),
(3567, 7, 'geolocation_country_name_PSE'),
(3568, 7, 'geolocation_country_name_PYF'),
(3569, 7, 'geolocation_country_name_QAT'),
(3570, 7, 'geolocation_country_name_REU'),
(3571, 7, 'geolocation_country_name_ROM'),
(3572, 7, 'geolocation_country_name_RUS'),
(3573, 7, 'geolocation_country_name_RWA'),
(3574, 7, 'geolocation_country_name_SAU'),
(3575, 7, 'geolocation_country_name_SCG'),
(3576, 7, 'geolocation_country_name_SDN'),
(3577, 7, 'geolocation_country_name_SEN'),
(3578, 7, 'geolocation_country_name_SGP'),
(3579, 7, 'geolocation_country_name_SGS'),
(3580, 7, 'geolocation_country_name_SLB'),
(3581, 7, 'geolocation_country_name_SLE'),
(3582, 7, 'geolocation_country_name_SLV'),
(3583, 7, 'geolocation_country_name_SMR'),
(3584, 7, 'geolocation_country_name_SOM'),
(3585, 7, 'geolocation_country_name_SPM'),
(3586, 7, 'geolocation_country_name_SRB'),
(3587, 7, 'geolocation_country_name_STP'),
(3588, 7, 'geolocation_country_name_SUR'),
(3589, 7, 'geolocation_country_name_SVK'),
(3590, 7, 'geolocation_country_name_SVN'),
(3591, 7, 'geolocation_country_name_SWE'),
(3592, 7, 'geolocation_country_name_SWZ'),
(3593, 7, 'geolocation_country_name_SYC'),
(3594, 7, 'geolocation_country_name_SYR'),
(3595, 7, 'geolocation_country_name_TCA'),
(3596, 7, 'geolocation_country_name_TCD'),
(3597, 7, 'geolocation_country_name_TGO'),
(3598, 7, 'geolocation_country_name_THA'),
(3599, 7, 'geolocation_country_name_TJK'),
(3600, 7, 'geolocation_country_name_TKL'),
(3601, 7, 'geolocation_country_name_TKM'),
(3602, 7, 'geolocation_country_name_TLS'),
(3603, 7, 'geolocation_country_name_TON'),
(3604, 7, 'geolocation_country_name_TTO'),
(3605, 7, 'geolocation_country_name_TUN'),
(3606, 7, 'geolocation_country_name_TUR'),
(3607, 7, 'geolocation_country_name_TUV'),
(3608, 7, 'geolocation_country_name_TWN'),
(3609, 7, 'geolocation_country_name_TZA'),
(3610, 7, 'geolocation_country_name_UGA'),
(3611, 7, 'geolocation_country_name_UKR'),
(3612, 7, 'geolocation_country_name_UMI'),
(3613, 7, 'geolocation_country_name_URY'),
(3614, 7, 'geolocation_country_name_USA'),
(3615, 7, 'geolocation_country_name_UZB'),
(3616, 7, 'geolocation_country_name_VAT'),
(3617, 7, 'geolocation_country_name_VCT'),
(3618, 7, 'geolocation_country_name_VEN'),
(3619, 7, 'geolocation_country_name_VGB'),
(3620, 7, 'geolocation_country_name_VIR'),
(3621, 7, 'geolocation_country_name_VNM'),
(3622, 7, 'geolocation_country_name_VUT'),
(3623, 7, 'geolocation_country_name_WLF'),
(3624, 7, 'geolocation_country_name_WSM'),
(3625, 7, 'geolocation_country_name_YEM'),
(3626, 7, 'geolocation_country_name_ZAF'),
(3627, 7, 'geolocation_country_name_ZMB'),
(3628, 7, 'geolocation_country_name_ZWE'),
(3665, 7, 'unique_local_page_error'),
(3790, 7, 'flags_users_reported'),
(3791, 7, 'flags_deleted'),
(3792, 7, 'dashboard_heading'),
(3798, 1, 'sidebar_menu_item_plugin_forum'),
(3808, 1, 'maintenance_page_title'),
(3813, 1, 'menu_item_users_suspended'),
(3814, 1, 'menu_item_users_unverified'),
(3815, 1, 'menu_item_users_unapproved'),
(3816, 1, 'user_status'),
(3819, 1, 'user_status_unapproved'),
(3817, 1, 'user_status_suspended'),
(3818, 1, 'user_status_unverified'),
(3735, 1, 'search_by_name'),
(3771, 7, 'flag_offence'),
(3772, 7, 'flag_illegal'),
(3773, 7, 'flag_as'),
(3774, 7, 'flag_flag'),
(3776, 7, 'flag_accepted'),
(3777, 7, 'flag_already_flagged'),
(3823, 1, 'user_search_result'),
(3820, 7, 'activity_stamp'),
(3821, 7, 'activity_online'),
(3843, 7, 'pages_add_submit'),
(15466, 1, 'themes_add_new_box_cap_label'),
(3828, 7, 'users'),
(3829, 7, 'for_approval'),
(3830, 7, 'flagged_content'),
(3832, 1, 'heading_user_role'),
(3833, 1, 'back_to_roles'),
(3834, 1, 'sidebar_menu_item_permission'),
(3835, 1, 'sidebar_menu_item_roles'),
(3836, 1, 'sidebar_menu_item_permission_roles'),
(3837, 1, 'sidebar_menu_item_permission_moders'),
(3844, 7, 'pages_add_item'),
(3845, 7, 'pages_back'),
(3854, 7, 'forgot_password_success_message'),
(3852, 1, 'theme_change_success_message'),
(3851, 7, 'dashboard'),
(3858, 1, 'sidebar_menu_plugins_installed'),
(3859, 1, 'sidebar_menu_plugins_available'),
(3860, 1, 'sidebar_menu_plugins_add'),
(3861, 1, 'finance_settings'),
(3862, 1, 'currency'),
(18683, 1, 'user_settings_permissions'),
(3864, 1, 'manage_plugins_plugin_not_found'),
(3865, 1, 'manage_plugins_delete_confirm_message'),
(3866, 1, 'manage_plugins_delete_button_label'),
(3867, 1, 'manage_plugins_uninstall_success_message'),
(3868, 1, 'page_title_manage_plugins_ftp_info'),
(3869, 1, 'manage_plugins_ftp_box_cap_label'),
(3870, 7, 'upload'),
(3871, 1, 'plugins_manage_ftp_form_login_label'),
(3872, 1, 'plugins_manage_ftp_form_password_label'),
(3873, 1, 'plugins_manage_ftp_form_submit_label'),
(3874, 1, 'plugins_manage_need_ftp_attrs_message'),
(3875, 1, 'plugins_manage_ftp_form_port_label'),
(5840, 7, 'reset_password_request_submit_label'),
(3878, 1, 'plugins_manage_ftp_attrs_invalid_host_message'),
(4126, 7, 'user_list_menu_item_birthdays'),
(3887, 1, 'plugins_manage_ftp_form_host_label'),
(3888, 7, 'forgot_password_label'),
(5839, 7, 'reset_password_request_form_text'),
(3892, 7, 'sign_in_remember_me_label'),
(5842, 7, 'reset_password_request_invalid_code_error_message'),
(3902, 1, 'manage_plugins_delete_success_message'),
(5125, 1, 'user_settings_email'),
(5126, 1, 'user_settings_confirm_email'),
(5124, 1, 'user_settings_confirm_email_desc'),
(3918, 1, 'plugins_manage_add_submit_label'),
(3921, 7, 'tf_allow_pics'),
(3922, 7, 'tf_max_img_size'),
(3923, 7, 'tf_sett_section'),
(3924, 7, 'tf_img_url'),
(3925, 7, 'tf_insert'),
(3926, 7, 'tf_img_types'),
(3927, 7, 'tf_img_max_size'),
(3928, 7, 'tf_img_choose_file'),
(3929, 7, 'tf_img_from_url'),
(3930, 7, 'tf_img_gal'),
(3931, 7, 'mp_gal_show'),
(3932, 7, 'mp_gal_hide'),
(3933, 7, 'mp_gal_pic_url'),
(3934, 7, 'mp_gal_delete'),
(3935, 7, 'mp_gal_preview'),
(3936, 7, 'mp_gal_fullsize'),
(3937, 7, 'mp_gal_align'),
(3938, 7, 'mp_gal_none'),
(3939, 7, 'mp_gal_left'),
(3940, 7, 'mp_gal_center'),
(3941, 7, 'mp_gal_right'),
(3942, 7, 'mp_gal_ins_into_post'),
(3943, 1, 'manage_plugins_update_button_label'),
(3945, 7, 'billing_no_gateways'),
(3950, 1, 'manage_plugins_update_request_box_cap_label'),
(3951, 1, 'free_plugin_request_text'),
(3952, 1, 'plugin_update_yes_button_label'),
(3953, 1, 'plugin_update_no_button_label'),
(3956, 7, 'billing_pay_with'),
(5841, 7, 'reset_password_request_heading'),
(3987, 1, 'plugins_manage_ftp_attrs_invalid_login_params_message'),
(3988, 7, 'billing_currency_not_supported'),
(4004, 1, 'com_plugin_request_key_label'),
(4005, 1, 'license_form_leave_label'),
(4006, 1, 'license_form_submit_label'),
(4010, 1, 'com_plugin_request_text'),
(4012, 7, 'date_time_week_0'),
(4013, 7, 'date_time_week_1'),
(4014, 7, 'date_time_week_2'),
(4015, 7, 'date_time_week_3'),
(4016, 7, 'date_time_week_4'),
(4017, 7, 'date_time_week_5'),
(4018, 7, 'date_time_week_6'),
(4019, 1, 'plugins_manage_invalid_license_key_error_message'),
(4020, 7, 'user_search_submit_button_label'),
(4021, 7, 'user_search_display_name_search_label'),
(4022, 7, 'user_search_page_heading'),
(4032, 7, 'user_search_main_search_label'),
(4034, 7, 'user_search_menu_item_label'),
(4035, 7, 'user_search_back_to_search_from'),
(15465, 1, 'sidebar_menu_themes_add'),
(4038, 7, 'form_element_from'),
(4039, 7, 'form_element_to'),
(4040, 7, 'form_element_age_range'),
(4043, 7, 'user_search_authorization_warning'),
(4044, 7, 'authorization_action_base_search_users'),
(4046, 7, 'rate_cmp_owner_cant_rate_error_message'),
(4047, 7, 'comment_delete_confirm_message'),
(4048, 7, 'year'),
(4049, 7, 'month'),
(4050, 7, 'day'),
(4051, 1, 'permission_global_privacy_empty_pass_error_message'),
(4078, 1, 'permission_global_privacy_pass_length_error_message'),
(4087, 1, 'manage_plugins_uninstall_confirm_message'),
(4090, 7, 'base_sign_in_cap_label'),
(4091, 7, 'base_sign_in_or_label'),
(4100, 7, 'confirm_page_ok_label'),
(4101, 7, 'confirm_page_cancel_label'),
(4102, 7, 'email_notifications_setting_user_comment'),
(4103, 7, 'profile_comment_notification'),
(5836, 7, 'forgot_password_code_exists_error_message'),
(4128, 1, 'verify_site_email'),
(4129, 1, 'send_verification_email'),
(4130, 1, 'email_already_verify'),
(4131, 1, 'site_email_verify_promo'),
(4132, 7, 'site_email_verify_subject'),
(4133, 7, 'site_email_verify_template_text'),
(4134, 7, 'site_email_verify_template_html'),
(4140, 7, 'date_time_tomorrow'),
(4145, 1, 'manage_plugins_uninstall_request_box_cap_label'),
(4146, 1, 'plugin_uninstall_request_text'),
(4149, 7, 'form_validator_captcha_error_message'),
(4165, 7, 'form_validator_float_error_message'),
(4164, 7, 'form_validator_date_error_message'),
(4166, 7, 'form_validator_int_error_message'),
(4167, 7, 'form_validator_alphanumeric_error_message'),
(4168, 7, 'form_validator_url_error_message'),
(4169, 7, 'form_validator_email_error_message'),
(4170, 7, 'form_validator_regexp_error_message'),
(4171, 7, 'form_validator_string_error_message'),
(4515, 7, 'console_item_label_preferences'),
(4516, 7, 'console_item_label_profile'),
(4514, 7, 'console_item_label_dashboard'),
(4517, 7, 'console_item_label_mailbox'),
(4518, 7, 'console_item_label_sign_out'),
(4519, 1, 'notification_soft_update'),
(4520, 1, 'notification_plugins_to_update'),
(5838, 7, 'reset_password_request_cap_label'),
(4595, 1, 'manage_plugins_uninstall_error_message'),
(4598, 7, 'media_panel_file_deleted'),
(4939, 1, 'manage_plugins_update_success_message'),
(4766, 7, 'my_avatar_widget'),
(4767, 1, 'page_title_finance'),
(4770, 1, 'sidebar_menu_item_dashboard_finance'),
(4769, 7, 'join_error_username_restricted'),
(5843, 7, 'reset_password_heading'),
(4772, 1, 'sidebar_menu_item_restricted_usernames'),
(4773, 1, 'restrictedusernames'),
(4774, 1, 'restrictedusernames_add_username'),
(4775, 1, 'restrictedusernames_username_label'),
(4776, 1, 'restrictedusernames_add_username_button'),
(4777, 1, 'restrictedusernames_restricted_list_label'),
(4783, 1, 'restrictedusernames_username_added'),
(4785, 1, 'manage_plugins_manual_update_request'),
(4786, 1, 'plugin_manual_update_button_label'),
(4793, 7, 'billing_gateway_not_found'),
(4832, 1, 'plugin'),
(4810, 7, 'billing_sale_not_found'),
(5853, 7, 'reset_password_success_message'),
(4843, 7, 'billing_amount'),
(4842, 7, 'time'),
(4811, 7, 'billing_order_init_failed'),
(5852, 7, 'reset_password_length_error_message'),
(5851, 7, 'reset_password_not_equal_error_message'),
(4854, 7, 'billing_details'),
(4855, 7, 'billing_gateway'),
(4856, 7, 'billing_transaction_id'),
(4857, 7, 'billing_statistics'),
(4868, 1, 'questions_config_year_range_label'),
(4869, 7, 'form_element_year_range'),
(4870, 7, 'billing_gateway_unavailable'),
(4871, 7, 'billing_order_canceled'),
(4872, 7, 'billing_order_failed'),
(4873, 7, 'billing_order_completed_successfully'),
(4874, 7, 'billing_order_verified'),
(4875, 7, 'billing_order_processing'),
(4906, 7, 'billing_order_page_heading'),
(4907, 7, 'billing_order_status_page_heading'),
(5849, 7, 'reset_password_repeat_field_label'),
(5848, 7, 'reset_password_field_label'),
(5846, 7, 'reset_password_form_text'),
(5845, 7, 'forgot_password_instructions'),
(5844, 7, 'reset_password_cap_label'),
(5576, 1, 'massmailing_expire_text'),
(6073, 7, 'authorization_action_market_post_jobs'),
(5847, 7, 'reset_password_submit_label'),
(6051, 7, 'reset_password_mail_template_content_txt'),
(6050, 7, 'reset_password_mail_template_content_html'),
(6048, 7, 'authorization_action_market_delete_comment_by_content_owner'),
(6046, 7, 'authorization_group_market'),
(6045, 1, 'questions_edit_username_warning'),
(6047, 7, 'authorization_action_market_add_comment'),
(6020, 7, 'questions_question_c5dc53f371fe6ba3001a7c7e31bd95fc_value_1'),
(6021, 7, 'questions_question_c5dc53f371fe6ba3001a7c7e31bd95fc_value_2'),
(6022, 7, 'questions_question_c5dc53f371fe6ba3001a7c7e31bd95fc_value_4'),
(6023, 7, 'questions_question_c5dc53f371fe6ba3001a7c7e31bd95fc_value_8'),
(6024, 7, 'questions_question_c5dc53f371fe6ba3001a7c7e31bd95fc_value_16'),
(6155, 7, 'authorization_group_links'),
(6156, 7, 'authorization_action_links_add_comment'),
(6157, 7, 'authorization_action_links_add'),
(6158, 7, 'authorization_action_links_delete_comment_by_content_owner'),
(6159, 7, 'authorization_action_links_view'),
(6377, 1, 'css_edit_success_message'),
(6378, 7, 'comment_view_all'),
(6406, 7, 'ajax_floatbox_users_title'),
(6697, 7, 'feed_user_join'),
(6696, 7, 'feed_user_edit_profile'),
(6275, 7, 'cannot_delete_admin_user_msg'),
(6301, 7, 'white_spaces_dissalowed'),
(6308, 1, 'user_feedback_email_verified'),
(6306, 7, 'mark_email_verified_btn'),
(9251, 7, 'tag_search'),
(6366, 1, 'user_settings_avatar_image'),
(8574, 7, 'authorization_action_virtualgifts_send_gift'),
(8573, 7, 'authorization_group_virtualgifts'),
(6376, 1, 'plugins_manage_ftp_attrs_invalid_user'),
(6473, 1, 'user_settings_avatar_image_desc'),
(6477, 7, 'change'),
(6478, 7, 'cancel'),
(6486, 1, 'confirm_avatar_delete'),
(6487, 1, 'default_avatar_deleted'),
(6489, 7, 'empty_user_avatar_list'),
(6497, 7, 'avatar_user_list_select_count_label'),
(6498, 7, 'avatar_user_list_select_button_label'),
(6516, 7, 'user_page_heading_status'),
(7918, 7, 'authorization_action_event_add_comment'),
(7915, 7, 'authorization_group_event'),
(6568, 7, 'base_document_403_heading'),
(6569, 7, 'base_document_403'),
(6570, 7, 'base_document_404_title'),
(6571, 7, 'base_document_403_title'),
(7917, 7, 'authorization_action_event_view_event'),
(7916, 7, 'authorization_action_event_add_event'),
(9493, 7, 'form_element_submit_default_value'),
(7429, 7, 'empty_user_avatar_list_select'),
(8664, 7, 'authorization_group_usercredits'),
(6671, 7, 'avatar_feed_string'),
(6673, 7, 'widgets_enable_js'),
(6674, 7, 'widgets_disable_js'),
(6675, 7, 'reset_password_code_expired_cap_label'),
(6677, 7, 'reset_password_code_expired_text'),
(6678, 1, 'total_users'),
(6714, 7, 'avatar_user_select_empty_list_message'),
(6779, 7, 'authorization_group_mailbox'),
(6780, 7, 'authorization_action_mailbox_read_message'),
(6781, 7, 'authorization_action_mailbox_send_message'),
(6823, 7, 'manage_plugins_add_success_message'),
(6861, 7, 'date_time_cap_hour'),
(6862, 7, 'date_time_cap_minute'),
(9495, 7, 'user_list_widget_settings_count'),
(9494, 7, 'user_list_widget_settings_title'),
(6890, 1, 'plugins_manage_no_available_items'),
(7218, 7, 'manage_plugins_install_empty_key_error_message'),
(7219, 7, 'manage_plugins_install_error_message'),
(7302, 1, 'add_language_pack_empty_file_error_message'),
(7304, 1, 'language_import_complete_success_message'),
(7528, 7, 'questions_question_joinStamp_label'),
(7828, 1, 'warning_cron_is_not_active'),
(8987, 7, 'authorization_group_forum'),
(8988, 7, 'authorization_action_forum_view'),
(8989, 7, 'authorization_action_forum_edit'),
(8990, 7, 'authorization_action_forum_subscribe'),
(8993, 1, 'avatar_label'),
(8994, 7, 'yes'),
(8995, 7, 'no'),
(8996, 1, 'display_avatar_label'),
(8997, 1, 'avatar_label_color'),
(8999, 1, 'permissions_role_updated'),
(9106, 7, 'checkout'),
(9129, 1, 'permissions_role_actions_label'),
(9133, 1, 'sidebar_menu_item_users_roles'),
(15464, 1, 'manage_theme_add_extract_error'),
(16076, 7, 'ignore'),
(9173, 7, 'usercredits_action_daily_login'),
(9174, 7, 'usercredits_action_user_join'),
(9175, 7, 'usercredits_action_search_users'),
(9176, 7, 'usercredits_action_add_comment'),
(9208, 7, 'your_rate_label'),
(9209, 7, 'total_score_label'),
(9285, 1, 'add_new_role_block_cap_label'),
(9286, 1, 'user_role_permissions_cap_label'),
(9297, 1, 'questions_edit_account_types_button'),
(9291, 7, 'add_comment'),
(9293, 1, 'questions_values_count'),
(9294, 7, 'delete_comment_by_content_owner'),
(9295, 7, 'search_users'),
(9296, 1, 'auth_group_label');
INSERT INTO `ow_base_language_key` VALUES
(9375, 1, 'question_column_question'),
(9377, 1, 'question_column_type'),
(9381, 1, 'theme_info_cap_label'),
(9382, 1, 'question_column_values'),
(9386, 1, 'pages_and_menus_instructions'),
(9387, 1, 'pages_and_menus_main_menu_label'),
(9388, 1, 'question_column_require'),
(9389, 1, 'pages_and_menus_bottom_menu_label'),
(9390, 1, 'pages_and_menus_hidden_pages_label'),
(9391, 1, 'question_column_sign_up'),
(9392, 1, 'pages_and_menus_hidden_desc'),
(9393, 1, 'question_column_profile_edit'),
(9395, 1, 'question_column_view'),
(9396, 1, 'pages_and_menus_item_label'),
(9397, 1, 'pages_and_menus_legend_everyone_label'),
(9398, 1, 'question_column_search'),
(9399, 1, 'pages_and_menus_legend_guests_label'),
(9400, 1, 'pages_and_menus_legend_members_label'),
(9401, 7, 'auth_view_profile'),
(9402, 1, 'pages_and_menus_legend_label'),
(9403, 1, 'or'),
(9404, 1, 'question_column_account_type'),
(9405, 1, 'question_column_exclusive_questions'),
(9406, 7, 'view_profile_no_permission'),
(18462, 1, 'questions_admin_add_new_values'),
(9417, 7, 'tag_search_empty_value_error'),
(9423, 7, 'form_element_submit_default_balue'),
(9462, 7, 'notification_section_label'),
(9469, 7, 'user_list_activity'),
(9467, 7, 'user_list_online'),
(9472, 1, 'soft_version'),
(9522, 1, 'clone_language_cap_label'),
(9528, 1, 'join_display_photo_upload'),
(9530, 1, 'join_display_terms_of_use'),
(9531, 1, 'join_page'),
(9532, 1, 'join_display_terms_of_use_desc'),
(9534, 1, 'join_display_photo_upload_desc'),
(9542, 7, 'local_page_title_page-119658'),
(16385, 1, 'account_type_sort_order'),
(9541, 7, 'page-119658'),
(9539, 7, 'questions_section_terms_of_use_label'),
(9540, 7, 'questions_question_user_terms_of_use_label'),
(9544, 7, 'local_page_content_page-119658'),
(9913, 1, 'language_edit_form_error_message'),
(9912, 1, 'language_edit_form_success_message'),
(9567, 1, 'use_military_time'),
(9568, 1, 'sidebar_menu_item_permission_role'),
(9683, 7, 'preference_index'),
(9694, 7, 'config_join_display_photo_upload_display_and_require_label'),
(9693, 7, 'config_join_display_photo_upload_display_label'),
(9686, 7, 'preference_submit_button'),
(9687, 7, 'preference_section_general'),
(9688, 7, 'preference_preference_data_was_saved'),
(9689, 7, 'preference_preference_data_not_changed'),
(9690, 7, 'preference_no_items'),
(9691, 7, 'preference_mass_mailing_subscribe_label'),
(9692, 7, 'preference_mass_mailing_subscribe_description'),
(9695, 7, 'config_join_display_photo_upload_not_display_label'),
(9911, 1, 'lang_edit_form_rtl_desc'),
(9910, 1, 'lang_edit_form_rtl_label'),
(9909, 1, 'edit_langs_cap_label'),
(9908, 1, 'btn_label_edit_values'),
(9870, 7, 'privacy_action_view_profile'),
(9871, 1, 'core_update_download_error'),
(9872, 1, 'sidebar_menu_item_user_settings'),
(9874, 1, 'menu_item_page_settings'),
(18691, 1, 'themes_choose_page_title'),
(9879, 1, 'page_settings_form_headcode_label'),
(9877, 1, 'settings_submit_error_message'),
(9878, 1, 'settings_submit_success_message'),
(9880, 1, 'page_settings_form_headcode_desc'),
(9881, 1, 'page_settings_form_bottomcode_label'),
(9882, 1, 'page_settings_form_bottomcode_desc'),
(9883, 1, 'page_settings_form_favicon_label'),
(9884, 1, 'page_settings_form_favicon_desc'),
(10253, 7, 'view_more_label'),
(10266, 7, 'ws_button_label_bold'),
(10267, 7, 'ws_button_label_italic'),
(10268, 7, 'ws_button_label_underline'),
(10269, 7, 'ws_button_label_orderedlist'),
(10270, 7, 'ws_button_label_unorderedlist'),
(10271, 7, 'ws_button_label_link'),
(10272, 7, 'ws_button_label_image'),
(10273, 7, 'ws_button_label_video'),
(10274, 7, 'ws_button_label_html'),
(10275, 7, 'ws_button_label_switch_html'),
(10282, 7, 'ws_add_label'),
(10283, 7, 'ws_insert_label'),
(10284, 7, 'ws_link_empty_fields'),
(10285, 7, 'ws_video_head_label'),
(10287, 7, 'ws_video_empty_field'),
(10288, 7, 'ws_html_head_label'),
(10289, 7, 'welcome_letter_subject'),
(18575, 1, 'admin_suspend_floatbox_title'),
(18576, 1, 'input_settings_avatar_max_upload_size_label'),
(10578, 7, 'ws_button_label_more'),
(10580, 1, 'feed_content_registration'),
(10581, 1, 'feed_content_edit'),
(10689, 7, 'authorization_action_groups_add_topic'),
(10688, 7, 'authorization_action_groups_add_comment'),
(10687, 7, 'forgot_password_mail_template_content_txt'),
(10601, 1, 'menu_item_user_input_settings'),
(10602, 1, 'user_input_settings_user_content'),
(10605, 1, 'user_input_settings_comments'),
(10607, 1, 'user_input_settings_rich_media'),
(18660, 7, 'form_validator_range_error_message'),
(10609, 1, 'input_settings_max_upload_size_label'),
(10610, 1, 'input_settings_resource_list_label'),
(10612, 7, 'ws_html_textarea_label'),
(10613, 7, 'ws_video_textarea_label'),
(10614, 1, 'feed_content_user_comment'),
(15470, 1, 'theme_add_extract_error'),
(10618, 1, 'menu_item_user_settings_general'),
(10619, 1, 'menu_item_user_settings_content_input'),
(10666, 1, 'input_settings_user_rich_media_disable_label'),
(10665, 1, 'input_settings_user_custom_html_disable_desc'),
(10664, 1, 'input_settings_user_custom_html_disable_label'),
(10623, 1, 'input_settings_resource_list_desc'),
(10626, 7, 'privacy_action_view_my_presence_on_site'),
(10667, 1, 'input_settings_user_rich_media_disable_desc'),
(10668, 1, 'input_settings_comments_rich_media_disable_label'),
(10669, 1, 'input_settings_comments_rich_media_disable_desc'),
(10685, 1, 'menu_item_user_settings'),
(10686, 7, 'forgot_password_mail_template_content_html'),
(10676, 1, 'page_settings_favicon_submit_error_message'),
(10690, 7, 'authorization_action_groups_create'),
(10691, 7, 'authorization_action_groups_delete_comment_by_content_owner'),
(10692, 7, 'authorization_group_groups'),
(16065, 7, 'accept'),
(10725, 1, 'join_photo_upload_set_required'),
(10726, 1, 'join_photo_upload_set_required_desc'),
(11631, 1, 'manage_plugins_add_ftp_move_error'),
(10835, 1, 'found_users'),
(10836, 1, 'search_by'),
(10923, 7, 'attch_video_add_button_label'),
(10924, 7, 'attch_video_button_label'),
(10925, 7, 'attch_photo_button_label'),
(10926, 7, 'attch_add_video_button_label'),
(10927, 7, 'attch_attachment_label'),
(10928, 7, 'upload_file_max_upload_filesize_error'),
(10929, 7, 'upload_file_file_partially_uploaded_error'),
(10930, 7, 'upload_file_no_file_error'),
(10931, 7, 'upload_file_no_tmp_dir_error'),
(10932, 7, 'upload_file_cant_write_file_error'),
(10933, 7, 'upload_file_invalid_extention_error'),
(10934, 7, 'upload_file_fail'),
(11296, 7, 'comment_required_validator_message'),
(11310, 7, 'sidebar_menu_view_all_questions'),
(11311, 1, 'sidebar_menu_question_settings'),
(11312, 1, 'sidebar_menu_basic_label'),
(11313, 1, 'sidebar_menu_theme_css_label'),
(11314, 1, 'sidebar_menu_pages_menus_label'),
(11317, 7, 'widgets_avaliable_legend'),
(11318, 7, 'widgets_avaliable_description'),
(11573, 1, 'core_update_unzip_error'),
(11574, 7, 'ws_link_text_label'),
(11579, 1, 'page_settings_no_favicon_label'),
(11577, 7, 'ws_link_url_label'),
(11578, 7, 'ws_link_new_window_label'),
(11635, 7, 'max_upload_filesize'),
(15361, 1, 'massmailing_user_roles_label'),
(15362, 1, 'settings_max_upload_size_error'),
(15363, 1, 'user_feedback_email_unverified'),
(15364, 7, 'authorization_action_forum_move_topic_to_hidden'),
(15368, 7, 'billing_gateway_products_binding'),
(15369, 7, 'billing_product'),
(15370, 7, 'billing_product_id'),
(15371, 7, 'block_user_confirmation_label'),
(15372, 7, 'cancel_button'),
(15373, 7, 'confirm_button'),
(15380, 7, 'maintenance_disable_message'),
(15381, 7, 'mark_email_unverified_btn'),
(15382, 7, 'massmailing_unsubscribe_confirmation'),
(15411, 7, 'questions_question_c5dc53f371fe6ba3001a7c7e31bd95fc_label'),
(15416, 7, 'user_block_btn_lbl'),
(15417, 7, 'user_block_confirm_message'),
(15418, 7, 'user_block_message'),
(15419, 7, 'user_feedback_profile_blocked'),
(15420, 7, 'user_feedback_profile_unblocked'),
(15421, 7, 'user_unblock_btn_lbl'),
(15473, 1, 'manage_plugins_add_empty_field_error_message'),
(15475, 1, 'manage_plugins_update_process_error'),
(15476, 1, 'manage_plugins_up_to_date_message'),
(15477, 1, 'manage_plugin_add_extract_error'),
(15478, 1, 'plugin_update_download_error'),
(15479, 1, 'plugin_update_request_error'),
(15480, 7, 'forgot_password_request_exists_error_message'),
(15481, 1, 'user_feedback_profiles_approved'),
(15482, 1, 'user_feedback_profiles_disapproved'),
(15483, 1, 'user_settings_avatar_size_error'),
(15484, 1, 'user_settings_avatar_size_label'),
(15485, 1, 'user_settings_big_avatar_size_error'),
(15486, 1, 'user_settings_big_avatar_size_label'),
(21310, 1, 'wrong_file_extension'),
(15488, 7, 'ajax_attachment_select_image'),
(15489, 7, 'ajax_attachment_select_image_title'),
(15490, 7, 'approve_user_btn'),
(15491, 7, 'disapprove_user_btn'),
(15492, 7, 'feed_activity_avatar_string'),
(15493, 7, 'feed_activity_avatar_string_like'),
(15494, 7, 'feed_activity_join_profile_string'),
(15495, 7, 'feed_activity_join_profile_string_like'),
(15496, 7, 'not_writable_avatar_dir'),
(15497, 7, 'upload_file_extension_is_not_allowed'),
(15590, 1, 'questions_account_type_has_exclusive_questions'),
(15588, 1, 'cron_configuration_required_notice'),
(15589, 1, 'manage_plugins_install_error_message'),
(15513, 7, 'questions_question_presentation_range_label'),
(15515, 7, 'quick_links_cap_label'),
(15516, 7, 'sort_control_sortby'),
(15517, 7, 'tags_cloud_cap_label'),
(15518, 7, 'user_deleted_message'),
(15520, 7, 'local_page_title_page_81959573'),
(15522, 7, 'local_page_content_page_81959573'),
(15523, 1, 'console_item_admin_dashboard'),
(15524, 1, 'console_item_manage_pages'),
(15525, 1, 'console_item_manage_plugins'),
(15526, 1, 'console_item_manage_theme'),
(15527, 1, 'console_item_manage_users'),
(15528, 1, 'feed_content_avatar_change'),
(15529, 1, 'language_activated'),
(15530, 1, 'language_deactivated'),
(15531, 1, 'language_deleted'),
(15532, 1, 'msg_lang_clone_failed'),
(15533, 1, 'msg_lang_invalid_language_tag'),
(15534, 1, 'restrictedusernames_username_already_exists'),
(15535, 1, 'restrictedusernames_username_deleted'),
(15537, 7, 'auth_action_add_comment'),
(15538, 7, 'base_invisible_profile_field_tooltip'),
(15539, 7, 'base_sign_in_txt'),
(15540, 7, 'cannot_delete_admin_user_message'),
(15541, 7, 'console_item_invitations_label'),
(15542, 7, 'console_item_sign_up_label'),
(15543, 7, 'contex_action_comment_delete_label'),
(15544, 7, 'contex_action_user_delete_label'),
(15545, 7, 'custom_html_widget_no_content'),
(15546, 7, 'deleted_user'),
(15547, 7, 'flag_own_content_not_accepted'),
(15557, 7, 'pages_wrong_local_url'),
(15562, 7, 'preference_menu_item'),
(15563, 7, 'questions_account_type_7f23216f76dfbd9e7f6dacd58ea58beb'),
(15564, 7, 'questions_question_44e544653804655d52235ac14aaa10fb_description'),
(15566, 7, 'questions_section_a9073700994b20e339e21d061c44e5b0_label'),
(15567, 7, 'skalfa'),
(15568, 7, 'text_is_too_long'),
(15569, 7, 'user_deleted_page_message'),
(15570, 7, 'user_list_chat_now'),
(15591, 1, 'questions_cant_delete_default_account_type'),
(15592, 7, 'comment_form_element_invitation_text'),
(15594, 7, 'profile_toolbar_group_moderation'),
(15595, 7, 'questions_account_type_8c103538900bda26f08d9ccd2aad61f8'),
(15604, 7, 'questions_question_googlemap_location_label'),
(15605, 7, 'questions_question_presentation_age_label'),
(15606, 7, 'questions_question_presentation_birthdate_label'),
(15607, 7, 'questions_question_presentation_radio_label'),
(15608, 7, 'questions_question_presentation_select_label'),
(15609, 7, 'questions_section_location_label'),
(15610, 7, 'tags_input_field_invitation'),
(15611, 7, 'widgets_default_settings_access_restrictions'),
(15612, 7, 'widgets_default_settings_restrict_view'),
(15613, 1, 'back_to_theme_list'),
(15614, 1, 'com_theme_request_name_label'),
(15615, 1, 'com_theme_request_text'),
(15616, 1, 'delete_content_warning'),
(15617, 1, 'free_theme_request_text'),
(15618, 1, 'manage_themes_theme_not_found'),
(15619, 1, 'manage_themes_update_process_error'),
(15620, 1, 'manage_themes_update_request_box_cap_label'),
(15621, 1, 'manage_themes_update_success_message'),
(15622, 1, 'manage_themes_up_to_date_message'),
(15624, 1, 'questions_delete_question_parent_confirmation'),
(16386, 1, 'account_type_translation'),
(15626, 1, 'sidebar_menu_mobile'),
(15627, 1, 'themes_manage_invalid_license_key_error_message'),
(15628, 1, 'theme_update_download_error'),
(15629, 1, 'theme_update_not_available_error'),
(15630, 1, 'theme_update_request_error'),
(15644, 7, 'desktop_version_menu_item'),
(15646, 7, 'index_menu_item'),
(15662, 7, 'mobile_version_menu_item'),
(15668, 7, 'profile_view_description'),
(15671, 7, 'questions_question_0fe69011e890106732951b49d131490c_label'),
(15672, 7, 'questions_question_0fe69011e890106732951b49d131490c_value_1'),
(15673, 7, 'questions_question_0fe69011e890106732951b49d131490c_value_2'),
(15674, 7, 'questions_question_0fe69011e890106732951b49d131490c_value_4'),
(15675, 7, 'questions_question_0fe69011e890106732951b49d131490c_value_8'),
(15678, 7, 'questions_question_36e39f917cbcf4fb10aa753186ced60d_description'),
(15679, 7, 'questions_question_36e39f917cbcf4fb10aa753186ced60d_label'),
(15719, 7, 'questions_question_5eab269060488cd69d49fbe31c9cb0a1_label'),
(15732, 7, 'questions_question_96c41d906ac020757eae6a0ba339e398_label'),
(15733, 7, 'questions_question_96c41d906ac020757eae6a0ba339e398_value_1'),
(15734, 7, 'questions_question_96c41d906ac020757eae6a0ba339e398_value_2'),
(15735, 7, 'questions_question_96c41d906ac020757eae6a0ba339e398_value_4'),
(15736, 7, 'questions_question_96c41d906ac020757eae6a0ba339e398_value_8'),
(15737, 7, 'questions_question_a023dd4e406571f6e805e52e5dd9b9ef_description'),
(15738, 7, 'questions_question_a023dd4e406571f6e805e52e5dd9b9ef_label'),
(15739, 7, 'questions_question_a023dd4e406571f6e805e52e5dd9b9ef_value_1'),
(15740, 7, 'questions_question_a023dd4e406571f6e805e52e5dd9b9ef_value_2'),
(15741, 7, 'questions_question_a023dd4e406571f6e805e52e5dd9b9ef_value_4'),
(15742, 7, 'questions_question_a023dd4e406571f6e805e52e5dd9b9ef_value_8'),
(15750, 7, 'questions_question_birthday_label_presentation_age'),
(15766, 7, 'questions_question_match_739a83996f701966485290779f4ff2b5_label'),
(15768, 7, 'questions_question_match_age_label'),
(15771, 7, 'questions_section_about_my_match_label'),
(15773, 7, 'users_list_birthdays_meta_description'),
(15774, 7, 'users_list_latest_meta_description'),
(15775, 7, 'users_list_online_meta_description'),
(15776, 7, 'users_list_user_search_meta_description'),
(15777, 253, 'about'),
(15778, 253, 'admin_nav_adding_message'),
(15779, 253, 'admin_nav_bottom_section_label'),
(15780, 253, 'admin_nav_default_menu_name'),
(15781, 253, 'admin_nav_default_page_content'),
(15782, 253, 'admin_nav_default_page_title'),
(15783, 253, 'admin_nav_hidden_section_label'),
(15784, 253, 'admin_nav_item_content_field'),
(15785, 253, 'admin_nav_item_label_field'),
(15786, 253, 'admin_nav_item_title_field'),
(15787, 253, 'admin_nav_new_item_label'),
(15788, 253, 'admin_nav_settings_fb_title'),
(15789, 253, 'admin_nav_top_section_label'),
(15790, 253, 'admin_widgets_hidden_section_label'),
(15791, 253, 'admin_widgets_main_section_label'),
(15792, 253, 'mobile_admin_navigation'),
(15793, 253, 'mobile_admin_pages_dashboard'),
(15794, 253, 'mobile_admin_pages_index'),
(15795, 253, 'mobile_admin_pages_profile'),
(15796, 253, 'page_default_heading'),
(15797, 253, 'page_default_title'),
(15798, 253, 'sign_out'),
(15799, 253, 'view_profile'),
(15800, 253, 'widgets_admin_dashboard_heading'),
(15801, 253, 'widgets_admin_index_heading'),
(15802, 253, 'widgets_admin_profile_heading'),
(16033, 6, 'mobile_page_14788567'),
(16034, 6, 'mobile_page_14788567_title'),
(16035, 6, 'mobile_page_14788567_content'),
(16036, 253, 'mobile_pages_dashboard'),
(16037, 7, 'mobile_disabled_item_message'),
(16038, 7, 'mobile_notifications_console_empty'),
(16103, 253, 'right_sidebar_guest_heading'),
(16383, 1, 'notification_themes_to_update'),
(16384, 253, 'page_is_not_available'),
(16391, 1, 'error_empty_credentials_provided'),
(16392, 1, 'error_empty_host_provided'),
(16393, 1, 'error_ftp_function_is_not_available'),
(16394, 1, 'error_invalid_credentials_provided'),
(18682, 1, 'sidebar_menu_item_pages_manage'),
(16396, 1, 'input_settings_attch_ext_list_desc'),
(16397, 1, 'input_settings_attch_ext_list_label'),
(16398, 1, 'input_settings_attch_max_upload_size_label'),
(16399, 1, 'manage_plugin_cant_add_duplicate_key_error'),
(16400, 1, 'mobile_settings_mobile_context_disable_desc'),
(16401, 1, 'mobile_settings_mobile_context_disable_label'),
(18681, 1, 'sidebar_menu_pages'),
(16403, 1, 'possible_values_disable_message'),
(16404, 1, 'questions_account_type_was_updated'),
(16405, 1, 'questions_add_account_type_title'),
(16406, 1, 'questions_add_edit_type_title'),
(16407, 1, 'questions_add_profile_question_title'),
(16408, 1, 'questions_add_question_button'),
(16409, 1, 'questions_add_section_button'),
(18464, 1, 'questions_matched_question_values'),
(18465, 1, 'questions_possible_values_label'),
(16412, 1, 'questions_edit_account_type_title'),
(16413, 1, 'questions_edit_profile_question_title'),
(16415, 1, 'questions_page_description'),
(16416, 1, 'questions_save_account_type'),
(16417, 1, 'question_menu_account_types'),
(16418, 1, 'question_menu_properties'),
(16419, 1, 'themes_cant_delete_active_theme'),
(16420, 1, 'themes_cant_delete_default_theme'),
(16421, 1, 'themes_choose_delete_button_label'),
(16422, 1, 'themes_choose_delete_confirm_msg'),
(16423, 1, 'themes_delete_success_message'),
(16424, 1, 'user_input_settings_attachments'),
(16425, 253, 'mobile_admin_settings'),
(16427, 7, 'authorization_action_promotion'),
(16428, 7, 'authorization_limited_permissions'),
(16476, 7, 'base+questions_add_account_type'),
(16477, 7, 'base_document_auth_failed_heading'),
(16478, 7, 'btn_label_send'),
(16479, 7, 'comment_load_more_label'),
(16480, 7, 'complete_profile'),
(16481, 7, 'complete_profile_info'),
(16482, 7, 'complete_your_profile_page_heading'),
(16483, 7, 'complite_profile'),
(16484, 7, 'continue_button'),
(16485, 7, 'empty_comment_error_msg'),
(16486, 7, 'feed_activity_avatar_string_like_own'),
(16487, 7, 'feed_activity_avatar_string_own'),
(16594, 7, 'no_items'),
(16595, 7, 'or'),
(16677, 7, 'questions_add_account_type'),
(16679, 7, 'questions_edit_description_label_title'),
(16680, 7, 'questions_edit_question_label_title'),
(16681, 7, 'questions_edit_question_value_title'),
(18459, 7, 'required_profile_questions'),
(18466, 1, 'question_possible_values_label'),
(18467, 7, 'avatar_back_profile_edit'),
(18468, 7, 'form_validate_common_error_message'),
(18469, 7, 'questions_admin_add_new_values'),
(18470, 7, 'questions_question_password_description'),
(18471, 7, 'submit_attachment_not_loaded'),
(18473, 253, 'admin_nav_item_type_field'),
(18474, 253, 'admin_nav_item_type_local'),
(18475, 253, 'admin_nav_item_url_field'),
(18476, 253, 'mobile_join_promo'),
(18477, 1, 'pages_page_field_content_desc'),
(18478, 1, 'questions_cant_delete_last_account_type'),
(18479, 1, 'themes_admin_list_cap_title'),
(18480, 7, 'comments_see_more_label'),
(18577, 1, 'manage_plugins_add_size_error_message'),
(18578, 1, 'manage_themes_add_empty_field_error_message'),
(18579, 1, 'questions_delete_section_confirmation_with_move_questions'),
(18580, 1, 'set_suspend_message_label'),
(18581, 7, 'auth_group_label'),
(18582, 7, 'avatar_changed'),
(18583, 7, 'avatar_choose_from_library'),
(18584, 7, 'avatar_drop_single_image'),
(18585, 7, 'avatar_has_been_approved'),
(18586, 7, 'avatar_image_too_small'),
(18587, 7, 'avatar_pending_approval'),
(18588, 7, 'avatar_update_string'),
(18589, 7, 'back'),
(18590, 7, 'check_all_to'),
(18591, 7, 'comment_added_string'),
(18592, 7, 'comment_content_label'),
(18593, 7, 'content_avatars_label'),
(18594, 7, 'content_avatar_label'),
(18595, 7, 'content_comments_label'),
(18596, 7, 'content_comment_label'),
(18597, 7, 'content_profiles_label'),
(18598, 7, 'content_profile_label'),
(18599, 7, 'crop_avatar_failed'),
(18600, 7, 'drag_image_or_browse'),
(18601, 7, 'drop_image_here'),
(18602, 7, 'flagged_time'),
(18603, 7, 'input_settings_avatar_max_upload_size_label'),
(18604, 7, 'moderation_action'),
(18605, 7, 'moderation_delete_confirmation'),
(18606, 7, 'moderation_delete_multiple_confirmation'),
(18607, 7, 'moderation_feedback_delete'),
(18608, 7, 'moderation_feedback_delete_multiple'),
(18609, 7, 'moderation_feedback_unflag'),
(18610, 7, 'moderation_feedback_unflag_multiple'),
(18611, 7, 'moderation_flags_item_string'),
(18612, 7, 'moderation_no_items'),
(18613, 7, 'moderation_no_items_warning'),
(18614, 7, 'moderation_panel'),
(18615, 7, 'moderation_reason'),
(18616, 7, 'moderation_reporter'),
(18617, 7, 'moderation_tools'),
(18618, 7, 'pending_approval'),
(18619, 7, 'set_suspend_message_label'),
(18661, 7, 'suspend_floatbox_title'),
(18621, 7, 'suspend_notification_html'),
(18622, 7, 'suspend_notification_subject'),
(18623, 7, 'suspend_notification_text'),
(18624, 7, 'unflag'),
(18625, 7, 'welcome_letter_template_html'),
(18626, 7, 'welcome_letter_template_text'),
(18627, 7, 'welcome_widget_content'),
(18628, 7, 'welcome_widget_legend'),
(18629, 7, 'welcome_widget_title'),
(18630, 1, 'add_password'),
(18654, 1, 'change_password'),
(18659, 7, 'join_index_new_to_site'),
(18663, 7, 'sing_in_to_flag'),
(18664, 7, 'ws_error_video'),
(18665, 7, 'invalid_file_type_acceptable_file_types_jpg_png_gif'),
(18666, 7, 'ws_video_text_label'),
(18667, 1, 'smtp_test_connection_failed'),
(18669, 1, 'permissions'),
(18671, 1, 'sidebar_menu_item_content_settings'),
(18672, 1, 'sidebar_menu_item_general'),
(18673, 1, 'sidebar_menu_item_manage_pages'),
(18674, 1, 'sidebar_menu_item_page_settings'),
(18675, 1, 'sidebar_menu_item_smtp_settings'),
(18676, 1, 'sidebar_menu_item_special_pages'),
(18677, 1, 'sidebar_menu_item_themes'),
(18678, 1, 'sidebar_menu_item_themes_customize'),
(18679, 1, 'sidebar_menu_main'),
(18689, 1, 'heading_page_settings'),
(18699, 1, 'manage_plugins_available_box_cap_label'),
(18700, 1, 'manage_plugins_add_box_cap_label'),
(18701, 1, 'page_title_available_plugins'),
(18702, 1, 'page_title_add_new_plugin'),
(18703, 1, 'page_title_mobile_menus'),
(18704, 1, 'heading_mobile_settings'),
(18705, 1, 'mobile_settings_tabe_heading'),
(18706, 1, 'admin_dashboard'),
(18707, 1, 'admin_password'),
(18708, 1, 'permissions_index_save'),
(18709, 1, 'permission_global_privacy_settings_success_message'),
(18710, 1, 'question_settings_updated'),
(18711, 1, 'site_password'),
(18712, 1, 'splash_screen_page_heading'),
(18713, 1, 'splash_screen_page_title'),
(18714, 1, 'splash_screen_submit_success_message'),
(18715, 1, 'all_files'),
(18716, 1, 'copy_url'),
(18717, 1, 'delete_image'),
(18718, 1, 'undefined_action'),
(18719, 1, 'not_enough_params'),
(18720, 1, 'no_photo_selected'),
(18721, 1, 'select_mode'),
(18722, 1, 'delete_selected'),
(18723, 1, 'exit_select_mode'),
(18724, 1, 'period'),
(18725, 1, 'all_time'),
(18726, 1, 'title'),
(18727, 1, 'url'),
(18728, 1, 'date'),
(18729, 1, 'size'),
(18730, 1, 'filesize'),
(18731, 1, 'upload_date'),
(18732, 1, 'confirm_delete_images'),
(18733, 1, 'no_items'),
(18734, 1, 'album'),
(18735, 1, 'confirm_delete'),
(18736, 1, 'describe_photo'),
(18737, 1, 'dnd_not_support'),
(18738, 1, 'dnd_support'),
(18739, 1, 'drop_here'),
(18740, 1, 'error_cant_write'),
(18741, 1, 'error_extension'),
(18742, 1, 'error_form_size'),
(18743, 1, 'error_ini_size'),
(18744, 1, 'error_no_file'),
(18745, 1, 'error_no_tmp_dir'),
(18746, 1, 'error_partial'),
(18747, 1, 'mark_featured'),
(18748, 1, 'not_all_photos_uploaded'),
(18749, 1, 'no_photo_uploaded'),
(18750, 1, 'of'),
(18751, 1, 'pending_approval'),
(18752, 1, 'photos_uploaded'),
(18753, 1, 'photo_upload_error'),
(18754, 1, 'please_wait'),
(18755, 1, 'rating_total'),
(18756, 1, 'rating_your'),
(18757, 1, 'remove_from_featured'),
(18758, 1, 'size_limit'),
(18759, 1, 'slideshow_interval'),
(18760, 1, 'tb_edit_photo'),
(18761, 1, 'type_error'),
(18762, 1, 'widget_content_statistics'),
(18763, 1, 'widget_content_statistics_default_content_group'),
(18764, 1, 'site_statistics_today_period'),
(18765, 1, 'site_statistics_yesterday_period'),
(18766, 1, 'site_statistics_last_7_days_period'),
(18767, 1, 'site_statistics_last_30_days_period'),
(18768, 1, 'site_statistics_last_year_period'),
(18769, 1, 'site_statistics_default_period'),
(18770, 1, 'widget_user_statistics'),
(18771, 1, 'site_statistics_user_registrations'),
(18772, 1, 'site_statistics_user_logins'),
(18773, 1, 'statistics_amount_for_period'),
(18774, 1, 'site_statistics_finance_transactions'),
(18775, 1, 'site_statistics_finance_transactions_amount'),
(18776, 1, 'widget_finance_statistics'),
(18777, 1, 'statistics_history'),
(18778, 1, 'statistics_browse_users'),
(18779, 1, 'item_license_request_box_cap_label'),
(18780, 1, 'item_update_request_platform_update_warning'),
(18781, 1, 'license_form_back_label'),
(18782, 1, 'license_form_button_label'),
(18783, 1, 'license_request_text'),
(18784, 253, 'menu_item_dashboard'),
(18785, 1, 'site_password_letter_subject'),
(18786, 1, 'site_password_letter_template_html'),
(18787, 1, 'site_password_letter_template_text'),
(19195, 1, 'captcha_settings'),
(19196, 1, 'display_captcha_label'),
(19197, 7, 'edit_profile_warning'),
(19198, 7, 'moderation_user_update'),
(19199, 7, 'message_label'),
(19200, 7, 'subject_label'),
(19201, 7, 'send_message_to_email'),
(19202, 7, 'write_message'),
(19203, 7, 'save_and_approve'),
(19204, 7, 'message_send'),
(19205, 7, 'invalid_user'),
(19206, 7, 'empty_subject'),
(19207, 7, 'empty_message'),
(19208, 7, 'delete_user_feedback'),
(19209, 7, 'message_invitation'),
(19210, 7, 'page_6820666'),
(19211, 1, 'admin_password_html'),
(19236, 1, 'invalid _license_item_notification'),
(19258, 1, 'mail_template_admin_invalid_license_content_text'),
(19253, 1, 'changelog_heading'),
(19259, 1, 'mail_template_admin_invalid_license_subject'),
(19240, 1, 'manage_plugins_add_license_label'),
(19243, 1, 'plugins_manage_license_key_check_success'),
(19244, 1, 'questions_add_account_type'),
(19246, 1, 'questions_infinite_possible_values_description'),
(19247, 1, 'questions_infinite_possible_values_label'),
(19248, 1, 'questions_values_should_not_be_empty'),
(19251, 7, 'questions_question_presentation_fselect_label'),
(19252, 7, 'themes_item_add_success_message'),
(19257, 1, 'mail_template_admin_invalid_license_content_html'),
(19255, 1, 'url_copied'),
(19256, 1, 'press_ctrl_c'),
(21211, 6, 'mobile_terms_of_use'),
(21212, 6, 'mobile_terms_of_use_content'),
(21213, 6, 'mobile_terms_of_use_title'),
(21302, 7, 'invalid_csrf_token_error_message'),
(21303, 7, 'blocked_users_browse_page_heading'),
(21304, 7, 'my_blocked_users'),
(21305, 1, 'check_updates'),
(21306, 1, 'check_updates_success_message'),
(21307, 1, 'check_updates_fail_error_message'),
(21308, 1, 'manage_theme_activate_invalid_license_key'),
(21309, 1, 'check_license_invalid_server_responce_err_msg'),
(21311, 7, 'component_sign_in_password_invitation'),
(21312, 1, 'sidebar_menu_item_seo_settings'),
(21313, 1, 'seo_page_heading'),
(21314, 1, 'seo_page'),
(21315, 1, 'seo_sitemap'),
(21316, 1, 'seo_social_meta'),
(21317, 1, 'seo_sitemap_page_types'),
(21318, 1, 'seo_sitemap_note_desc'),
(21319, 1, 'seo_sitemap_settings_updated'),
(21320, 1, 'seo_sitemap_settings'),
(21321, 1, 'seo_sitemap_schedule_updates'),
(21322, 1, 'seo_sitemap_schedule_updates_desc'),
(21323, 1, 'seo_sitemap_users'),
(21324, 1, 'seo_sitemap_users_desc'),
(21325, 1, 'seo_sitemap_update_daily'),
(21326, 1, 'seo_sitemap_update_weekly'),
(21327, 1, 'seo_sitemap_update_monthly'),
(21328, 1, 'seo_sitemap_base_pages'),
(21329, 7, 'meta_title_user_list'),
(21330, 7, 'meta_desc_user_list'),
(21331, 7, 'meta_keywords_user_list'),
(21332, 7, 'user_list_type_latest'),
(21333, 7, 'user_list_type_online'),
(21334, 7, 'seo_meta_section_users'),
(21335, 7, 'seo_meta_form_element_title_label'),
(21336, 7, 'seo_meta_form_element_title_desc'),
(21337, 7, 'seo_meta_form_element_desc_label'),
(21338, 7, 'seo_meta_form_element_desc_desc'),
(21339, 7, 'seo_meta_form_element_keywords_label'),
(21340, 7, 'seo_meta_form_element_index_label'),
(21341, 7, 'seo_meta_choose_pages_label'),
(21342, 7, 'seo_meta_user_list_label'),
(21343, 7, 'seo_meta_section_base_pages'),
(21344, 7, 'meta_title_index'),
(21345, 7, 'meta_desc_index'),
(21346, 7, 'meta_keywords_index'),
(21347, 7, 'seo_meta_index_label'),
(21348, 7, 'meta_title_join'),
(21349, 7, 'meta_desc_join'),
(21350, 7, 'meta_keywords_join'),
(21351, 7, 'seo_meta_join_label'),
(21352, 7, 'meta_title_sign_in'),
(21353, 7, 'meta_desc_sign_in'),
(21354, 7, 'meta_keywords_sign_in'),
(21355, 7, 'seo_meta_sign_in_label'),
(21356, 7, 'meta_title_forgot_pass'),
(21357, 7, 'meta_desc_forgot_pass'),
(21358, 7, 'meta_keywords_forgot_pass'),
(21359, 7, 'seo_meta_forgot_pass_label'),
(21360, 7, 'meta_title_user_page'),
(21361, 7, 'meta_desc_user_page'),
(21362, 7, 'meta_keywords_user_page'),
(21363, 7, 'seo_meta_user_page_label'),
(21364, 7, 'meta_title_user_search'),
(21365, 7, 'meta_desc_user_search'),
(21366, 7, 'meta_keywords_user_search'),
(21367, 7, 'seo_meta_user_search_label'),
(21368, 7, 'meta_title_search_result'),
(21369, 7, 'meta_desc_search_result'),
(21370, 7, 'meta_keywords_search_result'),
(21371, 7, 'seo_meta_search_result_label'),
(21372, 7, 'seo_social_meta_text'),
(21373, 7, 'form_social_meta_logo_label'),
(21374, 7, 'social_meta_logo_desc'),
(21375, 7, 'seo_upload_logo_label'),
(21376, 7, 'pages_page_meta_desc_label'),
(21377, 7, 'pages_page_meta_desc_desc'),
(21378, 7, 'pages_page_meta_keywords_label'),
(21379, 7, 'pages_page_meta_keywords_desc'),
(21380, 7, 'invalid_meta_error_message'),
(21381, 7, 'search_results'),
(21382, 7, 'suspend_reason'),
(21383, 1, 'plugin_update_platform_avail_yes_button_label'),
(21384, 1, 'plugin_update_platform_first_button_label'),
(21385, 1, 'permissions_delete_confirmation'),
(21386, 1, 'plugin_update_platform_invalid_php_version_msg'),
(21387, 1, 'plugin_update_platform_invalid_php_version_back_btn_label'),
(21388, 280, 'activity_string_self_status_like'),
(21389, 280, 'activity_string_status_comment'),
(21390, 280, 'activity_string_status_like'),
(21391, 280, 'activity_string_status_self_comment'),
(21392, 280, 'admin_allow_comments_label'),
(21393, 280, 'admin_allow_likes_label'),
(21394, 280, 'admin_comments_count_desc'),
(21395, 280, 'admin_comments_count_label'),
(21396, 280, 'admin_customization_legend'),
(21397, 280, 'admin_features_expanded_label'),
(21398, 280, 'admin_index_status_label'),
(21399, 280, 'admin_menu_item_customization'),
(21400, 280, 'admin_menu_item_settings'),
(21401, 280, 'admin_page_heading'),
(21402, 280, 'admin_page_title'),
(21403, 280, 'admin_save_btn'),
(21404, 280, 'admin_settings_title'),
(21405, 280, 'auth_action_label_add_comment'),
(21406, 280, 'auth_action_label_allow_status_update'),
(21407, 280, 'auth_group_label'),
(21408, 280, 'comment_btn_label'),
(21409, 280, 'content_group_label'),
(21410, 280, 'content_status_label'),
(21411, 280, 'customization_changed'),
(21412, 280, 'customization_not_changed'),
(21413, 280, 'delete_feed_item_label'),
(21414, 280, 'delete_feed_item_user_label'),
(21415, 280, 'email_notifications_empty_status_comment'),
(21416, 280, 'email_notifications_empty_status_like'),
(21417, 280, 'email_notifications_section_label'),
(21418, 280, 'email_notifications_setting_status_comment'),
(21419, 280, 'email_notifications_setting_status_like'),
(21420, 280, 'email_notifications_setting_user_status'),
(21421, 280, 'email_notifications_status_comment'),
(21422, 280, 'email_notifications_status_like'),
(21423, 280, 'empty_feed_message'),
(21424, 280, 'feed_action_deleted_message'),
(21425, 280, 'feed_activity_users'),
(21426, 280, 'feed_delete_item_label'),
(21427, 280, 'feed_likes_1_label'),
(21428, 280, 'feed_likes_2_label'),
(21429, 280, 'feed_likes_3_label'),
(21430, 280, 'feed_likes_list_label'),
(21431, 280, 'feed_view_more_btn'),
(21432, 280, 'follow_button'),
(21433, 280, 'follow_complete_message'),
(21434, 280, 'guest_like_error'),
(21435, 280, 'item_deleted_feedback'),
(21436, 280, 'like_btn_label'),
(21437, 280, 'mobile_disabled_actions_message'),
(21438, 280, 'newsfeed_feed'),
(21439, 280, 'notifications_user_status'),
(21440, 280, 'privacy_action_view_my_feed'),
(21441, 280, 'save_customization_btn_label'),
(21442, 280, 'settings_updated'),
(21443, 280, 'status_add_string'),
(21444, 280, 'status_btn_label'),
(21445, 280, 'status_field_invintation'),
(21446, 280, 'string_users_and_delim'),
(21447, 280, 'unfollow_button'),
(21448, 280, 'unfollow_complete_message'),
(21449, 280, 'unlike_btn_label'),
(21450, 280, 'usercredits_action_add_comment'),
(21451, 280, 'view_more_count_label'),
(21452, 280, 'widget_feed_title'),
(21453, 280, 'widget_settings_count'),
(21454, 280, 'widget_settings_view_more'),
(21455, 281, 'about_hour'),
(21456, 281, 'about_hours'),
(21457, 281, 'about_minute'),
(21458, 281, 'about_month'),
(21459, 281, 'about_year'),
(21460, 281, 'actions'),
(21461, 281, 'add_button'),
(21462, 281, 'add_message'),
(21463, 281, 'admin_config'),
(21464, 281, 'admin_settings_title'),
(21465, 281, 'ago'),
(21466, 281, 'and'),
(21467, 281, 'api_read_the_message'),
(21468, 281, 'attache_file_delete_button'),
(21469, 281, 'attachment'),
(21470, 281, 'attachments'),
(21471, 281, 'attach_files'),
(21472, 281, 'auth_action_label_chat'),
(21473, 281, 'auth_action_label_read_chat_message'),
(21474, 281, 'auth_action_label_read_message'),
(21475, 281, 'auth_action_label_read_message_alt'),
(21476, 281, 'auth_action_label_reply_to_chat_message'),
(21477, 281, 'auth_action_label_reply_to_message'),
(21478, 281, 'auth_action_label_reply_to_message_alt'),
(21479, 281, 'auth_action_label_send_chat_message'),
(21480, 281, 'auth_action_label_send_message'),
(21481, 281, 'auth_action_label_send_message_alt'),
(21482, 281, 'auth_action_label_use_chat'),
(21483, 281, 'auth_group_label'),
(21484, 281, 'a_day'),
(21485, 281, 'between'),
(21486, 281, 'bulk_delete_conversations_btn'),
(21487, 281, 'bulk_mark_as_read_btn'),
(21488, 281, 'bulk_mark_unread_btn'),
(21489, 281, 'bulk_options'),
(21490, 281, 'can_not_display_entitytype_message'),
(21491, 281, 'change_privacy_settings'),
(21492, 281, 'chat'),
(21493, 281, 'chat_message_empty'),
(21494, 281, 'chat_subject_prefix'),
(21495, 281, 'check_all'),
(21496, 281, 'check_now_button'),
(21497, 281, 'click_to_read_messages'),
(21498, 281, 'close_new_message_window_confirmation'),
(21499, 281, 'compose_message'),
(21500, 281, 'confirm_conversation_delete'),
(21501, 281, 'confirm_delete_im'),
(21502, 281, 'console_request_item'),
(21503, 281, 'conversations'),
(21504, 281, 'conversation_box_info'),
(21505, 281, 'conversation_empty'),
(21506, 281, 'conversation_item_list_empty'),
(21507, 281, 'conversation_label'),
(21508, 281, 'conversation_meta_tilte'),
(21509, 281, 'conversation_not_found'),
(21510, 281, 'create_conversation_button'),
(21511, 281, 'create_conversation_fail_message'),
(21512, 281, 'create_conversation_message'),
(21513, 281, 'days'),
(21514, 281, 'delete_button'),
(21515, 281, 'delete_chat'),
(21516, 281, 'delete_chat_desc'),
(21517, 281, 'delete_confirm_message'),
(21518, 281, 'delete_content_warning'),
(21519, 281, 'delete_conversation_button'),
(21520, 281, 'delete_conversation_link'),
(21521, 281, 'delete_conversation_message'),
(21522, 281, 'delete_conversation_title'),
(21523, 281, 'delete_message'),
(21524, 281, 'email_notifications_comment'),
(21525, 281, 'email_notifications_new_message'),
(21526, 281, 'email_notifications_section_label'),
(21527, 281, 'enable_attachments'),
(21528, 281, 'enable_sound_label'),
(21529, 281, 'feedback_send_message_interval_exceed'),
(21530, 281, 'file_attachment_disabled'),
(21531, 281, 'find_contact'),
(21532, 281, 'friends_online'),
(21533, 281, 'from_now'),
(21534, 281, 'general_settings'),
(21535, 281, 'general_settings_title'),
(21536, 281, 'inbox_label'),
(21537, 281, 'inbox_meta_tilte'),
(21538, 281, 'keep_unread_button'),
(21539, 281, 'label_btn_chat'),
(21540, 281, 'label_btn_mail'),
(21541, 281, 'label_btn_mailchat'),
(21542, 281, 'label_btn_new_message'),
(21543, 281, 'label_invitation_conversation_search'),
(21544, 281, 'last_message_sent'),
(21545, 281, 'less_than_minute'),
(21546, 281, 'load_earlier'),
(21547, 281, 'mailbox'),
(21548, 281, 'mailbox_console_title'),
(21549, 281, 'mail_subject_prefix'),
(21550, 281, 'mark_as_read_button'),
(21551, 281, 'mark_as_unread_button'),
(21552, 281, 'mark_conversation_read_message'),
(21553, 281, 'mark_conversation_unread_message'),
(21554, 281, 'mark_read_fail_message'),
(21555, 281, 'mark_read_message'),
(21556, 281, 'mark_unread_conversation_title'),
(21557, 281, 'mark_unread_fail_message'),
(21558, 281, 'mark_unread_message'),
(21559, 281, 'mb'),
(21560, 281, 'messages_console_title'),
(21561, 281, 'messages_email_notifications_new_chat_message'),
(21562, 281, 'messages_email_notifications_new_message'),
(21563, 281, 'messages_email_notifications_section_label'),
(21564, 281, 'message_invitation'),
(21565, 281, 'message_too_long_error'),
(21566, 281, 'message_was_not_authorized'),
(21567, 281, 'minutes'),
(21568, 281, 'months'),
(21569, 281, 'msg_settings_saved'),
(21570, 281, 'new_conversation_link'),
(21571, 281, 'new_message'),
(21572, 281, 'new_message_count'),
(21573, 281, 'new_message_count_text'),
(21574, 281, 'new_message_title'),
(21575, 281, 'new_message_to'),
(21576, 281, 'notification_mail_subject'),
(21577, 281, 'notification_mail_template_html'),
(21578, 281, 'notification_mail_template_text'),
(21579, 281, 'no_contacts_online'),
(21580, 281, 'no_conversations'),
(21581, 281, 'others_online'),
(21582, 281, 'page_heading_messages'),
(21583, 281, 'page_title_uninstall'),
(21584, 281, 'permission_denied'),
(21585, 281, 'please_enter_captcha'),
(21586, 281, 'please_enter_valid_value'),
(21587, 281, 'plugin_configuration_notice'),
(21588, 281, 'plugin_installation_notice'),
(21589, 281, 'plugin_set_for_uninstall'),
(21590, 281, 'privacy_action_invite_to_chat'),
(21591, 281, 'read_chat_message_permission_denied'),
(21592, 281, 'read_message_permission_denied'),
(21593, 281, 'read_permission_denied'),
(21594, 281, 'read_the_message'),
(21595, 281, 'recipient_is_required'),
(21596, 281, 'reply_to_chat_message_permission_denied'),
(21597, 281, 'reply_to_message_permission_denied'),
(21598, 281, 'save_btn'),
(21599, 281, 'selected_label'),
(21600, 281, 'select_all_checkbox'),
(21601, 281, 'send'),
(21602, 281, 'send_button'),
(21603, 281, 'send_chat_message_permission_denied'),
(21604, 281, 'send_message'),
(21605, 281, 'send_message_failed'),
(21606, 281, 'send_message_permission_denied'),
(21607, 281, 'sent_button'),
(21608, 281, 'sent_label'),
(21609, 281, 'sent_message_form_label'),
(21610, 281, 'sent_meta_tilte'),
(21611, 281, 'settings'),
(21612, 281, 'settings_desc_show_all_members'),
(21613, 281, 'settings_friends_only_label'),
(21614, 281, 'settings_label_active_mode_list'),
(21615, 281, 'settings_label_send_message_interval'),
(21616, 281, 'settings_label_send_message_interval_seconds'),
(21617, 281, 'settings_label_show_all_members'),
(21618, 281, 'settings_saved'),
(21619, 281, 'settings_updated'),
(21620, 281, 'show_all_users'),
(21621, 281, 'show_online_only'),
(21622, 281, 'silent_mode_off'),
(21623, 281, 'silent_mode_on'),
(21624, 281, 'status_invisible_label'),
(21625, 281, 'subject'),
(21626, 281, 'subject_is_required'),
(21627, 281, 'switch_to_chat_mode'),
(21628, 281, 'text'),
(21629, 281, 'text_message_invitation'),
(21630, 281, 'to'),
(21631, 281, 'uninstall_inprogress'),
(21632, 281, 'uninstall_inprogress_desc'),
(21633, 281, 'upload_file_cant_write_file_error'),
(21634, 281, 'upload_file_count_files_error'),
(21635, 281, 'upload_file_delete_fail'),
(21636, 281, 'upload_file_delete_success'),
(21637, 281, 'upload_file_extension_is_not_allowed'),
(21638, 281, 'upload_file_fail'),
(21639, 281, 'upload_file_file_partially_uploaded_error'),
(21640, 281, 'upload_file_invalid_extention_error'),
(21641, 281, 'upload_file_max_upload_filesize_error'),
(21642, 281, 'upload_file_name'),
(21643, 281, 'upload_file_not_found'),
(21644, 281, 'upload_file_no_file_error'),
(21645, 281, 'upload_file_no_tmp_dir_error'),
(21646, 281, 'upload_max_file_size'),
(21647, 281, 'usercredits_action_read_chat_message'),
(21648, 281, 'usercredits_action_read_message'),
(21649, 281, 'usercredits_action_reply_to_chat_message'),
(21650, 281, 'usercredits_action_reply_to_message'),
(21651, 281, 'usercredits_action_send_chat_message'),
(21652, 281, 'usercredits_action_send_message'),
(21653, 281, 'userlist'),
(21654, 281, 'user_is_deleted'),
(21655, 281, 'user_is_not_approved'),
(21656, 281, 'user_is_not_authorized_chat'),
(21657, 281, 'user_is_not_authorized_read_messages'),
(21658, 281, 'user_is_not_verified'),
(21659, 281, 'user_is_offline'),
(21660, 281, 'user_is_online'),
(21661, 281, 'user_is_suspended'),
(21662, 281, 'user_is_unreachable'),
(21663, 281, 'user_not_found'),
(21664, 281, 'user_offline'),
(21665, 281, 'user_settings_link'),
(21666, 281, 'user_settings_submit_label'),
(21667, 281, 'user_settings_title'),
(21668, 281, 'user_went_offline'),
(21669, 281, 'use_chat'),
(21670, 281, 'use_chat_permission_denied'),
(21671, 281, 'view_all'),
(21672, 281, 'warning_user_privacy_friends_only'),
(21673, 281, 'wink_conversation_subject'),
(21674, 281, 'write_here'),
(21675, 281, 'write_permission_denied'),
(21676, 281, 'write_reply'),
(21677, 281, 'years'),
(21678, 281, 'you'),
(21679, 281, 'send_message_promoted'),
(21680, 281, 'reply_to_message_promoted'),
(21681, 281, 'send_chat_message_promoted'),
(21682, 281, 'reply_to_chat_message_promoted'),
(21683, 282, 'config_day_desc'),
(21684, 282, 'config_day_label'),
(21685, 282, 'config_hour_desc'),
(21686, 282, 'config_hour_label'),
(21687, 282, 'config_page_heading'),
(21688, 282, 'config_page_title'),
(21689, 282, 'config_saved_message'),
(21690, 282, 'config_schedule_title'),
(21691, 282, 'config_title'),
(21692, 282, 'console_item_label'),
(21693, 282, 'console_menu_label'),
(21694, 282, 'dashboard_menu_item'),
(21695, 282, 'dashboard_menu_item_label'),
(21696, 282, 'email_html_bottom'),
(21697, 282, 'email_html_description'),
(21698, 282, 'email_html_head'),
(21699, 282, 'email_subject'),
(21700, 282, 'email_txt_bottom'),
(21701, 282, 'email_txt_head'),
(21702, 282, 'preferences_legend'),
(21703, 282, 'save_config_btn'),
(21704, 282, 'save_setting_btn_label'),
(21705, 282, 'schedule_auto'),
(21706, 282, 'schedule_automatic'),
(21707, 282, 'schedule_daily'),
(21708, 282, 'schedule_immediately'),
(21709, 282, 'schedule_never'),
(21710, 282, 'schedule_title'),
(21711, 282, 'schedule_weekly'),
(21712, 282, 'settings_changed'),
(21713, 282, 'settings_edit_label'),
(21714, 282, 'settings_not_changed'),
(21715, 282, 'settings_page_heading'),
(21716, 282, 'settings_page_title'),
(21717, 282, 'setup_page_heading'),
(21718, 282, 'setup_page_title'),
(21719, 282, 'unsubscribe_all_label'),
(21720, 282, 'unsubscribe_code_expired'),
(21721, 282, 'unsubscribe_completed'),
(21722, 282, 'unsubscribe_confirm_msg'),
(21723, 282, 'unsubscribe_one_label'),
(21724, 283, 'add_image'),
(21725, 283, 'add_new'),
(21726, 283, 'add_slide'),
(21727, 283, 'confirm_delete_plugin'),
(21728, 283, 'delete_content'),
(21729, 283, 'delete_content_desc'),
(21730, 283, 'delete_content_warning'),
(21731, 283, 'delete_slide_confirm'),
(21732, 283, 'edit_slide'),
(21733, 283, 'effect'),
(21734, 283, 'effect_fade'),
(21735, 283, 'effect_slide'),
(21736, 283, 'file'),
(21737, 283, 'images'),
(21738, 283, 'interval'),
(21739, 283, 'interval_long'),
(21740, 283, 'interval_medium'),
(21741, 283, 'interval_short'),
(21742, 283, 'label'),
(21743, 283, 'navigation'),
(21744, 283, 'no_images'),
(21745, 283, 'optional'),
(21746, 283, 'page_title_uninstall'),
(21747, 283, 'plugin_set_for_uninstall'),
(21748, 283, 'rearrange_tip'),
(21749, 283, 'settings'),
(21750, 283, 'uninstall_inprogress'),
(21751, 283, 'uninstall_inprogress_desc'),
(21752, 283, 'url'),
(21753, 283, 'widget_title'),
(21754, 284, 'accepted_filesize'),
(21755, 284, 'accepted_filesize_desc'),
(21756, 284, 'activity_string'),
(21757, 284, 'activity_string_multiple'),
(21758, 284, 'add_description'),
(21759, 284, 'add_new'),
(21760, 284, 'add_photos'),
(21761, 284, 'add_tags'),
(21762, 284, 'admin_config'),
(21763, 284, 'admin_menu_general'),
(21764, 284, 'admin_menu_view'),
(21765, 284, 'advanced_upload'),
(21766, 284, 'advanced_upload_add_more'),
(21767, 284, 'advanced_upload_browse'),
(21768, 284, 'advanced_upload_complete'),
(21769, 284, 'advanced_upload_confirm'),
(21770, 284, 'advanced_upload_desc'),
(21771, 284, 'advanced_upload_processing'),
(21772, 284, 'advanced_upload_upload'),
(21773, 284, 'advanced_upload_uploading'),
(21774, 284, 'advanced_upload_yes'),
(21775, 284, 'album'),
(21776, 284, 'albums_by'),
(21777, 284, 'album_by'),
(21778, 284, 'album_deleted'),
(21779, 284, 'album_delete_not_allowed'),
(21780, 284, 'album_desc'),
(21781, 284, 'album_my_photos'),
(21782, 284, 'album_name'),
(21783, 284, 'album_quota'),
(21784, 284, 'album_quota_desc'),
(21785, 284, 'album_quota_exceeded'),
(21786, 284, 'album_updated'),
(21787, 284, 'approve_photo'),
(21788, 284, 'are_you_sure'),
(21789, 284, 'auth_action_label_add_comment'),
(21790, 284, 'auth_action_label_delete_comment_by_content_owner'),
(21791, 284, 'auth_action_label_upload'),
(21792, 284, 'auth_action_label_view'),
(21793, 284, 'auth_edit_permissions'),
(21794, 284, 'auth_group_label'),
(21795, 284, 'auth_upload_permissions'),
(21796, 284, 'auth_view_permissions'),
(21797, 284, 'btn_edit'),
(21798, 284, 'btn_upload'),
(21799, 284, 'check_all'),
(21800, 284, 'choose_album'),
(21801, 284, 'choose_existing_or_create'),
(21802, 284, 'close_alert'),
(21803, 284, 'cmp_widget_photo_albums_count'),
(21804, 284, 'cmp_widget_photo_albums_show_titles'),
(21805, 284, 'cmp_widget_photo_count'),
(21806, 284, 'comments_count'),
(21807, 284, 'comment_activity_string'),
(21808, 284, 'comment_count'),
(21809, 284, 'confirm_delete'),
(21810, 284, 'confirm_delete_album'),
(21811, 284, 'confirm_delete_photos'),
(21812, 284, 'content_add_string'),
(21813, 284, 'content_edited_string'),
(21814, 284, 'content_group_label'),
(21815, 284, 'content_photo_label'),
(21816, 284, 'cover_original'),
(21817, 284, 'cover_preview'),
(21818, 284, 'create_album'),
(21819, 284, 'crop_photo_title'),
(21820, 284, 'delete_album'),
(21821, 284, 'delete_content'),
(21822, 284, 'delete_content_desc'),
(21823, 284, 'delete_content_warning'),
(21824, 284, 'delete_fullsize_confirm'),
(21825, 284, 'delete_fullsize_photos'),
(21826, 284, 'delete_photo'),
(21827, 284, 'delete_selected'),
(21828, 284, 'describe_photo'),
(21829, 284, 'describe_photos'),
(21830, 284, 'description'),
(21831, 284, 'description_desc'),
(21832, 284, 'dnd_not_support'),
(21833, 284, 'dnd_support'),
(21834, 284, 'done'),
(21835, 284, 'download_accept_label'),
(21836, 284, 'download_photo'),
(21837, 284, 'drop_here'),
(21838, 284, 'edit_album'),
(21839, 284, 'edit_cover_label'),
(21840, 284, 'effects'),
(21841, 284, 'effect_fade'),
(21842, 284, 'effect_slide'),
(21843, 284, 'email_notifications_comment'),
(21844, 284, 'email_notifications_section_label'),
(21845, 284, 'email_notifications_setting_comment'),
(21846, 284, 'enable_advanced_upload'),
(21847, 284, 'error_cant_write'),
(21848, 284, 'error_extension'),
(21849, 284, 'error_form_size'),
(21850, 284, 'error_ini_size'),
(21851, 284, 'error_no_file'),
(21852, 284, 'error_no_tmp_dir'),
(21853, 284, 'error_partial'),
(21854, 284, 'feed_activity_owner_photo_like'),
(21855, 284, 'feed_activity_owner_photo_string'),
(21856, 284, 'feed_activity_photo_string'),
(21857, 284, 'feed_activity_photo_string_like'),
(21858, 284, 'feed_content_label'),
(21859, 284, 'feed_goto_album_label'),
(21860, 284, 'feed_more_items'),
(21861, 284, 'feed_move_photo_descriptions'),
(21862, 284, 'feed_multiple_descriptions'),
(21863, 284, 'feed_single_description'),
(21864, 284, 'file_size_validation_error'),
(21865, 284, 'flags'),
(21866, 284, 'fullsize_resolution'),
(21867, 284, 'fullsize_resolution_desc'),
(21868, 284, 'height_validation_error'),
(21869, 284, 'main_size'),
(21870, 284, 'main_size_desc'),
(21871, 284, 'mark_featured'),
(21872, 284, 'menu_albums'),
(21873, 284, 'menu_explore'),
(21874, 284, 'menu_featured'),
(21875, 284, 'menu_latest'),
(21876, 284, 'menu_most_discussed'),
(21877, 284, 'menu_my_photos'),
(21878, 284, 'menu_photos'),
(21879, 284, 'menu_tagged'),
(21880, 284, 'menu_toprated'),
(21881, 284, 'meta_description_photo_featured'),
(21882, 284, 'meta_description_photo_latest'),
(21883, 284, 'meta_description_photo_most_discussed'),
(21884, 284, 'meta_description_photo_tagged'),
(21885, 284, 'meta_description_photo_tagged_as'),
(21886, 284, 'meta_description_photo_toprated'),
(21887, 284, 'meta_description_photo_upload'),
(21888, 284, 'meta_description_photo_useralbum'),
(21889, 284, 'meta_description_photo_useralbums'),
(21890, 284, 'meta_description_photo_view'),
(21891, 284, 'meta_title_photo_featured'),
(21892, 284, 'meta_title_photo_latest'),
(21893, 284, 'meta_title_photo_most_discussed'),
(21894, 284, 'meta_title_photo_tagged'),
(21895, 284, 'meta_title_photo_tagged_as'),
(21896, 284, 'meta_title_photo_toprated'),
(21897, 284, 'meta_title_photo_upload'),
(21898, 284, 'meta_title_photo_useralbum'),
(21899, 284, 'meta_title_photo_useralbums'),
(21900, 284, 'mobile_choose_photo'),
(21901, 284, 'mobile_photo'),
(21902, 284, 'mobile_replace_photo'),
(21903, 284, 'move_to_album'),
(21904, 284, 'move_to_new_album'),
(21905, 284, 'my_albums'),
(21906, 284, 'newsfeed_album'),
(21907, 284, 'newsfeed_album_error_msg'),
(21908, 284, 'next'),
(21909, 284, 'not_all_photos_uploaded'),
(21910, 284, 'no_album_found'),
(21911, 284, 'no_items'),
(21912, 284, 'no_photo'),
(21913, 284, 'no_photo_found'),
(21914, 284, 'no_photo_selected'),
(21915, 284, 'no_photo_uploaded'),
(21916, 284, 'of'),
(21917, 284, 'page_title_browse_photos'),
(21918, 284, 'page_title_uninstall'),
(21919, 284, 'page_title_user_albums'),
(21920, 284, 'pending_approval'),
(21921, 284, 'permission_exceeded'),
(21922, 284, 'per_page'),
(21923, 284, 'per_page_desc'),
(21924, 284, 'photo'),
(21925, 284, 'photos_deleted'),
(21926, 284, 'photos_in_album'),
(21927, 284, 'photos_uploaded'),
(21928, 284, 'photos_uploaded_pending_approval'),
(21929, 284, 'photo_added'),
(21930, 284, 'photo_album_updated'),
(21931, 284, 'photo_deleted'),
(21932, 284, 'photo_index'),
(21933, 284, 'photo_list_widget'),
(21934, 284, 'photo_not_deleted'),
(21935, 284, 'photo_success_moved'),
(21936, 284, 'photo_updated'),
(21937, 284, 'photo_uploaded_pending_approval'),
(21938, 284, 'photo_upload_error'),
(21939, 284, 'pic_number'),
(21940, 284, 'play_pause'),
(21941, 284, 'please_wait'),
(21942, 284, 'plugin_set_for_uninstall'),
(21943, 284, 'preview_size'),
(21944, 284, 'preview_size_desc'),
(21945, 284, 'previous'),
(21946, 284, 'privacy_action_view_album'),
(21947, 284, 'quotas'),
(21948, 284, 'quota_exceeded'),
(21949, 284, 'rating'),
(21950, 284, 'rating_total'),
(21951, 284, 'rating_your'),
(21952, 284, 'recently_uploaded'),
(21953, 284, 'remove_from_featured'),
(21954, 284, 'save_as_avatar'),
(21955, 284, 'save_as_cover'),
(21956, 284, 'search_invitation'),
(21957, 284, 'search_result_empty'),
(21958, 284, 'select_one_photo_warning'),
(21959, 284, 'settings_updated'),
(21960, 284, 'set_as_album_cover'),
(21961, 284, 'set_as_cover_label'),
(21962, 284, 'show_by'),
(21963, 284, 'simple_upload'),
(21964, 284, 'size_limit'),
(21965, 284, 'slideshow_interval'),
(21966, 284, 'slideshow_settings'),
(21967, 284, 'status_changed'),
(21968, 284, 'store_fullsize'),
(21969, 284, 'store_full_size'),
(21970, 284, 'tags'),
(21971, 284, 'tags_desc'),
(21972, 284, 'tag_search'),
(21973, 284, 'tag_search_result'),
(21974, 284, 'tb_edit_photo'),
(21975, 284, 'total_albums'),
(21976, 284, 'to_small_cover_img'),
(21977, 284, 'type_error'),
(21978, 284, 'uninstall_inprogress'),
(21979, 284, 'uninstall_inprogress_desc'),
(21980, 284, 'upload'),
(21981, 284, 'upload_ini_value'),
(21982, 284, 'upload_photos'),
(21983, 284, 'upload_settings'),
(21984, 284, 'usercredits_action_add_comment'),
(21985, 284, 'usercredits_action_add_photo'),
(21986, 284, 'user_photo_albums_widget'),
(21987, 284, 'user_quota'),
(21988, 284, 'user_quota_desc'),
(21989, 284, 'view_fullsize'),
(21990, 284, 'view_settings'),
(21991, 284, 'view_user_albums'),
(21992, 284, 'width_validation_error'),
(21993, 284, 'album_description');
INSERT INTO `ow_base_language_key` VALUES
(21994, 284, 'photo_sitemap'),
(21995, 284, 'seo_meta_section'),
(21996, 284, 'seo_meta_tagged_list_label'),
(21997, 284, 'meta_title_tagged_list'),
(21998, 284, 'meta_desc_tagged_list'),
(21999, 284, 'meta_keywords_tagged_list'),
(22000, 284, 'seo_meta_photo_list_label'),
(22001, 284, 'meta_title_photo_list'),
(22002, 284, 'meta_desc_photo_list'),
(22003, 284, 'meta_keywords_photo_list'),
(22004, 284, 'list_type_label_featured'),
(22005, 284, 'list_type_label_latest'),
(22006, 284, 'list_type_label_toprated'),
(22007, 284, 'list_type_label_tagged'),
(22008, 284, 'list_type_label_most_discussed'),
(22009, 284, 'seo_meta_user_albums_label'),
(22010, 284, 'meta_title_user_albums'),
(22011, 284, 'meta_desc_user_albums'),
(22012, 284, 'meta_keywords_user_albums'),
(22013, 284, 'seo_meta_user_album_label'),
(22014, 284, 'meta_title_user_album'),
(22015, 284, 'meta_desc_user_album'),
(22016, 284, 'meta_keywords_user_album'),
(22017, 284, 'seo_meta_user_photos_label'),
(22018, 284, 'meta_title_user_photos'),
(22019, 284, 'meta_desc_user_photos'),
(22020, 284, 'meta_keywords_user_photos'),
(22021, 284, 'seo_meta_photo_view_label'),
(22022, 284, 'meta_title_photo_view'),
(22023, 284, 'meta_desc_photo_view'),
(22024, 284, 'meta_keywords_photo_view'),
(22025, 285, 'activity_string'),
(22026, 285, 'added'),
(22027, 285, 'add_new'),
(22028, 285, 'admin_config'),
(22029, 285, 'admin_menu_general'),
(22030, 285, 'auth_action_label_add'),
(22031, 285, 'auth_action_label_add_comment'),
(22032, 285, 'auth_action_label_delete_comment_by_content_owner'),
(22033, 285, 'auth_action_label_view'),
(22034, 285, 'auth_add_permissions'),
(22035, 285, 'auth_group_label'),
(22036, 285, 'auth_view_permissions'),
(22037, 285, 'btn_add'),
(22038, 285, 'btn_edit'),
(22039, 285, 'clips_by'),
(22040, 285, 'clip_added'),
(22041, 285, 'clip_add_string'),
(22042, 285, 'clip_deleted'),
(22043, 285, 'clip_edited_string'),
(22044, 285, 'clip_not_deleted'),
(22045, 285, 'clip_updated'),
(22046, 285, 'cmp_widget_user_video_show_titles'),
(22047, 285, 'cmp_widget_video_count'),
(22048, 285, 'cmp_widget_video_count_msg'),
(22049, 285, 'code'),
(22050, 285, 'code_desc'),
(22051, 285, 'comment_activity_string'),
(22052, 285, 'confirm_delete'),
(22053, 285, 'content_video_group_label'),
(22054, 285, 'content_video_label'),
(22055, 285, 'description'),
(22056, 285, 'description_desc'),
(22057, 285, 'email_notifications_comment'),
(22058, 285, 'email_notifications_section_label'),
(22059, 285, 'email_notifications_setting_comment'),
(22060, 285, 'feed_activity_owner_video_like'),
(22061, 285, 'feed_activity_owner_video_string'),
(22062, 285, 'feed_activity_video_string'),
(22063, 285, 'feed_activity_video_string_like'),
(22064, 285, 'feed_content_label'),
(22065, 285, 'flags'),
(22066, 285, 'mark_featured'),
(22067, 285, 'menu_featured'),
(22068, 285, 'menu_latest'),
(22069, 285, 'menu_tagged'),
(22070, 285, 'menu_toprated'),
(22071, 285, 'meta_description_user_video'),
(22072, 285, 'meta_description_video_add'),
(22073, 285, 'meta_description_video_featured'),
(22074, 285, 'meta_description_video_latest'),
(22075, 285, 'meta_description_video_tagged'),
(22076, 285, 'meta_description_video_tagged_as'),
(22077, 285, 'meta_description_video_toprated'),
(22078, 285, 'meta_description_video_view'),
(22079, 285, 'meta_title_user_video'),
(22080, 285, 'meta_title_video_add'),
(22081, 285, 'meta_title_video_featured'),
(22082, 285, 'meta_title_video_latest'),
(22083, 285, 'meta_title_video_tagged'),
(22084, 285, 'meta_title_video_tagged_as'),
(22085, 285, 'meta_title_video_toprated'),
(22086, 285, 'meta_title_video_view'),
(22087, 285, 'my_video'),
(22088, 285, 'no_video'),
(22089, 285, 'no_video_found'),
(22090, 285, 'other_video'),
(22091, 285, 'page_title_add_video'),
(22092, 285, 'page_title_browse_video'),
(22093, 285, 'page_title_video_by'),
(22094, 285, 'pending_approval_feedback'),
(22095, 285, 'per_page'),
(22096, 285, 'per_page_desc'),
(22097, 285, 'player_size'),
(22098, 285, 'privacy_action_view_video'),
(22099, 285, 'quota'),
(22100, 285, 'quotas'),
(22101, 285, 'quota_desc'),
(22102, 285, 'quota_exceeded'),
(22103, 285, 'remove_from_featured'),
(22104, 285, 'resource_not_allowed'),
(22105, 285, 'settings_updated'),
(22106, 285, 'size_desc'),
(22107, 285, 'status_changed'),
(22108, 285, 'status_not_changed'),
(22109, 285, 'tags'),
(22110, 285, 'tags_desc'),
(22111, 285, 'tag_search'),
(22112, 285, 'tag_search_result'),
(22113, 285, 'tb_edit_clip'),
(22114, 285, 'title'),
(22115, 285, 'total_video'),
(22116, 285, 'usercredits_action_add_comment'),
(22117, 285, 'usercredits_action_add_video'),
(22118, 285, 'video'),
(22119, 285, 'video_add_tip'),
(22120, 285, 'video_by'),
(22121, 285, 'video_info'),
(22122, 285, 'video_list_widget'),
(22123, 285, 'view_settings'),
(22124, 285, 'video_sitemap'),
(22125, 285, 'seo_meta_section'),
(22126, 285, 'seo_meta_tagged_list_label'),
(22127, 285, 'meta_title_tagged_list'),
(22128, 285, 'meta_desc_tagged_list'),
(22129, 285, 'meta_keywords_tagged_list'),
(22130, 285, 'seo_meta_view_list_label'),
(22131, 285, 'meta_title_view_list'),
(22132, 285, 'meta_desc_view_list'),
(22133, 285, 'meta_keywords_view_list'),
(22134, 285, 'featured_list_label'),
(22135, 285, 'latest_list_label'),
(22136, 285, 'toprated_list_label'),
(22137, 285, 'tagged_list_label'),
(22138, 285, 'seo_meta_view_clip_label'),
(22139, 285, 'meta_title_view_clip'),
(22140, 285, 'meta_desc_view_clip'),
(22141, 285, 'meta_keywords_view_clip'),
(22142, 285, 'seo_meta_tag_list_label'),
(22143, 285, 'meta_title_tag_list'),
(22144, 285, 'meta_desc_tag_list'),
(22145, 285, 'meta_keywords_tag_list'),
(22146, 285, 'seo_meta_user_video_list_label'),
(22147, 285, 'meta_title_user_video_list'),
(22148, 285, 'meta_desc_user_video_list'),
(22149, 285, 'meta_keywords_user_video_list'),
(22150, 286, 'accept_request'),
(22151, 286, 'activity_content'),
(22152, 286, 'activity_title'),
(22153, 286, 'add_to_friends'),
(22154, 286, 'auth_action_label_add_friend'),
(22155, 286, 'auth_group_label'),
(22156, 286, 'cancel_request'),
(22157, 286, 'comment_activity_string'),
(22158, 286, 'confirmed_mail_html'),
(22159, 286, 'confirmed_mail_subject'),
(22160, 286, 'confirmed_mail_txt'),
(22161, 286, 'console_requests_title'),
(22162, 286, 'console_request_item'),
(22163, 286, 'email_notifications_setting_accept'),
(22164, 286, 'email_notifications_setting_request'),
(22165, 286, 'feedback_cancelled'),
(22166, 286, 'feedback_request_accepted'),
(22167, 286, 'feedback_request_already_sent_error_message'),
(22168, 286, 'feedback_request_ignored'),
(22169, 286, 'feedback_request_was_sent'),
(22170, 286, 'feed_content_label'),
(22171, 286, 'friendship_management_area'),
(22172, 286, 'friends_tab'),
(22173, 286, 'friend_requests'),
(22174, 286, 'friend_request_was_sent'),
(22175, 286, 'got_requests_tab'),
(22176, 286, 'ignore_request'),
(22177, 286, 'like_activity_string'),
(22178, 286, 'my_friends_page_heading'),
(22179, 286, 'my_friends_page_title'),
(22180, 286, 'newsfeed_action_string'),
(22181, 286, 'new_friend_added'),
(22182, 286, 'notification_section_label'),
(22183, 286, 'notify_accept'),
(22184, 286, 'notify_request'),
(22185, 286, 'notify_request_content'),
(22186, 286, 'notify_request_content_string'),
(22187, 286, 'notify_request_string'),
(22188, 286, 'privacy_action_view_friends'),
(22189, 286, 'privacy_friends_only'),
(22190, 286, 'remove_from_friends'),
(22191, 286, 'remove_from_friendship_button'),
(22192, 286, 'request_friendship_button'),
(22193, 286, 'request_mail_html'),
(22194, 286, 'request_mail_subject'),
(22195, 286, 'request_mail_txt'),
(22196, 286, 'sent_requests_tab'),
(22197, 286, 'usercredits_action_add_friend'),
(22198, 286, 'user_friends_page_heading'),
(22199, 286, 'user_friends_page_title'),
(22200, 286, 'user_widget_empty'),
(22201, 286, 'user_widget_settings_count'),
(22202, 286, 'user_widget_title'),
(22203, 286, 'view_profile'),
(22204, 286, 'widget_friends'),
(22205, 286, 'widget_got_requests'),
(22206, 286, 'widget_sent_requests'),
(22207, 286, 'widget_title');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_language_prefix`
--

CREATE TABLE `ow_base_language_prefix` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `prefix` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `prefix` (`prefix`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=287 ;

--
-- Dumping data for table `ow_base_language_prefix`
--

INSERT INTO `ow_base_language_prefix` VALUES
(1, 'admin', 'Admin'),
(6, 'ow_custom', 'Custom'),
(7, 'base', 'BASE'),
(11, 'nav', 'Navigation'),
(253, 'mobile', 'Mobile'),
(280, 'newsfeed', 'Newsfeed'),
(281, 'mailbox', 'Messages'),
(282, 'notifications', 'Email Notifications'),
(283, 'slideshow', 'Image Slideshow'),
(284, 'photo', 'Photo'),
(285, 'video', 'Video'),
(286, 'friends', 'Friends');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_language_value`
--

CREATE TABLE `ow_base_language_value` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `languageId` int(11) NOT NULL DEFAULT '0',
  `keyId` int(11) NOT NULL DEFAULT '0',
  `value` text NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `keyId` (`keyId`,`languageId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=68164 ;

--
-- Dumping data for table `ow_base_language_value`
--

INSERT INTO `ow_base_language_value` VALUES
(53, 1, 1603, 'You are editing'),
(54, 1, 1604, 'Check <a href="languages/mod">other languages</a>'),
(55, 1, 1605, 'Add New Text'),
(56, 1, 1606, 'Go'),
(57, 1, 1607, 'Search results for keyword: <i><b>{$keyword}</i></b>'),
(58, 1, 1608, 'Search'),
(59, 1, 1609, 'Original value: {$label} ({$tag})'),
(60, 1, 1610, 'Translation: {$label} ({$tag})'),
(61, 1, 1611, 'Delete'),
(62, 1, 1612, 'Custom keys'),
(63, 1, 1613, 'Save this page'),
(64, 1, 1614, 'Section'),
(65, 1, 1615, 'All Sections'),
(66, 1, 1616, 'Missing text'),
(67, 1, 1617, 'Drag''n''drop'),
(68, 1, 1618, 'Language order to display on site. The first language will be set as  default one on the site.'),
(69, 1, 1619, 'There should be at least one active language.'),
(70, 1, 1620, 'Empty'),
(71, 1, 1621, 'Missing keys'),
(72, 1, 1622, 'Active languages'),
(73, 1, 1623, 'Language'),
(74, 1, 1624, 'Edit'),
(75, 1, 1625, 'Clone'),
(76, 1, 1626, 'Deactivate'),
(77, 1, 1627, 'Activate'),
(78, 1, 1628, 'Delete'),
(132, 1, 1682, 'Here you can upload the file that contains a language for one plugin ( <b>.XML</b> file) or several languages for plugins ( <b>.ZIP</b> file).'),
(133, 1, 1683, 'Add New Language (Language Pack)'),
(134, 1, 1684, 'Select what you would like to import from this language package.'),
(135, 1, 1685, 'Check all languages for all plugins'),
(136, 1, 1686, 'Import selected'),
(137, 1, 1687, 'Export languages'),
(138, 1, 1688, 'You can export/backup any languages for any plugins you have installed on your site.'),
(139, 1, 1689, 'Export'),
(140, 1, 1690, 'Select items you would like  to export from all languages and plugins'),
(141, 1, 1691, 'Export selected'),
(142, 1, 1692, 'Show:'),
(143, 1, 1693, 'Edit Language'),
(144, 1, 1694, 'Available Languages'),
(145, 1, 1695, 'Key'),
(146, 1, 1696, 'Text in {$label} ( {$tag} )'),
(147, 1, 1697, 'Add'),
(148, 1, 1698, 'Language File:'),
(149, 1, 1699, 'Inactive Languages'),
(150, 1, 1700, 'Clone language'),
(151, 1, 1701, 'Language'),
(152, 1, 1702, 'Add new text'),
(153, 1, 1703, 'Example: <b>English</b>'),
(154, 1, 1704, 'Are you sure?'),
(155, 1, 1705, 'ISO tag\r\n<a class="ow_lbutton ow_red" target="_blank" href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">?</a>'),
(156, 1, 1706, '<p class="ow_smallmargin">You need to enter language code that corresponds to <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">Alpha-2 ISO language tags</a>.</p>\r\nExample: <b>en-US</b> or <b>en-GB-custom</b>.'),
(158, 1, 1708, 'Add'),
(159, 1, 1709, 'No values with <i><b>{$keyword}</i></b> keyword'),
(160, 1, 1710, 'No values'),
(161, 1, 1711, 'Go'),
(162, 1, 1712, 'default'),
(163, 1, 1713, 'Sorry, the key already exists'),
(191, 1, 1741, 'February'),
(192, 1, 1742, 'August'),
(193, 1, 1743, 'September'),
(195, 1, 1745, 'All'),
(196, 1, 1746, 'Archive'),
(197, 1, 1747, 'Are you sure?'),
(202, 1, 1752, 'Comments'),
(204, 1, 1754, 'By'),
(205, 1, 1755, 'More'),
(218, 1, 1768, 'Flag'),
(219, 1, 1769, 'Edit'),
(220, 1, 1770, 'Delete'),
(223, 1, 1773, 'Approve'),
(224, 1, 1774, 'Disapprove'),
(305, 1, 1855, 'Avatar is a graphic picture/photo of a reduced size displayed for your profile.'),
(306, 1, 1856, 'Your Avatar'),
(307, 1, 1857, 'Upload new avatar'),
(308, 1, 1858, 'Crop Avatar'),
(309, 1, 1859, 'Choose an area of your avatar for cropping with the help of mouse cursor. The cropping result will be displayed on the right. Once you are satisfied with the result click the "Apply crop" button.'),
(310, 1, 1860, 'Your avatar picture'),
(311, 1, 1861, 'Apply crop'),
(59819, 1, 16389, 'Default Role'),
(313, 1, 1863, 'Preview'),
(336, 1, 1886, 'User Roles'),
(337, 1, 1887, 'Language'),
(62128, 1, 18698, 'Installed Plugins'),
(340, 1, 1890, 'Activate'),
(341, 1, 1891, 'Save'),
(1038, 1, 2582, '{$count} emails were sent'),
(343, 1, 1893, 'This theme doesn''t have any customization settings.'),
(344, 1, 1894, 'The image is not valid'),
(345, 1, 1895, 'User photo'),
(346, 1, 1896, 'File type not allowed'),
(347, 1, 1897, 'Choose Theme'),
(348, 1, 1898, 'Password should have less than 15 characters'),
(349, 1, 1899, 'Password should have more than 4 characters'),
(350, 1, 1900, 'Please enter a valid password'),
(351, 1, 1901, 'Sorry, this email is already used'),
(352, 1, 1902, 'Please, enter a valid email address'),
(353, 1, 1903, 'Please, enter a valid username'),
(354, 1, 1904, 'Available Themes'),
(62098, 1, 18668, ''),
(356, 1, 1906, 'Sorry, this username already exists'),
(368, 1, 1918, 'Delete'),
(369, 1, 1919, 'Today'),
(370, 1, 1920, 'Save'),
(371, 1, 1921, 'Update successful'),
(372, 1, 1922, '{$site_name} Admin Page'),
(373, 1, 1923, '{$site_name} Admin'),
(376, 1, 1926, '{$title}'),
(377, 1, 1927, 'My Profile'),
(378, 1, 1928, 'Main'),
(380, 1, 1930, '{$site_name} - social networking'),
(381, 1, 1931, '{$site_name}'),
(382, 1, 1932, '{$site_name} community'),
(383, 1, 1933, 'openwack, free software, open source software, community software, open source community software, free community software, open source social networking software, free social networking software, php, mysql'),
(385, 1, 1935, 'Settings'),
(62129, 1, 18699, 'Plugins to Install'),
(387, 1, 1937, 'Appearance'),
(388, 1, 1938, 'Users'),
(389, 1, 1939, 'Plugins'),
(390, 1, 1940, 'Sign In'),
(392, 1, 1942, 'Edit Theme'),
(393, 1, 1943, 'Edit CSS'),
(394, 1, 1944, 'Save'),
(398, 1, 1948, 'Browse by Tags'),
(399, 1, 1949, 'Moderators'),
(400, 1, 1950, 'Global Privacy Settings'),
(401, 1, 1951, 'Photo'),
(402, 1, 1952, 'Forum'),
(403, 1, 1953, 'Existing CSS Styles (read only)'),
(404, 1, 1954, 'Image has been deleted'),
(405, 1, 1955, 'Image has not been uploaded'),
(406, 1, 1956, 'Image has been uploaded'),
(407, 1, 1957, 'Upload'),
(408, 1, 1958, 'Delete'),
(409, 1, 1959, 'URL'),
(410, 1, 1960, 'Image Preview'),
(411, 1, 1961, 'Images List'),
(412, 1, 1962, 'Upload Image'),
(413, 1, 1963, 'Account Type'),
(620, 1, 2170, 'Tagline'),
(415, 1, 1965, 'Theme Customization'),
(416, 1, 1966, 'Author URL'),
(417, 1, 1967, 'Author'),
(418, 1, 1968, 'Pages:'),
(420, 1, 1970, 'Admin'),
(421, 1, 1971, 'within 1 minute'),
(422, 1, 1972, '1 minute ago'),
(423, 1, 1973, '{$minutes} minutes ago'),
(424, 1, 1974, 'Members'),
(426, 1, 1976, 'Compatibility'),
(427, 1, 1977, 'Add New'),
(428, 1, 1978, 'Version'),
(932, 1, 2476, 'Description'),
(10345, 1, 3807, 'Privacy & Permissions'),
(442, 1, 1992, 'Add'),
(443, 1, 1993, 'The Wall'),
(444, 1, 1994, 'Upload'),
(445, 1, 1995, 'Available formats for Avatar uploading are <span class="ow_txt_value">JPG</span>/<span class="ow_txt_value">GIF</span>/<span class="ow_txt_value">PNG</span>'),
(448, 1, 1998, 'Change avatar'),
(449, 1, 1999, 'No section'),
(450, 1, 2000, 'Add new account type'),
(458, 1, 2008, 'Continue'),
(459, 1, 2009, 'Join'),
(460, 1, 2010, 'Music'),
(461, 1, 2011, 'Favorite books'),
(462, 1, 2012, 'Interests'),
(463, 1, 2013, 'Photo'),
(464, 1, 2014, 'Video'),
(465, 1, 2015, 'Error occurred while processing your request'),
(466, 1, 2016, 'Error occurred while posting comment'),
(467, 1, 2017, 'No comments'),
(468, 1, 2018, 'Delete'),
(469, 1, 2019, 'one hour ago'),
(470, 1, 2020, '{$hours} hours ago'),
(471, 1, 2021, 'Yesterday'),
(472, 1, 2022, 'at'),
(475, 1, 2025, 'Sep'),
(476, 1, 2026, 'Jan'),
(477, 1, 2027, 'Feb'),
(478, 1, 2028, 'Mar'),
(479, 1, 2029, 'Apr'),
(480, 1, 2030, 'May'),
(481, 1, 2031, 'Jun'),
(482, 1, 2032, 'Jul'),
(483, 1, 2033, 'Aug'),
(484, 1, 2034, 'Oct'),
(485, 1, 2035, 'Nov'),
(486, 1, 2036, 'Dec'),
(487, 1, 2037, 'Graphics'),
(488, 1, 2038, 'CSS'),
(489, 1, 2039, 'Theme Settings'),
(491, 1, 2041, 'Repeat password'),
(492, 1, 2042, 'Password'),
(493, 1, 2043, 'Email'),
(494, 1, 2044, 'Profile Questions'),
(497, 1, 2047, 'Username'),
(850, 1, 2397, 'General User'),
(501, 1, 2051, 'Privacy & Permissions'),
(508, 1, 2058, 'Customize this page'),
(509, 1, 2059, 'Change Avatar'),
(510, 1, 2060, 'Edit my profile'),
(511, 1, 2061, 'Page not found'),
(512, 1, 2062, 'Sorry, this document doesn''t exist.'),
(515, 1, 2065, 'View all'),
(516, 1, 2066, 'December'),
(520, 1, 2070, 'Latest'),
(521, 1, 2071, 'Featured'),
(522, 1, 2072, 'Finish customizing'),
(523, 1, 2073, 'Reset'),
(524, 1, 2074, 'Custom text/HTML'),
(525, 1, 2075, 'Dashboard'),
(526, 1, 2076, 'Available widgets'),
(527, 1, 2077, 'Overview'),
(528, 1, 2078, 'User Dashboard'),
(529, 1, 2079, 'User Profile'),
(530, 1, 2080, 'Join Now'),
(531, 1, 2081, 'Manage Plugins'),
(532, 1, 2082, 'Guest'),
(1067, 1, 2611, 'You have been successfully unsubscribed.\r\n<br />\r\nThank you.'),
(535, 1, 2085, 'Edit'),
(536, 1, 2086, 'Delete'),
(538, 1, 2088, 'Content (text/HTML)'),
(543, 1, 2093, 'Convert new line to <br />'),
(546, 1, 2096, 'Video'),
(547, 1, 2097, 'Add Video'),
(548, 1, 2098, 'View Video'),
(549, 1, 2099, 'Photo'),
(550, 1, 2100, 'View photo'),
(551, 1, 2101, 'Upload photo'),
(552, 1, 2102, 'Comment photo'),
(553, 1, 2103, 'The content owner can delete comments'),
(554, 1, 2104, 'Basic permissions'),
(555, 1, 2105, 'Write on comment walls'),
(556, 1, 2106, 'The author can delete wall comments'),
(557, 1, 2107, 'Back to site'),
(558, 1, 2108, 'General widget settings'),
(559, 1, 2109, 'Title'),
(560, 1, 2110, 'Show title'),
(561, 1, 2111, 'Icon'),
(562, 1, 2112, 'Wrap in box'),
(563, 1, 2113, 'Freeze'),
(564, 1, 2114, '<span class="ow_mild_green">Drag''n''drop</span> items to the page sample below to add features or custom components.'),
(565, 1, 2115, '<span class="ow_mild_red">Red items</span> are "frozen". Frozen items'' positions are fixed and can not be moved or edited by user. They always occupy the upper positions in containers.'),
(566, 1, 2116, 'You can let users customize this page components. However they will not be able to change page layout.'),
(567, 1, 2117, 'Are you sure you want to delete this widget?'),
(568, 1, 2118, 'Allow users to customize this page'),
(572, 1, 2122, 'Settings'),
(580, 1, 2130, 'Admin'),
(575, 1, 2125, 'Number of comments to show'),
(576, 1, 2126, 'Display mode'),
(577, 1, 2127, 'With paging'),
(578, 1, 2128, 'Full list'),
(581, 1, 2131, 'Oops, no profiles'),
(582, 1, 2132, 'Online'),
(584, 1, 2134, 'Customize this page'),
(585, 1, 2135, 'Birthday'),
(62123, 1, 18693, 'Manage pages'),
(592, 1, 2142, 'Browse Users'),
(593, 1, 2143, 'Main Settings'),
(594, 1, 2144, 'Profile Details'),
(595, 1, 2145, 'RSS'),
(596, 1, 2146, 'Item count'),
(597, 1, 2147, 'URL'),
(598, 1, 2148, 'Enter valid URL'),
(707, 1, 2257, 'Are you sure you want to delete this question?'),
(605, 1, 2155, 'Join our fast-growing community. Find new friends, date up, share photo and video.\r\nEnjoy!'),
(62121, 1, 18691, 'Themes'),
(612, 1, 2162, 'Basic'),
(46644, 1, 9873, 'User Settings'),
(614, 1, 2164, 'Choose account type'),
(615, 1, 2165, 'Should contain only letters and digits'),
(616, 1, 2166, 'Should be valid'),
(617, 1, 2167, 'Join our community'),
(618, 1, 2168, 'Site Installation'),
(619, 1, 2169, 'Site Name'),
(621, 1, 2171, 'Short, catchy, one-string description of your site.'),
(622, 1, 2172, 'Description'),
(623, 1, 2173, 'Please write a couple of sentences to describe your site.'),
(624, 1, 2174, 'Time Settings'),
(625, 1, 2175, 'TimeZone'),
(626, 1, 2176, 'Use relative date/time'),
(627, 1, 2177, '"Yesterday, 5:31" instead of "June 1 ''09, 5:31"'),
(628, 1, 2178, 'Gender'),
(629, 1, 2179, '&nbsp;'),
(630, 1, 2180, 'Male'),
(631, 1, 2181, 'Female'),
(632, 1, 2182, 'Account type'),
(633, 1, 2183, 'Yes'),
(634, 1, 2184, 'No'),
(635, 1, 2185, 'Settings have been updated'),
(636, 1, 2186, 'No content'),
(637, 1, 2187, 'Titles only'),
(638, 1, 2188, 'Basic'),
(10350, 1, 3812, 'Recently active'),
(646, 1, 2196, 'User Roles'),
(650, 1, 2200, 'No value'),
(657, 1, 2207, 'Blogs'),
(658, 1, 2208, 'Add comments'),
(664, 1, 2214, 'Add some info about yourself here'),
(665, 1, 2215, 'About Me'),
(666, 1, 2216, 'Description updated'),
(667, 1, 2217, 'Browse Users'),
(668, 1, 2218, 'No users'),
(669, 1, 2219, 'Check all'),
(670, 1, 2220, 'Selected:'),
(681, 1, 2231, 'Joined'),
(682, 1, 2232, 'User'),
(683, 1, 2233, 'Select'),
(684, 1, 2234, 'Write here...'),
(685, 1, 2235, '{$count} user(s) deleted'),
(686, 1, 2236, 'Are you sure you want to delete selected users?'),
(706, 1, 2256, 'Question has been deleted'),
(16894, 1, 4514, 'Dashboard'),
(1011, 1, 2555, 'Send'),
(719, 1, 2269, 'Username/Email'),
(720, 1, 2270, 'Rate'),
(721, 1, 2271, 'Section has been deleted'),
(883, 1, 2427, 'Basic'),
(775, 1, 2324, 'Account type has been added'),
(1262, 1, 2791, 'Who can join:'),
(758, 1, 2307, 'Edit'),
(759, 1, 2308, 'Delete'),
(1261, 1, 2790, 'Remove rights for ''Admin'' from this moderator before you can remove them completely.'),
(779, 1, 2328, 'Profile Questions'),
(763, 1, 2312, 'Enter your email'),
(764, 1, 2313, 'Your email address'),
(765, 1, 2314, 'Account type has been deleted'),
(766, 1, 2315, 'New password for your account'),
(20357, 1, 6052, 'Reset code for new password'),
(780, 1, 2329, 'Add Question'),
(781, 1, 2330, 'Edit Account Types'),
(816, 1, 2365, 'Settings'),
(59818, 1, 16388, 'Add new values: <span class="ow_small ow_highlight">Separate by comma</span>'),
(784, 1, 2333, 'You are not allowed to write comment'),
(785, 1, 2334, 'Text'),
(788, 1, 2337, 'Extended text'),
(789, 1, 2338, 'Yes/No'),
(790, 1, 2339, 'Multiple choice'),
(791, 1, 2340, 'Date'),
(792, 1, 2341, 'URL'),
(793, 1, 2342, 'Password'),
(992, 1, 2536, 'Add new account type'),
(1116, 1, 2654, 'Verification email successfully sent'),
(1117, 1, 2655, 'Suspend'),
(1118, 1, 2656, 'Suspend'),
(1119, 1, 2657, 'Profile suspended'),
(1121, 1, 2659, 'Profiles suspended'),
(1122, 1, 2660, '<center>Sorry your account is suspended. Please contact site administrator.</center>'),
(817, 1, 2366, 'If you have many profile questions it may be helpful to view sections as tabs on profile view page.'),
(806, 1, 2355, 'Blogs'),
(807, 1, 2356, 'Links'),
(1263, 1, 2792, 'Anyone'),
(818, 1, 2367, 'View sections as tabs'),
(819, 1, 2368, 'Add a blog post'),
(821, 1, 2370, 'View'),
(825, 1, 2374, 'Save'),
(826, 1, 2375, 'User data updated'),
(827, 1, 2376, 'Profile Edit'),
(843, 1, 2390, 'Edit section name'),
(834, 1, 2381, 'Dashboard'),
(62114, 1, 18684, 'Profile questions'),
(836, 1, 2383, 'Active Plugins'),
(837, 1, 2384, 'Inactive Plugins'),
(838, 1, 2385, 'Settings'),
(839, 1, 2386, 'Deactivate'),
(840, 1, 2387, 'Activate'),
(841, 1, 2388, 'Uninstall'),
(842, 1, 2389, 'Install'),
(844, 1, 2391, 'Edit question value'),
(845, 1, 2392, 'Edit question name'),
(846, 1, 2393, 'Edit question description'),
(847, 1, 2394, 'All account types'),
(848, 1, 2395, 'Edit account type name'),
(849, 1, 2396, '"{$plugin}" plugin successfully installed'),
(859, 1, 2406, 'Standard'),
(1041, 1, 2585, 'To unsubscribe from this mailing list please click here: {$link}'),
(1040, 1, 2584, '<br />\r\n<br />\r\nTo unsubscribe from this mailing list please <a href="{$link}" >click here</a>'),
(1037, 1, 2581, 'Rate successful'),
(1104, 1, 2642, 'Real name'),
(1010, 1, 2554, 'Email Verification'),
(880, 1, 2425, 'Invalid username or email'),
(881, 1, 2426, 'Invalid password'),
(885, 1, 2429, 'Question'),
(886, 1, 2430, 'Short description if necessary'),
(887, 1, 2431, 'Authentication success, please wait...'),
(892, 1, 2436, '© Copyright {$site_name}'),
(924, 1, 2468, 'Cloned'),
(925, 1, 2469, 'Profile Questions'),
(1264, 1, 2793, 'By my invitation only'),
(928, 1, 2472, 'Language'),
(929, 1, 2473, 'Showing questions for account type'),
(930, 1, 2474, 'New section'),
(931, 1, 2475, 'Question'),
(933, 1, 2477, 'For account type'),
(934, 1, 2478, 'Select an appropriate account type for the question <i>only</i> if it doesn''t fit other types.</b> E.g.: <b><i>Gender</i></b> corresponds to <b><i>Single</i></b> but doesn''t fit <b><i>Couple</i></b>.'),
(935, 1, 2479, 'Section'),
(936, 1, 2480, 'Answer type'),
(58802, 1, 15519, 'Privacy Policy'),
(942, 1, 2486, 'Add up to 31 values. Field values are stored in a specific way in the database to greatly speed up profiles binary search.'),
(943, 1, 2487, 'Columns count'),
(944, 1, 2488, 'Required'),
(945, 1, 2489, 'The form will not submit if the user doesn''t enter valid answer for this question'),
(946, 1, 2490, 'On <b>Sign Up</b>'),
(947, 1, 2491, 'The question should be on the registration page'),
(948, 1, 2492, 'On <b>Profile Edit</b>'),
(949, 1, 2493, 'The question should be available for user to edit'),
(950, 1, 2494, 'On <b>Profile View</b>'),
(951, 1, 2495, 'The question should be shown on profile view page'),
(952, 1, 2496, 'The question should be used for User Search'),
(953, 1, 2497, 'On <b>Search</b>'),
(954, 1, 2498, 'Save and Add New'),
(1039, 1, 2583, 'Edit Role'),
(957, 1, 2501, 'Question has been added'),
(960, 1, 2504, 'Question updated'),
(961, 1, 2505, 'OR'),
(61902, 1, 18472, 'External'),
(61903, 1, 18473, 'Page type'),
(962, 1, 2506, 'Are you sure?'),
(967, 1, 2511, 'Extra meta tags for your page''s header section.'),
(969, 1, 2513, 'Question description'),
(971, 1, 2515, 'Existing values'),
(972, 1, 2516, 'Drag''n''drop to rearrange'),
(973, 1, 2517, 'Add new question values'),
(974, 1, 2518, 'Question was not updated'),
(975, 1, 2519, 'Question was not updated'),
(978, 1, 2522, 'Add values (one per line)'),
(979, 1, 2523, 'You can add up to 31 values'),
(1207, 1, 2736, 'Page content'),
(981, 1, 2525, 'Add'),
(62117, 1, 18687, 'General'),
(987, 1, 2531, 'No value'),
(985, 1, 2529, 'Question does not exist'),
(989, 1, 2533, 'Add {$count} question value(s)'),
(997, 1, 2541, 'Section has been added'),
(996, 1, 2540, 'Account type has been added'),
(998, 1, 2542, 'Here you can change information added by users about themselves. You can change, rearrange, and add new profile questions.'),
(999, 1, 2543, '<span class="ow_highlight">Drag''n''drop</span> questions and sections to change their order.'),
(1000, 1, 2544, 'Add New Question'),
(1001, 1, 2545, 'Profile Question Sections'),
(1002, 1, 2546, 'If you have a lot of profile questions you may want to divide them into sections. You might have the following sections "<b><i>Basic info</i></b>", "<b><i>Contacts</i></b>", "<b><i>Interests</i></b>", so on and so forth.'),
(1003, 1, 2547, 'New section'),
(1005, 1, 2549, 'Are you sure you want to delete this section?'),
(1012, 1, 2556, 'Dear {$username},<br />\r\n<br />\r\nThank you for registering at {$site_name}! Now you need to verify your email by <a href="{$url}">clicking here</a><br />\r\n<br />\r\nAlternatively you can insert this code at the <a href="{$verification_page_url}">verification page</a>: {$code}<br />\r\n<br />\r\nThank you,<br />\r\n{$site_name} administration'),
(1013, 1, 2557, 'Dear {$username},\r\n\r\nThank you for registering at {$site_name}! Now you need to verify your email by clicking this link: {$url}\r\n\r\nAlternatively you can insert this code at the verification page {$verification_page_url} : \r\n{$code}\r\n\r\nThank you,\r\n{$site_name} administration'),
(1014, 1, 2558, 'Email address confirmed'),
(1015, 1, 2559, 'Add'),
(59529, 1, 15769, ''),
(1017, 1, 2561, 'You have {$count} new messages'),
(1018, 1, 2562, 'Language'),
(1020, 1, 2564, '<p>\r\nPlease confirm your email address.<br />Click "Send" button to receive a letter with the confirmation code to your email address.\r\n</p>\r\n<p>\r\n<b>If you don''t receive email</b> please add <i>{$site_email}</i> to your whitelist/address book/contact list.\r\n</p>'),
(1021, 1, 2565, 'Sorry, email address not confirmed.<br/> Most likely:<br/> \r\n<br/> \r\n1) Confirmation link you have used is incorrect. Please copy the correct URL and insert it into the address bar.\r\n<br/><br/>\r\n2) Confirmation URL expired as it hasn''t been used within 5 days. Please send confirmation request again.'),
(1024, 1, 2568, 'Edit'),
(1025, 1, 2569, 'Add'),
(1026, 1, 2570, 'Ignore unsubscribe preference'),
(1027, 1, 2571, 'HTML'),
(1028, 1, 2572, 'Text'),
(1029, 1, 2573, 'Email body'),
(1030, 1, 2574, 'Subject'),
(1031, 1, 2575, 'Email format'),
(1032, 1, 2576, 'User selection'),
(1033, 1, 2577, '<b>Total:</b> <i>{$count}</i> active members'),
(1034, 1, 2578, 'Preview'),
(1035, 1, 2579, 'Compose Email'),
(1036, 1, 2580, 'Start Mailing'),
(1044, 1, 2588, 'Role Name:'),
(1045, 1, 2589, 'New role added'),
(1051, 1, 2595, 'Please, select at least one role'),
(1049, 1, 2593, 'Unsubscribe'),
(1050, 1, 2594, 'Role(s) deleted'),
(1055, 1, 2599, 'User Role'),
(1056, 1, 2600, '# of Users'),
(1057, 1, 2601, 'default'),
(1058, 1, 2602, 'Check all | Selected:'),
(1059, 1, 2603, 'Delete'),
(1060, 1, 2604, 'Are you sure?'),
(1061, 1, 2605, 'Go to <a href="{$url}">permissions page</a> to set which features are allowed for specific user roles.'),
(1065, 1, 2609, 'Free'),
(1068, 1, 2612, 'Unsubscription failed. \r\n<br />\r\nPlease make sure you entered unsubscribe link correctly.'),
(1069, 1, 2613, 'Mass Mailing'),
(1074, 1, 2615, 'User photo'),
(1075, 1, 2616, 'Captcha'),
(1079, 1, 2620, 'You can use the following variables:'),
(6072, 1, 2850, 'User Customization'),
(1085, 1, 2626, 'Display Settings'),
(1086, 1, 2627, 'Avatar Settings'),
(1087, 1, 2628, 'User settings updated'),
(1088, 1, 2629, 'Avatar size'),
(1089, 1, 2630, 'Big avatar size'),
(1091, 1, 2632, 'Show profile name as:'),
(1092, 1, 2633, 'Normally you would need to choose between <b><i>Username</i></b> (traditional) and a real name (as on Facebook). This is a site-wide setting.'),
(1093, 1, 2634, 'Shown in all listings. You will also need to change your theme CSS.'),
(1094, 1, 2635, 'Shown on profile page'),
(1123, 1, 2661, 'Profile re-activated'),
(1124, 1, 2662, 'Re-activate'),
(1214, 1, 2743, 'Reset'),
(1206, 1, 2735, 'Visible For'),
(6099, 1, 2877, 'No users'),
(1163, 1, 2698, 'Looking for'),
(59528, 1, 2708, ''),
(1296, 1, 2823, 'Comment video'),
(1203, 1, 2732, 'Menu Name'),
(1287, 1, 2815, '<center>No items</center>'),
(1129, 1, 2667, 'User Dashboard'),
(1130, 1, 2668, 'User Profile Settings'),
(1202, 1, 2731, 'Visible for'),
(1201, 1, 2730, 'Open in a new window'),
(1132, 1, 2670, 'Registration successful'),
(1133, 1, 2671, '<center>Suspended user</center>'),
(61890, 1, 18460, ''),
(1135, 1, 2673, '{$username}'),
(1136, 1, 2674, '{$username}'),
(1137, 1, 2675, 'My profile'),
(1138, 1, 2676, 'My profile'),
(1139, 1, 2677, 'Are you sureyou want to reset your customizations?'),
(1142, 1, 2680, 'Are you sure you want to delete this image?'),
(1170, 1, 2702, 'Male'),
(1171, 1, 2703, 'Female'),
(1176, 1, 2707, 'Here for'),
(59527, 1, 2560, ''),
(1198, 1, 2727, 'Menu name'),
(1199, 1, 2728, 'URL'),
(1200, 1, 2729, 'You need to sign in to comment'),
(1194, 1, 2723, 'Fun'),
(1195, 1, 2724, 'Whatever'),
(1196, 1, 2725, 'Dating'),
(1197, 1, 2726, 'Friendship'),
(1208, 1, 2737, 'Guests'),
(1209, 1, 2738, 'Registered Members'),
(1210, 1, 2739, 'Menu Name'),
(1211, 1, 2740, 'Page Content'),
(1212, 1, 2741, 'Page Address'),
(1216, 1, 2745, 'Create community site'),
(1217, 1, 2746, 'Community software'),
(1218, 1, 2747, 'Image Preview'),
(1295, 1, 2822, 'Mass Mailing'),
(1255, 1, 2784, 'Permissions successfully updated'),
(6082, 1, 2860, 'Add New'),
(1254, 1, 2783, 'Privacy & Permissions'),
(1256, 1, 2785, 'User not found'),
(1257, 1, 2786, 'Moderator has been added'),
(1260, 1, 2789, 'User removed from moderators'),
(1259, 1, 2788, '{$username} is already a moderator'),
(1105, 1, 2643, 'First name and Last name'),
(1205, 1, 2734, 'URL'),
(1204, 1, 2733, 'Page Title'),
(1265, 1, 2794, 'Who can invite:'),
(1266, 1, 2795, 'All users'),
(1267, 1, 2796, 'Admin only'),
(1269, 1, 2798, 'Mandatory member approve'),
(1270, 1, 2799, 'Moderators will approve all members manually <b>before</b> letting them in'),
(1271, 1, 2800, 'Guests can view the site'),
(1272, 1, 2801, 'Yes'),
(1273, 1, 2802, 'No'),
(1275, 1, 2804, 'With password:'),
(1276, 1, 2805, 'If not <b>''Yes''</b> will override all other permission settings'),
(1297, 1, 2824, 'The content owner can delete comments'),
(1279, 1, 2807, 'User'),
(1281, 1, 2809, 'Add New Moderator'),
(1282, 1, 2810, 'Username'),
(10328, 1, 3790, 'Number of users who reported this content'),
(1284, 1, 2812, 'Make Moderator'),
(1219, 1, 2748, 'My Profile'),
(4993, 1, 2834, 'Go to <a href="{$url}">role management page</a> to create/edit/delete user roles.'),
(4984, 1, 2825, 'Are you sure you want to suspend selected user(s)?'),
(4986, 1, 2827, 'The content owner can delete comments'),
(4988, 1, 2829, 'Browse Users'),
(4989, 1, 2830, '"{$plugin}" plugin activated'),
(4990, 1, 2831, '"{$plugin}" plugin deactivated'),
(4994, 1, 2835, 'You can''t view this page due to limited permissions'),
(6065, 1, 2844, 'Required'),
(6066, 1, 2845, 'The Wall'),
(6067, 1, 2846, 'Avatar'),
(6068, 1, 2847, 'Email verification'),
(6064, 1, 2843, 'Oops, looks like you don''t have enough permissions'),
(59526, 1, 2699, ''),
(59525, 1, 15767, ''),
(59524, 1, 15765, ''),
(59523, 1, 7529, ''),
(6098, 1, 2876, 'Values updated'),
(6102, 1, 2880, 'Site Email'),
(6103, 1, 2881, 'Email address from which your users will receive notifications and mass mailing.'),
(6106, 1, 2884, 'Latest Activity'),
(6117, 1, 2895, 'January'),
(6121, 1, 2899, 'User marked as featured'),
(6122, 1, 2900, 'User removed from featured'),
(6123, 1, 2901, 'Mark as featured'),
(6124, 1, 2902, 'Remove from featured'),
(6125, 1, 2903, 'Friends'),
(6126, 1, 2904, 'Add Friend'),
(6128, 1, 2906, 'Please choose image file'),
(7434, 1, 3294, 'Hi,\r\n\r\nWe invite you to join our website - {$site_name}.\r\nPlease join here: {$url}\r\n\r\nAdministration\r\n{$site_url}'),
(7431, 1, 3291, 'Invitations successfully sent'),
(7430, 1, 3290, 'You should enter at least one email address'),
(7429, 1, 3289, 'Please enter max 50 emails'),
(7428, 1, 3288, 'Invite'),
(7427, 1, 3287, 'Enter list of emails (max 50, one email per line)'),
(7426, 1, 3286, 'Invite new members'),
(7425, 1, 3285, 'Invite new members'),
(7424, 1, 3284, 'With splash screen you can explicitly ask your members if they agree to enter your website.'),
(7432, 1, 3292, 'Invitation to {$site_name}'),
(7433, 1, 3293, '<p>\r\nHi,\r\n</p>\r\n<p>\r\nWe invite you to join our website - {$site_name}.<br />\r\nPlease register <a href="{$url}">here</a>\r\n</p>\r\nAdministration<br />\r\n{$site_url}'),
(7423, 1, 3283, 'Enable'),
(9887, 1, 3349, 'or sign in with'),
(59522, 1, 15603, ''),
(7400, 1, 3260, 'Leave'),
(62126, 1, 18696, 'Splash screen'),
(7401, 1, 3261, 'Splash Screen'),
(7393, 1, 3253, 'Enter'),
(7392, 1, 3252, 'Are you sure you want to enter this website?'),
(7391, 1, 3251, 'Where visitors go if choose to leave'),
(7390, 1, 3250, '''Leave'' URL'),
(7389, 1, 3249, 'Custom button label to enter the site'),
(7388, 1, 3248, '''Enter'' button label'),
(7387, 1, 3247, 'Splash screen content. Supports HTML.'),
(7386, 1, 3246, 'Text/HTML'),
(7384, 1, 3244, '»»'),
(7383, 1, 3243, '»'),
(7382, 1, 3242, '«'),
(7381, 1, 3241, '««'),
(7380, 1, 3240, 'Invalid password'),
(7379, 1, 3239, 'Redirecting...'),
(7378, 1, 3238, 'Enter'),
(7377, 1, 3237, 'Sorry, site is closed for public view.'),
(7376, 1, 3236, 'Enter Password'),
(62125, 1, 18695, 'Maintenance Page'),
(10366, 1, 3828, 'Users'),
(9883, 1, 3345, 'Moderator Panel'),
(9884, 1, 3346, 'Approve users'),
(7414, 1, 3274, 'Sorry, site registration is closed'),
(7372, 1, 3232, 'OR'),
(7371, 1, 3231, 'Sign in with'),
(7370, 1, 3230, 'Register your profile'),
(9891, 1, 3353, 'User approved'),
(62127, 1, 18697, 'User Profile'),
(9886, 1, 3348, 'Mandatory user approve'),
(7335, 1, 3116, 'y.o.'),
(7327, 1, 3108, 'November'),
(7326, 1, 3107, 'October'),
(7324, 1, 3105, 'June'),
(7325, 1, 3106, 'July'),
(7323, 1, 3104, 'May'),
(7321, 1, 3102, 'April'),
(7320, 1, 3101, 'March'),
(7319, 1, 3100, 'SMTP test success. You can start sending emails using this connection.'),
(7318, 1, 3099, 'Test connection'),
(7315, 1, 3096, 'Test SMTP connection'),
(7317, 1, 3098, 'Make sure you test your SMTP connection before you start sending emails using it. Otherwise, your site may stop sending emails at all.'),
(7316, 1, 3097, 'Off'),
(7309, 1, 3090, 'SMTP connection security type'),
(7308, 1, 3089, 'Secure connection'),
(7307, 1, 3088, 'Password'),
(7306, 1, 3087, 'Username'),
(7305, 1, 3086, 'Host:Port'),
(7304, 1, 3085, 'Please do not enable if you don''t know what you are doing. Your site may stop sending emails!'),
(7303, 1, 3084, 'Enable'),
(7302, 1, 3083, 'SMTP'),
(7301, 1, 3082, 'SMTP settings updated'),
(7300, 1, 3081, 'Are you sure you want to delete this user?'),
(7298, 1, 3079, 'Account was removed<br />\r\nGo back to <a href="{$site_url}">site</a>'),
(7297, 1, 3078, 'Delete confirmation'),
(7296, 1, 3077, 'Delete'),
(43372, 1, 9399, 'visible to guests only'),
(10396, 1, 3858, 'Installed Plugins'),
(7275, 1, 3056, 'Delete user content'),
(62124, 1, 18694, 'Special pages'),
(7272, 1, 3053, 'day/month/year'),
(7271, 1, 3052, 'month/day/year'),
(7270, 1, 3051, 'Date format'),
(7268, 1, 3049, 'Please, enter verification code.'),
(7267, 1, 3048, 'Submit'),
(7269, 1, 3050, 'Invalid verification code'),
(7265, 1, 3046, 'Code'),
(7264, 1, 3045, 'Are you sure you want to delete your profile?'),
(7260, 1, 3041, 'Delete Profile'),
(7259, 1, 3040, 'Edit Profile Details'),
(7258, 1, 3039, 'Delete profile'),
(7257, 1, 3038, 'Delete'),
(7256, 1, 3037, 'Cancel'),
(7231, 1, 3012, 'Guests are not allowed to rate'),
(7230, 1, 3011, 'Contact Importer'),
(7216, 1, 2997, 'Join'),
(7142, 1, 2923, 'Change Password'),
(7143, 1, 2924, 'Old password'),
(7144, 1, 2925, 'New password'),
(7145, 1, 2926, 'Repeat new password'),
(7146, 1, 2927, 'Password changed'),
(7147, 1, 2928, 'Password not changed'),
(7151, 1, 2932, '<a href="{$userUrl}">{$user}</a> changed their avatar.'),
(7153, 1, 2934, '<a href="{$userUrl}">{$user}</a> joined our site!'),
(7154, 1, 2935, '<a href="{$userUrl}"><img src="{$avatarUrl}" alt="{$user}"></a>'),
(7155, 1, 2936, '<a href="{$userUrl}">{$user}</a> edited their profile details'),
(7177, 1, 2958, 'Are you sure you want to reset your profile customization?'),
(7212, 1, 2993, 'Re-activate'),
(7213, 1, 2994, 'Selected users have been re-activated'),
(7214, 1, 2995, 'Selected user(s) re-activated'),
(46459, 1, 9690, 'no items'),
(46460, 1, 9691, 'Subscribe to newsletter'),
(46462, 1, 9693, 'display'),
(10589, 1, 4051, 'Please enter password'),
(10588, 1, 4050, 'Day'),
(10587, 1, 4049, 'Month'),
(10585, 1, 4047, 'Are you sure you want to delete comment?'),
(10586, 1, 4048, 'Year'),
(10584, 1, 4046, 'You can''t rate your own content'),
(10581, 1, 4043, 'You are not authorized to search users'),
(10582, 1, 4044, 'Search users'),
(10577, 1, 4039, 'to'),
(10578, 1, 4040, '(Age Range)'),
(10576, 1, 4038, 'from'),
(10573, 1, 4035, 'Back to search from'),
(10572, 1, 4034, 'Search'),
(10570, 1, 4032, 'Main Search'),
(10554, 1, 4016, 'Thursday'),
(10555, 1, 4017, 'Friday'),
(10556, 1, 4018, 'Saturday'),
(10557, 1, 4019, 'Please enter valid license key'),
(10558, 1, 4020, 'Search'),
(10559, 1, 4021, 'Search by Name'),
(10560, 1, 4022, 'User Search'),
(10552, 1, 4014, 'Tuesday'),
(10553, 1, 4015, 'Wednesday'),
(10550, 1, 4012, 'Sunday'),
(10551, 1, 4013, 'Monday'),
(10548, 1, 4010, 'Are you sure you want to update <i>''{$name}''</i> plugin from version <b>{$oldVersion}</b> to <b>{$newVersion}</b>? The plugin is commercial, to update it please enter license key and press ''Update'' button.'),
(10544, 1, 4006, 'Update'),
(10543, 1, 4005, 'Back to plugin list'),
(10542, 1, 4004, 'License Key'),
(10525, 1, 3987, 'Invalid params for FTP login provided'),
(10526, 1, 3988, 'Payment provider does not support site active currency (<b>{$currency}</b>)'),
(10494, 1, 3956, 'Pay securely with'),
(10491, 1, 3953, 'No'),
(10490, 1, 3952, 'Yes'),
(10489, 1, 3951, 'Are you sure you want to update <i>''{$name}''</i> plugin from version <b>{$oldVersion}</b> to <b>{$newVersion}</b>?'),
(10488, 1, 3950, 'Plugin update request'),
(10483, 1, 3945, 'No payment gateways activated'),
(10473, 1, 3935, 'Preview'),
(10474, 1, 3936, 'Fullsize'),
(10475, 1, 3937, 'Align'),
(10476, 1, 3938, 'None'),
(10477, 1, 3939, 'Left'),
(10478, 1, 3940, 'Center'),
(10479, 1, 3941, 'Right'),
(10480, 1, 3942, 'Insert into post'),
(10481, 1, 3943, 'Update'),
(10471, 1, 3933, 'URL'),
(10472, 1, 3934, 'remove'),
(10470, 1, 3932, 'hide'),
(10469, 1, 3931, 'show'),
(10468, 1, 3930, 'Gallery'),
(10467, 1, 3929, 'From URL'),
(10466, 1, 3928, 'Choose File'),
(10465, 1, 3927, 'File size limit is'),
(10462, 1, 3924, 'Image URL'),
(10463, 1, 3925, 'Insert'),
(10464, 1, 3926, 'Acceptable file types:'),
(10461, 1, 3923, 'Rich text user input'),
(10460, 1, 3922, 'Maximum file size'),
(10459, 1, 3921, 'Allow picture upload'),
(10456, 1, 3918, 'Upload'),
(10440, 1, 3902, '"{$plugin}" deleted'),
(10430, 1, 3892, 'Remember me'),
(10425, 1, 3887, 'Host'),
(10426, 1, 3888, 'Forgot Password'),
(14322, 1, 4126, 'Birthdays'),
(10416, 1, 3878, 'Connection failed, please check host and port details'),
(10413, 1, 3875, 'Port'),
(10411, 1, 3873, 'Enter'),
(10412, 1, 3874, 'FTP access needed to complete the operation'),
(10409, 1, 3871, 'Login'),
(10410, 1, 3872, 'Password'),
(10408, 1, 3870, 'Upload'),
(10407, 1, 3869, 'Enter Attributes'),
(10406, 1, 3868, 'FTP Attributes'),
(10405, 1, 3867, '"{$plugin}" plugin successfully uninstalled'),
(10404, 1, 3866, 'Delete'),
(62113, 1, 18683, 'Privacy'),
(10403, 1, 3865, 'Are you sure you want completely delete plugin `{$pluginName}`'),
(10402, 1, 3864, 'Plugin not found'),
(10400, 1, 3862, 'Currency'),
(10399, 1, 3861, 'Finance'),
(10398, 1, 3860, 'Add New'),
(10397, 1, 3859, 'Available Plugins'),
(10392, 1, 3854, 'The information on changing and confirming your new password sent to your email'),
(10389, 1, 3851, 'Dashboard'),
(10390, 1, 3852, 'Theme changed'),
(10383, 1, 3845, 'Back'),
(10381, 1, 3843, 'Submit'),
(10382, 1, 3844, 'Add Item'),
(10373, 1, 3835, 'User Roles'),
(10374, 1, 3836, 'User Roles'),
(10375, 1, 3837, 'Moderators'),
(10372, 1, 3834, 'Global Privacy'),
(10371, 1, 3833, 'Back to user roles'),
(10370, 1, 3832, 'User role: {$role}'),
(10368, 1, 3830, 'Flagged content'),
(62122, 1, 18692, 'Customize'),
(10367, 1, 3829, 'For approval'),
(10358, 1, 3820, 'Activity:'),
(10359, 1, 3821, 'Online now'),
(10361, 1, 3823, 'User search result for: "<b>{$for}</b>"'),
(10357, 1, 3819, 'unapproved'),
(10356, 1, 3818, 'unverified'),
(10355, 1, 3817, 'suspended'),
(10354, 1, 3816, 'Status'),
(10353, 1, 3815, 'Unapproved'),
(10352, 1, 3814, 'Unverified'),
(10351, 1, 3813, 'Suspended'),
(10346, 1, 3808, 'Maintenance page'),
(10312, 1, 3774, 'flag'),
(10309, 1, 3771, 'Offence'),
(10310, 1, 3772, 'Illegal'),
(10311, 1, 3773, 'Flag this as...'),
(10166, 1, 3628, 'Zimbabwe'),
(10165, 1, 3627, 'Zambia'),
(10164, 1, 3626, 'South Africa'),
(10163, 1, 3625, 'Yemen'),
(10162, 1, 3624, 'Samoa'),
(10160, 1, 3622, 'Vanuatu'),
(10161, 1, 3623, 'Wallis And Futuna'),
(10158, 1, 3620, 'Virgin Islands, U.s.'),
(10159, 1, 3621, 'Viet Nam'),
(10157, 1, 3619, 'Virgin Islands, British'),
(10156, 1, 3618, 'Venezuela'),
(10155, 1, 3617, 'Saint Vincent And The Grenadines'),
(10154, 1, 3616, 'Holy See (vatican City State)'),
(10153, 1, 3615, 'Uzbekistan'),
(10152, 1, 3614, 'United States'),
(10151, 1, 3613, 'Uruguay'),
(10147, 1, 3609, 'United Republic Of Tanzania'),
(10148, 1, 3610, 'Uganda'),
(10149, 1, 3611, 'Ukraine'),
(10150, 1, 3612, 'United States Minor Outlying Islands'),
(10146, 1, 3608, 'Taiwan'),
(10143, 1, 3605, 'Tunisia'),
(10144, 1, 3606, 'Turkey'),
(10145, 1, 3607, 'Tuvalu'),
(10142, 1, 3604, 'Trinidad And Tobago'),
(10141, 1, 3603, 'Tonga'),
(10140, 1, 3602, 'Timor-leste'),
(10139, 1, 3601, 'Turkmenistan'),
(10138, 1, 3600, 'Tokelau'),
(10137, 1, 3599, 'Tajikistan'),
(10133, 1, 3595, 'Turks And Caicos Islands'),
(10134, 1, 3596, 'Chad'),
(10135, 1, 3597, 'Togo'),
(10136, 1, 3598, 'Thailand'),
(10132, 1, 3594, 'Syrian Arab Republic'),
(10131, 1, 3593, 'Seychelles'),
(10130, 1, 3592, 'Swaziland'),
(10129, 1, 3591, 'Sweden'),
(10128, 1, 3590, 'Slovenia'),
(10127, 1, 3589, 'Slovakia'),
(10126, 1, 3588, 'Suriname'),
(10123, 1, 3585, 'Saint Pierre And Miquelon'),
(10124, 1, 3586, 'Serbia'),
(10125, 1, 3587, 'Sao Tome And Principe'),
(10121, 1, 3583, 'San Marino'),
(10122, 1, 3584, 'Somalia'),
(10120, 1, 3582, 'El Salvador'),
(10116, 1, 3578, 'Singapore'),
(10117, 1, 3579, 'South Georgia And The South Sandwich Islands'),
(10118, 1, 3580, 'Solomon Islands'),
(10119, 1, 3581, 'Sierra Leone'),
(10115, 1, 3577, 'Senegal'),
(43379, 1, 9406, 'You are not allowed to view profiles'),
(10114, 1, 3576, 'Sudan'),
(10113, 1, 3575, 'Serbia And Montenegro'),
(10112, 1, 3574, 'Saudi Arabia'),
(10111, 1, 3573, 'Rwanda'),
(10110, 1, 3572, 'Russian Federation'),
(10109, 1, 3571, 'Romania'),
(10108, 1, 3570, 'Reunion'),
(10107, 1, 3569, 'Qatar'),
(10106, 1, 3568, 'French Polynesia'),
(10105, 1, 3567, 'Palestinian Territory, Occupied'),
(10104, 1, 3566, 'Paraguay'),
(10103, 1, 3565, 'Portugal'),
(10102, 1, 3564, 'Democratic People''s Republic Of Korea'),
(10101, 1, 3563, 'Puerto Rico'),
(10100, 1, 3562, 'Poland'),
(10099, 1, 3561, 'Papua New Guinea'),
(10098, 1, 3560, 'Palau'),
(10097, 1, 3559, 'Philippines'),
(10096, 1, 3558, 'Peru'),
(10095, 1, 3557, 'Panama'),
(10094, 1, 3556, 'Pakistan'),
(10093, 1, 3555, 'Oman'),
(10092, 1, 3554, 'New Zealand'),
(10091, 1, 3553, 'Nauru'),
(10090, 1, 3552, 'Nepal'),
(10089, 1, 3551, 'Norway'),
(10087, 1, 3549, 'Niue'),
(10088, 1, 3550, 'Netherlands'),
(10203, 1, 3665, 'Sorry, a page with this address already exists'),
(10086, 1, 3548, 'Nicaragua'),
(10085, 1, 3547, 'Nigeria'),
(10084, 1, 3546, 'Norfolk Island'),
(10082, 1, 3544, 'New Caledonia'),
(10083, 1, 3545, 'Niger'),
(10081, 1, 3543, 'Namibia'),
(10315, 1, 3777, 'You''ve already flagged this'),
(10080, 1, 3542, 'Mayotte'),
(10078, 1, 3540, 'Malawi'),
(10079, 1, 3541, 'Malaysia'),
(10077, 1, 3539, 'Mauritius'),
(10330, 1, 3792, 'My Dashboard'),
(10076, 1, 3538, 'Martinique'),
(10075, 1, 3537, 'Montserrat'),
(10074, 1, 3536, 'Mauritania'),
(10073, 1, 3535, 'Mozambique'),
(10329, 1, 3791, 'Flag deleted'),
(10072, 1, 3534, 'Northern Mariana Islands'),
(10068, 1, 3530, 'Malta'),
(10069, 1, 3531, 'Myanmar'),
(10070, 1, 3532, 'Montenegro'),
(10071, 1, 3533, 'Mongolia'),
(10067, 1, 3529, 'Mali'),
(10065, 1, 3527, 'Marshall Islands'),
(10066, 1, 3528, 'The Former Yugoslav Republic Of Macedonia'),
(10064, 1, 3526, 'Mexico'),
(10063, 1, 3525, 'Maldives'),
(10062, 1, 3524, 'Madagascar'),
(10061, 1, 3523, 'Republic Of Moldova'),
(10060, 1, 3522, 'Monaco'),
(10059, 1, 3521, 'Morocco'),
(10058, 1, 3520, 'Saint Martin'),
(10057, 1, 3519, 'Macao'),
(10054, 1, 3516, 'Lithuania'),
(10055, 1, 3517, 'Luxembourg'),
(10056, 1, 3518, 'Latvia'),
(10053, 1, 3515, 'Lesotho'),
(10052, 1, 3514, 'Sri Lanka'),
(10049, 1, 3511, 'Libyan Arab Jamahiriya'),
(10051, 1, 3513, 'Liechtenstein'),
(10050, 1, 3512, 'Saint Lucia'),
(10048, 1, 3510, 'Liberia'),
(10047, 1, 3509, 'Lebanon'),
(10046, 1, 3508, 'Lao People''s Democratic Republic'),
(10045, 1, 3507, 'Kuwait'),
(10044, 1, 3506, 'Republic Of Korea'),
(10043, 1, 3505, 'Saint Kitts And Nevis'),
(10042, 1, 3504, 'Kiribati'),
(10041, 1, 3503, 'Cambodia'),
(10040, 1, 3502, 'Kyrgyzstan'),
(10039, 1, 3501, 'Kenya'),
(10038, 1, 3500, 'Kazakhstan'),
(10037, 1, 3499, 'Japan'),
(10036, 1, 3498, 'Jordan'),
(10035, 1, 3497, 'Jersey'),
(10336, 1, 3798, 'Forum'),
(10034, 1, 3496, 'Jamaica'),
(10033, 1, 3495, 'Italy'),
(10032, 1, 3494, 'Israel'),
(10031, 1, 3493, 'Iceland'),
(10030, 1, 3492, 'Iraq'),
(10029, 1, 3491, 'Islamic Republic Of Iran'),
(10026, 1, 3488, 'India'),
(10027, 1, 3489, 'British Indian Ocean Territory'),
(10028, 1, 3490, 'Ireland'),
(10025, 1, 3487, 'Isle Of Man'),
(10024, 1, 3486, 'Indonesia'),
(10023, 1, 3485, 'Hungary'),
(43373, 1, 9400, 'visible to members only'),
(10022, 1, 3484, 'Haiti'),
(10021, 1, 3483, 'Croatia'),
(10020, 1, 3482, 'Honduras'),
(10019, 1, 3481, 'Hong Kong'),
(10018, 1, 3480, 'Guyana'),
(10017, 1, 3479, 'Guam'),
(10016, 1, 3478, 'French Guiana'),
(10015, 1, 3477, 'Guatemala'),
(10014, 1, 3476, 'Greenland'),
(10013, 1, 3475, 'Grenada'),
(10012, 1, 3474, 'Greece'),
(10011, 1, 3473, 'Equatorial Guinea'),
(10010, 1, 3472, 'Guinea-bissau'),
(10006, 1, 3468, 'Gibraltar'),
(10007, 1, 3469, 'Guinea'),
(10009, 1, 3471, 'Gambia'),
(10008, 1, 3470, 'Guadeloupe'),
(10005, 1, 3467, 'Ghana'),
(10002, 1, 3464, 'United Kingdom'),
(10004, 1, 3466, 'Guernsey'),
(10003, 1, 3465, 'Georgia'),
(9998, 1, 3460, 'France'),
(9999, 1, 3461, 'Faroe Islands'),
(10000, 1, 3462, 'Federated States Of Micronesia'),
(10001, 1, 3463, 'Gabon'),
(9997, 1, 3459, 'Falkland Islands (malvinas)'),
(9996, 1, 3458, 'Fiji'),
(9995, 1, 3457, 'Finland'),
(9994, 1, 3456, 'Ethiopia'),
(9993, 1, 3455, 'Estonia'),
(9992, 1, 3454, 'Spain'),
(9991, 1, 3453, 'Eritrea'),
(9990, 1, 3452, 'Egypt'),
(9989, 1, 3451, 'Ecuador'),
(10273, 1, 3735, 'Search by name'),
(9988, 1, 3450, 'Algeria'),
(9987, 1, 3449, 'Dominican Republic'),
(9986, 1, 3448, 'Denmark'),
(9985, 1, 3447, 'Dominica'),
(9979, 1, 3441, 'Cuba'),
(9980, 1, 3442, 'Cayman Islands'),
(9981, 1, 3443, 'Cyprus'),
(9982, 1, 3444, 'Czech Republic'),
(9983, 1, 3445, 'Germany'),
(9984, 1, 3446, 'Djibouti'),
(9978, 1, 3440, 'Costa Rica'),
(9976, 1, 3438, 'Comoros'),
(9977, 1, 3439, 'Cape Verde'),
(9974, 1, 3436, 'Cook Islands'),
(9975, 1, 3437, 'Colombia'),
(9972, 1, 3434, 'The Democratic Republic Of The Congo'),
(9973, 1, 3435, 'Congo'),
(9971, 1, 3433, 'Cameroon'),
(9970, 1, 3432, 'Cote D''ivoire'),
(9969, 1, 3431, 'China'),
(9968, 1, 3430, 'Chile'),
(9967, 1, 3429, 'Switzerland'),
(9966, 1, 3428, 'Canada'),
(9964, 1, 3426, 'Botswana'),
(9965, 1, 3427, 'Central African Republic'),
(9963, 1, 3425, 'Bouvet Island'),
(9962, 1, 3424, 'Bhutan'),
(9961, 1, 3423, 'Brunei Darussalam'),
(9960, 1, 3422, 'Barbados'),
(9959, 1, 3421, 'Brazil'),
(9958, 1, 3420, 'Bolivia'),
(9957, 1, 3419, 'Bermuda'),
(9956, 1, 3418, 'Belize'),
(9955, 1, 3417, 'Belarus'),
(9954, 1, 3416, 'Bosnia And Herzegovina'),
(9953, 1, 3415, 'Bahamas'),
(9952, 1, 3414, 'Bahrain'),
(9951, 1, 3413, 'Bulgaria'),
(9949, 1, 3411, 'Burkina Faso'),
(9950, 1, 3412, 'Bangladesh'),
(9948, 1, 3410, 'Benin'),
(9947, 1, 3409, 'Belgium'),
(9946, 1, 3408, 'Burundi'),
(9945, 1, 3407, 'Azerbaijan'),
(9944, 1, 3406, 'Austria'),
(9943, 1, 3405, 'Australia'),
(9941, 1, 3403, 'French Southern Territories'),
(9942, 1, 3404, 'Antigua And Barbuda'),
(9940, 1, 3402, 'Antarctica'),
(9939, 1, 3401, 'American Samoa'),
(9938, 1, 3400, 'Armenia'),
(9937, 1, 3399, 'Argentina'),
(9936, 1, 3398, 'United Arab Emirates'),
(9935, 1, 3397, 'Netherlands Antilles'),
(9934, 1, 3396, 'Andorra'),
(43374, 1, 9401, 'View profiles'),
(9933, 1, 3395, 'Albania'),
(9932, 1, 3394, 'Anguilla'),
(10308, 1, 3770, 'SPAM'),
(9931, 1, 3393, 'Angola'),
(9930, 1, 3392, 'Afghanistan'),
(9929, 1, 3391, 'Aruba'),
(9921, 1, 3383, 'Maintenance mode changed'),
(9919, 1, 3381, 'Maintenance message'),
(9920, 1, 3382, 'HTML allowed'),
(9918, 1, 3380, '<p>This will render your site inaccessible and show everyone maintenance message.</p>\r\n<b>You will still be able to sign in as admin here: <a href="{$site_url}sign-in">{$site_url}sign-in</a></b>'),
(9917, 1, 3379, 'Disable your site and put up the maintenance page.'),
(43435, 1, 9462, 'Base'),
(62115, 1, 18685, 'Main'),
(9912, 1, 3374, '<h1 class="ow_stdmargin ow_ic_gear_wheel">Under maintenance.</h1>\r\nSorry, the site is undergoing planned maintenance. We''ll be back soon.'),
(62116, 1, 18686, 'User Roles'),
(9909, 1, 3371, 'Maintenance Page'),
(10314, 1, 3776, 'Flag accepted'),
(9894, 1, 3356, '<p>\r\nDear {$user_name},\r\n</p>\r\n<p>\r\nWe are glad to let you know that your account on <a href="{$site_url}">{$site_name}</a> has been approved. Now you can sign in here: <a href="{$site_url}">{$site_url}</a>\r\n</p>\r\n<p>\r\nWe hope you enjoy our site to the fullest.\r\n</p>\r\n<p>\r\nThank you,<br />\r\nAdministration<br />\r\n<a href="{$site_url}">{$site_name}</a>\r\n</p>'),
(17041, 1, 4661, 'Platform update request'),
(17042, 1, 4662, 'Are you sure you want to update platform from version <b>{$oldVersion}</b> to <b>{$newVersion}</b>?{$info}'),
(9893, 1, 3355, 'Dear {$user_name},\r\n\r\nWe are glad to let you know thatyour account on {$site_name} has been approved. Now you can sign in here: {$site_url}\r\n\r\nWe hope you enjoy our site to the fullest.\r\n\r\nThank you,\r\nAdministration\r\n{$site_name}\r\n{$site_url}'),
(9892, 1, 3354, 'Your account has been approved'),
(17097, 1, 4717, 'No'),
(9889, 1, 3351, 'Approve'),
(9890, 1, 3352, 'Updated'),
(9846, 1, 3308, 'User Roles'),
(9847, 1, 3309, 'Change Role'),
(9885, 1, 3347, '<center>Your account is pending approval</center>'),
(14299, 1, 4103, '<a href="{$userUrl}">{$userName}</a> commented on <a href="{$profileUrl}">your profile</a>.'),
(14297, 1, 4101, 'Cancel'),
(14298, 1, 4102, 'Someone comments on my profile'),
(14296, 1, 4100, 'ok'),
(14283, 1, 4087, 'Are you sure you want to uninstall the plugin?'),
(14286, 1, 4090, 'Please sign in'),
(14287, 1, 4091, 'or'),
(14274, 1, 4078, 'Please enter valid password (min 3 symbols)'),
(14324, 1, 4128, 'Verify'),
(14327, 1, 4131, 'You need to verify this email address. We sent verification message upon saving but youmay want to send it again.'),
(14325, 1, 4129, 'Send verification email'),
(14326, 1, 4130, 'Email already verified'),
(14328, 1, 4132, 'Verify email'),
(14329, 1, 4133, 'Hello,\r\n\r\nSomeone (probably you) set this email address as the official email address of {$site_name} ({$site_url}) website.\r\n\r\nTo complete this process you need to verify this email address by opening the following URL: {$url}\r\n\r\nAlternatively you can open this URL: {$verification_page_url} and paste there the following code: {$code}\r\n\r\nIf you didn''t try to do that safely ignore this message and your email will not be used.\r\n\r\nThank you,\r\nAdministration\r\n{$site_name}\r\n{$site_url}'),
(14330, 1, 4134, '<p>\r\nHello,\r\n</p>\r\n<p>\r\nSomeone (probably you) set this email address as the official email address of <a href="{$site_url}">{$site_name}</a> website.\r\n</p>\r\n<p>\r\nTo complete this process you need to verify this email address by opening the following URL: <a href="{$url}">{$url}</a>\r\n</p>\r\n<p>\r\nAlternatively you can open <a href="{$verification_page_url}">this URL</a> and paste there the following code: <b>{$code}</b>\r\n</p>\r\n<p>\r\nIf you didn''t try to do that safely ignore this message and your email will not be used.\r\n</p>\r\n<p>\r\nThank you,<br />\r\nAdministration<br />\r\n{$site_name}<br />\r\n{$site_url}\r\n</p>'),
(16978, 1, 4598, 'Deleted'),
(16975, 1, 4595, 'Plugin uninstall error'),
(14336, 1, 4140, 'Tomorrow'),
(14341, 1, 4145, 'Plugin uninstall request'),
(14342, 1, 4146, 'Are you sure you want to uninstall ''{$name}'' plugin?'),
(14345, 1, 4149, 'Captcha validator error!'),
(43378, 1, 9405, 'Exclusive questions'),
(20378, 1, 6073, 'Post jobs'),
(19881, 1, 5576, 'Next time you''ll be able to start mass mailing not earlier than in <b>{$hours}</b> hours.'),
(20151, 1, 5846, 'Hello {$username}, enter your new password below:'),
(20152, 1, 5847, 'Submit'),
(20153, 1, 5848, 'New password'),
(20154, 1, 5849, 'Repeat password'),
(20156, 1, 5851, 'Values in ''password'' and ''repeat password'' fields should be equal'),
(20157, 1, 5852, 'Password length should be between {$min} and {$max} symbols'),
(20158, 1, 5853, 'Your password successfully changed'),
(16243, 1, 4164, 'Date validator error!'),
(16244, 1, 4165, 'Value is incorrect or greater than server limit.'),
(16245, 1, 4166, 'Int validator error!'),
(16246, 1, 4167, 'Alphanumeric validator error!'),
(16247, 1, 4168, 'Url validator error!'),
(16248, 1, 4169, 'Email validator error!'),
(16249, 1, 4170, 'RegExp validator error!'),
(16250, 1, 4171, 'String validator error!'),
(16900, 1, 4520, 'Plugin updates available: <b>{$count}</b>. <a href="{$link}">View</a>'),
(16898, 1, 4518, 'Sign Out'),
(16899, 1, 4519, 'Platform update available. <a href="{$link}">Update </a>'),
(16896, 1, 4516, 'My Profile'),
(43396, 1, 9423, 'Submit'),
(16895, 1, 4515, 'Preferences'),
(16897, 1, 4517, 'Mailbox'),
(20141, 1, 5836, 'You have already received reset code today. Please try again in 24 hours.'),
(20138, 1, 5833, 'There is no user with this email address'),
(20137, 1, 5832, 'Type the email address you used at registration.'),
(20101, 1, 5796, 'Membership'),
(19427, 1, 5124, 'When turned on users will have to verify email addresses before accessing the site.'),
(19428, 1, 5125, 'Email Settings'),
(19429, 1, 5126, 'Confirm email'),
(20150, 1, 5845, 'To reset password you just need to enter your email address, get our reset code and use it to change your old password.'),
(20149, 1, 5844, 'Create new password'),
(20146, 1, 5841, 'Reset password request'),
(20147, 1, 5842, 'Please enter valid reset code'),
(20148, 1, 5843, 'Reset your password'),
(20145, 1, 5840, 'Submit'),
(20142, 1, 5837, 'Forgot password'),
(20143, 1, 5838, 'Enter your reset code'),
(20144, 1, 5839, 'Type in the reset code sent to you. Then you can enter a new password.'),
(19242, 1, 4939, 'Plugin successfully updated'),
(19069, 1, 4766, 'My profile'),
(19070, 1, 4767, 'Finance'),
(19073, 1, 4770, 'Finance'),
(19072, 1, 4769, 'Sorry, this username is restricted'),
(19075, 1, 4772, 'Restricted Usernames'),
(19076, 1, 4773, 'Restricted Usernames'),
(19077, 1, 4774, 'Add restricted username'),
(19078, 1, 4775, 'Username'),
(19079, 1, 4776, 'Add'),
(19080, 1, 4777, 'Restricted Usernames List'),
(19086, 1, 4783, 'Username successfully added'),
(19088, 1, 4785, 'The source code of ''<i>{$name}</i>'' plugin was updated. Need to update plugin DB.'),
(19089, 1, 4786, 'Update'),
(19096, 1, 4793, 'Payment gateway not found or is inactive'),
(19113, 1, 4810, 'Information about order was not found'),
(19114, 1, 4811, 'Failed to initialize order'),
(19135, 1, 4832, 'Plugin'),
(19145, 1, 4842, 'Time'),
(19146, 1, 4843, 'Amount'),
(19157, 1, 4854, 'Details'),
(19158, 1, 4855, 'Gateway'),
(19159, 1, 4856, 'Transaction ID'),
(19160, 1, 4857, 'Statistics'),
(19171, 1, 4868, 'Year Range'),
(19172, 1, 4869, '(Year Range)'),
(19173, 1, 4870, 'unavailable'),
(19174, 1, 4871, 'Your order has been canceled'),
(19175, 1, 4872, 'An error occured during your order processing'),
(19176, 1, 4873, 'Your order has been completed successfully'),
(19177, 1, 4874, 'Your order has been verified'),
(19178, 1, 4875, 'Your order is being processed'),
(19209, 1, 4906, 'Pay securely with {$gateway}'),
(19210, 1, 4907, 'Your order status'),
(20355, 1, 6050, 'Dear {$username},\r\n<br />\r\nYou requested to reset your password. Follow this link ({$resetUrl}) to change your password.\r\n<br />\r\nIf the link doesn''t work, please enter the code manually here ({$requestUrl}). Code: {$code}\r\n<br />\r\nIf you didn''t request password reset, please ignore this email.\r\n<br /><br />\r\nThank you,\r\n{$site_name}<br />'),
(20353, 1, 6048, 'The content owner can delete comments'),
(20350, 1, 6045, '<b>We recommend against making username field editable, because changing username will result in changing the profile URL.</b>'),
(20356, 1, 6051, 'Dear {$username},\r\n\r\nYou requested to reset your password. Follow this link ({$resetUrl}) to change your password.\r\n\r\nIf the link doesn''t work, please enter the code manually here ({$requestUrl}). Code: {$code}\r\n\r\nIf you didn''t request password reset, please ignore this email.\r\n\r\nThank you,\r\n{$site_name}'),
(20351, 1, 6046, 'Market'),
(20352, 1, 6047, 'Comment posted jobs'),
(20325, 1, 6020, 'Installation'),
(20326, 1, 6021, 'Troubleshooting'),
(20327, 1, 6022, 'Plugin Development'),
(20328, 1, 6023, 'Theme Design'),
(20329, 1, 6024, 'Consulting'),
(20703, 1, 6158, 'The content owner can delete comments'),
(20704, 1, 6159, 'View Links'),
(20700, 1, 6155, 'Links'),
(20701, 1, 6156, 'Write on comment wall'),
(20702, 1, 6157, 'Add a link'),
(43269, 1, 9296, 'Admin'),
(43268, 1, 9295, 'Search users'),
(43267, 1, 9294, 'Delete comment by content owner'),
(43258, 1, 9285, 'Add new role'),
(43259, 1, 9286, 'User role permissions'),
(62018, 1, 18588, 'changed their avatar'),
(43270, 1, 9297, 'Edit types'),
(43264, 1, 9291, 'Add comments'),
(43266, 1, 9293, '{$count} values'),
(43466, 1, 9493, 'Submit'),
(43348, 1, 9375, 'Question'),
(43350, 1, 9377, 'Type'),
(43354, 1, 9381, 'Theme Info'),
(43355, 1, 9382, 'Values');
INSERT INTO `ow_base_language_value` VALUES
(43359, 1, 9386, 'Here you can view existing pages and menu items on your site. These are your own custom pages and those activated by plugins. <span class="ow_highlight">Drag''n''drop</span> items across menus to change their location.'),
(43360, 1, 9387, 'Main Menu'),
(43361, 1, 9388, 'Require'),
(43362, 1, 9389, 'Bottom Menu'),
(43363, 1, 9390, 'Hidden Pages'),
(43364, 1, 9391, 'Sign up'),
(43365, 1, 9392, 'Here are pages that actually exist but are not shown on the site. <span class="ow_highlight">Drag''n''drop</span> here those items that you want to hide.'),
(43366, 1, 9393, 'Edit'),
(43368, 1, 9395, 'View'),
(43369, 1, 9396, 'Item'),
(43370, 1, 9397, 'visible to everyone'),
(43371, 1, 9398, 'Search'),
(43445, 1, 9472, 'Platform version <b>{$version}</b> (build {$build})'),
(43442, 1, 9469, 'Activity'),
(43440, 1, 9467, 'online now'),
(23349, 1, 6301, 'Spaces are not allowed'),
(23323, 1, 6275, 'First you should remove this user from site moderators'),
(51589, 1, 11573, 'Can''t unzip downloaded archive'),
(25807, 1, 6823, 'Plugin is uploaded and ready for installation'),
(37391, 1, 9251, 'Tag Search'),
(25765, 1, 6781, 'Send Private Message'),
(25764, 1, 6780, 'Read incoming message'),
(25763, 1, 6779, 'Mailbox'),
(25698, 1, 6714, 'You should select user(s) to continue'),
(25680, 1, 6696, 'edited their profile details'),
(25681, 1, 6697, 'joined our site!'),
(36714, 1, 8574, 'Send gift'),
(36713, 1, 8573, 'Virtual Gifts'),
(25654, 1, 6678, 'Total: <b>{$count}</b> users'),
(25653, 1, 6677, 'Unfortunately you reset code is invalid or expired. Please follow the <a href="{$url}">link</a> and try to reset it again.'),
(25651, 1, 6675, 'Expired reset code'),
(25650, 1, 6674, 'Disable JavaScript'),
(25649, 1, 6673, 'Enable JavaScript'),
(25647, 1, 6671, 'changed their avatar'),
(37169, 1, 9029, 'Newsfeed'),
(37170, 1, 9030, 'Allow comments'),
(36804, 1, 8664, 'User Credits'),
(46463, 1, 9694, 'display and set required'),
(36056, 1, 7916, 'Add event'),
(36057, 1, 7917, 'View event'),
(36058, 1, 7918, 'Comment events'),
(46458, 1, 9689, 'Settings not changed'),
(46457, 1, 9688, 'Settings changed'),
(46456, 1, 9687, 'Mass Mailing'),
(25547, 1, 6571, 'Forbidden'),
(25546, 1, 6570, 'Page not found'),
(25545, 1, 6569, 'You don''t have permission to access the page.'),
(25544, 1, 6568, 'Forbidden'),
(37128, 1, 8988, 'View topic'),
(37129, 1, 8989, 'Create/Edit topic'),
(35552, 1, 7429, 'No users'),
(25492, 1, 6516, '{$username} <span class="ow_small">{$status}</span>'),
(46452, 1, 9683, 'My Preferences'),
(37133, 1, 8993, 'Label on avatar'),
(37134, 1, 8994, 'Yes'),
(37135, 1, 8995, 'No'),
(37136, 1, 8996, 'Display role label on avatar'),
(37127, 1, 8987, 'Forum'),
(25474, 1, 6498, 'Submit'),
(25473, 1, 6497, '#count# users selected'),
(37137, 1, 8997, 'Label color'),
(37139, 1, 8999, 'Role updated'),
(25465, 1, 6489, 'No users'),
(25463, 1, 6487, 'Default avatar deleted'),
(25453, 1, 6477, 'Change'),
(25454, 1, 6478, 'Cancel'),
(30740, 1, 7218, 'Can''t install plugin with empty key'),
(25462, 1, 6486, 'Are sure you want to delete default avatar image?'),
(25449, 1, 6473, 'Change to override theme default avatar image'),
(51593, 1, 11577, 'To what URL should this link go:'),
(58755, 1, 15472, 'Back to search form'),
(58754, 1, 15471, 'Pull data from other services'),
(58753, 1, 15470, 'Can''t extract theme archive'),
(59521, 1, 15755, ''),
(59520, 1, 15412, ''),
(59519, 1, 15753, ''),
(59518, 1, 15752, ''),
(59517, 1, 15751, ''),
(59516, 1, 15410, ''),
(59515, 1, 2871, ''),
(59514, 1, 2869, ''),
(59513, 1, 6242, ''),
(59512, 1, 6241, ''),
(59511, 1, 15731, ''),
(59510, 1, 2870, ''),
(58747, 1, 15464, 'Please upload valid theme archive file'),
(58748, 1, 15465, 'Add Theme'),
(58749, 1, 15466, 'Add new theme'),
(58750, 1, 15467, 'Add new theme'),
(58751, 1, 15468, 'Theme successfully added'),
(58752, 1, 15469, 'Can''t upload theme, theme directory `{$dir}` already exists'),
(25382, 1, 6406, 'Users'),
(37130, 1, 8990, 'Subscribe to forum topics'),
(25354, 1, 6378, 'View all ({$count})'),
(25353, 1, 6377, 'Theme custom CSS edited'),
(25352, 1, 6376, 'Invalid FTP attributes! Provided user doesn''t have permissions to overwrite files.'),
(25342, 1, 6366, 'Default avatar image'),
(25239, 1, 6306, 'Mark email verified'),
(25241, 1, 6308, 'Selected user(s) emails are verified'),
(27933, 1, 6890, 'You don''t have available plugins here.'),
(37349, 1, 9209, '<span class="ow_small">Total: <b>{$avgScore}</b></span> (<span class="ow_outline">{$ratesCount}</span> rates)'),
(37348, 1, 9208, 'Your rate:'),
(37313, 1, 9173, 'Daily login'),
(37314, 1, 9174, 'User join'),
(37315, 1, 9175, 'Search users'),
(37316, 1, 9176, 'Write on comment wall'),
(46464, 1, 9695, 'hide'),
(37273, 1, 9133, 'User Roles'),
(46455, 1, 9686, 'Save'),
(37269, 1, 9129, 'Actions'),
(37246, 1, 9106, 'Checkout'),
(43390, 1, 9417, 'Please enter tag'),
(43375, 1, 9402, 'Legend'),
(43376, 1, 9403, 'or'),
(43377, 1, 9404, 'Account type'),
(51312, 1, 11296, 'Please enter comment message'),
(51328, 1, 11312, 'Basic'),
(51327, 1, 11311, 'Profile question settings'),
(51326, 1, 11310, 'View all questions'),
(30826, 1, 7304, 'Language/language pack imported'),
(30824, 1, 7302, 'Empty or invalid language pack. Please select valid one and try again.'),
(30741, 1, 7219, 'Errors occurred while installing plugin "{$plugin}". Please uninstall it and try again.'),
(51595, 1, 11579, 'No favicon. Check it to enable.'),
(35651, 1, 7528, 'Join Date'),
(59509, 1, 15730, ''),
(35968, 1, 7828, 'Oxwall cron script is not active. Please add it to cron jobs list ({$path}).'),
(51590, 1, 11574, 'Text to display:'),
(36055, 1, 7915, 'Events'),
(62005, 1, 18575, 'Suspend Users'),
(62006, 1, 18576, 'Avatar file size limit'),
(62007, 1, 18577, 'The file size is greater than server limit: {$limit} Mb.'),
(62008, 1, 18578, 'Invalid theme archive'),
(62009, 1, 18579, 'Are you sure you want to delete this section?\r\n\r\nAll profile questions belonging to this section will be moved to the "{$sectionName}" section.'),
(47059, 1, 10288, 'Insert HTML'),
(47060, 1, 10289, '{$site_name} registration'),
(47024, 1, 10253, 'View more'),
(47037, 1, 10266, 'Bold'),
(47038, 1, 10267, 'Italic'),
(47039, 1, 10268, 'Underline'),
(47040, 1, 10269, 'Insert Ordered List'),
(47041, 1, 10270, 'Insert Unordered List'),
(47042, 1, 10271, 'Insert Link'),
(47043, 1, 10272, 'Insert Image'),
(47044, 1, 10273, 'Insert Video'),
(47045, 1, 10274, 'Insert HTML'),
(47046, 1, 10275, 'Show/Hide HTML Source View'),
(47053, 1, 10282, 'Add'),
(47054, 1, 10283, 'Insert'),
(47055, 1, 10284, 'Please fill `label` and `url` fields to insert the link'),
(47056, 1, 10285, 'Insert video'),
(47058, 1, 10287, 'Enter video code please'),
(54914, 1, 11631, 'Can''t upload archive by FTP'),
(59508, 1, 15729, ''),
(59507, 1, 6887, ''),
(59506, 1, 6886, ''),
(59505, 1, 15718, ''),
(47520, 1, 10726, 'Make ''Photo Upload'' a required field on Join Page.'),
(59504, 1, 15717, ''),
(59503, 1, 15716, ''),
(47519, 1, 10725, 'Make ''Photo Upload'' a required field'),
(59502, 1, 15712, ''),
(59501, 1, 15711, ''),
(59500, 1, 6885, ''),
(59499, 1, 6884, ''),
(59498, 1, 6883, ''),
(59497, 1, 6882, ''),
(59496, 1, 6881, ''),
(59495, 1, 6880, ''),
(59494, 1, 6879, ''),
(59493, 1, 6878, ''),
(59492, 1, 15676, ''),
(59491, 1, 15669, ''),
(59489, 1, 16100, ''),
(59488, 1, 16099, ''),
(59487, 1, 16098, ''),
(59486, 1, 16097, ''),
(59485, 1, 16096, ''),
(59484, 1, 16095, ''),
(59483, 1, 16094, ''),
(47495, 1, 6861, 'Hour'),
(47496, 1, 6862, 'Minute'),
(59482, 1, 16093, ''),
(59481, 1, 16092, ''),
(59480, 1, 16091, ''),
(59479, 1, 16090, ''),
(59478, 1, 16089, ''),
(59477, 1, 16088, ''),
(59476, 1, 16087, ''),
(59475, 1, 16086, ''),
(59474, 1, 16085, ''),
(59473, 1, 16084, ''),
(59472, 1, 16083, ''),
(59471, 1, 16082, ''),
(59470, 1, 16081, ''),
(59469, 1, 16080, ''),
(59468, 1, 16079, ''),
(59467, 1, 16078, ''),
(59466, 1, 16077, ''),
(47464, 1, 10692, 'Groups'),
(47463, 1, 10691, 'The author can delete wall comments'),
(47462, 1, 10690, 'Create groups'),
(47461, 1, 10689, 'Create/Edit topic'),
(47460, 1, 10688, 'Write on comment wall'),
(47458, 1, 10687, 'Dear {$username},\r\n\r\nYou requested to reset your password. Here''s your new password: {$password}\r\n\r\nFeel free to log in to your account at {$site_url} and change your password again if necessary.\r\n\r\nThank you,\r\n{$site_name}'),
(47447, 1, 10676, 'Please provide valid image in ico format'),
(47456, 1, 10685, 'User Settings'),
(47440, 1, 10669, 'Check if you don''t want to allow people to add rich media (like photo and video) in comments throughout the site.'),
(47457, 1, 10686, 'Dear {$username},<br />\r\n<br />\r\nYou requested to reset your password. Here''s your new password: <b>{$password}</b><br />\r\n<br />\r\nFeel free to log in to your account at <a href="{$site_url}">{$site_url}</a> and change your password again if necessary.<br />\r\n<br />\r\nThank you,<br />\r\n{$site_name}'),
(47397, 1, 10626, 'View my presence on site'),
(47435, 1, 10664, 'Disable custom HTML'),
(47394, 1, 10623, 'List domains from which you allow to embed videos or put iframes. These should be sites that provide embed code for videos or valid content which you entrust. One domain per line.'),
(47436, 1, 10665, 'Check if you don''t want to allow users write HTML code in posts (like blogs and forums). Recommended for security reasons.'),
(47437, 1, 10666, 'Disable rich media'),
(47438, 1, 10667, 'Check if you don''t want to allow people to add rich media (like photo and video) in posts (like blogs and forums).'),
(47390, 1, 10619, 'Content input'),
(47389, 1, 10618, 'General'),
(47385, 1, 10614, 'Profile wall comments'),
(47384, 1, 10613, 'Embed your video code here:'),
(47383, 1, 10612, 'Your html code:'),
(62120, 1, 18690, 'SMTP'),
(47381, 1, 10610, 'Allowed resources list'),
(62090, 1, 18660, 'Invalid range'),
(47380, 1, 10609, 'Maximum upload file size'),
(47378, 1, 10607, 'Rich media settings'),
(47376, 1, 10605, 'Content comments'),
(47439, 1, 10668, 'Disable rich media'),
(47373, 1, 10602, 'Text content'),
(47372, 1, 10601, 'User input settings'),
(47352, 1, 10581, 'User profile edit'),
(47351, 1, 10580, 'New user registration'),
(47349, 1, 10578, 'More'),
(62010, 1, 18580, 'Please provide a reason for suspending the member.'),
(62011, 1, 18581, 'Users'),
(62012, 1, 18582, 'Avatar has been changed'),
(62013, 1, 18583, 'or choose from your library'),
(62014, 1, 18584, 'You can drop only 1 image to this area'),
(62015, 1, 18585, 'Avatar has been approved'),
(62016, 1, 18586, 'This photo is too small to be set as avatar. <br />Minimum size is {$width}px x {$height}px'),
(62017, 1, 18587, 'Avatar is pending approval'),
(46655, 1, 9884, 'Website icon in .ico format (16x16px)'),
(46654, 1, 9883, 'Favicon'),
(46652, 1, 9881, 'Custom tail code'),
(46653, 1, 9882, 'Code added to HTML document right before closing &lt;/BODY&gt; tag (custom Javascript).'),
(46651, 1, 9880, 'Code added to HTML document head area (custom Javascript/CSS or META info).'),
(46649, 1, 9878, 'Settings saved'),
(46650, 1, 9879, 'Custom head code'),
(46648, 1, 9877, 'An error occurred while saving data, please try again'),
(62119, 1, 18689, 'Page settings'),
(46645, 1, 9874, 'Page settings'),
(46643, 1, 9872, 'User Settings'),
(46642, 1, 9871, 'Error downloading platform update'),
(46641, 1, 9870, 'View my profile'),
(46679, 1, 9908, 'values'),
(46680, 1, 9909, 'Edit Language'),
(46681, 1, 9910, 'RTL'),
(46682, 1, 9911, 'Check it if you need "right to left" text direction'),
(46683, 1, 9912, 'Language edited, please wait...'),
(46684, 1, 9913, 'Language edit failed, please try again'),
(46336, 1, 9567, 'Use military time'),
(46337, 1, 9568, 'Roles'),
(46461, 1, 9692, 'Uncheck this box to stop receiving mass-mailing'),
(46309, 1, 9540, 'I agree with <a target=''blank'' href=''{$site_url}terms-of-use'' >terms of use</a>'),
(59815, 1, 16385, 'Order'),
(46310, 1, 9541, 'Terms of use'),
(46308, 1, 9539, 'Terms of use'),
(46311, 1, 9542, 'Terms of use'),
(46303, 1, 9534, 'Let users upload avatar on registration'),
(46301, 1, 9532, 'Require users to agree to terms of use on registration'),
(46300, 1, 9531, 'Registration'),
(46299, 1, 9530, 'Enable ''Terms of use'' checkbox'),
(46313, 1, 9544, '<p class="ow_smallmargin">\r\nWelcome to our website. If you continue to browse and use this website, you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern our relationship with you in relation to this website. If you disagree with any part of these terms and conditions, please do not use our website.\r\n</p>\r\n<p class="ow_stdmargin">\r\nThe term ''website'' or ''us'' or ''we'' refers to the owner of the website. The term ''user'' refers to the website visitor.\r\n </p>\r\n<p class="ow_smallmargin">\r\nThe use of this website is subject to the following terms of use:\r\n </p>\r\n<ul class="ow_stdmargin ow_regular">\r\n<li class="ow_smallmargin">\r\nThe content of the pages of this website is for user’s general information and use only. It is subject to change without notice.\r\n </li>\r\n<li class="ow_smallmargin">\r\nUser acknowledges that neither we nor any third parties provide any warranties while the user is using this website for any particular purpose. We expressly exclude liability for any possible harm to the fullest extent permitted by law.\r\n </li>\r\n<li class="ow_smallmargin">\r\nUser’s use of any information or materials on this website is entirely at their own risk, for which we shall not be liable. It shall be user’s own responsibility to ensure that any products, services or information available through this website meet user’s specific requirements.\r\n </li>\r\n<li class="ow_smallmargin">\r\nThis website contains material that may be owned by or licensed to us. This material includes, but is not limited to the design, layout, look, appearance and graphics. Reproduction is prohibited other than upon receiving explicit permission.\r\n </li>\r\n<li class="ow_smallmargin">\r\nUnauthorised use of this website may give rise to a claim for damages and/or be a criminal offence.\r\n </li>\r\n<li class="ow_smallmargin">\r\nThis website may also include links to other websites. These links are provided for user’s convenience to provide further information. They do not signify that we endorse said website(s). We have no responsibility for the content of the linked website(s).\r\n </li>\r\n<li class="ow_smallmargin">\r\nUser agrees not to submit illegal content to this website, and agree to warn website owners after seeing other users doing it.\r\n</li>\r\n</ul>'),
(46297, 1, 9528, 'Avatar upload'),
(46291, 1, 9522, 'Clone language'),
(46263, 1, 9494, 'Users'),
(46264, 1, 9495, 'Count'),
(54918, 1, 11635, '(Server limit {$value} Mb)'),
(51594, 1, 11578, 'Open in new window'),
(51334, 1, 11318, '<span class="ow_highlight">Drag''n''drop</span> items to the page to add features or custom components.\n            These are items activated by <a href="{$pluginsUrl}">plugins</a>. If you want an element to stay on all pages put it to the sidebar.'),
(51333, 1, 11317, 'Items visibility:\r\n            <span class="ow_mild_green ow_small" style="border: 1px solid rgb(204, 204, 204); padding: 1px 3px;">users only</span>\r\n            <span class="ow_mild_red ow_small" style="border: 1px solid rgb(204, 204, 204); padding: 1px 3px;">guests only</span>\r\n            <span class="ow_small" style="border: 1px solid rgb(204, 204, 204); padding: 1px 3px;">everyone</span>'),
(51329, 1, 11313, 'Theme CSS'),
(51330, 1, 11314, 'View all pages/menus'),
(50950, 1, 10934, 'File upload fail!'),
(50949, 1, 10933, 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop.'),
(50948, 1, 10932, 'Failed to write file to disk'),
(50945, 1, 10929, 'The uploaded file was only partially uploaded.'),
(50946, 1, 10930, 'No file was uploaded.'),
(50947, 1, 10931, 'Missing a temporary folder.'),
(50943, 1, 10927, 'attachment'),
(50944, 1, 10928, 'The uploaded file exceeds the max upload filesize.'),
(50942, 1, 10926, 'Add video'),
(50941, 1, 10925, 'Attach photo'),
(50939, 1, 10923, 'Add'),
(50940, 1, 10924, 'Attach video'),
(50851, 1, 10835, 'Found: <b>{$count}</b> users'),
(50852, 1, 10836, 'Search by'),
(58644, 1, 15361, 'User roles'),
(58645, 1, 15362, 'Value is incorrect or greater than server limit.'),
(58646, 1, 15363, 'Selected user(s) emails are marked unverified'),
(58647, 1, 15364, 'Move topics into hidden sections'),
(58651, 1, 15368, 'Billing gateway products binding'),
(58652, 1, 15369, 'Product'),
(58653, 1, 15370, 'Gateway product ID'),
(58654, 1, 15371, 'Block confirmation'),
(58655, 1, 15372, 'Cancel'),
(58656, 1, 15373, 'Confirm'),
(58663, 1, 15380, 'Follow this <a href="{$url}">link</a> to disable maintenance mode'),
(58664, 1, 15381, 'Mark email unverified'),
(58665, 1, 15382, 'Please confirm you do not want to receive mass mailing from this site.'),
(59465, 1, 16076, 'Ignore'),
(59464, 1, 16075, ''),
(58694, 1, 15411, 'I can help others with'),
(59463, 1, 16074, ''),
(58699, 1, 15416, 'Block'),
(58700, 1, 15417, 'Are you sure you want to block this user? <br /><br /> This will cancel and prevent all interaction with you.'),
(58701, 1, 15418, 'Sorry, this user chooses not to interact with you'),
(58702, 1, 15419, 'Profile blocked'),
(58703, 1, 15420, 'Profile unblocked'),
(58704, 1, 15421, 'Unblock'),
(58756, 1, 15473, 'Invalid plugin archive'),
(58758, 1, 15475, 'Can''t update plugin'),
(58759, 1, 15476, 'Plugin is up to date'),
(58760, 1, 15477, 'Can''t extract plugin archive files'),
(58761, 1, 15478, 'Invalid or empty update pack archive'),
(58762, 1, 15479, 'Plugin not found'),
(58763, 1, 15480, 'Reset code already sent. Please try again in 10 minutes.'),
(58764, 1, 15481, 'Selected user(s) were approved'),
(58765, 1, 15482, 'Selected user(s) were disapproved'),
(58766, 1, 15483, 'The max reasonable avatar size is {$max}px'),
(58767, 1, 15484, 'Avatar image<br /> crop size'),
(58768, 1, 15485, 'The max reasonable big avatar size is {$max}px'),
(58769, 1, 15486, 'Big avatar image<br /> crop size'),
(67269, 1, 21313, 'SEO settings'),
(67270, 1, 21314, 'SEO page'),
(67271, 1, 21315, 'Sitemap'),
(58771, 1, 15488, 'Change Image'),
(58772, 1, 15489, 'Choose image'),
(58773, 1, 15490, 'Approve'),
(58774, 1, 15491, 'Disapprove'),
(58775, 1, 15492, 'commented on {$user}''s new avatar'),
(58776, 1, 15493, 'liked {$user}''s new avatar'),
(58777, 1, 15494, 'commented on {$user}''s joining our site'),
(58778, 1, 15495, 'liked that {$user} joined our site'),
(58779, 1, 15496, 'Avatars folder is missing or not writable.'),
(58780, 1, 15497, 'The file extention is not allowed.'),
(58871, 1, 15588, 'You still need to setup the cron job. <a href="{$helpUrl}">Learn more</a>'),
(58796, 1, 15513, 'Range'),
(58872, 1, 15589, 'Invalid plugin key - `{$key}` provided.'),
(58798, 1, 15515, 'Quick Links'),
(58799, 1, 15516, 'Sort by'),
(58800, 1, 15517, 'Tags'),
(58801, 1, 15518, 'Account has been removed'),
(58803, 1, 15520, 'Privacy Policy'),
(59462, 1, 16073, ''),
(58805, 1, 15522, '<p class="ow_smallmargin">\r\nThank you for visiting our website. This privacy policy tells you how we use personal information collected at this website. Please read this privacy policy before using the website or submitting any personal information. By using the website, you are accepting the practices described in this privacy policy. These practices may be changed, but any changes will be posted and will only apply to activities and information on a going forward, not retroactive basis. You are encouraged to review the privacy policy whenever you visit the site to keep track of the policy changes and make sure that you understand how any personal information you provide will be used.\r\n</p>\r\n<p class="ow_stdmargin">\r\nNote: the privacy practices set forth in this privacy policy are for this website only. If you link to other websites, please review the privacy policies posted at those websites.\r\n</p>\r\n<h2 class="ow_smallmargin">Collection of Information</h2>\r\n<p class="ow_stdmargin">\r\nWe collect personally identifiable information, like names, email addresses, etc., when voluntarily submitted by our visitors. This information is only used to fulfill your specific request and to sign you up for our service mailing list, unless you give us permission to use it in other manners.\r\n</p>\r\n<h2 class="ow_smallmargin">Cookie/Tracking Technology</h2>\r\n<p class="ow_stdmargin">\r\nThis website may use cookie and tracking technology depending on the features offered. Cookie and tracking technology are useful for gathering information such as browser type and operating system, tracking the number of visitors to the website, and understanding how visitors use the website. Cookies can also help customize the website for visitors. Personal information cannot be collected via cookies and other tracking technology, however, if you previously provided personally identifiable information, cookies may be tied to such information. Aggregate cookie and tracking information may be shared with third parties.\r\n</p>\r\n<h2 class="ow_smallmargin">Distribution of Information</h2>\r\n<p class="ow_stdmargin">\r\nWe may share information with governmental agencies or other companies assisting us in fraud prevention or investigation. We may do so when: (1) permitted or required by law; or, (2) trying to protect against or prevent actual or potential fraud or unauthorized transactions; or, (3) investigating fraud which has already taken place. The information is not provided to these companies for marketing purposes.\r\n</p>\r\n<h2 class="ow_smallmargin">Commitment to Data Security</h2>\r\n<p class="ow_stdmargin">\r\nYour personally identifiable information is kept secure. Only authorized employees, agents and contractors (who have agreed to keep information secure and confidential) have access to this information. All emails and newsletters from this website allow you to opt out of further mailings.\r\n</p>\r\n<h2 class="ow_smallmargin">Privacy Contact Information</h2>\r\n<p class="ow_stdmargin">\r\nIf you have any questions, concerns, or comments about our privacy policy you may contact us using means provided on this website.\r\n</p>\r\n<p>\r\nWe reserve the right to make changes to this policy. Any changes to this policy will be posted.\r\n</p>'),
(58806, 1, 15523, 'Admin Dashboard'),
(58807, 1, 15524, 'Manage Pages'),
(58808, 1, 15525, 'Manage Plugins'),
(58809, 1, 15526, 'Edit Theme'),
(58810, 1, 15527, 'Manage Users'),
(58811, 1, 15528, 'User avatar change'),
(58812, 1, 15529, 'Language activated.'),
(58813, 1, 15530, 'Language deactivated.'),
(58814, 1, 15531, 'Language deleted.'),
(58815, 1, 15532, 'Language cloning failed'),
(58816, 1, 15533, 'Invalid ISO tag.'),
(58817, 1, 15534, 'Username is already in the restricted list'),
(58818, 1, 15535, 'Username has been removed from restricted list'),
(58820, 1, 15537, 'Allow profile wall posts'),
(58821, 1, 15538, 'Invisible'),
(58822, 1, 15539, 'Welcome to our community!<br /><br />\r\nBefore proceeding you need to register your profile and become our member.'),
(58823, 1, 15540, 'You can''t delete a site moderator.'),
(58824, 1, 15541, 'Invitations'),
(58825, 1, 15542, 'Sign up'),
(58826, 1, 15543, 'Delete comment'),
(58827, 1, 15544, 'Delete user'),
(58828, 1, 15545, 'No Content'),
(58829, 1, 15546, 'Deleted user'),
(58830, 1, 15547, 'You cannot flag your own content'),
(59461, 1, 16072, ''),
(59460, 1, 16071, ''),
(59459, 1, 16070, ''),
(59458, 1, 16069, ''),
(58840, 1, 15557, 'Invalid URL'),
(58845, 1, 15562, 'General'),
(58846, 1, 15563, 'Premium'),
(58847, 1, 15564, 'Match age desc'),
(58849, 1, 15566, 'Education'),
(58850, 1, 15567, 'Social software'),
(58851, 1, 15568, 'This text can''t be longer than {$max_symbols_count} symbols'),
(58852, 1, 15569, 'Account has been removed'),
(58853, 1, 15570, 'Chat Now'),
(58873, 1, 15590, 'You can''t delete an account type while it still has exclusive profile quesitons.'),
(58874, 1, 15591, 'You can''t delete default account type.'),
(58875, 1, 15592, 'Comment here...'),
(58877, 1, 15594, 'Moderation'),
(58878, 1, 15595, 'Private'),
(59457, 1, 16068, ''),
(58887, 1, 15604, 'Location'),
(58888, 1, 15605, 'Date (Age)'),
(58889, 1, 15606, 'Date (Birthdate)'),
(58890, 1, 15607, 'Single choice (radiobutton)'),
(58891, 1, 15608, 'Single Choice - Optimized (Faster results, limited values)'),
(58892, 1, 15609, 'Location'),
(58893, 1, 15610, 'Enter tags here...'),
(58894, 1, 15611, 'Visible for user roles'),
(58895, 1, 15612, 'Restrict view'),
(58896, 1, 15613, 'Back to theme list'),
(58897, 1, 15614, 'License Key'),
(58898, 1, 15615, 'Are you sure you want to update <i>''{$name}''</i> theme from version <b>{$oldVersion}</b> to <b>{$newVersion}</b>? The theme is commercial, to update it please enter license key and press ''Update'' button.'),
(58899, 1, 15616, 'Warning'),
(58900, 1, 15617, 'Are you sure you want to update <i>''{$name}''</i> theme from version <b>{$oldVersion}</b> to <b>{$newVersion}</b>?'),
(58901, 1, 15618, 'Theme not found'),
(58902, 1, 15619, 'Can''t update theme'),
(58903, 1, 15620, 'Theme update request'),
(58904, 1, 15621, 'Theme successfully updated'),
(58905, 1, 15622, 'Theme is up to date'),
(59456, 1, 16067, ''),
(58907, 1, 15624, 'Are you sure you want to delete this question?\r\n\r\nATTENTION: IT WILL PERMANENTLY DELETE ANSWERS FOR THIS QUESTION IN USER PROFILES.\r\n\r\nThis question also has a dependent question(s) {$questions}. IT WILL BE REMOVED WITH ALL PROFILE INFO AS WELL.'),
(59816, 1, 16386, 'Translation'),
(59817, 1, 16387, 'Add'),
(58909, 1, 15626, 'Mobile'),
(58910, 1, 15627, 'Please enter valid license key'),
(58911, 1, 15628, 'Invalid or empty update pack archive'),
(58912, 1, 15629, 'Theme update is not available at that moment'),
(58913, 1, 15630, 'Theme not found'),
(59455, 1, 16066, ''),
(59454, 1, 16065, 'Accept'),
(59453, 1, 16064, ''),
(59452, 1, 15623, ''),
(59451, 1, 16063, ''),
(59450, 1, 16062, ''),
(59449, 1, 16061, ''),
(59448, 1, 16060, ''),
(59447, 1, 16059, ''),
(58927, 1, 15644, 'Desktop version'),
(59446, 1, 16058, ''),
(58929, 1, 15646, 'Main'),
(59445, 1, 16057, ''),
(58945, 1, 15662, 'Mobile version'),
(58951, 1, 15668, 'The public profile of {$username} at {$site_name}.'),
(59444, 1, 16056, ''),
(58954, 1, 15671, 'Sport activities'),
(58955, 1, 15672, 'Football'),
(58956, 1, 15673, 'Tennis'),
(58957, 1, 15674, 'Basketball'),
(58958, 1, 15675, 'Volleyball'),
(59443, 1, 16055, ''),
(58961, 1, 15678, 'Hair'),
(58962, 1, 15679, 'Your hair color'),
(59442, 1, 16054, ''),
(59441, 1, 16053, ''),
(59440, 1, 16052, ''),
(59439, 1, 16051, ''),
(59438, 1, 16050, ''),
(59002, 1, 15719, 'Hair'),
(59437, 1, 16049, ''),
(59436, 1, 16048, ''),
(59435, 1, 16047, ''),
(59015, 1, 15732, 'Match Sport activities'),
(59016, 1, 15733, 'Football'),
(59017, 1, 15734, 'Tennis'),
(59018, 1, 15735, 'Basketball'),
(59019, 1, 15736, 'Volleyball'),
(59020, 1, 15737, 'Your sport activities'),
(59021, 1, 15738, 'Sport Activities'),
(59022, 1, 15739, 'Football'),
(59023, 1, 15740, 'Basketball'),
(59024, 1, 15741, 'Volleyball'),
(59025, 1, 15742, 'Tennis'),
(59033, 1, 15750, 'Age'),
(59434, 1, 16046, ''),
(59433, 1, 16045, ''),
(59432, 1, 16044, ''),
(59431, 1, 16043, ''),
(59430, 1, 16042, ''),
(59049, 1, 15766, 'My match''s eee'),
(59429, 1, 16041, ''),
(59051, 1, 15768, 'Match Age'),
(59428, 1, 16040, ''),
(59054, 1, 15771, 'About my match'),
(59056, 1, 15773, 'Users who celebrate their birthdays.'),
(59057, 1, 15774, 'The list of our participants: get to know your mates.'),
(59058, 1, 15775, 'Look who''s online now.'),
(59059, 1, 15776, 'Search for particular users in our community.'),
(59060, 1, 15777, 'About'),
(59061, 1, 15778, 'Adding...'),
(59062, 1, 15779, 'Bottom menu'),
(59063, 1, 15780, 'New Menu item'),
(59064, 1, 15781, 'Content'),
(59065, 1, 15782, 'Page Title'),
(59066, 1, 15783, 'Hidden'),
(59067, 1, 15784, 'HTML Content'),
(59068, 1, 15785, 'Menu label'),
(59069, 1, 15786, 'Title'),
(59070, 1, 15787, 'New page'),
(59071, 1, 15788, 'Settings'),
(59072, 1, 15789, 'Top menu'),
(59073, 1, 15790, 'Hidden'),
(59074, 1, 15791, 'Content'),
(59075, 1, 15792, 'Menus'),
(59076, 1, 15793, 'Dashboard'),
(59077, 1, 15794, 'Index'),
(59078, 1, 15795, 'Profile'),
(59079, 1, 15796, '{$site_name}'),
(59080, 1, 15797, '{$site_name}'),
(59081, 1, 15798, 'Sign Out'),
(59082, 1, 15799, 'View My Profile'),
(59083, 1, 15800, 'Mobile dashboard page'),
(59084, 1, 15801, 'Mobile index page'),
(59085, 1, 15802, 'Mobile profile page'),
(59427, 1, 16039, ''),
(59316, 1, 16033, 'Terms of Use'),
(59317, 1, 16034, 'Terms of Use'),
(59318, 1, 16035, 'Your terms of use here.'),
(59319, 1, 16036, 'My Dashboard'),
(59320, 1, 16037, 'This is not available on mobile yet. Try <a href="{$url}">desktop version</a>.'),
(59321, 1, 16038, 'No items'),
(59530, 1, 2238, ''),
(59531, 1, 2872, ''),
(59533, 1, 16103, 'Please Sign In'),
(59813, 1, 16383, 'Theme updates available: <b>{$count}</b>. <a href="{$link}">View</a>'),
(59814, 1, 16384, 'This page can not be opened in mobile version, please visit <a href="{$url}">desktop version</a> of this site'),
(59820, 1, 16390, 'Invalid FTP attributes! Can''t connect to provided host.'),
(59821, 1, 16391, 'Invalid FTP attributes! Empty username or password provided.'),
(59822, 1, 16392, 'Invalid FTP attributes! Empty host provided.'),
(59823, 1, 16393, 'Can''t complete operation. Function `ftp_connect` is not available.'),
(59824, 1, 16394, 'FTP login error! Failed authentication, please check provided username and password.'),
(62112, 1, 18682, 'Manage pages'),
(59826, 1, 16396, 'File types permitted for upload. Enter one type per line, format: xxx'),
(59827, 1, 16397, 'Allowed extensions'),
(59828, 1, 16398, 'Maximum upload file size'),
(59829, 1, 16399, 'Can''t add plugin. Duplicate plugin key error.'),
(59830, 1, 16400, '&nbsp;'),
(59831, 1, 16401, 'Disable site mobile version'),
(62111, 1, 18681, 'Pages'),
(59833, 1, 16403, 'You can''t change values set in this question'),
(59834, 1, 16404, 'Account type has been updated'),
(59835, 1, 16405, 'Add Account Type'),
(59836, 1, 16406, 'Edit Account Type'),
(59837, 1, 16407, 'Add New Question'),
(59838, 1, 16408, 'Add Question'),
(59839, 1, 16409, 'Add Section'),
(61894, 1, 18464, 'This question is matched with <a href="{$url}" class="parent_question_link" parentId="{$parentId}">{$label}</a>'),
(59842, 1, 16412, 'Edit Account Type'),
(59843, 1, 16413, 'Edit Profile Question'),
(61891, 1, 18461, ''),
(61892, 1, 18462, 'Add new values'),
(61893, 1, 18463, 'WAIT! Are you sure you want to delete this account type?\r\n\r\nRemember: Users with this account:\r\n1) will lose profile information associated to this account type;\r\n2) will not be able to use the site until they sign in, choose a different account type, and enter necessary information.'),
(59845, 1, 16415, 'Here you can change information added by users about themselves.<br>\r\nYou can change, rearrange, and add new profile questions.'),
(59846, 1, 16416, 'Save'),
(59847, 1, 16417, 'Account Types'),
(59848, 1, 16418, 'Properties'),
(59849, 1, 16419, 'You can`t delete active theme'),
(59850, 1, 16420, 'You can''t delete default theme'),
(59851, 1, 16421, 'Delete'),
(59852, 1, 16422, 'Are you sure you want to delete `#theme#` theme?'),
(59853, 1, 16423, 'Theme deleted'),
(59854, 1, 16424, 'File attachments'),
(59855, 1, 16425, 'Settings'),
(59856, 1, 16426, ''),
(59857, 1, 16427, 'Please {$alternatives} to {$action}.'),
(59858, 1, 16428, 'Limited permissions'),
(59859, 1, 16429, ''),
(59860, 1, 16430, ''),
(59861, 1, 16431, ''),
(59862, 1, 16432, ''),
(59863, 1, 16433, ''),
(59864, 1, 16434, ''),
(59865, 1, 16435, ''),
(59866, 1, 16436, ''),
(59867, 1, 16437, ''),
(59868, 1, 16438, ''),
(59869, 1, 16439, ''),
(59870, 1, 16440, ''),
(59871, 1, 16441, ''),
(59872, 1, 16442, ''),
(59873, 1, 16443, ''),
(59874, 1, 16444, ''),
(59875, 1, 16445, ''),
(59876, 1, 16446, ''),
(59877, 1, 16447, ''),
(59878, 1, 16448, ''),
(59879, 1, 16449, ''),
(59880, 1, 16450, ''),
(59881, 1, 16451, ''),
(59882, 1, 16452, ''),
(59883, 1, 16453, ''),
(59884, 1, 16454, ''),
(59885, 1, 16455, ''),
(59886, 1, 16456, ''),
(59887, 1, 16457, ''),
(59888, 1, 16458, ''),
(59889, 1, 16459, ''),
(59890, 1, 16460, ''),
(59891, 1, 16461, ''),
(59892, 1, 16462, ''),
(59893, 1, 16463, ''),
(59894, 1, 16464, ''),
(59895, 1, 16465, ''),
(59896, 1, 16466, ''),
(59897, 1, 16467, ''),
(59898, 1, 16468, ''),
(59899, 1, 16469, ''),
(59900, 1, 16470, ''),
(59901, 1, 16471, ''),
(59902, 1, 16472, ''),
(59903, 1, 16473, ''),
(59904, 1, 16474, ''),
(61895, 1, 18465, 'Possible values'),
(59906, 1, 16476, 'Add New'),
(59907, 1, 16477, 'Limited permissions'),
(59908, 1, 16478, 'Send'),
(59909, 1, 16479, 'more comments'),
(59910, 1, 16480, 'Complete profile'),
(59911, 1, 16481, 'You need to enter required values.'),
(59912, 1, 16482, 'Complete your profile'),
(59913, 1, 16483, 'Complite profile'),
(59914, 1, 16484, 'Continue'),
(59915, 1, 16485, 'Empty comment'),
(59916, 1, 16486, 'liked their new avatar'),
(59917, 1, 16487, 'commented on their new avatar'),
(59918, 1, 16488, ''),
(59919, 1, 16489, ''),
(59920, 1, 16490, ''),
(59921, 1, 16491, ''),
(59922, 1, 16492, ''),
(59923, 1, 16493, ''),
(59924, 1, 16494, ''),
(59925, 1, 16495, ''),
(59926, 1, 16496, ''),
(59927, 1, 16497, ''),
(59928, 1, 16498, ''),
(59929, 1, 16499, ''),
(59930, 1, 16500, ''),
(59931, 1, 16501, ''),
(59932, 1, 16502, ''),
(59933, 1, 16503, ''),
(59934, 1, 16504, ''),
(59935, 1, 16505, ''),
(59936, 1, 16506, ''),
(59937, 1, 16507, ''),
(59938, 1, 16508, ''),
(59939, 1, 16509, ''),
(59940, 1, 16510, ''),
(59941, 1, 16511, ''),
(59942, 1, 16512, ''),
(59943, 1, 16513, ''),
(59944, 1, 16514, ''),
(59945, 1, 16515, ''),
(59946, 1, 16516, ''),
(59947, 1, 16517, ''),
(59948, 1, 16518, ''),
(59949, 1, 16519, ''),
(59950, 1, 16520, ''),
(59951, 1, 16521, ''),
(59952, 1, 16522, ''),
(59953, 1, 16523, ''),
(59954, 1, 16524, ''),
(59955, 1, 16525, ''),
(59956, 1, 16526, ''),
(59957, 1, 16527, ''),
(59958, 1, 16528, ''),
(59959, 1, 16529, ''),
(59960, 1, 16530, ''),
(59961, 1, 16531, ''),
(59962, 1, 16532, ''),
(59963, 1, 16533, ''),
(59964, 1, 16534, ''),
(59965, 1, 16535, ''),
(59966, 1, 16536, ''),
(59967, 1, 16537, ''),
(59968, 1, 16538, ''),
(59969, 1, 16539, ''),
(59970, 1, 16540, ''),
(59971, 1, 16541, ''),
(59972, 1, 16542, ''),
(59973, 1, 16543, ''),
(59974, 1, 16544, ''),
(59975, 1, 16545, ''),
(59976, 1, 16546, ''),
(59977, 1, 16547, ''),
(59978, 1, 16548, ''),
(59979, 1, 16549, ''),
(59980, 1, 16550, ''),
(59981, 1, 16551, ''),
(59982, 1, 16552, ''),
(59983, 1, 16553, ''),
(59984, 1, 16554, ''),
(59985, 1, 16555, ''),
(59986, 1, 16556, ''),
(59987, 1, 16557, ''),
(59988, 1, 16558, ''),
(59989, 1, 16559, ''),
(59990, 1, 16560, ''),
(59991, 1, 16561, ''),
(59992, 1, 16562, ''),
(59993, 1, 16563, ''),
(59994, 1, 16564, ''),
(59995, 1, 16565, ''),
(59996, 1, 16566, ''),
(59997, 1, 16567, ''),
(59998, 1, 16568, ''),
(59999, 1, 16569, ''),
(60000, 1, 16570, ''),
(60001, 1, 16571, ''),
(60002, 1, 16572, ''),
(60003, 1, 16573, ''),
(60004, 1, 16574, ''),
(60005, 1, 16575, ''),
(60006, 1, 16576, ''),
(60007, 1, 16577, ''),
(60008, 1, 16578, ''),
(60009, 1, 16579, ''),
(60010, 1, 16580, ''),
(60011, 1, 16581, ''),
(60012, 1, 16582, ''),
(60013, 1, 16583, ''),
(60014, 1, 16584, ''),
(60015, 1, 16585, ''),
(60016, 1, 16586, ''),
(60017, 1, 16587, ''),
(60018, 1, 16588, ''),
(60019, 1, 16589, ''),
(60020, 1, 16590, ''),
(60021, 1, 16591, ''),
(60022, 1, 16592, ''),
(60023, 1, 16593, ''),
(60024, 1, 16594, 'No items'),
(60025, 1, 16595, 'or'),
(60026, 1, 16596, ''),
(60027, 1, 16597, ''),
(60028, 1, 16598, ''),
(60029, 1, 16599, ''),
(60030, 1, 16600, ''),
(60031, 1, 16601, ''),
(60032, 1, 16602, ''),
(60033, 1, 16603, ''),
(60034, 1, 16604, ''),
(60035, 1, 16605, ''),
(60036, 1, 16606, ''),
(60037, 1, 16607, ''),
(60038, 1, 16608, ''),
(60039, 1, 16609, ''),
(60040, 1, 16610, ''),
(60041, 1, 16611, ''),
(60042, 1, 16612, ''),
(60043, 1, 16613, ''),
(60044, 1, 16614, ''),
(60045, 1, 16615, ''),
(60046, 1, 16616, ''),
(60047, 1, 16617, ''),
(60048, 1, 16618, ''),
(60049, 1, 16619, ''),
(60050, 1, 16620, ''),
(60051, 1, 16621, ''),
(60052, 1, 16622, ''),
(60053, 1, 16623, ''),
(60054, 1, 16624, ''),
(60055, 1, 16625, ''),
(60056, 1, 16626, ''),
(60057, 1, 16627, ''),
(60058, 1, 16628, ''),
(60059, 1, 16629, ''),
(60060, 1, 16630, ''),
(60061, 1, 16631, ''),
(60062, 1, 16632, ''),
(60063, 1, 16633, ''),
(60064, 1, 16634, ''),
(60065, 1, 16635, ''),
(60066, 1, 16636, ''),
(60067, 1, 16637, ''),
(60068, 1, 16638, ''),
(60069, 1, 16639, ''),
(60070, 1, 16640, ''),
(60071, 1, 16641, ''),
(60072, 1, 16642, ''),
(60073, 1, 16643, ''),
(60074, 1, 16644, ''),
(60075, 1, 16645, ''),
(60076, 1, 16646, ''),
(60077, 1, 16647, ''),
(60078, 1, 16648, ''),
(60079, 1, 16649, ''),
(60080, 1, 16650, ''),
(60081, 1, 16651, ''),
(60082, 1, 16652, ''),
(60083, 1, 16653, ''),
(60084, 1, 16654, ''),
(60085, 1, 16655, ''),
(60086, 1, 16656, ''),
(60087, 1, 16657, ''),
(60088, 1, 16658, ''),
(60089, 1, 16659, ''),
(60090, 1, 16660, ''),
(60091, 1, 16661, ''),
(60092, 1, 16662, ''),
(60093, 1, 16663, ''),
(60094, 1, 16664, ''),
(60095, 1, 16665, ''),
(60096, 1, 16666, ''),
(60097, 1, 16667, ''),
(60098, 1, 16668, ''),
(60099, 1, 16669, ''),
(60100, 1, 16670, ''),
(60101, 1, 16671, ''),
(60103, 1, 16673, ''),
(60104, 1, 16674, ''),
(60105, 1, 16675, ''),
(60106, 1, 16676, ''),
(60107, 1, 16677, 'Add New'),
(60109, 1, 16679, 'Edit Question Description'),
(60110, 1, 16680, 'Edit Question Label'),
(60111, 1, 16681, 'Edit Question Value'),
(60112, 1, 16682, ''),
(60113, 1, 16683, ''),
(60114, 1, 16684, ''),
(60115, 1, 16685, ''),
(60116, 1, 16686, ''),
(60117, 1, 16687, ''),
(60118, 1, 16688, ''),
(60119, 1, 16689, ''),
(60120, 1, 16690, ''),
(60121, 1, 16691, ''),
(60122, 1, 16692, ''),
(60123, 1, 16693, ''),
(60124, 1, 16694, ''),
(60125, 1, 16695, ''),
(60126, 1, 16696, ''),
(60127, 1, 16697, ''),
(60128, 1, 16698, ''),
(60129, 1, 16699, ''),
(60130, 1, 16700, ''),
(60131, 1, 16701, ''),
(60132, 1, 16702, ''),
(60133, 1, 16703, ''),
(60134, 1, 16704, ''),
(60135, 1, 16705, ''),
(60136, 1, 16706, ''),
(60137, 1, 16707, ''),
(60138, 1, 16708, ''),
(60139, 1, 16709, ''),
(60140, 1, 16710, ''),
(60141, 1, 16711, ''),
(60142, 1, 16712, ''),
(60143, 1, 16713, ''),
(60144, 1, 16714, ''),
(60145, 1, 16715, ''),
(60146, 1, 16716, ''),
(60147, 1, 16717, ''),
(60148, 1, 16718, ''),
(60149, 1, 16719, ''),
(60150, 1, 16720, ''),
(60151, 1, 16721, ''),
(60152, 1, 16722, ''),
(60153, 1, 16723, ''),
(60154, 1, 16724, ''),
(60155, 1, 16725, ''),
(60156, 1, 16726, ''),
(60157, 1, 16727, ''),
(60158, 1, 16728, ''),
(60159, 1, 16729, ''),
(60160, 1, 16730, ''),
(60161, 1, 16731, ''),
(60162, 1, 16732, ''),
(60163, 1, 16733, ''),
(60164, 1, 16734, ''),
(60165, 1, 16735, ''),
(60166, 1, 16736, ''),
(60167, 1, 16737, ''),
(60168, 1, 16738, ''),
(60169, 1, 16739, ''),
(60170, 1, 16740, ''),
(60171, 1, 16741, ''),
(60172, 1, 16742, ''),
(60173, 1, 16743, ''),
(60174, 1, 16744, ''),
(60175, 1, 16745, ''),
(60176, 1, 16746, ''),
(60177, 1, 16747, ''),
(60178, 1, 16748, ''),
(60179, 1, 16749, ''),
(60180, 1, 16750, ''),
(60181, 1, 16751, ''),
(60182, 1, 16752, ''),
(60183, 1, 16753, ''),
(60184, 1, 16754, ''),
(60185, 1, 16755, ''),
(60186, 1, 16756, ''),
(60187, 1, 16757, ''),
(60188, 1, 16758, ''),
(60189, 1, 16759, ''),
(60190, 1, 16760, ''),
(60191, 1, 16761, ''),
(60192, 1, 16762, ''),
(60193, 1, 16763, ''),
(60194, 1, 16764, ''),
(60195, 1, 16765, ''),
(60196, 1, 16766, ''),
(60197, 1, 16767, ''),
(60198, 1, 16768, ''),
(60199, 1, 16769, ''),
(60200, 1, 16770, ''),
(60201, 1, 16771, ''),
(60202, 1, 16772, ''),
(60203, 1, 16773, ''),
(60204, 1, 16774, ''),
(60205, 1, 16775, ''),
(60206, 1, 16776, ''),
(60207, 1, 16777, ''),
(60208, 1, 16778, ''),
(60209, 1, 16779, ''),
(60210, 1, 16780, ''),
(60211, 1, 16781, ''),
(60212, 1, 16782, ''),
(60213, 1, 16783, ''),
(60214, 1, 16784, ''),
(60215, 1, 16785, ''),
(60216, 1, 16786, ''),
(60217, 1, 16787, ''),
(60218, 1, 16788, ''),
(60219, 1, 16789, ''),
(60220, 1, 16790, ''),
(60221, 1, 16791, ''),
(60222, 1, 16792, ''),
(60223, 1, 16793, ''),
(60224, 1, 16794, ''),
(60225, 1, 16795, ''),
(60226, 1, 16796, ''),
(60227, 1, 16797, ''),
(60228, 1, 16798, ''),
(60229, 1, 16799, ''),
(60230, 1, 16800, ''),
(60231, 1, 16801, ''),
(60232, 1, 16802, ''),
(60233, 1, 16803, ''),
(60234, 1, 16804, ''),
(60235, 1, 16805, ''),
(60236, 1, 16806, ''),
(60237, 1, 16807, ''),
(60238, 1, 16808, ''),
(60239, 1, 16809, ''),
(60240, 1, 16810, ''),
(60241, 1, 16811, ''),
(60242, 1, 16812, ''),
(60243, 1, 16813, ''),
(60244, 1, 16814, ''),
(60245, 1, 16815, ''),
(60246, 1, 16816, ''),
(60247, 1, 16817, ''),
(60248, 1, 16818, ''),
(60249, 1, 16819, ''),
(60250, 1, 16820, ''),
(60251, 1, 16821, ''),
(60252, 1, 16822, ''),
(60253, 1, 16823, ''),
(60254, 1, 16824, ''),
(60255, 1, 16825, ''),
(60256, 1, 16826, ''),
(60257, 1, 16827, ''),
(60262, 1, 16832, ''),
(60263, 1, 16833, ''),
(60264, 1, 16834, ''),
(60265, 1, 16835, ''),
(60266, 1, 16836, ''),
(60267, 1, 16837, ''),
(60268, 1, 16838, ''),
(60269, 1, 16839, ''),
(60270, 1, 16840, ''),
(60271, 1, 16841, ''),
(60272, 1, 16842, ''),
(60273, 1, 16843, ''),
(60274, 1, 16844, ''),
(60275, 1, 16845, ''),
(60276, 1, 16846, ''),
(60277, 1, 16847, ''),
(60278, 1, 16848, ''),
(60279, 1, 16849, ''),
(60280, 1, 16850, ''),
(60281, 1, 16851, ''),
(60282, 1, 16852, ''),
(60283, 1, 16853, ''),
(60284, 1, 16854, ''),
(60285, 1, 16855, ''),
(60286, 1, 16856, ''),
(60287, 1, 16857, ''),
(60288, 1, 16858, ''),
(60289, 1, 16859, ''),
(60290, 1, 16860, ''),
(60291, 1, 16861, ''),
(60292, 1, 16862, ''),
(60293, 1, 16863, ''),
(60294, 1, 16864, ''),
(60295, 1, 16865, ''),
(60296, 1, 16866, ''),
(60297, 1, 16867, ''),
(60298, 1, 16868, ''),
(60299, 1, 16869, ''),
(60300, 1, 16870, ''),
(60301, 1, 16871, ''),
(60302, 1, 16872, ''),
(60303, 1, 16873, ''),
(60304, 1, 16874, ''),
(60305, 1, 16875, ''),
(60306, 1, 16876, ''),
(60307, 1, 16877, ''),
(60308, 1, 16878, ''),
(60309, 1, 16879, ''),
(60310, 1, 16880, ''),
(60311, 1, 16881, ''),
(60312, 1, 16882, ''),
(60313, 1, 16883, ''),
(60314, 1, 16884, ''),
(60315, 1, 16885, ''),
(60316, 1, 16886, ''),
(60317, 1, 16887, ''),
(60318, 1, 16888, ''),
(60319, 1, 16889, ''),
(60320, 1, 16890, ''),
(60321, 1, 16891, ''),
(60322, 1, 16892, ''),
(60323, 1, 16893, ''),
(60324, 1, 16894, ''),
(60325, 1, 16895, ''),
(60326, 1, 16896, ''),
(60327, 1, 16897, ''),
(60328, 1, 16898, ''),
(60329, 1, 16899, ''),
(60330, 1, 16900, ''),
(60331, 1, 16901, ''),
(60332, 1, 16902, ''),
(60333, 1, 16903, ''),
(60334, 1, 16904, ''),
(60335, 1, 16905, ''),
(60336, 1, 16906, ''),
(60337, 1, 16907, ''),
(60338, 1, 16908, ''),
(60339, 1, 16909, ''),
(60340, 1, 16910, ''),
(60341, 1, 16911, ''),
(60342, 1, 16912, ''),
(60343, 1, 16913, ''),
(60344, 1, 16914, ''),
(60345, 1, 16915, ''),
(60346, 1, 16916, ''),
(60347, 1, 16917, ''),
(60348, 1, 16918, ''),
(60349, 1, 16919, ''),
(60350, 1, 16920, ''),
(60351, 1, 16921, ''),
(60352, 1, 16922, ''),
(60353, 1, 16923, ''),
(60354, 1, 16924, ''),
(60355, 1, 16925, ''),
(60356, 1, 16926, ''),
(60357, 1, 16927, ''),
(60358, 1, 16928, ''),
(60359, 1, 16929, ''),
(60360, 1, 16930, ''),
(60361, 1, 16931, ''),
(60362, 1, 16932, ''),
(60363, 1, 16933, ''),
(60364, 1, 16934, ''),
(60365, 1, 16935, ''),
(60366, 1, 16936, ''),
(60367, 1, 16937, ''),
(60368, 1, 16938, ''),
(60369, 1, 16939, ''),
(60370, 1, 16940, ''),
(60371, 1, 16941, ''),
(60372, 1, 16942, ''),
(60373, 1, 16943, ''),
(60374, 1, 16944, ''),
(60375, 1, 16945, ''),
(60376, 1, 16946, ''),
(60377, 1, 16947, ''),
(60378, 1, 16948, ''),
(60379, 1, 16949, ''),
(60380, 1, 16950, ''),
(60381, 1, 16951, ''),
(60382, 1, 16952, ''),
(60383, 1, 16953, ''),
(60384, 1, 16954, ''),
(60385, 1, 16955, ''),
(60386, 1, 16956, ''),
(60387, 1, 16957, ''),
(60388, 1, 16958, ''),
(60389, 1, 16959, ''),
(60390, 1, 16960, ''),
(60391, 1, 16961, ''),
(60392, 1, 16962, ''),
(60393, 1, 16963, ''),
(60394, 1, 16964, ''),
(60395, 1, 16965, ''),
(60396, 1, 16966, ''),
(60397, 1, 16967, ''),
(60398, 1, 16968, ''),
(60399, 1, 16969, ''),
(60400, 1, 16970, ''),
(60401, 1, 16971, ''),
(60402, 1, 16972, ''),
(60403, 1, 16973, ''),
(60404, 1, 16974, ''),
(60405, 1, 16975, ''),
(60406, 1, 16976, ''),
(60407, 1, 16977, ''),
(60408, 1, 16978, ''),
(60409, 1, 16979, ''),
(60410, 1, 16980, ''),
(60411, 1, 16981, ''),
(60412, 1, 16982, ''),
(60413, 1, 16983, ''),
(60414, 1, 16984, ''),
(60415, 1, 16985, ''),
(60416, 1, 16986, ''),
(60417, 1, 16987, ''),
(60418, 1, 16988, ''),
(60419, 1, 16989, ''),
(60420, 1, 16990, ''),
(60421, 1, 16991, ''),
(60422, 1, 16992, ''),
(60423, 1, 16993, ''),
(60432, 1, 17002, ''),
(60433, 1, 17003, ''),
(60434, 1, 17004, ''),
(60435, 1, 17005, ''),
(60436, 1, 17006, ''),
(60437, 1, 17007, ''),
(60438, 1, 17008, ''),
(60439, 1, 17009, ''),
(60440, 1, 17010, ''),
(60441, 1, 17011, ''),
(60442, 1, 17012, ''),
(60443, 1, 17013, ''),
(60444, 1, 17014, ''),
(60445, 1, 17015, ''),
(60446, 1, 17016, ''),
(60447, 1, 17017, ''),
(60448, 1, 17018, ''),
(60449, 1, 17019, ''),
(60450, 1, 17020, ''),
(60451, 1, 17021, ''),
(60452, 1, 17022, ''),
(60453, 1, 17023, ''),
(60454, 1, 17024, ''),
(60455, 1, 17025, ''),
(60456, 1, 17026, ''),
(60457, 1, 17027, ''),
(60458, 1, 17028, ''),
(60459, 1, 17029, ''),
(60460, 1, 17030, ''),
(60461, 1, 17031, ''),
(60462, 1, 17032, ''),
(60463, 1, 17033, ''),
(60464, 1, 17034, ''),
(60465, 1, 17035, ''),
(60466, 1, 17036, ''),
(60467, 1, 17037, ''),
(60468, 1, 17038, ''),
(60469, 1, 17039, ''),
(60470, 1, 17040, ''),
(60471, 1, 17041, ''),
(60472, 1, 17042, ''),
(60473, 1, 17043, ''),
(60474, 1, 17044, ''),
(60475, 1, 17045, ''),
(60476, 1, 17046, ''),
(60477, 1, 17047, ''),
(60478, 1, 17048, ''),
(60479, 1, 17049, ''),
(60480, 1, 17050, ''),
(60481, 1, 17051, ''),
(60482, 1, 17052, ''),
(60483, 1, 17053, ''),
(60484, 1, 17054, ''),
(60485, 1, 17055, ''),
(60486, 1, 17056, ''),
(60487, 1, 17057, ''),
(60488, 1, 17058, ''),
(60489, 1, 17059, ''),
(60490, 1, 17060, ''),
(60491, 1, 17061, ''),
(60492, 1, 17062, ''),
(60493, 1, 17063, ''),
(60494, 1, 17064, ''),
(60495, 1, 17065, ''),
(60496, 1, 17066, ''),
(60497, 1, 17067, ''),
(60498, 1, 17068, ''),
(60499, 1, 17069, ''),
(60500, 1, 17070, ''),
(60505, 1, 17075, ''),
(60506, 1, 17076, ''),
(60507, 1, 17077, ''),
(60508, 1, 17078, ''),
(60509, 1, 17079, ''),
(60510, 1, 17080, ''),
(60511, 1, 17081, ''),
(60512, 1, 17082, ''),
(60513, 1, 17083, ''),
(60514, 1, 17084, ''),
(60515, 1, 17085, ''),
(60516, 1, 17086, ''),
(60517, 1, 17087, ''),
(60518, 1, 17088, ''),
(60519, 1, 17089, ''),
(60520, 1, 17090, ''),
(60521, 1, 17091, ''),
(60522, 1, 17092, ''),
(60523, 1, 17093, ''),
(60524, 1, 17094, ''),
(60525, 1, 17095, ''),
(60526, 1, 17096, ''),
(60527, 1, 17097, ''),
(60528, 1, 17098, ''),
(60529, 1, 17099, ''),
(60530, 1, 17100, ''),
(60531, 1, 17101, ''),
(60532, 1, 17102, ''),
(60533, 1, 17103, ''),
(60534, 1, 17104, ''),
(60535, 1, 17105, ''),
(60536, 1, 17106, ''),
(60537, 1, 17107, ''),
(60538, 1, 17108, ''),
(60539, 1, 17109, ''),
(60540, 1, 17110, ''),
(60541, 1, 17111, ''),
(60542, 1, 17112, ''),
(60543, 1, 17113, ''),
(60544, 1, 17114, ''),
(60545, 1, 17115, ''),
(60546, 1, 17116, ''),
(60547, 1, 17117, ''),
(60548, 1, 17118, ''),
(60549, 1, 17119, ''),
(60550, 1, 17120, ''),
(60551, 1, 17121, ''),
(60552, 1, 17122, ''),
(60553, 1, 17123, ''),
(60554, 1, 17124, ''),
(60555, 1, 17125, ''),
(60556, 1, 17126, ''),
(60557, 1, 17127, ''),
(60558, 1, 17128, ''),
(60559, 1, 17129, ''),
(60560, 1, 17130, ''),
(60561, 1, 17131, ''),
(60562, 1, 17132, ''),
(60563, 1, 17133, ''),
(60564, 1, 17134, ''),
(60565, 1, 17135, ''),
(60566, 1, 17136, ''),
(60567, 1, 17137, ''),
(60568, 1, 17138, ''),
(60569, 1, 17139, ''),
(60570, 1, 17140, ''),
(60571, 1, 17141, ''),
(60572, 1, 17142, ''),
(60573, 1, 17143, ''),
(60574, 1, 17144, ''),
(60575, 1, 17145, ''),
(60576, 1, 17146, ''),
(60577, 1, 17147, ''),
(60578, 1, 17148, ''),
(60579, 1, 17149, ''),
(60580, 1, 17150, ''),
(60586, 1, 17156, ''),
(60587, 1, 17157, ''),
(60588, 1, 17158, ''),
(60589, 1, 17159, ''),
(60590, 1, 17160, ''),
(60591, 1, 17161, ''),
(60592, 1, 17162, ''),
(60593, 1, 17163, ''),
(60594, 1, 17164, ''),
(60595, 1, 17165, ''),
(60596, 1, 17166, ''),
(60597, 1, 17167, ''),
(60598, 1, 17168, ''),
(60599, 1, 17169, ''),
(60600, 1, 17170, ''),
(60601, 1, 17171, ''),
(60602, 1, 17172, ''),
(60603, 1, 17173, ''),
(60604, 1, 17174, ''),
(60605, 1, 17175, ''),
(60606, 1, 17176, ''),
(60607, 1, 17177, ''),
(60608, 1, 17178, ''),
(60609, 1, 17179, ''),
(60610, 1, 17180, ''),
(60611, 1, 17181, ''),
(60612, 1, 17182, ''),
(60613, 1, 17183, ''),
(60614, 1, 17184, ''),
(60615, 1, 17185, ''),
(60616, 1, 17186, ''),
(60617, 1, 17187, ''),
(60618, 1, 17188, ''),
(60619, 1, 17189, ''),
(60620, 1, 17190, ''),
(60621, 1, 17191, ''),
(60622, 1, 17192, ''),
(60623, 1, 17193, ''),
(60624, 1, 17194, ''),
(60625, 1, 17195, ''),
(60626, 1, 17196, ''),
(60627, 1, 17197, ''),
(60628, 1, 17198, ''),
(60629, 1, 17199, ''),
(60630, 1, 17200, ''),
(60631, 1, 17201, ''),
(60632, 1, 17202, ''),
(60633, 1, 17203, ''),
(60634, 1, 17204, ''),
(60635, 1, 17205, ''),
(60636, 1, 17206, ''),
(60637, 1, 17207, ''),
(60638, 1, 17208, ''),
(60639, 1, 17209, ''),
(60640, 1, 17210, ''),
(60641, 1, 17211, ''),
(60642, 1, 17212, ''),
(60643, 1, 17213, ''),
(60644, 1, 17214, ''),
(60645, 1, 17215, ''),
(60646, 1, 17216, ''),
(60647, 1, 17217, ''),
(60648, 1, 17218, ''),
(60649, 1, 17219, ''),
(60650, 1, 17220, ''),
(60651, 1, 17221, ''),
(60652, 1, 17222, ''),
(60653, 1, 17223, ''),
(60654, 1, 17224, ''),
(60655, 1, 17225, ''),
(60656, 1, 17226, ''),
(60657, 1, 17227, ''),
(60658, 1, 17228, ''),
(60659, 1, 17229, ''),
(60660, 1, 17230, ''),
(60661, 1, 17231, ''),
(60662, 1, 17232, ''),
(60663, 1, 17233, ''),
(60664, 1, 17234, ''),
(60665, 1, 17235, ''),
(60666, 1, 17236, ''),
(60667, 1, 17237, ''),
(60668, 1, 17238, ''),
(60669, 1, 17239, ''),
(60670, 1, 17240, ''),
(60671, 1, 17241, ''),
(60672, 1, 17242, ''),
(60673, 1, 17243, ''),
(60674, 1, 17244, ''),
(60675, 1, 17245, ''),
(60676, 1, 17246, ''),
(60677, 1, 17247, ''),
(60678, 1, 17248, ''),
(60679, 1, 17249, ''),
(60680, 1, 17250, ''),
(60681, 1, 17251, ''),
(60682, 1, 17252, ''),
(60683, 1, 17253, ''),
(60684, 1, 17254, ''),
(60685, 1, 17255, ''),
(60686, 1, 17256, ''),
(60687, 1, 17257, ''),
(60688, 1, 17258, ''),
(60689, 1, 17259, ''),
(60690, 1, 17260, ''),
(60691, 1, 17261, ''),
(60692, 1, 17262, ''),
(60693, 1, 17263, ''),
(60694, 1, 17264, ''),
(60695, 1, 17265, ''),
(60696, 1, 17266, ''),
(60697, 1, 17267, ''),
(60698, 1, 17268, ''),
(60699, 1, 17269, ''),
(60700, 1, 17270, ''),
(60701, 1, 17271, ''),
(60702, 1, 17272, ''),
(60703, 1, 17273, ''),
(60704, 1, 17274, ''),
(60705, 1, 17275, ''),
(60706, 1, 17276, ''),
(60707, 1, 17277, ''),
(60708, 1, 17278, ''),
(60709, 1, 17279, ''),
(60710, 1, 17280, ''),
(60711, 1, 17281, ''),
(60712, 1, 17282, ''),
(60713, 1, 17283, ''),
(60714, 1, 17284, ''),
(60715, 1, 17285, ''),
(60716, 1, 17286, ''),
(60717, 1, 17287, ''),
(60718, 1, 17288, ''),
(60719, 1, 17289, ''),
(60720, 1, 17290, ''),
(60721, 1, 17291, ''),
(60722, 1, 17292, ''),
(60723, 1, 17293, ''),
(60724, 1, 17294, ''),
(60725, 1, 17295, ''),
(60726, 1, 17296, ''),
(60727, 1, 17297, ''),
(60728, 1, 17298, ''),
(60729, 1, 17299, ''),
(60730, 1, 17300, ''),
(60731, 1, 17301, ''),
(60732, 1, 17302, ''),
(60733, 1, 17303, ''),
(60734, 1, 17304, ''),
(60735, 1, 17305, ''),
(60736, 1, 17306, ''),
(60737, 1, 17307, ''),
(60738, 1, 17308, ''),
(60739, 1, 17309, ''),
(60740, 1, 17310, ''),
(60741, 1, 17311, ''),
(60742, 1, 17312, ''),
(60743, 1, 17313, ''),
(60744, 1, 17314, ''),
(60745, 1, 17315, ''),
(60746, 1, 17316, ''),
(60747, 1, 17317, ''),
(60748, 1, 17318, ''),
(60749, 1, 17319, ''),
(60750, 1, 17320, ''),
(60751, 1, 17321, ''),
(60752, 1, 17322, ''),
(60753, 1, 17323, ''),
(60754, 1, 17324, ''),
(60755, 1, 17325, ''),
(60756, 1, 17326, ''),
(60757, 1, 17327, ''),
(60758, 1, 17328, ''),
(60759, 1, 17329, ''),
(60760, 1, 17330, ''),
(60761, 1, 17331, ''),
(60762, 1, 17332, ''),
(60763, 1, 17333, ''),
(60764, 1, 17334, ''),
(60765, 1, 17335, ''),
(60766, 1, 17336, ''),
(60767, 1, 17337, ''),
(60768, 1, 17338, ''),
(60769, 1, 17339, ''),
(60770, 1, 17340, ''),
(60771, 1, 17341, ''),
(60772, 1, 17342, ''),
(60773, 1, 17343, ''),
(60774, 1, 17344, ''),
(60775, 1, 17345, ''),
(60776, 1, 17346, ''),
(60777, 1, 17347, ''),
(60778, 1, 17348, ''),
(60779, 1, 17349, ''),
(60780, 1, 17350, ''),
(60781, 1, 17351, ''),
(60782, 1, 17352, ''),
(60783, 1, 17353, ''),
(60784, 1, 17354, ''),
(60785, 1, 17355, ''),
(60786, 1, 17356, '');
INSERT INTO `ow_base_language_value` VALUES
(60787, 1, 17357, ''),
(60788, 1, 17358, ''),
(60789, 1, 17359, ''),
(60790, 1, 17360, ''),
(60791, 1, 17361, ''),
(60792, 1, 17362, ''),
(60793, 1, 17363, ''),
(60794, 1, 17364, ''),
(60795, 1, 17365, ''),
(60796, 1, 17366, ''),
(60797, 1, 17367, ''),
(60798, 1, 17368, ''),
(60799, 1, 17369, ''),
(60800, 1, 17370, ''),
(60801, 1, 17371, ''),
(60802, 1, 17372, ''),
(60803, 1, 17373, ''),
(60804, 1, 17374, ''),
(60805, 1, 17375, ''),
(60806, 1, 17376, ''),
(60807, 1, 17377, ''),
(60808, 1, 17378, ''),
(60809, 1, 17379, ''),
(60810, 1, 17380, ''),
(60811, 1, 17381, ''),
(60812, 1, 17382, ''),
(60813, 1, 17383, ''),
(60814, 1, 17384, ''),
(60815, 1, 17385, ''),
(60816, 1, 17386, ''),
(60817, 1, 17387, ''),
(60818, 1, 17388, ''),
(60819, 1, 17389, ''),
(60820, 1, 17390, ''),
(60821, 1, 17391, ''),
(60822, 1, 17392, ''),
(60823, 1, 17393, ''),
(60824, 1, 17394, ''),
(60825, 1, 17395, ''),
(60826, 1, 17396, ''),
(60827, 1, 17397, ''),
(60828, 1, 17398, ''),
(60829, 1, 17399, ''),
(60830, 1, 17400, ''),
(60831, 1, 17401, ''),
(60832, 1, 17402, ''),
(60833, 1, 17403, ''),
(60834, 1, 17404, ''),
(60835, 1, 17405, ''),
(60836, 1, 17406, ''),
(60837, 1, 17407, ''),
(60838, 1, 17408, ''),
(60839, 1, 17409, ''),
(60840, 1, 17410, ''),
(60841, 1, 17411, ''),
(60842, 1, 17412, ''),
(60843, 1, 17413, ''),
(60844, 1, 17414, ''),
(60845, 1, 17415, ''),
(60846, 1, 17416, ''),
(60847, 1, 17417, ''),
(60848, 1, 17418, ''),
(60849, 1, 17419, ''),
(60850, 1, 17420, ''),
(60851, 1, 17421, ''),
(60852, 1, 17422, ''),
(60853, 1, 17423, ''),
(60854, 1, 17424, ''),
(60855, 1, 17425, ''),
(60856, 1, 17426, ''),
(60857, 1, 17427, ''),
(60858, 1, 17428, ''),
(60859, 1, 17429, ''),
(60860, 1, 17430, ''),
(60861, 1, 17431, ''),
(60862, 1, 17432, ''),
(60863, 1, 17433, ''),
(60864, 1, 17434, ''),
(60865, 1, 17435, ''),
(60866, 1, 17436, ''),
(60867, 1, 17437, ''),
(60868, 1, 17438, ''),
(60869, 1, 17439, ''),
(60870, 1, 17440, ''),
(60871, 1, 17441, ''),
(60872, 1, 17442, ''),
(60873, 1, 17443, ''),
(60874, 1, 17444, ''),
(60875, 1, 17445, ''),
(60876, 1, 17446, ''),
(60877, 1, 17447, ''),
(60878, 1, 17448, ''),
(60879, 1, 17449, ''),
(60880, 1, 17450, ''),
(60881, 1, 17451, ''),
(60882, 1, 17452, ''),
(60883, 1, 17453, ''),
(60884, 1, 17454, ''),
(60885, 1, 17455, ''),
(60886, 1, 17456, ''),
(60887, 1, 17457, ''),
(60888, 1, 17458, ''),
(60889, 1, 17459, ''),
(60890, 1, 17460, ''),
(60891, 1, 17461, ''),
(60892, 1, 17462, ''),
(60893, 1, 17463, ''),
(60894, 1, 17464, ''),
(60895, 1, 17465, ''),
(60896, 1, 17466, ''),
(60897, 1, 17467, ''),
(60898, 1, 17468, ''),
(60899, 1, 17469, ''),
(60900, 1, 17470, ''),
(60901, 1, 17471, ''),
(60902, 1, 17472, ''),
(60908, 1, 17478, ''),
(60909, 1, 17479, ''),
(60910, 1, 17480, ''),
(60911, 1, 17481, ''),
(60912, 1, 17482, ''),
(60913, 1, 17483, ''),
(60914, 1, 17484, ''),
(60915, 1, 17485, ''),
(60916, 1, 17486, ''),
(60917, 1, 17487, ''),
(60918, 1, 17488, ''),
(60919, 1, 17489, ''),
(60920, 1, 17490, ''),
(60921, 1, 17491, ''),
(60922, 1, 17492, ''),
(60923, 1, 17493, ''),
(60924, 1, 17494, ''),
(60925, 1, 17495, ''),
(60926, 1, 17496, ''),
(60927, 1, 17497, ''),
(60928, 1, 17498, ''),
(60929, 1, 17499, ''),
(60930, 1, 17500, ''),
(60931, 1, 17501, ''),
(60932, 1, 17502, ''),
(60933, 1, 17503, ''),
(60934, 1, 17504, ''),
(60935, 1, 17505, ''),
(60936, 1, 17506, ''),
(60937, 1, 17507, ''),
(60938, 1, 17508, ''),
(60939, 1, 17509, ''),
(60940, 1, 17510, ''),
(60941, 1, 17511, ''),
(60942, 1, 17512, ''),
(60943, 1, 17513, ''),
(60944, 1, 17514, ''),
(60945, 1, 17515, ''),
(60946, 1, 17516, ''),
(60947, 1, 17517, ''),
(60948, 1, 17518, ''),
(60949, 1, 17519, ''),
(60950, 1, 17520, ''),
(60951, 1, 17521, ''),
(60952, 1, 17522, ''),
(60953, 1, 17523, ''),
(60954, 1, 17524, ''),
(60955, 1, 17525, ''),
(60959, 1, 17529, ''),
(60960, 1, 17530, ''),
(60961, 1, 17531, ''),
(60962, 1, 17532, ''),
(60963, 1, 17533, ''),
(60964, 1, 17534, ''),
(60965, 1, 17535, ''),
(60966, 1, 17536, ''),
(60967, 1, 17537, ''),
(60968, 1, 17538, ''),
(60969, 1, 17539, ''),
(60970, 1, 17540, ''),
(60971, 1, 17541, ''),
(60972, 1, 17542, ''),
(60973, 1, 17543, ''),
(60974, 1, 17544, ''),
(60975, 1, 17545, ''),
(60976, 1, 17546, ''),
(60977, 1, 17547, ''),
(60978, 1, 17548, ''),
(60979, 1, 17549, ''),
(60980, 1, 17550, ''),
(60981, 1, 17551, ''),
(60982, 1, 17552, ''),
(60983, 1, 17553, ''),
(60984, 1, 17554, ''),
(60985, 1, 17555, ''),
(60986, 1, 17556, ''),
(60987, 1, 17557, ''),
(60988, 1, 17558, ''),
(60989, 1, 17559, ''),
(60990, 1, 17560, ''),
(60991, 1, 17561, ''),
(60992, 1, 17562, ''),
(60993, 1, 17563, ''),
(60994, 1, 17564, ''),
(60995, 1, 17565, ''),
(60996, 1, 17566, ''),
(60997, 1, 17567, ''),
(60998, 1, 17568, ''),
(60999, 1, 17569, ''),
(61000, 1, 17570, ''),
(61001, 1, 17571, ''),
(61002, 1, 17572, ''),
(61003, 1, 17573, ''),
(61004, 1, 17574, ''),
(61005, 1, 17575, ''),
(61006, 1, 17576, ''),
(61007, 1, 17577, ''),
(61008, 1, 17578, ''),
(61009, 1, 17579, ''),
(61010, 1, 17580, ''),
(61011, 1, 17581, ''),
(61012, 1, 17582, ''),
(61013, 1, 17583, ''),
(61014, 1, 17584, ''),
(61015, 1, 17585, ''),
(61016, 1, 17586, ''),
(61017, 1, 17587, ''),
(61018, 1, 17588, ''),
(61019, 1, 17589, ''),
(61020, 1, 17590, ''),
(61021, 1, 17591, ''),
(61022, 1, 17592, ''),
(61023, 1, 17593, ''),
(61024, 1, 17594, ''),
(61025, 1, 17595, ''),
(61026, 1, 17596, ''),
(61027, 1, 17597, ''),
(61028, 1, 17598, ''),
(61029, 1, 17599, ''),
(61030, 1, 17600, ''),
(61031, 1, 17601, ''),
(61032, 1, 17602, ''),
(61033, 1, 17603, ''),
(61034, 1, 17604, ''),
(61035, 1, 17605, ''),
(61036, 1, 17606, ''),
(61037, 1, 17607, ''),
(61038, 1, 17608, ''),
(61039, 1, 17609, ''),
(61040, 1, 17610, ''),
(61041, 1, 17611, ''),
(61042, 1, 17612, ''),
(61043, 1, 17613, ''),
(61044, 1, 17614, ''),
(61045, 1, 17615, ''),
(61046, 1, 17616, ''),
(61047, 1, 17617, ''),
(61048, 1, 17618, ''),
(61049, 1, 17619, ''),
(61050, 1, 17620, ''),
(61051, 1, 17621, ''),
(61052, 1, 17622, ''),
(61053, 1, 17623, ''),
(61054, 1, 17624, ''),
(61055, 1, 17625, ''),
(61056, 1, 17626, ''),
(61057, 1, 17627, ''),
(61058, 1, 17628, ''),
(61059, 1, 17629, ''),
(61060, 1, 17630, ''),
(61061, 1, 17631, ''),
(61062, 1, 17632, ''),
(61063, 1, 17633, ''),
(61064, 1, 17634, ''),
(61065, 1, 17635, ''),
(61066, 1, 17636, ''),
(61067, 1, 17637, ''),
(61068, 1, 17638, ''),
(61069, 1, 17639, ''),
(61070, 1, 17640, ''),
(61071, 1, 17641, ''),
(61072, 1, 17642, ''),
(61073, 1, 17643, ''),
(61074, 1, 17644, ''),
(61075, 1, 17645, ''),
(61076, 1, 17646, ''),
(61077, 1, 17647, ''),
(61078, 1, 17648, ''),
(61079, 1, 17649, ''),
(61080, 1, 17650, ''),
(61081, 1, 17651, ''),
(61082, 1, 17652, ''),
(61083, 1, 17653, ''),
(61084, 1, 17654, ''),
(61085, 1, 17655, ''),
(61086, 1, 17656, ''),
(61087, 1, 17657, ''),
(61088, 1, 17658, ''),
(61089, 1, 17659, ''),
(61090, 1, 17660, ''),
(61091, 1, 17661, ''),
(61092, 1, 17662, ''),
(61093, 1, 17663, ''),
(61094, 1, 17664, ''),
(61095, 1, 17665, ''),
(61096, 1, 17666, ''),
(61097, 1, 17667, ''),
(61098, 1, 17668, ''),
(61099, 1, 17669, ''),
(61100, 1, 17670, ''),
(61101, 1, 17671, ''),
(61102, 1, 17672, ''),
(61103, 1, 17673, ''),
(61104, 1, 17674, ''),
(61105, 1, 17675, ''),
(61106, 1, 17676, ''),
(61107, 1, 17677, ''),
(61108, 1, 17678, ''),
(61109, 1, 17679, ''),
(61110, 1, 17680, ''),
(61111, 1, 17681, ''),
(61112, 1, 17682, ''),
(61113, 1, 17683, ''),
(61114, 1, 17684, ''),
(61115, 1, 17685, ''),
(61116, 1, 17686, ''),
(61117, 1, 17687, ''),
(61118, 1, 17688, ''),
(61119, 1, 17689, ''),
(61120, 1, 17690, ''),
(61121, 1, 17691, ''),
(61122, 1, 17692, ''),
(61123, 1, 17693, ''),
(61124, 1, 17694, ''),
(61125, 1, 17695, ''),
(61126, 1, 17696, ''),
(61127, 1, 17697, ''),
(61128, 1, 17698, ''),
(61129, 1, 17699, ''),
(61130, 1, 17700, ''),
(61131, 1, 17701, ''),
(61132, 1, 17702, ''),
(61133, 1, 17703, ''),
(61134, 1, 17704, ''),
(61135, 1, 17705, ''),
(61136, 1, 17706, ''),
(61137, 1, 17707, ''),
(61138, 1, 17708, ''),
(61139, 1, 17709, ''),
(61140, 1, 17710, ''),
(61141, 1, 17711, ''),
(61142, 1, 17712, ''),
(61143, 1, 17713, ''),
(61144, 1, 17714, ''),
(61145, 1, 17715, ''),
(61146, 1, 17716, ''),
(61147, 1, 17717, ''),
(61148, 1, 17718, ''),
(61149, 1, 17719, ''),
(61150, 1, 17720, ''),
(61151, 1, 17721, ''),
(61152, 1, 17722, ''),
(61153, 1, 17723, ''),
(61154, 1, 17724, ''),
(61155, 1, 17725, ''),
(61156, 1, 17726, ''),
(61157, 1, 17727, ''),
(61158, 1, 17728, ''),
(61159, 1, 17729, ''),
(61160, 1, 17730, ''),
(61161, 1, 17731, ''),
(61162, 1, 17732, ''),
(61163, 1, 17733, ''),
(61164, 1, 17734, ''),
(61165, 1, 17735, ''),
(61166, 1, 17736, ''),
(61167, 1, 17737, ''),
(61168, 1, 17738, ''),
(61169, 1, 17739, ''),
(61170, 1, 17740, ''),
(61171, 1, 17741, ''),
(61172, 1, 17742, ''),
(61173, 1, 17743, ''),
(61174, 1, 17744, ''),
(61175, 1, 17745, ''),
(61176, 1, 17746, ''),
(61177, 1, 17747, ''),
(61178, 1, 17748, ''),
(61179, 1, 17749, ''),
(61180, 1, 17750, ''),
(61181, 1, 17751, ''),
(61182, 1, 17752, ''),
(61183, 1, 17753, ''),
(61184, 1, 17754, ''),
(61185, 1, 17755, ''),
(61186, 1, 17756, ''),
(61187, 1, 17757, ''),
(61188, 1, 17758, ''),
(61189, 1, 17759, ''),
(61190, 1, 17760, ''),
(61191, 1, 17761, ''),
(61192, 1, 17762, ''),
(61193, 1, 17763, ''),
(61194, 1, 17764, ''),
(61195, 1, 17765, ''),
(61196, 1, 17766, ''),
(61197, 1, 17767, ''),
(61198, 1, 17768, ''),
(61199, 1, 17769, ''),
(61200, 1, 17770, ''),
(61201, 1, 17771, ''),
(61202, 1, 17772, ''),
(61203, 1, 17773, ''),
(61204, 1, 17774, ''),
(61205, 1, 17775, ''),
(61206, 1, 17776, ''),
(61207, 1, 17777, ''),
(61208, 1, 17778, ''),
(61209, 1, 17779, ''),
(61210, 1, 17780, ''),
(61211, 1, 17781, ''),
(61212, 1, 17782, ''),
(61213, 1, 17783, ''),
(61214, 1, 17784, ''),
(61215, 1, 17785, ''),
(61216, 1, 17786, ''),
(61217, 1, 17787, ''),
(61218, 1, 17788, ''),
(61219, 1, 17789, ''),
(61220, 1, 17790, ''),
(61221, 1, 17791, ''),
(61222, 1, 17792, ''),
(61223, 1, 17793, ''),
(61224, 1, 17794, ''),
(61225, 1, 17795, ''),
(61226, 1, 17796, ''),
(61227, 1, 17797, ''),
(61228, 1, 17798, ''),
(61229, 1, 17799, ''),
(61230, 1, 17800, ''),
(61231, 1, 17801, ''),
(61232, 1, 17802, ''),
(61233, 1, 17803, ''),
(61234, 1, 17804, ''),
(61235, 1, 17805, ''),
(61236, 1, 17806, ''),
(61237, 1, 17807, ''),
(61238, 1, 17808, ''),
(61239, 1, 17809, ''),
(61240, 1, 17810, ''),
(61241, 1, 17811, ''),
(61242, 1, 17812, ''),
(61243, 1, 17813, ''),
(61244, 1, 17814, ''),
(61245, 1, 17815, ''),
(61246, 1, 17816, ''),
(61247, 1, 17817, ''),
(61248, 1, 17818, ''),
(61249, 1, 17819, ''),
(61250, 1, 17820, ''),
(61251, 1, 17821, ''),
(61252, 1, 17822, ''),
(61253, 1, 17823, ''),
(61254, 1, 17824, ''),
(61255, 1, 17825, ''),
(61256, 1, 17826, ''),
(61257, 1, 17827, ''),
(61258, 1, 17828, ''),
(61259, 1, 17829, ''),
(61260, 1, 17830, ''),
(61261, 1, 17831, ''),
(61262, 1, 17832, ''),
(61263, 1, 17833, ''),
(61264, 1, 17834, ''),
(61265, 1, 17835, ''),
(61266, 1, 17836, ''),
(61267, 1, 17837, ''),
(61268, 1, 17838, ''),
(61269, 1, 17839, ''),
(61270, 1, 17840, ''),
(61271, 1, 17841, ''),
(61272, 1, 17842, ''),
(61273, 1, 17843, ''),
(61274, 1, 17844, ''),
(61275, 1, 17845, ''),
(61276, 1, 17846, ''),
(61277, 1, 17847, ''),
(61278, 1, 17848, ''),
(61279, 1, 17849, ''),
(61280, 1, 17850, ''),
(61281, 1, 17851, ''),
(61282, 1, 17852, ''),
(61283, 1, 17853, ''),
(61284, 1, 17854, ''),
(61285, 1, 17855, ''),
(61286, 1, 17856, ''),
(61287, 1, 17857, ''),
(61288, 1, 17858, ''),
(61289, 1, 17859, ''),
(61290, 1, 17860, ''),
(61291, 1, 17861, ''),
(61292, 1, 17862, ''),
(61293, 1, 17863, ''),
(61294, 1, 17864, ''),
(61295, 1, 17865, ''),
(61296, 1, 17866, ''),
(61297, 1, 17867, ''),
(61298, 1, 17868, ''),
(61299, 1, 17869, ''),
(61300, 1, 17870, ''),
(61301, 1, 17871, ''),
(61302, 1, 17872, ''),
(61303, 1, 17873, ''),
(61304, 1, 17874, ''),
(61305, 1, 17875, ''),
(61306, 1, 17876, ''),
(61307, 1, 17877, ''),
(61308, 1, 17878, ''),
(61309, 1, 17879, ''),
(61310, 1, 17880, ''),
(61311, 1, 17881, ''),
(61312, 1, 17882, ''),
(61313, 1, 17883, ''),
(61314, 1, 17884, ''),
(61315, 1, 17885, ''),
(61316, 1, 17886, ''),
(61317, 1, 17887, ''),
(61318, 1, 17888, ''),
(61319, 1, 17889, ''),
(61320, 1, 17890, ''),
(61321, 1, 17891, ''),
(61322, 1, 17892, ''),
(61323, 1, 17893, ''),
(61324, 1, 17894, ''),
(61325, 1, 17895, ''),
(61326, 1, 17896, ''),
(61327, 1, 17897, ''),
(61328, 1, 17898, ''),
(61329, 1, 17899, ''),
(61330, 1, 17900, ''),
(61331, 1, 17901, ''),
(61332, 1, 17902, ''),
(61333, 1, 17903, ''),
(61334, 1, 17904, ''),
(61335, 1, 17905, ''),
(61336, 1, 17906, ''),
(61337, 1, 17907, ''),
(61338, 1, 17908, ''),
(61339, 1, 17909, ''),
(61340, 1, 17910, ''),
(61341, 1, 17911, ''),
(61342, 1, 17912, ''),
(61343, 1, 17913, ''),
(61344, 1, 17914, ''),
(61345, 1, 17915, ''),
(61346, 1, 17916, ''),
(61347, 1, 17917, ''),
(61348, 1, 17918, ''),
(61349, 1, 17919, ''),
(61350, 1, 17920, ''),
(61351, 1, 17921, ''),
(61352, 1, 17922, ''),
(61353, 1, 17923, ''),
(61354, 1, 17924, ''),
(61355, 1, 17925, ''),
(61356, 1, 17926, ''),
(61357, 1, 17927, ''),
(61358, 1, 17928, ''),
(61359, 1, 17929, ''),
(61360, 1, 17930, ''),
(61361, 1, 17931, ''),
(61362, 1, 17932, ''),
(61363, 1, 17933, ''),
(61364, 1, 17934, ''),
(61365, 1, 17935, ''),
(61366, 1, 17936, ''),
(61367, 1, 17937, ''),
(61368, 1, 17938, ''),
(61369, 1, 17939, ''),
(61370, 1, 17940, ''),
(61371, 1, 17941, ''),
(61372, 1, 17942, ''),
(61373, 1, 17943, ''),
(61374, 1, 17944, ''),
(61375, 1, 17945, ''),
(61376, 1, 17946, ''),
(61377, 1, 17947, ''),
(61378, 1, 17948, ''),
(61379, 1, 17949, ''),
(61380, 1, 17950, ''),
(61384, 1, 17954, ''),
(61385, 1, 17955, ''),
(61386, 1, 17956, ''),
(61387, 1, 17957, ''),
(61388, 1, 17958, ''),
(61389, 1, 17959, ''),
(61390, 1, 17960, ''),
(61391, 1, 17961, ''),
(61392, 1, 17962, ''),
(61393, 1, 17963, ''),
(61394, 1, 17964, ''),
(61395, 1, 17965, ''),
(61396, 1, 17966, ''),
(61397, 1, 17967, ''),
(61398, 1, 17968, ''),
(61399, 1, 17969, ''),
(61400, 1, 17970, ''),
(61401, 1, 17971, ''),
(61402, 1, 17972, ''),
(61403, 1, 17973, ''),
(61404, 1, 17974, ''),
(61405, 1, 17975, ''),
(61406, 1, 17976, ''),
(61407, 1, 17977, ''),
(61408, 1, 17978, ''),
(61409, 1, 17979, ''),
(61410, 1, 17980, ''),
(61411, 1, 17981, ''),
(61412, 1, 17982, ''),
(61413, 1, 17983, ''),
(61414, 1, 17984, ''),
(61415, 1, 17985, ''),
(61416, 1, 17986, ''),
(61417, 1, 17987, ''),
(61418, 1, 17988, ''),
(61419, 1, 17989, ''),
(61420, 1, 17990, ''),
(61421, 1, 17991, ''),
(61422, 1, 17992, ''),
(61423, 1, 17993, ''),
(61424, 1, 17994, ''),
(61425, 1, 17995, ''),
(61426, 1, 17996, ''),
(61427, 1, 17997, ''),
(61428, 1, 17998, ''),
(61429, 1, 17999, ''),
(61430, 1, 18000, ''),
(61431, 1, 18001, ''),
(61432, 1, 18002, ''),
(61433, 1, 18003, ''),
(61434, 1, 18004, ''),
(61435, 1, 18005, ''),
(61436, 1, 18006, ''),
(61437, 1, 18007, ''),
(61438, 1, 18008, ''),
(61439, 1, 18009, ''),
(61440, 1, 18010, ''),
(61441, 1, 18011, ''),
(61442, 1, 18012, ''),
(61443, 1, 18013, ''),
(61444, 1, 18014, ''),
(61445, 1, 18015, ''),
(61446, 1, 18016, ''),
(61447, 1, 18017, ''),
(61448, 1, 18018, ''),
(61449, 1, 18019, ''),
(61450, 1, 18020, ''),
(61451, 1, 18021, ''),
(61452, 1, 18022, ''),
(61453, 1, 18023, ''),
(61454, 1, 18024, ''),
(61460, 1, 18030, ''),
(61461, 1, 18031, ''),
(61462, 1, 18032, ''),
(61463, 1, 18033, ''),
(61464, 1, 18034, ''),
(61465, 1, 18035, ''),
(61466, 1, 18036, ''),
(61467, 1, 18037, ''),
(61468, 1, 18038, ''),
(61469, 1, 18039, ''),
(61470, 1, 18040, ''),
(61471, 1, 18041, ''),
(61472, 1, 18042, ''),
(61475, 1, 18045, ''),
(61476, 1, 18046, ''),
(61477, 1, 18047, ''),
(61478, 1, 18048, ''),
(61479, 1, 18049, ''),
(61480, 1, 18050, ''),
(61481, 1, 18051, ''),
(61482, 1, 18052, ''),
(61483, 1, 18053, ''),
(61484, 1, 18054, ''),
(61485, 1, 18055, ''),
(61486, 1, 18056, ''),
(61487, 1, 18057, ''),
(61488, 1, 18058, ''),
(61489, 1, 18059, ''),
(61490, 1, 18060, ''),
(61491, 1, 18061, ''),
(61492, 1, 18062, ''),
(61493, 1, 18063, ''),
(61494, 1, 18064, ''),
(61495, 1, 18065, ''),
(61496, 1, 18066, ''),
(61497, 1, 18067, ''),
(61498, 1, 18068, ''),
(61499, 1, 18069, ''),
(61500, 1, 18070, ''),
(61501, 1, 18071, ''),
(61502, 1, 18072, ''),
(61503, 1, 18073, ''),
(61504, 1, 18074, ''),
(61505, 1, 18075, ''),
(61506, 1, 18076, ''),
(61507, 1, 18077, ''),
(61508, 1, 18078, ''),
(61509, 1, 18079, ''),
(61510, 1, 18080, ''),
(61511, 1, 18081, ''),
(61512, 1, 18082, ''),
(61513, 1, 18083, ''),
(61514, 1, 18084, ''),
(61515, 1, 18085, ''),
(61516, 1, 18086, ''),
(61517, 1, 18087, ''),
(61518, 1, 18088, ''),
(61519, 1, 18089, ''),
(61520, 1, 18090, ''),
(61521, 1, 18091, ''),
(61522, 1, 18092, ''),
(61523, 1, 18093, ''),
(61524, 1, 18094, ''),
(61525, 1, 18095, ''),
(61526, 1, 18096, ''),
(61527, 1, 18097, ''),
(61528, 1, 18098, ''),
(61529, 1, 18099, ''),
(61530, 1, 18100, ''),
(61531, 1, 18101, ''),
(61532, 1, 18102, ''),
(61533, 1, 18103, ''),
(61534, 1, 18104, ''),
(61535, 1, 18105, ''),
(61536, 1, 18106, ''),
(61537, 1, 18107, ''),
(61538, 1, 18108, ''),
(61539, 1, 18109, ''),
(61540, 1, 18110, ''),
(61541, 1, 18111, ''),
(61542, 1, 18112, ''),
(61543, 1, 18113, ''),
(61544, 1, 18114, ''),
(61545, 1, 18115, ''),
(61546, 1, 18116, ''),
(61547, 1, 18117, ''),
(61548, 1, 18118, ''),
(61549, 1, 18119, ''),
(61550, 1, 18120, ''),
(61551, 1, 18121, ''),
(61552, 1, 18122, ''),
(61553, 1, 18123, ''),
(61554, 1, 18124, ''),
(61555, 1, 18125, ''),
(61556, 1, 18126, ''),
(61557, 1, 18127, ''),
(61558, 1, 18128, ''),
(61559, 1, 18129, ''),
(61560, 1, 18130, ''),
(61561, 1, 18131, ''),
(61562, 1, 18132, ''),
(61563, 1, 18133, ''),
(61564, 1, 18134, ''),
(61565, 1, 18135, ''),
(61566, 1, 18136, ''),
(61567, 1, 18137, ''),
(61568, 1, 18138, ''),
(61569, 1, 18139, ''),
(61570, 1, 18140, ''),
(61571, 1, 18141, ''),
(61572, 1, 18142, ''),
(61573, 1, 18143, ''),
(61574, 1, 18144, ''),
(61575, 1, 18145, ''),
(61576, 1, 18146, ''),
(61577, 1, 18147, ''),
(61578, 1, 18148, ''),
(61579, 1, 18149, ''),
(61580, 1, 18150, ''),
(61581, 1, 18151, ''),
(61582, 1, 18152, ''),
(61583, 1, 18153, ''),
(61584, 1, 18154, ''),
(61585, 1, 18155, ''),
(61586, 1, 18156, ''),
(61587, 1, 18157, ''),
(61588, 1, 18158, ''),
(61589, 1, 18159, ''),
(61590, 1, 18160, ''),
(61591, 1, 18161, ''),
(61592, 1, 18162, ''),
(61593, 1, 18163, ''),
(61594, 1, 18164, ''),
(61595, 1, 18165, ''),
(61596, 1, 18166, ''),
(61597, 1, 18167, ''),
(61598, 1, 18168, ''),
(61599, 1, 18169, ''),
(61600, 1, 18170, ''),
(61601, 1, 18171, ''),
(61602, 1, 18172, ''),
(61603, 1, 18173, ''),
(61604, 1, 18174, ''),
(61605, 1, 18175, ''),
(61606, 1, 18176, ''),
(61607, 1, 18177, ''),
(61608, 1, 18178, ''),
(61619, 1, 18189, ''),
(61620, 1, 18190, ''),
(61621, 1, 18191, ''),
(61622, 1, 18192, ''),
(61623, 1, 18193, ''),
(61624, 1, 18194, ''),
(61625, 1, 18195, ''),
(61626, 1, 18196, ''),
(61627, 1, 18197, ''),
(61628, 1, 18198, ''),
(61629, 1, 18199, ''),
(61630, 1, 18200, ''),
(61631, 1, 18201, ''),
(61632, 1, 18202, ''),
(61633, 1, 18203, ''),
(61634, 1, 18204, ''),
(61635, 1, 18205, ''),
(61636, 1, 18206, ''),
(61637, 1, 18207, ''),
(61638, 1, 18208, ''),
(61639, 1, 18209, ''),
(61640, 1, 18210, ''),
(61641, 1, 18211, ''),
(61642, 1, 18212, ''),
(61643, 1, 18213, ''),
(61644, 1, 18214, ''),
(61645, 1, 18215, ''),
(61646, 1, 18216, ''),
(61647, 1, 18217, ''),
(61648, 1, 18218, ''),
(61649, 1, 18219, ''),
(61650, 1, 18220, ''),
(61651, 1, 18221, ''),
(61652, 1, 18222, ''),
(61653, 1, 18223, ''),
(61654, 1, 18224, ''),
(61655, 1, 18225, ''),
(61656, 1, 18226, ''),
(61657, 1, 18227, ''),
(61658, 1, 18228, ''),
(61659, 1, 18229, ''),
(61660, 1, 18230, ''),
(61661, 1, 18231, ''),
(61662, 1, 18232, ''),
(61663, 1, 18233, ''),
(61664, 1, 18234, ''),
(61665, 1, 18235, ''),
(61666, 1, 18236, ''),
(61667, 1, 18237, ''),
(61668, 1, 18238, ''),
(61669, 1, 18239, ''),
(61670, 1, 18240, ''),
(61671, 1, 18241, ''),
(61672, 1, 18242, ''),
(61673, 1, 18243, ''),
(61674, 1, 18244, ''),
(61675, 1, 18245, ''),
(61676, 1, 18246, ''),
(61677, 1, 18247, ''),
(61678, 1, 18248, ''),
(61679, 1, 18249, ''),
(61680, 1, 18250, ''),
(61681, 1, 18251, ''),
(61682, 1, 18252, ''),
(61683, 1, 18253, ''),
(61684, 1, 18254, ''),
(61685, 1, 18255, ''),
(61686, 1, 18256, ''),
(61687, 1, 18257, ''),
(61688, 1, 18258, ''),
(61689, 1, 18259, ''),
(61690, 1, 18260, ''),
(61691, 1, 18261, ''),
(61692, 1, 18262, ''),
(61693, 1, 18263, ''),
(61694, 1, 18264, ''),
(61695, 1, 18265, ''),
(61696, 1, 18266, ''),
(61697, 1, 18267, ''),
(61698, 1, 18268, ''),
(61699, 1, 18269, ''),
(61700, 1, 18270, ''),
(61701, 1, 18271, ''),
(61702, 1, 18272, ''),
(61703, 1, 18273, ''),
(61704, 1, 18274, ''),
(61705, 1, 18275, ''),
(61706, 1, 18276, ''),
(61707, 1, 18277, ''),
(61708, 1, 18278, ''),
(61709, 1, 18279, ''),
(61710, 1, 18280, ''),
(61711, 1, 18281, ''),
(61712, 1, 18282, ''),
(61713, 1, 18283, ''),
(61714, 1, 18284, ''),
(61715, 1, 18285, ''),
(61716, 1, 18286, ''),
(61717, 1, 18287, ''),
(61718, 1, 18288, ''),
(61719, 1, 18289, ''),
(61720, 1, 18290, ''),
(61721, 1, 18291, ''),
(61722, 1, 18292, ''),
(61723, 1, 18293, ''),
(61724, 1, 18294, ''),
(61725, 1, 18295, ''),
(61726, 1, 18296, ''),
(61727, 1, 18297, ''),
(61728, 1, 18298, ''),
(61729, 1, 18299, ''),
(61730, 1, 18300, ''),
(61731, 1, 18301, ''),
(61732, 1, 18302, ''),
(61733, 1, 18303, ''),
(61734, 1, 18304, ''),
(61735, 1, 18305, ''),
(61736, 1, 18306, ''),
(61737, 1, 18307, ''),
(61738, 1, 18308, ''),
(61739, 1, 18309, ''),
(61740, 1, 18310, ''),
(61741, 1, 18311, ''),
(61742, 1, 18312, ''),
(61743, 1, 18313, ''),
(61744, 1, 18314, ''),
(61745, 1, 18315, ''),
(61746, 1, 18316, ''),
(61747, 1, 18317, ''),
(61748, 1, 18318, ''),
(61749, 1, 18319, ''),
(61750, 1, 18320, ''),
(61751, 1, 18321, ''),
(61752, 1, 18322, ''),
(61753, 1, 18323, ''),
(61754, 1, 18324, ''),
(61755, 1, 18325, ''),
(61756, 1, 18326, ''),
(61757, 1, 18327, ''),
(61758, 1, 18328, ''),
(61761, 1, 18331, ''),
(61762, 1, 18332, ''),
(61763, 1, 18333, ''),
(61764, 1, 18334, ''),
(61765, 1, 18335, ''),
(61766, 1, 18336, ''),
(61767, 1, 18337, ''),
(61768, 1, 18338, ''),
(61769, 1, 18339, ''),
(61770, 1, 18340, ''),
(61771, 1, 18341, ''),
(61772, 1, 18342, ''),
(61773, 1, 18343, ''),
(61774, 1, 18344, ''),
(61775, 1, 18345, ''),
(61776, 1, 18346, ''),
(61777, 1, 18347, ''),
(61778, 1, 18348, ''),
(61779, 1, 18349, ''),
(61780, 1, 18350, ''),
(61781, 1, 18351, ''),
(61782, 1, 18352, ''),
(61783, 1, 18353, ''),
(61784, 1, 18354, ''),
(61785, 1, 18355, ''),
(61786, 1, 18356, ''),
(61787, 1, 18357, ''),
(61788, 1, 18358, ''),
(61789, 1, 18359, ''),
(61790, 1, 18360, ''),
(61791, 1, 18361, ''),
(61792, 1, 18362, ''),
(61793, 1, 18363, ''),
(61794, 1, 18364, ''),
(61795, 1, 18365, ''),
(61796, 1, 18366, ''),
(61797, 1, 18367, ''),
(61798, 1, 18368, ''),
(61799, 1, 18369, ''),
(61800, 1, 18370, ''),
(61801, 1, 18371, ''),
(61802, 1, 18372, ''),
(61803, 1, 18373, ''),
(61804, 1, 18374, ''),
(61805, 1, 18375, ''),
(61806, 1, 18376, ''),
(61807, 1, 18377, ''),
(61808, 1, 18378, ''),
(61809, 1, 18379, ''),
(61810, 1, 18380, ''),
(61811, 1, 18381, ''),
(61812, 1, 18382, ''),
(61813, 1, 18383, ''),
(61814, 1, 18384, ''),
(61815, 1, 18385, ''),
(61816, 1, 18386, ''),
(61817, 1, 18387, ''),
(61818, 1, 18388, ''),
(61819, 1, 18389, ''),
(61820, 1, 18390, ''),
(61821, 1, 18391, ''),
(61822, 1, 18392, ''),
(61823, 1, 18393, ''),
(61824, 1, 18394, ''),
(61825, 1, 18395, ''),
(61826, 1, 18396, ''),
(61827, 1, 18397, ''),
(61828, 1, 18398, ''),
(61829, 1, 18399, ''),
(61830, 1, 18400, ''),
(61831, 1, 18401, ''),
(61832, 1, 18402, ''),
(61833, 1, 18403, ''),
(61834, 1, 18404, ''),
(61835, 1, 18405, ''),
(61836, 1, 18406, ''),
(61837, 1, 18407, ''),
(61838, 1, 18408, ''),
(61839, 1, 18409, ''),
(61840, 1, 18410, ''),
(61841, 1, 18411, ''),
(61842, 1, 18412, ''),
(61843, 1, 18413, ''),
(61844, 1, 18414, ''),
(61845, 1, 18415, ''),
(61846, 1, 18416, ''),
(61847, 1, 18417, ''),
(61848, 1, 18418, ''),
(61849, 1, 18419, ''),
(61850, 1, 18420, ''),
(61851, 1, 18421, ''),
(61852, 1, 18422, ''),
(61853, 1, 18423, ''),
(61854, 1, 18424, ''),
(61855, 1, 18425, ''),
(61856, 1, 18426, ''),
(61857, 1, 18427, ''),
(61858, 1, 18428, ''),
(61861, 1, 18431, ''),
(61862, 1, 18432, ''),
(61863, 1, 18433, ''),
(61864, 1, 18434, ''),
(61865, 1, 18435, ''),
(61866, 1, 18436, ''),
(61867, 1, 18437, ''),
(61868, 1, 18438, ''),
(61869, 1, 18439, ''),
(61870, 1, 18440, ''),
(61872, 1, 18442, ''),
(61873, 1, 18443, ''),
(61874, 1, 18444, ''),
(61875, 1, 18445, ''),
(61876, 1, 18446, ''),
(61877, 1, 18447, ''),
(61878, 1, 18448, ''),
(61879, 1, 18449, ''),
(61880, 1, 18450, ''),
(61881, 1, 18451, ''),
(61882, 1, 18452, ''),
(61883, 1, 18453, ''),
(61884, 1, 18454, ''),
(61885, 1, 18455, ''),
(61886, 1, 18456, ''),
(61887, 1, 18457, ''),
(61888, 1, 18458, ''),
(61889, 1, 18459, 'Required profile questions'),
(61896, 1, 18466, 'Possible Values'),
(61897, 1, 18467, 'Back to Profile'),
(61898, 1, 18468, 'Please fill the form properly'),
(61899, 1, 18469, 'Add new values'),
(61900, 1, 18470, '&nbsp;'),
(61901, 1, 18471, 'Photo is still uploading'),
(61904, 1, 18474, 'Local'),
(61905, 1, 18475, 'Url'),
(61906, 1, 18476, 'Join our fast-growing community. Find new friends, date up, share photo and video.\nEnjoy!'),
(61907, 1, 18477, 'Supports HTML'),
(61908, 1, 18478, 'You can''t delete this account type. At least 1 account type must be on the site.'),
(61909, 1, 18479, 'Admin dashboard themes'),
(61910, 1, 18480, 'See more'),
(62019, 1, 18589, 'Back'),
(62020, 1, 18590, 'Check all to'),
(62021, 1, 18591, 'commented on {$content}'),
(62022, 1, 18592, 'comment on {$content}'),
(62023, 1, 18593, 'Avatars'),
(62024, 1, 18594, 'Avatar'),
(62025, 1, 18595, 'Comments'),
(62026, 1, 18596, 'Comment'),
(62027, 1, 18597, 'Users'),
(62028, 1, 18598, 'Profile'),
(62029, 1, 18599, 'Crop avatar failed.'),
(62030, 1, 18600, 'Drag & drop image here or click to browse'),
(62031, 1, 18601, 'Drop image here'),
(62032, 1, 18602, 'Flagged: {$time}'),
(62033, 1, 18603, 'Maximum upload avatar size'),
(62034, 1, 18604, 'Action'),
(62035, 1, 18605, 'Are you sure you want to delete this {$content}?'),
(62036, 1, 18606, 'Are you sure you want to delete {$count} {$content}?'),
(62037, 1, 18607, '{$content} has been deleted'),
(62038, 1, 18608, '{$count} {$content} have been deleted'),
(62039, 1, 18609, '{$content} has been unflagged'),
(62040, 1, 18610, '{$count} {$content} have been unflagged'),
(62041, 1, 18611, '<a href="{$userUrl}"><b>{$userName}''s</b></a> {$content} has been flagged'),
(62042, 1, 18612, 'No items'),
(62043, 1, 18613, 'No items selected'),
(62044, 1, 18614, 'Moderator Panel'),
(62045, 1, 18615, 'Reason'),
(62046, 1, 18616, 'Reporter'),
(62047, 1, 18617, 'Moderation Tools'),
(62048, 1, 18618, 'Pending Approval'),
(62049, 1, 18619, 'Please provide a reason for suspending the member.'),
(62091, 1, 18661, 'Suspend {$displayName}'),
(62051, 1, 18621, 'Dear {$realName},<br><br>\r\nWe are informing you that your account on {$site_name} has been suspended with the following reason given:<br>\r\n{$suspendReason}<br><br>\r\nThank you,<br>\r\n{$site_name} team'),
(62052, 1, 18622, 'Your account has been suspended'),
(62053, 1, 18623, 'Dear {$realName},\r\nWe are informing you that your account on {$site_name} has been suspended with the following reason given:\r\n{$suspendReason}\r\nThank you,\r\n{$site_name} team'),
(62054, 1, 18624, 'Unflag'),
(62055, 1, 18625, 'Welcome to <a href="{$site_url}">{$site_name}</a>! Thanks for joining us. Here are some quick links that you need to find your way around:<br/><br/>\r\n- <a href="{$site_url}">Main page</a><br/>\r\n- <a href="{$site_url}my-profile">Change avatar</a><br/>\r\n- <a href="{$site_url}photo/viewlist/latest">Upload Photos</a><br/>\r\n- <a href="{$site_url}profile/edit">Change profile details</a><br/>\r\n- <a href="{$site_url}users">Look who''s in</a><br/><br/>\r\nFeel free to participate in our community!<br/><br/>\r\n<a href="{$site_url}">{$site_name}</a> administration<br/>'),
(62056, 1, 18626, 'Welcome to {$site_name}! Thanks for joining us. Here are some quick links that you need to find your way around:\r\n\r\n- Main page: {$site_url}\r\n- Change avatar: {$site_url}my-profile\r\n- Upload photos: {$site_url}photo/viewlist/latest\r\n- Change profile details: {$site_url}profile/edit\r\n- Look who''s in: {$site_url}users\r\n\r\nFeel free to participate in our community!\r\n\r\n{$site_name} administration\r\n\r\n{$site_url}'),
(62057, 1, 18627, '<p>\r\nWelcome to our site! Here are a few quick links that you need to start your way around:\r\n</p>\r\n<ul class="ow_regular">\r\n<li><a href="profile/avatar" change_avatar>Change avatar</a></li>\r\n<li><a href="javascript://" photo_upload>Upload photos</a></li>\r\n<li><a href="profile/edit">Change profile details</a></li>\r\n<li><a href="my-profile">Preview/rearrange my profile</a></li>\r\n<li><a href="users">Look who''s in</a></li>\r\n</ul>\r\n\r\n<p>\r\nFeel free to participate in our community!\r\n</p>'),
(62058, 1, 18628, 'photo_upload - Photo upload link\r\nchange_avatar - Change avatar link'),
(62059, 1, 18629, 'Welcome!'),
(62060, 1, 18630, 'Add password'),
(62061, 1, 18631, ''),
(62062, 1, 18632, ''),
(62063, 1, 18633, ''),
(62064, 1, 18634, ''),
(62065, 1, 18635, ''),
(62066, 1, 18636, ''),
(62067, 1, 18637, ''),
(62068, 1, 18638, ''),
(62069, 1, 18639, ''),
(62070, 1, 18640, ''),
(62071, 1, 18641, ''),
(62072, 1, 18642, ''),
(62073, 1, 18643, ''),
(62074, 1, 18644, ''),
(62075, 1, 18645, ''),
(62076, 1, 18646, ''),
(62077, 1, 18647, ''),
(62078, 1, 18648, ''),
(62079, 1, 18649, ''),
(62080, 1, 18650, ''),
(62081, 1, 18651, ''),
(62082, 1, 18652, ''),
(62083, 1, 18653, ''),
(62084, 1, 18654, 'Change password'),
(62085, 1, 18655, ''),
(62086, 1, 18656, ''),
(62087, 1, 18657, ''),
(62088, 1, 18658, ''),
(62089, 1, 18659, 'New to site?'),
(62093, 1, 18663, 'You need to sign in to flag content'),
(62094, 1, 18664, 'This is not a video or video not found'),
(62095, 1, 18665, 'Invalid file type. Acceptable file types: JPG/PNG/GIF'),
(62096, 1, 18666, 'Add video link...'),
(62097, 1, 18667, 'SMTP connection failed.'),
(62099, 1, 18669, 'Privacy'),
(62100, 1, 18670, ''),
(62101, 1, 18671, 'Content settings'),
(62102, 1, 18672, 'General'),
(62103, 1, 18673, 'Manage pages'),
(62104, 1, 18674, 'Page settings'),
(62105, 1, 18675, 'SMTP'),
(62106, 1, 18676, 'Special pages'),
(62107, 1, 18677, 'Themes'),
(62108, 1, 18678, 'Customize'),
(62109, 1, 18679, 'Main'),
(62118, 1, 18688, 'Content settings'),
(62130, 1, 18700, 'Upload Plugin'),
(62131, 1, 18701, 'Available Plugins'),
(62132, 1, 18702, 'Add new'),
(62133, 1, 18703, 'Mobile menus'),
(62134, 1, 18704, 'Mobile Settings'),
(62135, 1, 18705, 'General'),
(62136, 1, 18706, 'Admin dashboard'),
(62137, 1, 18707, 'Site password: {$password}'),
(62138, 1, 18708, 'Save'),
(62139, 1, 18709, 'Settings saved'),
(62140, 1, 18710, 'Settings have been updated'),
(62141, 1, 18711, 'Site password'),
(62142, 1, 18712, 'Splash screen'),
(62143, 1, 18713, 'Splash screen settings'),
(62144, 1, 18714, 'Settings updated'),
(62145, 1, 18715, 'All files'),
(62146, 1, 18716, 'Copy URL'),
(62147, 1, 18717, 'Delete'),
(62148, 1, 18718, 'Undefined action'),
(62149, 1, 18719, 'Not enough params'),
(62150, 1, 18720, 'No photo selected'),
(62151, 1, 18721, 'Select mode'),
(62152, 1, 18722, 'Delete selected'),
(62153, 1, 18723, 'Exit select mode'),
(62154, 1, 18724, 'Period'),
(62155, 1, 18725, 'All time'),
(62156, 1, 18726, 'Title'),
(62157, 1, 18727, 'URL'),
(62158, 1, 18728, 'Date'),
(62159, 1, 18729, 'Size'),
(62160, 1, 18730, 'Filesize'),
(62161, 1, 18731, 'Upload date'),
(62162, 1, 18732, 'Are you sure you want to delete these photos?'),
(62163, 1, 18733, 'No items'),
(62164, 1, 18734, 'Album'),
(62165, 1, 18735, 'Are you sure you want to delete this photo?'),
(62166, 1, 18736, 'Description text...'),
(62167, 1, 18737, 'Click to browse photos'),
(62168, 1, 18738, 'Drag & Drop photos here or click to browse'),
(62169, 1, 18739, 'Drop photos to start upload'),
(62170, 1, 18740, 'Failed to write file to disk'),
(62171, 1, 18741, 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help'),
(62172, 1, 18742, 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'),
(62173, 1, 18743, 'The uploaded file exceeds the upload_max_filesize directive in php.ini'),
(62174, 1, 18744, 'No file was uploaded'),
(62175, 1, 18745, 'Missing a temporary folder'),
(62176, 1, 18746, 'The uploaded file was only partially uploaded'),
(62177, 1, 18747, 'Mark as Featured'),
(62178, 1, 18748, 'Some photos were not uploaded because of excessive size or wrong format'),
(62179, 1, 18749, 'No photos were uploaded because of excessive size or wrong format'),
(62180, 1, 18750, 'of'),
(62181, 1, 18751, 'Pending Approval . . .'),
(62182, 1, 18752, '{$count} photos uploaded'),
(62183, 1, 18753, 'Photo upload error'),
(62184, 1, 18754, 'Please wait while previously photo is being uploaded'),
(62185, 1, 18755, '(Total {$count})'),
(62186, 1, 18756, '(Total {$count}. Your is {$score})'),
(62187, 1, 18757, 'Remove from Featured'),
(62188, 1, 18758, 'Photo "{$name}" file size cannot be greater than <b>{$size}</b> Mb'),
(62189, 1, 18759, 'Slideshow time:&nbsp;'),
(62190, 1, 18760, 'Edit photo'),
(62191, 1, 18761, 'Invalid file type. {$name}'),
(62192, 1, 18762, 'Content statistics'),
(62193, 1, 18763, 'Default content group'),
(62194, 1, 18764, 'Today'),
(62195, 1, 18765, 'Yesterday'),
(62196, 1, 18766, 'Last 7 days'),
(62197, 1, 18767, 'Last 30 days'),
(62198, 1, 18768, 'Last year'),
(62199, 1, 18769, 'Default period'),
(62200, 1, 18770, 'User statistics'),
(62201, 1, 18771, 'Registrations'),
(62202, 1, 18772, 'Logins'),
(62203, 1, 18773, 'Amount for selected period'),
(62204, 1, 18774, 'Transactions'),
(62205, 1, 18775, 'Amount'),
(62206, 1, 18776, 'Finance statistics'),
(62207, 1, 18777, 'History'),
(62208, 1, 18778, 'Browse users'),
(62209, 1, 18779, 'Item license request'),
(62210, 1, 18780, 'Platform update is available and recommended before performing any item update!'),
(62211, 1, 18781, 'Back'),
(62212, 1, 18782, 'Submit'),
(62213, 1, 18783, 'To proceed please enter license key for item "{$title}"'),
(62214, 1, 18784, 'Dashboard'),
(62215, 1, 18785, '{$site_name}:New Password Set'),
(62216, 1, 18786, 'New password is set for {$site_name}<br>\r\nYour new password is <b>{$password}</b><br>'),
(62217, 1, 18787, 'New password is set for {$site_name}\r\nYour new password is {$password}'),
(62625, 1, 19195, 'Captcha Settings'),
(62626, 1, 19196, 'Enable on Join form'),
(62627, 1, 19197, 'Note: Keep in mind that editing text fields will result in your profile being sent for approval. You will not be able to use the site during the approval process.'),
(62628, 1, 19198, 'Updated their profile. <a href="{$profileUrl}">View profile</a>'),
(62629, 1, 19199, 'Message'),
(62630, 1, 19200, 'Subject'),
(62631, 1, 19201, 'Send message to email'),
(62632, 1, 19202, 'Write message'),
(62633, 1, 19203, 'Save and approve'),
(62634, 1, 19204, 'Message was sent'),
(62635, 1, 19205, 'User doesn''t exist'),
(62636, 1, 19206, 'Empty email subject'),
(62637, 1, 19207, 'Empty message'),
(62638, 1, 19208, 'User has been deleted'),
(62639, 1, 19209, 'Message'),
(62640, 1, 19210, 'SkaDate Dating Software'),
(62641, 1, 19211, 'New password is set for {$sitename}<br>\n        Your new password is <b>{$password}</b><br>'),
(62642, 1, 19212, ''),
(62643, 1, 19213, ''),
(62644, 1, 19214, ''),
(62645, 1, 19215, ''),
(62646, 1, 19216, ''),
(62647, 1, 19217, ''),
(62648, 1, 19218, ''),
(62649, 1, 19219, ''),
(62650, 1, 19220, ''),
(62651, 1, 19221, ''),
(62652, 1, 19222, ''),
(62653, 1, 19223, ''),
(62654, 1, 19224, ''),
(62655, 1, 19225, ''),
(62656, 1, 19226, ''),
(62657, 1, 19227, ''),
(62658, 1, 19228, ''),
(62659, 1, 19229, ''),
(62660, 1, 19230, ''),
(62661, 1, 19231, ''),
(62662, 1, 19232, ''),
(62663, 1, 19233, ''),
(62664, 1, 19234, ''),
(62665, 1, 19235, ''),
(62666, 1, 19236, 'The license for the plugin/theme <a href="{$url}">{$name}</a> you are trying to use is invalid.'),
(62688, 1, 19258, 'It appears that following plugins/themes obtained through Oxwall Store and installed on your website ({$siteURL}) have failed license verification check:\r\n\r\n{$itemList}\r\n\r\nTo continue using these plugins/themes, please make sure that all license keys for the listed plugins/themes are valid. Note that you may need to enter license keys manually in the Admin Panel: {$adminUrl}\r\n\r\nYou may find all licenses for purchased plugins/themes in your Oxwall Store account: http://www.oxwall.org/store/granted-list/plugin\r\n\r\nYou may also contact specific plugin/theme developers to obtain a new license key.\r\n\r\nIMPORTANT: After three consecutive unsuccessful license verification checks the plugin/theme may be deactivated.\r\n\r\nPlease note that all commercial third party plugins/themes sold through Oxwall Store are covered by Oxwall Store Commercial License (http://www.oxwall.org/store/oscl), and require a valid license key to operate.'),
(62683, 1, 19253, 'Here is the list of changes:'),
(62670, 1, 19240, 'Add License'),
(62671, 1, 19241, ''),
(62672, 1, 19242, ''),
(62673, 1, 19243, 'License key validated'),
(62674, 1, 19244, 'Add New'),
(62675, 1, 19245, ''),
(62676, 1, 19246, 'Add unlimited number of values. Field values are stored regularly, which might affects the speed of profiles search.'),
(62677, 1, 19247, 'Possible values'),
(62678, 1, 19248, 'The value should not be empty'),
(62679, 1, 19249, ''),
(62681, 1, 19251, 'Single Choice - Regular (Slower results, unlimited)'),
(62682, 1, 19252, 'Theme added'),
(62687, 1, 19257, 'It appears that following plugins/themes obtained through Oxwall Store and installed on your website ({$siteURL}) have failed license verification check:\r\n<br /><br />\r\n{$itemList}<br /><br />\r\nTo continue using these plugins/themes, please make sure that all license keys for the listed plugins/themes are valid. Note that you may need to enter license keys manually in the Admin Panel: {$adminUrl}\r\n<br /><br />\r\nYou may find all licenses for purchased plugins/themes in your Oxwall Store account: http://www.oxwall.org/store/granted-list/plugin\r\n<br /><br />\r\nYou may also contact specific plugin/theme developers to obtain a new license key.\r\n<br /><br />\r\nIMPORTANT: After three consecutive unsuccessful license verification checks the plugin/theme may be deactivated.\r\n<br /><br />\r\nPlease note that all commercial third party plugins/themes sold through Oxwall Store are covered by Oxwall Store Commercial License (http://www.oxwall.org/store/oscl), and require a valid license key to operate.\r\n<br />'),
(62685, 1, 19255, 'Url copied to clipboard'),
(62686, 1, 19256, 'Press "Command+C" to copy url'),
(62689, 1, 19259, 'Unlicensed Plugin/Theme Notice'),
(64720, 2, 1952, 'Форум'),
(64721, 2, 1951, 'Фото'),
(64722, 2, 1926, '{$title}'),
(64723, 2, 1932, '{$site_name} ÑообщеÑтво'),
(64724, 2, 1931, '{$site_name}'),
(64725, 2, 1933, 'знакоÑтва онлайн, беÑплатный Ñайт знакомÑтв'),
(64726, 2, 1930, '{$site_name} - Ищите знакомÑтва!'),
(64727, 2, 21211, 'Правила пользованиÑ'),
(64728, 2, 21212, 'Правила пользованиÑ'),
(64729, 2, 21213, 'Правила пользованиÑ'),
(64730, 2, 16385, 'Заказать'),
(64731, 2, 16386, 'Перевод'),
(64732, 2, 1622, 'Ðктивные Ñзыки'),
(64733, 2, 16387, 'Добавить'),
(64734, 2, 1697, 'Добавить'),
(64735, 2, 1695, 'Ключ'),
(64736, 2, 1696, 'ТекÑÑ‚ в  {$label} ( {$tag} )'),
(64737, 2, 7302, 'ПуÑтой или недейÑтвительный пакет Ñзыка. Выберите верный пакет и попробуйте Ñнова.'),
(64738, 2, 1683, 'Добавить новый Ñзык (пакет Ñзыка)'),
(64739, 2, 9285, 'Добавить новую роль'),
(64740, 2, 1605, 'Добавить новый текÑÑ‚'),
(64741, 2, 18630, 'Добавить пароль'),
(64742, 2, 16388, 'Добавить новые значениÑ: <span class="ow_small ow_highlight">Через запÑтую</span>'),
(64743, 2, 18685, 'Главное'),
(64744, 2, 18706, 'Личный кабинет админиÑтратора'),
(64745, 2, 18707, 'Пароль на Ñайт: {$password}'),
(64746, 2, 19211, 'Ðовый пароль уÑтановлен Ð´Ð»Ñ {$sitename}<br> Ваш новый пароль <b>{$password}</b><br>'),
(64747, 2, 18575, 'Заблокировать пользователей'),
(64748, 2, 18734, 'Ðльбом'),
(64749, 2, 18715, 'Ð’Ñе файлы'),
(64750, 2, 1615, 'Ð’Ñе Ñекции'),
(64751, 2, 18725, 'Ð’Ñе времÑ'),
(64752, 2, 1704, 'Вы уверены?'),
(64753, 2, 9296, 'ÐдминиÑтрациÑ'),
(64754, 2, 1694, 'ДоÑтупные Ñзыки'),
(64755, 2, 8993, 'Иконка на аватаре'),
(64756, 2, 8997, 'Цвет иконки'),
(64757, 2, 3833, 'Ðазад к ролÑм пользователей'),
(64758, 2, 2107, 'Ðазад на Ñайт'),
(64759, 2, 15613, 'Ðазад к ÑпиÑку тем'),
(64760, 2, 1627, 'Ðктивировать'),
(64761, 2, 1625, 'Клонировать'),
(64762, 2, 1626, 'Деактивировать'),
(64763, 2, 1628, 'Удалить'),
(64764, 2, 1624, 'Редактировать'),
(64765, 2, 9908, 'значениÑ'),
(64766, 2, 19195, 'ÐаÑтройки капчи'),
(64767, 2, 18654, 'Сменить пароль'),
(64768, 2, 1604, 'Проверьте <a href="languages/mod">другие Ñзыки</a>'),
(64769, 2, 1703, 'Пример: <b>ÐнглийÑкий</b>'),
(64770, 2, 1706, '<p class="ow_smallmargin">Введите код Ñзыка, который ÑоответÑтвует <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">Alpha-2 ISO language tags</a>.</p>\nПример: <b>en-US</b> or <b>en-GB-custom</b>.'),
(64771, 2, 1701, 'Язык'),
(64772, 2, 1708, 'Добавить'),
(64773, 2, 1705, 'ISO тег\n<a class="ow_lbutton ow_red" target="_blank" href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements">?</a>'),
(64774, 2, 1700, 'Клонировать Ñзык'),
(64775, 2, 9522, 'Клонировать Ñзык'),
(64776, 2, 4004, 'Лицензионный ключ'),
(64777, 2, 4010, 'Ð’Ñ‹ дейÑтвительно хотите обновить плагин <i>''{$name}''</i> Ñ Ð²ÐµÑ€Ñии <b>{$oldVersion}</b> на <b>{$newVersion}</b>? Плагин платный, чтобы обновить его, введите лицензионный ключ и нажмите кнопку ''Обновить'''),
(64778, 2, 15614, 'Лицензионный ключ'),
(64779, 2, 15615, 'Ð’Ñ‹ дейÑтвительно хотите обновить <i>''{$name}''</i> тему Ñ Ð²ÐµÑ€Ñии <b>{$oldVersion}</b> на <b>{$newVersion}</b>? Это Ð¿Ð»Ð°Ñ‚Ð½Ð°Ñ Ñ‚ÐµÐ¼Ð°, чтобы ее обновить, пожалуйÑта, введите лицензионный ключ и нажмите кнопку ''Обовить''.'),
(64780, 2, 6486, 'Ð’Ñ‹ дейÑтвительно хотите удалить аватар, выÑтавленный по умолчанию?'),
(64781, 2, 18735, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñто фото?'),
(64782, 2, 18732, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñти фото?'),
(64783, 2, 2236, 'Ð’Ñ‹ дейÑтвительно хотите удалить выбранных пользователей?'),
(64784, 2, 2825, 'Ð’Ñ‹ дейÑтвительно хотите заблокировать выбранных пользователей?'),
(64785, 2, 15523, 'Личный кабинет админиÑтратора'),
(64786, 2, 15524, 'Уравление Ñтраницами'),
(64787, 2, 15525, 'Управление плагинами'),
(64788, 2, 15526, 'Редактировать тему'),
(64789, 2, 15527, 'Управление пользователÑми'),
(64790, 2, 18716, 'Скопировать URL'),
(64791, 2, 9871, 'Ошибка при загрузке Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð»Ð°Ñ‚Ñ„Ð¾Ñ€Ð¼Ñ‹'),
(64792, 2, 4717, 'Ðет'),
(64793, 2, 11573, 'Загруженный архив не разархивирован'),
(64794, 2, 15588, 'Вам нужно наÑтроить cron job. <a href="{$helpUrl}">ИнÑтрукции</a>'),
(64795, 2, 6377, 'КаÑтомные CSS Ñтили темы изменены'),
(64796, 2, 3862, 'Валюта'),
(64797, 2, 1612, 'Индивидуальные ключи'),
(64798, 2, 18728, 'Дата'),
(64799, 2, 1712, 'по умолчанию'),
(64800, 2, 6487, 'Ðватар, выÑтавленный по умолчанию удален'),
(64801, 2, 16389, 'Роль по умолчанию'),
(64802, 2, 1611, 'Удалить'),
(64803, 2, 1918, 'Удалить'),
(64804, 2, 15616, 'Предупреждение'),
(64805, 2, 18717, 'Удалить'),
(64806, 2, 18722, 'Удалить выбранное'),
(64807, 2, 18736, 'ТекÑÑ‚ опиÑаниÑ'),
(64808, 2, 8996, 'Отображать иконку роли на аватаре'),
(64809, 2, 19196, 'Добавить на форму региÑтрации'),
(64810, 2, 18737, 'Ðажать Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра фото'),
(64811, 2, 18738, 'Перетащите фото или нажмите, чтобы загрузить'),
(64812, 2, 18739, 'Перетащить фото, чтобы начать подгрузку'),
(64813, 2, 9909, 'Редактировать Ñзык'),
(64814, 2, 1693, 'Редактировать Ñзык'),
(64815, 2, 4130, 'Электронный Ð°Ð´Ñ€ÐµÑ ÑƒÐ¶Ðµ подтвержден'),
(64816, 2, 1620, 'ПуÑто'),
(64817, 2, 16390, 'Ðеверные детали доÑтупа по FTP! Ðе могу ÑоединитьÑÑ Ñ Ñ…Ð¾Ñтом.'),
(64818, 2, 18740, 'Ðе удалоÑÑŒ запиÑать файл на диÑк'),
(64819, 2, 16391, 'Ðеверные детали доÑтупа по FTP! Ðет данных Ð´Ð»Ñ Ð¸Ð¼ÐµÐ½Ð¸, паролÑ.'),
(64820, 2, 16392, 'Ðеверные детали доÑтупа по FTP! Ðет данных Ð´Ð»Ñ Ñ…Ð¾Ñта.'),
(64821, 2, 18741, 'РаÑширение PHP прекратило подгрузку файла. PHP не предоÑтавлÑет ÑпоÑоб проверки какое раÑширение вызвало оÑтановку подгрузки файла. ПроÑмотрите ÑпиÑок загружаемых типов файлов, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ phpinfo()'),
(64822, 2, 18742, 'Подгруженный файл превышает директиву MAX_FILE_SIZE указанную в HTML форме'),
(64823, 2, 16393, 'Ðе могу завершить операцию. Ð¤ÑƒÐ½ÐºÑ†Ð¸Ñ `ftp_connect` недоÑтупна.'),
(64824, 2, 18743, 'Подгруженный файл превышает директиву upload_max_filesize указанную в php.ini'),
(64825, 2, 16394, 'Ошибка при логине по FTP! Проверьте имÑ, пароль.'),
(64826, 2, 18744, 'Файл не подгружен'),
(64827, 2, 18745, 'ОтÑуÑтвует Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð¿Ð°Ð¿ÐºÐ°'),
(64828, 2, 18746, 'Файл подгрузилÑÑ Ñ‡Ð°Ñтично'),
(64829, 2, 18723, 'Выйти из режима'),
(64830, 2, 1689, 'ЭкÑпортировать'),
(64831, 2, 1691, 'ЭкÑпортировать выбранное'),
(64832, 2, 1687, 'ЭкÑпортировать Ñзыки'),
(64833, 2, 1688, 'Ð’Ñ‹ можете ÑкÑпортировать/Ñохранить любые Ñзыки Ð´Ð»Ñ Ð»ÑŽÐ±Ñ‹Ñ… плагинов, уÑтановленных на вашем Ñайте'),
(64834, 2, 1690, 'Выберите Ñодержимое, которое нужно ÑкÑпортировать из вÑех Ñзыков и плагинов'),
(64835, 2, 15528, 'Смена аватара пользователÑ'),
(64836, 2, 10581, 'Редактировать профиль пользователÑ'),
(64837, 2, 10580, 'РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ пользователÑ'),
(64838, 2, 10614, 'Комментарии Ñтены профилÑ'),
(64839, 2, 18730, 'Размер файла'),
(64840, 2, 3861, 'ФинанÑÑ‹'),
(64841, 2, 10835, 'Ðайдено: <b>{$count}</b> пользователей'),
(64842, 2, 3951, 'Ð’Ñ‹ дейÑтвительно хотите обновить <i>''{$name}''</i> плагин Ñ Ð²ÐµÑ€Ñии <b>{$oldVersion}</b> на <b>{$newVersion}</b>?'),
(64843, 2, 15617, 'Ð’Ñ‹ дейÑтвительно хотите обновить <i>''{$name}''</i> тему Ñ Ð²ÐµÑ€Ñии <b>{$oldVersion}</b> на <b>{$newVersion}</b>?'),
(64844, 2, 1606, 'Вперед'),
(64845, 2, 2217, 'ПроÑмотр пользователей'),
(64846, 2, 18690, 'SMTP'),
(64847, 2, 18687, 'Общие'),
(64848, 2, 18704, 'Мобильные наÑтройки'),
(64849, 2, 18689, 'ÐаÑтройки Ñтраниц'),
(64850, 2, 2469, 'ВопроÑÑ‹ профилей'),
(64851, 2, 18688, 'ÐаÑтройки контента'),
(64852, 2, 3832, 'Роль пользователÑ: {$role}'),
(64853, 2, 18686, 'Роли пользователей'),
(64854, 2, 9873, 'ÐаÑтройки пользователÑ'),
(64855, 2, 1686, 'Импортировать выбранное'),
(64856, 2, 1682, 'ЗдеÑÑŒ вы можете подгрузить файл, Ñодержащий Ñзык Ð´Ð»Ñ Ð¾Ð´Ð½Ð¾Ð³Ð¾ плагина ( <b>.XML</b> file) или неÑколько Ñзыков Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð¾Ð² ( <b>.ZIP</b> file).'),
(64857, 2, 1699, 'Ðеактивные Ñзыкм'),
(64858, 2, 16396, 'Разрешенные типы файлов. Введите один тип на Ñтроке, формат: xxx'),
(64859, 2, 16397, 'Разрешенные типы файлов.'),
(64860, 2, 16398, 'МакÑимальный размер подгружаемых файлов'),
(64861, 2, 18576, 'Лимит файла аватара'),
(64862, 2, 10669, 'Ðктивируйте еÑли не хотите разрешать пользователÑм добавлÑÑ‚ÑŒ rich media (фото или видео) в комментарии на Ñайте.'),
(64863, 2, 10668, 'Отключить rich media'),
(64864, 2, 10609, 'МакÑимальный размер подгружаемых фото'),
(64865, 2, 10623, 'СпиÑок доменов, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… вы разрешаете добавлÑÑ‚ÑŒ видео и iframes. Эти Ñайты должны предоÑтавлÑÑ‚ÑŒ код Ð´Ð»Ñ Ð²Ñтавки видео или верный контент, которому вы доверÑете. Один домен в Ñтроку.'),
(64866, 2, 10610, 'СпиÑок разрешенных реÑурÑов'),
(64867, 2, 10665, 'Ðктивируйте еÑли не хотите разрешать пользователÑм пиÑать HTML код в поÑтах (блоги и форумы). РекомендуетÑÑ Ð² целÑÑ… безопаÑноÑти.'),
(64868, 2, 10664, 'Отключить каÑтомный HTML'),
(64869, 2, 10667, 'Ðктивируйте еÑли не хотите разрешать пользователÑм добавлÑÑ‚ÑŒ rich media (фото или видео) в поÑÑ‚Ñ‹ (блоги и форумы).'),
(64870, 2, 10666, 'Отключить rich media'),
(64871, 2, 19236, 'Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð½Ð° плагин / тему <a href="{$url}"> {$name}</a> которые вы пытаетеÑÑŒ иÑпользовать недейÑтвителен.'),
(64872, 2, 3285, 'ПриглаÑить новых учаÑтников'),
(64873, 2, 3286, 'ПриглаÑить новых учаÑтников'),
(64874, 2, 3289, 'ПожалуйÑта введите макÑимум {$limit} Ñлектронных адреÑов'),
(64875, 2, 3290, 'Вам нужно ввеÑти минимум один Ñлектронный адреÑ'),
(64876, 2, 3288, 'ПриглаÑить'),
(64877, 2, 3291, 'ÐŸÑ€Ð¸Ð³Ð»Ð°ÑˆÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ñ‹ уÑпешно'),
(64878, 2, 3287, 'Введите ÑпиÑок Ñлектронных адреÑов (макÑимум 50, 1 Ð°Ð´Ñ€ÐµÑ Ð½Ð° Ñтроке)'),
(64879, 2, 18779, 'Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° лицензию'),
(64880, 2, 18780, 'ДоÑтупен апдейт платформы и рекомендуетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ платформу перед обновлением других плагинов!'),
(64881, 2, 2231, 'ЗарегиÑтрированные'),
(64882, 2, 9528, 'Подгрузить аватар'),
(64883, 2, 9534, 'ПозволÑÑ‚ÑŒ пользователÑм подгружать аватар при региÑтрации'),
(64884, 2, 9530, 'Ðктивировать галочку ''Правила пользованиÑ''');
INSERT INTO `ow_base_language_value` VALUES
(64885, 2, 9532, 'Пользователи должны ÑоглаÑитьÑÑ Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð°Ð¼Ð¸ пользованиÑ'),
(64886, 2, 9531, 'РегиÑтрациÑ'),
(64887, 2, 10725, 'Сделать поле ''Добавить фото'' обÑзательным'),
(64888, 2, 10726, 'Сделать поле ''Добавить фото'' обÑзательным на Ñтранице региÑтрации'),
(64889, 2, 1623, 'Язык'),
(64890, 2, 2472, 'Язык'),
(64891, 2, 2876, 'Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ñ‹'),
(64892, 2, 15529, 'Язык активирован.'),
(64893, 2, 15530, 'Язык деактивирован.'),
(64894, 2, 15531, 'Язык удален.'),
(64895, 2, 9913, 'Язык не изменен, пожалуйÑта попробуйте Ñнова'),
(64896, 2, 9912, 'Язык редактируетÑÑ, пожалуйÑта подождите...'),
(64897, 2, 7304, 'Язык/пакет Ñзыка заимпортирован'),
(64898, 2, 9911, 'Ðктивируйте еÑли нужно направление текÑта "Ñправа налево"'),
(64899, 2, 9910, 'RTL'),
(64900, 2, 1698, 'Языковой файл:'),
(64901, 2, 1685, 'Выбрать вÑе Ñзыковые файлы Ð´Ð»Ñ Ð²Ñех плагинов'),
(64902, 2, 18781, 'Ðазад'),
(64903, 2, 18782, 'Указать'),
(64904, 2, 4005, 'Ðазад к ÑпиÑку плагинов'),
(64905, 2, 4006, 'Обновить'),
(64906, 2, 18783, 'Перед тем как продолжить, пожалуйÑта введите лицензионный ключ Ð´Ð»Ñ "{$title}"'),
(64907, 2, 3082, 'ÐаÑтройки SMTP изменены'),
(64908, 2, 3098, 'УбедитеÑÑŒ, что вы проверили Ñоединение SMTP перед тем как иÑпользовать SMTP Ð´Ð»Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ пиÑем. Ð’ противном Ñлучае пиÑьма Ñ Ñайта переÑтанут отправлÑÑ‚ÑŒÑÑ.'),
(64909, 2, 3089, 'БезопаÑное Ñоединение'),
(64910, 2, 3090, 'Тип безопаÑноÑти ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ SMTP'),
(64911, 2, 3097, 'Выключить'),
(64912, 2, 3099, 'Проверить Ñоединение'),
(64913, 2, 3096, 'Проверить Ñоединение SMTP'),
(64914, 2, 3084, 'Включить'),
(64915, 2, 3085, 'ПожалуйÑта не включайте еÑли не разбираетеÑÑŒ в наÑтройках. Отправка пиÑем на Ñайте может ÑломатьÑÑ!'),
(64916, 2, 3086, 'ХоÑÑ‚:Порт'),
(64917, 2, 3088, 'Пароль'),
(64918, 2, 3087, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(64919, 2, 19257, 'ЗдравÑтвуйте,<br /> Проверка лицензии Ð´Ð»Ñ {$itemList} плагина/темы на вашем Ñайте уÑтановленном на {$siteURL} не Ñработала.<br /> ПожалуйÑта проверьте верен ли лицензионный ключ плагина/темы. Возможно придетÑÑ Ð²Ð²ÐµÑти его вручную в админиÑтративной панели. Ðажмите, чтобы продолжить: {$siteUrl}/admin/plugins <br /> Ð’Ñ‹ можете найти вÑе купленные лицензии в вашем аккаунте на Oxwall Store: http://www.oxwall.org/store/granted-list/plugin <br /> Также вы можете ÑвÑзатьÑÑ Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ¾Ð¼ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ лицензионного ключа Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð¾Ð²/тем. <br /> ПоÑле 3 поÑледовательных безуÑпешных проверок плагины/темы могут быть деактивированы. <br /> Примечание: вÑе платные плагины/темы, продаваемые на Oxwall Store подпадают под КоммерчеÑкую Лицензию Oxwall Store (http://www.oxwall.org/store/oscl), и требуют валидный ключ Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ.<br /> СпаÑибо,<br /> Команда Oxwall'),
(64920, 2, 19258, 'ЗдравÑтвуйте, Проверка лицензии Ð´Ð»Ñ {$itemList} плагина/темы на вашем Ñайте уÑтановленном на {$siteURL} не Ñработала. ПожалуйÑта проверьте верен ли лицензионный ключ плагина/темы. Возможно придетÑÑ Ð²Ð²ÐµÑти его вручную в админиÑтративной панели. Ðажмите, чтобы продолжить: {$siteUrl}/admin/plugins Ð’Ñ‹ можете найти вÑе купленные лицензии в вашем аккаунте на Oxwall Store: http://www.oxwall.org/store/granted-list/plugin Также вы можете ÑвÑзатьÑÑ Ñ Ñ€Ð°Ð·Ñ€Ð°Ð±Ð¾Ñ‚Ñ‡Ð¸ÐºÐ¾Ð¼ Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ лицензионного ключа Ð´Ð»Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð¾Ð²/тем. ПоÑле 3 поÑледовательных безуÑпешных проверок плагины/темы могут быть деактивированы. Примечание: вÑе платные плагины/темы, продаваемые на Oxwall Store подпадают под КоммерчеÑкую Лицензию Oxwall Store  (http://www.oxwall.org/store/oscl), и требуют валидный ключ Ð´Ð»Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ. СпаÑибо, Команда  Oxwall'),
(64921, 2, 19259, 'Ðелицензированные Oxwall плагин / тема'),
(64922, 2, 3380, '<p>Ð”Ð°Ð½Ð½Ð°Ñ Ð¾Ð¿Ñ†Ð¸Ñ ÑƒÐ´Ð°Ð»Ð¸Ñ‚ ваш Ñайт из публичного доÑтупа и будет показывать Ñообщение о техничеÑких работах.</p>\n<b>Ð’Ñ‹ Ñможете войти как админиÑтратор: <a href="{$site_url}sign-in">{$site_url}войти</a></b>'),
(64923, 2, 3379, 'Деактивировать Ñайт и включить Ñтраницу техничеÑкого обÑлуживаниÑ'),
(64924, 2, 18694, 'ОÑобенные Ñтраницы'),
(64925, 2, 3808, 'Страница техничеÑкого обÑлуживаниÑ'),
(64926, 2, 18695, 'Страница техничеÑкого обÑлуживаниÑ'),
(64927, 2, 3383, 'Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкого обÑÐ»ÑƒÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½'),
(64928, 2, 3382, 'HTML разрешен'),
(64929, 2, 3381, 'Сообщение о техничеÑком обÑлуживании'),
(64930, 2, 3374, '<h1 class="ow_stdmargin ow_ic_gear_wheel">Ðа Ñайте ведутÑÑ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкие работы.</h1>\nИзвините, мы проводим техничеÑкие работы. Мы Ñкоро будем онлайн.'),
(64931, 2, 1970, 'Ðдмин'),
(64932, 2, 2130, 'Ðдмин'),
(64933, 2, 2185, 'ÐаÑтройки изменены'),
(64934, 2, 2387, 'Ðктивировать'),
(64935, 2, 2830, '"{$plugin}" плагин активирован'),
(64936, 2, 2383, 'Ðктивные плагины'),
(64937, 2, 18700, 'Подгрузить плагин'),
(64938, 2, 15473, 'Ðеверный архив плагина'),
(64939, 2, 11631, 'Ðрхив не подгружен по FTP'),
(64940, 2, 19240, 'Добавить лицензию'),
(64941, 2, 18577, 'Размер файла превышает лимит Ñервера: {$limit} Mb.'),
(64942, 2, 18699, 'Плагины Ð´Ð»Ñ ÑƒÑтановки'),
(64943, 2, 4661, 'Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° обновление платформы'),
(64944, 2, 4662, 'Ð’Ñ‹ дейÑтвительно хотите обновить платформу Ñ Ð²ÐµÑ€Ñии <b>{$oldVersion}</b> на <b>{$newVersion}</b>?{$info}'),
(64945, 2, 2386, 'Деактивировать'),
(64946, 2, 2831, '"{$plugin}" плагин активирован'),
(64947, 2, 3866, 'Удалить'),
(64948, 2, 3865, 'Ð’Ñ‹ дейÑтвительно хотите удалить `{$pluginName}` плагин?'),
(64949, 2, 3902, '"{$plugin}" удален'),
(64950, 2, 3869, 'Введите детали доÑтупа'),
(64951, 2, 2384, 'Ðеактивные плагины'),
(64952, 2, 2389, 'УÑтановить'),
(64953, 2, 15589, 'ПредоÑтавлен неверный ключ кода - `{$key}`'),
(64954, 2, 2396, '"{$plugin}" уÑпешно уÑтановлен'),
(64955, 2, 4785, 'Программный код плагина ''<i>{$name}</i>'' обновлен. Ðужно обновить базу данных плагина.'),
(64956, 2, 3864, 'Плагин не найден'),
(64957, 2, 2385, 'ÐаÑтройки'),
(64958, 2, 2388, 'Удалить'),
(64959, 2, 4087, 'Ð’Ñ‹ дейÑтвительно хотите деинÑталировать плагин?'),
(64960, 2, 4595, 'Ошибка деактивации плагина'),
(64961, 2, 4145, 'Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° деактивацию плагина'),
(64962, 2, 3867, '"{$plugin}" уÑпешно деинÑталлирован'),
(64963, 2, 3943, 'Изменить'),
(64964, 2, 15475, 'Плагин не обновилÑÑ'),
(64965, 2, 3950, 'Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° апдейт плагина'),
(64966, 2, 4939, 'Плагин уÑпешно обновлен'),
(64967, 2, 15476, 'Плагин обновлен'),
(64968, 2, 15477, 'Файлы не извлечены из архива плагина'),
(64969, 2, 16399, 'Плагин не добавлен. Ошибка ключа плагина.'),
(64970, 2, 18578, 'Ðеверный архив темы'),
(64971, 2, 15618, 'Тема не найдена'),
(64972, 2, 15619, 'Тема не обновлена'),
(64973, 2, 15620, 'Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° обновление темы'),
(64974, 2, 15621, 'Тема уÑпешно обновлена'),
(64975, 2, 15622, 'Тема актуальна'),
(64976, 2, 15464, 'ПожалуйÑта, подгрузите верный архив темы'),
(64977, 2, 18747, 'Отметить как популÑрное'),
(64978, 2, 2613, 'МаÑÑÐ¾Ð²Ð°Ñ Ñ€Ð°ÑÑылка'),
(64979, 2, 2573, 'ТекÑÑ‚ пиÑьма'),
(64980, 2, 2579, 'ÐапиÑать пиÑьмо'),
(64981, 2, 2571, 'HTML'),
(64982, 2, 2575, 'Формат пиÑьма'),
(64983, 2, 2572, 'ТекÑÑ‚'),
(64984, 2, 5576, 'Ð’ Ñледующий раз вы Ñможете отправить раÑÑылку не ранее, чем через <b>{$hours}</b> чаÑов.'),
(64985, 2, 2620, 'Ð’Ñ‹ можете иÑпользовать Ñледующие переменные:'),
(64986, 2, 2570, 'Игнорировать опцию отказа от подпиÑки'),
(64987, 2, 2578, 'Предварительный проÑмотр'),
(64988, 2, 2582, 'Отправлено {$count} пиÑем'),
(64989, 2, 2580, 'Ðачать раÑÑылку'),
(64990, 2, 2574, 'Тема'),
(64991, 2, 2577, '<b>Ð’Ñего:</b> <i>{$count}</i>активных учаÑтников'),
(64992, 2, 2584, '<br />\n<br />\nЧтобы отпиÑатьÑÑ Ð¾Ñ‚ раÑÑылки, пожалуйÑта <a href="{$link}" >нажмите Ñюда</a>'),
(64993, 2, 2585, 'Чтобы отпиÑатьÑÑ Ð¾Ñ‚ раÑÑылки, пожалуйÑта нажмите Ñюда: {$link}'),
(64994, 2, 15361, 'Роли пользователей'),
(64995, 2, 2576, 'Выбор пользователÑ'),
(64996, 2, 2162, 'ОÑновные'),
(64997, 2, 3083, 'SMTP'),
(64998, 2, 9874, 'ÐаÑтройки Ñтраницы'),
(64999, 2, 3812, 'Ðедавно активные'),
(65000, 2, 3813, 'Заблокированные'),
(65001, 2, 3815, 'Ðеактивные'),
(65002, 2, 3814, 'Ðеподтвержденные'),
(65003, 2, 10601, 'ÐаÑтройки ввода пользователÑ'),
(65004, 2, 2196, 'Роли пользователей'),
(65005, 2, 10685, 'ÐаÑтройки пользователÑ'),
(65006, 2, 10619, 'Ð’Ñтавка контента'),
(65007, 2, 10618, 'Общие'),
(65008, 2, 1621, 'ÐедоÑтающие ключи'),
(65009, 2, 1616, 'ÐедоÑтающий текÑÑ‚'),
(65010, 2, 16400, '&nbsp;'),
(65011, 2, 16401, 'Отключить мобильную верÑию Ñайта'),
(65012, 2, 18705, 'Общее'),
(65013, 2, 1713, 'Извините, ключ уже ÑущеÑтвует'),
(65014, 2, 2468, 'Клонированный'),
(65015, 2, 15532, 'Язык не Ñклонирован'),
(65016, 2, 15533, 'Ðеверный ISO тег.'),
(65017, 2, 1619, 'Минимум один Ñзык должен быть активным.'),
(65018, 2, 2676, 'Мой профиль'),
(65019, 2, 4520, 'ÐžÐ±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð°: <b>{$count}</b>. <a href="{$link}">ПоÑмотреть</a>'),
(65020, 2, 4519, 'Обновление плагина. <a href="{$link}">Обновить </a>'),
(65021, 2, 16383, 'ДоÑтупные Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ñ‚ÐµÐ¼Ñ‹: <b>{$count}</b>. <a href="{$link}">ПроÑмотреть</a>'),
(65022, 2, 18748, 'Ðекоторые фото не были добавлены из-за большого размера или неверного формата.'),
(65023, 2, 18719, 'ÐедоÑтаточно параметров'),
(65024, 2, 18733, 'Ðет едигиц'),
(65025, 2, 18720, 'Фото не выбрано'),
(65026, 2, 18749, 'Ðекоторые фото не были добавлены из-за большого размера или неверного формата.'),
(65027, 2, 2218, 'Ðет пользователей'),
(65028, 2, 1710, 'Ðет значений'),
(65029, 2, 18750, '&nbsp;'),
(65030, 2, 9403, 'или'),
(65031, 2, 1609, 'Оригинальное значение: {$label} ({$tag})'),
(65032, 2, 2739, 'Ðазвание меню'),
(65033, 2, 2740, 'Содержимое Ñтраницы'),
(65034, 2, 9389, 'Ðижнее меню'),
(65035, 2, 9392, 'Это Ñтраницы, которые ÑущеÑтвуют, но не показываютÑÑ Ð½Ð° Ñайте. <span class="ow_highlight">Перетащите</span> ÑÑылки, которые вы хотите Ñкрыть.'),
(65036, 2, 9390, 'Скрытые Ñтраницы'),
(65037, 2, 9386, 'Ð’Ñ‹ можете проÑмотреть ÑущеÑтвующие Ñтраницы и ÑÑылки на Ñайте. Это ваши каÑтомные Ñтраницы и Ñтраницы активных плагинов.<span class="ow_highlight">Перетащите</span> ÑÑылки через меню Ð´Ð»Ñ Ñмены положениÑ.'),
(65038, 2, 9396, 'СÑылка'),
(65039, 2, 9397, 'видимый Ð´Ð»Ñ Ð²Ñех'),
(65040, 2, 9399, 'видимый только Ð´Ð»Ñ Ð³Ð¾Ñтей'),
(65041, 2, 9402, 'Легенда'),
(65042, 2, 9400, 'видимый только Ð´Ð»Ñ ÑƒÑ‡Ð°Ñтников'),
(65043, 2, 9387, 'Главное меню'),
(65044, 2, 2727, 'Ðазвание меню'),
(65045, 2, 2728, 'URL'),
(65046, 2, 2730, 'Открыть в новом окне'),
(65047, 2, 2731, 'Показывать длÑ'),
(65048, 2, 2732, 'Ðазвание меню'),
(65049, 2, 2736, 'Содержимое Ñтраницы'),
(65050, 2, 2733, 'Ðазвание Ñтраницы'),
(65051, 2, 2734, 'URL'),
(65052, 2, 2735, 'Показывать длÑ'),
(65053, 2, 2737, 'ГоÑти'),
(65054, 2, 2738, 'ЗарегиÑтрированные пользователи'),
(65055, 2, 2505, 'или'),
(65056, 2, 18477, 'Поддерживает HTML'),
(65057, 2, 2511, 'Дополнительные мета теги Ð´Ð»Ñ ÑˆÐ°Ð¿ÐºÐ¸ Ñтраницы.'),
(65058, 2, 18693, 'УправлÑÑ‚ÑŒ Ñтраницами'),
(65059, 2, 2741, 'ÐÐ´Ñ€ÐµÑ Ñтраницы'),
(65060, 2, 1923, 'ÐдминиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ {$site_name}'),
(65061, 2, 1922, 'ÐдминиÑÑ‚Ñ€Ð°Ñ‚Ð¸Ð²Ð½Ð°Ñ Ñтраница {$site_name}'),
(65062, 2, 1617, 'Перетащить'),
(65063, 2, 1618, 'ПорÑдок раÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ñзыка на Ñайте. Первый Ñзык будет выÑтавлен по умолчанию на Ñайте.'),
(65064, 2, 10676, 'ПожалуйÑта, предоÑтавьте корректную картинку в формате ico'),
(65065, 2, 9882, 'Код, добавленный в HTML документ перед закрывающимÑÑ &lt;/BODY&gt; тегом (каÑтомный Javascript).'),
(65066, 2, 9881, 'КаÑтомный код'),
(65067, 2, 9884, 'Иконка Ñайта в формате .ico (16на16px)'),
(65068, 2, 9883, 'Иконка Ñайта'),
(65069, 2, 9880, 'Код, добавленный в заголовок HTML документа (каÑтомный Javascript/CSS или META информациÑ).'),
(65070, 2, 9879, 'Код каÑтомного заголовка'),
(65071, 2, 11579, 'Ðет иконки Ñайта. Проверьте ее, чтобы активировать.'),
(65072, 2, 18702, 'Добавить новый'),
(65073, 2, 18701, 'ДоÑтупные плагины'),
(65074, 2, 4767, 'ФинанÑÑ‹'),
(65075, 2, 18698, 'УÑтановленные плагины'),
(65076, 2, 3868, 'Детали доÑтупа по FTP'),
(65077, 2, 18703, 'Меню мобильной верÑии'),
(65078, 2, 18751, 'Ðа проверке...'),
(65079, 2, 18724, 'Период'),
(65080, 2, 18669, 'ПриватноÑÑ‚ÑŒ'),
(65081, 2, 2588, 'Ðазвание роли'),
(65082, 2, 2569, 'Добавить'),
(65083, 2, 2604, 'Вы уверены?'),
(65084, 2, 2602, 'Выбрать вÑе | Выбранные:'),
(65085, 2, 2601, 'по умолчанию'),
(65086, 2, 2603, 'Удалить'),
(65087, 2, 2583, 'Редактировать роль'),
(65088, 2, 2568, 'Редактировать'),
(65089, 2, 2790, 'Удалите права Ð´Ð»Ñ "админиÑтратора" у модератора перед удалением модератора'),
(65090, 2, 2786, 'Модератор добавлен'),
(65091, 2, 2788, '{$username} уже ÑвлÑетÑÑ Ð¼Ð¾Ð´ÐµÑ€Ð°Ñ‚Ð¾Ñ€Ð¾Ð¼'),
(65092, 2, 2789, 'Пользователь удален из ÑпиÑка модераторов'),
(65093, 2, 2785, 'Пользователь не найден'),
(65094, 2, 2605, 'Откройте <a href="{$url}">Ñтраницу привилегий</a> Ð´Ð»Ñ Ð²Ñ‹Ð±Ð¾Ñ€Ð° функций, доÑтупных Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð½Ñ‹Ñ… ролей пользователей.'),
(65095, 2, 2834, 'Откройте <a href="{$url}">Ñтраницу ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»Ñми</a> Ð´Ð»Ñ ÑозданиÑ/редактированиÑ/ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»ÐµÐ¹ пользователей.'),
(65096, 2, 2805, 'ЕÑли нет <b>''Да''</b> будет превалировать над вÑеми наÑтройками лимитов'),
(65097, 2, 1950, 'Глобальные наÑтройки приватноÑти'),
(65098, 2, 2796, 'Только админиÑтратор'),
(65099, 2, 2795, 'Ð’Ñе пользователи'),
(65100, 2, 2792, 'Ð’Ñе'),
(65101, 2, 2793, 'Только по приглашению'),
(65102, 2, 2800, 'ГоÑти могут проÑматривать Ñайт'),
(65103, 2, 2798, 'ОбÑÐ·Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° учаÑтников'),
(65104, 2, 2799, 'Модераторы будут вручную проверÑÑ‚ÑŒ вÑех учаÑтников <b>перед</b> тем как они Ñмогут пользоватьÑÑ Ñайтом'),
(65105, 2, 2802, 'Ðет'),
(65106, 2, 18708, 'Сохранить'),
(65107, 2, 3348, 'ОбÑÐ·Ð°Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° пользователей'),
(65108, 2, 2794, 'Кто может приглашать:'),
(65109, 2, 2791, 'Кто может региÑтрироватьÑÑ:'),
(65110, 2, 2804, 'С паролем:'),
(65111, 2, 2801, 'Да'),
(65112, 2, 1949, 'Модераторы'),
(65113, 2, 2809, 'Добавить нового модератора'),
(65114, 2, 2807, 'Пользователь'),
(65115, 2, 2812, 'Ðазначить модератором'),
(65116, 2, 2810, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(65117, 2, 2600, '# пользователей'),
(65118, 2, 2783, 'ПриватноÑÑ‚ÑŒ и привилегии'),
(65119, 2, 2595, 'ПожалуйÑта выберите минимум одну роль'),
(65120, 2, 1886, 'Роли пользователей'),
(65121, 2, 2594, 'Роль (и) добавлена (ы)'),
(65122, 2, 9129, 'ДейÑтвиÑ'),
(65123, 2, 2589, 'ÐÐ¾Ð²Ð°Ñ Ñ€Ð¾Ð»ÑŒ добавлена'),
(65124, 2, 8999, 'Роль изменена'),
(65125, 2, 2784, 'Привилегии изменены уÑпешно'),
(65126, 2, 2599, 'Роль пользователÑ'),
(65127, 2, 4051, 'ПожалуйÑта, введите пароль'),
(65128, 2, 4078, 'ПожалуйÑта, введите верный пароль (минимум 3 Ñимвола)'),
(65129, 2, 18709, 'ÐаÑтройки Ñохранены'),
(65130, 2, 18752, '{$count} фото подгружены'),
(65131, 2, 18753, 'Ошибка подгрузки фото'),
(65132, 2, 18754, 'ПожалуйÑта, подождите пока подгрузÑÑ‚ÑÑ Ð¿Ñ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð¸Ðµ фото'),
(65133, 2, 4832, 'Плагин'),
(65134, 2, 3918, 'Подгрузить'),
(65135, 2, 3878, 'Соединение прервано, пожалуйÑта, проверьте хоÑÑ‚ и порт'),
(65136, 2, 3987, 'Ðеверные детали доÑтупа по FTP'),
(65137, 2, 6376, 'Ðеверные детали доÑтупа по FTP! Пользователь не имеет прав на перезапиÑÑŒ файлов.'),
(65138, 2, 3887, 'ХоÑÑ‚'),
(65139, 2, 3871, 'Войти'),
(65140, 2, 3872, 'Пароль'),
(65141, 2, 3875, 'Порт'),
(65142, 2, 3873, 'Введите'),
(65143, 2, 4019, 'ПожалуйÑта, введите лицензионный ключ'),
(65144, 2, 19243, 'Проверка лицензионного ключа'),
(65145, 2, 3874, 'Ð”Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ð¸ нужны детали доÑтупа по FTP'),
(65146, 2, 6890, 'У Ð²Ð°Ñ Ð½ÐµÑ‚ доÑтупных плагинов'),
(65147, 2, 4786, 'Обновить'),
(65148, 2, 4146, 'Ð’Ñ‹ дейÑтвительно хотите деактивировать плагин  ''{$name}''?'),
(65149, 2, 15478, 'Ðеверный или пуÑтой архив пакета обновлениÑ'),
(65150, 2, 3953, 'Ðет'),
(65151, 2, 15479, 'Плагин не найден'),
(65152, 2, 3952, 'Да'),
(65153, 2, 16403, 'Ð’Ñ‹ не можете изменить Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ñтого вопроÑа'),
(65154, 2, 15590, 'Ð’Ñ‹ не можете удалить тип аккаунта, так как к нему привÑзаны ÑкÑклюзивные вопроÑÑ‹.'),
(65155, 2, 2473, 'Показать вопроÑÑ‹ Ð´Ð»Ñ Ñ‚Ð¸Ð¿Ð° аккаунта'),
(65156, 2, 2540, 'Тип аккаунта добавлен'),
(65157, 2, 2314, 'Тип аккаунта удален'),
(65158, 2, 16404, 'Тип аккаунта изменен'),
(65159, 2, 19244, 'Добавить тип аккаунта'),
(65160, 2, 16405, 'Добавить тип аккаунта'),
(65161, 2, 16406, 'Изменить тип аккаунта'),
(65162, 2, 2536, 'Добавить новый тип аккаунта'),
(65163, 2, 2544, 'Добавить новый вопроÑ'),
(65164, 2, 2559, 'Добавить'),
(65165, 2, 16407, 'Добавить новый вопроÑ'),
(65166, 2, 16408, 'Добавить вопроÑ'),
(65167, 2, 2501, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½'),
(65168, 2, 2533, 'Добавить {$count} значений вопроÑов'),
(65169, 2, 2517, 'Добавить новые Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñа'),
(65170, 2, 16409, 'Добавить Ñекцию'),
(65171, 2, 2523, 'Ð’Ñ‹ можете добавить до 31 значениÑ'),
(65172, 2, 2522, 'Добавить Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ (одно значение в Ñтроке)'),
(65173, 2, 2525, 'Добавить'),
(65174, 2, 18462, 'Добавить новые значениÑ'),
(65175, 2, 2516, 'Перетащите Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ'),
(65176, 2, 2515, 'СущеÑтвующие значениÑ'),
(65177, 2, 2480, 'Тип ответа'),
(65178, 2, 15591, 'Ð’Ñ‹ не можете удалить тип аккаунта, выÑтавленный по умолчанию.'),
(65179, 2, 18478, 'Ð’Ñ‹ не можете удалить Ñтот тип аккаунта. Минимум 1 тип аккаунта должен быть на Ñайте.'),
(65180, 2, 2487, 'КоличеÑтво колонок'),
(65181, 2, 4868, 'Годы'),
(65182, 2, 18463, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñтот тип аккаунта?\n\nПомните: Пользователи Ñ Ñтим аккаунтом:\n1) потерÑÑŽÑ‚ информацию профилÑ, привÑзанную к Ñтому типу аккаунта; \n2) не Ñмогут пользоватьÑÑ Ñайтом до тех пор пока не войдут на Ñайт, выберут другой тип аккаунта и введут необходимую информацию.'),
(65183, 2, 2257, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñтот вопроÑ?\n\nÐ’ÐИМÐÐИЕ: ОТВЕТЫ ÐРЭТОТ ВОПРОС БУДУТ УДÐЛЕÐЫ У ВСЕХ ПОЛЬЗОВÐТЕЛЕЙ.'),
(65184, 2, 15624, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñтот вопроÑ?\n\nÐ’ÐИМÐÐИЕ: ВСЕ ОТВЕТЫ ÐРЭТОТ ВОПРОС БУДУТ ÐÐВСЕГДРУДÐЛЕÐЫ У ПОЛЬЗОВÐТЕЛЕЙ.\n\nУ Ñтого вопроÑа еÑÑ‚ÑŒ завиÑимые вопроÑÑ‹ {$questions}. ОÐИ БУДУТ ТÐКЖЕ УДÐЛЕÐЫ СО ВСЕЙ ИÐФОРМÐЦИЕЙ ПРОФИЛЯ.'),
(65185, 2, 2549, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñекцию?'),
(65186, 2, 18579, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñекцию? Ð’Ñе вопроÑÑ‹ пользователей данной Ñекции перемеÑÑ‚ÑÑ‚ÑÑ Ð² Ñекцию "{$sectionName}"'),
(65187, 2, 9297, 'Редактровать типы'),
(65188, 2, 2395, 'Редактировать название вопроÑа'),
(65189, 2, 16412, 'Редактировать тип аккаунта'),
(65190, 2, 2506, 'Вы уверены?'),
(65191, 2, 16413, 'Редактировать Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ'),
(65192, 2, 2513, 'ОпиÑание вопроÑа'),
(65193, 2, 2393, 'Редактировать опиÑание вопроÑа'),
(65194, 2, 2392, 'Редактировать название вопроÑа'),
(65195, 2, 2391, 'Редактировать значение вопроÑа'),
(65196, 2, 2390, 'Редактировать название Ñекции'),
(65197, 2, 6045, '<b>Мы не рекоммендуем делать поле Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€ÑƒÐµÐ¼Ñ‹Ð¼, потому что Ñмена имени приведет к Ñмене URL пользователÑ.</b>'),
(65198, 2, 2531, 'Ðет значениÑ'),
(65199, 2, 2478, 'Выберите тип аккаунта Ð´Ð»Ñ Ð²Ð¾Ð¿Ñ€Ð¾Ñа <i>только</i> еÑли он не подходит Ð´Ð»Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… вопроÑов. </b> Ðапример: <b><i>Пол,</i></b> который ÑоотвеÑтвует <b><i>Отдельному профилю</i></b> но не подходит<b><i>Паре</i></b>.'),
(65200, 2, 2477, 'Ð”Ð»Ñ Ñ‚Ð¸Ð¿Ð° аккаунта'),
(65201, 2, 2543, '<span class="ow_highlight">Перетащите</span> вопроÑÑ‹ и Ñекции Ð´Ð»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸Ñ… порÑдка.'),
(65202, 2, 2542, 'Ð’Ñ‹ можете изменить информацию пользователей о Ñебе. Ð’Ñ‹ можете изменÑÑ‚ÑŒ, передвигать и добавлÑÑ‚ÑŒ новые вопроÑÑ‹ профилей.'),
(65203, 2, 19246, 'Добавить неограниченное количеÑтво значений. Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÐµÐ¹ регулÑрно ÑохранÑÑŽÑ‚ÑÑ, что может негативно ÑказыватьÑÑ Ð½Ð° ÑкороÑти поиÑка профилей.'),
(65204, 2, 19247, 'Возможные значениÑ'),
(65205, 2, 18464, 'Этот Ð²Ð¾Ð¿Ñ€Ð¾Ñ Ð¿Ñ€Ð¸Ð²Ñзан к <a href="{$url}" class="parent_question_link" parentId="{$parentId}">{$label}</a>'),
(65206, 2, 2474, 'ÐÐ¾Ð²Ð°Ñ ÑекциÑ'),
(65207, 2, 2547, 'ÐÐ¾Ð²Ð°Ñ ÑекциÑ'),
(65208, 2, 2493, 'Пользователи не должны изменÑÑ‚ÑŒ Ñтот вопроÑ'),
(65209, 2, 2492, 'Ðа <b>Ñтранице Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ</b>'),
(65210, 2, 2496, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð½Ðµ должен иÑпользоватьÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка'),
(65211, 2, 2497, 'Ðа <b>Ñтранице поиÑка</b>'),
(65212, 2, 2491, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð½Ðµ должен показыватьÑÑ Ð½Ð° Ñтранице региÑтрации'),
(65213, 2, 2490, 'Ðа <b>Ñтранице региÑтрации</b>'),
(65214, 2, 2495, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð½Ðµ должен показыватьÑÑ Ð½Ð° Ñтранице проÑмотра профилÑ'),
(65215, 2, 2494, 'Ðа <b>Ñтранице проÑмотра профилÑ</b>'),
(65216, 2, 16415, 'Ð’Ñ‹ можете изменить информацию, добавленную пользователÑми о Ñебе.<br>\nÐ’Ñ‹ можете изменить, передвинуть, и добавить новые вопроÑÑ‹ профилей.'),
(65217, 2, 2486, 'Ð’Ñ‹ можете добавить до 31 значениÑ'),
(65218, 2, 18465, 'Возможные значениÑ'),
(65219, 2, 2545, 'Секции вопроÑов профилей'),
(65220, 2, 2476, 'ОпиÑание'),
(65221, 2, 2529, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð½Ðµ ÑущеÑтвует'),
(65222, 2, 2475, 'ВопроÑÑ‹'),
(65223, 2, 2479, 'СекциÑ'),
(65224, 2, 2256, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ ÑƒÐ´Ð°Ð»ÐµÐ½'),
(65225, 2, 2519, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð½Ðµ изменен'),
(65226, 2, 2518, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð½Ðµ изменен'),
(65227, 2, 2489, 'Форма не будет отправлена еÑли пользователь не введет верный ответ на вопроÑ'),
(65228, 2, 2488, 'ОбÑзательный'),
(65229, 2, 16416, 'Сохранить'),
(65230, 2, 2498, 'Сохранить и добавить'),
(65231, 2, 2546, 'ЕÑли у Ð²Ð°Ñ Ð¼Ð½Ð¾Ð³Ð¾ вопроÑов профилей - вы можете разделить их по ÑекциÑм. Можно добавить Ñледующие Ñекции "<b><i>ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ</i></b>", "<b><i>Контакты</i></b>", "<b><i>ИнтереÑÑ‹</i></b>", и Ñ‚. д.'),
(65232, 2, 2541, 'Ð¡ÐµÐºÑ†Ð¸Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð°'),
(65233, 2, 2271, 'Ð¡ÐµÐºÑ†Ð¸Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð°'),
(65234, 2, 2504, 'Ð’Ð¾Ð¿Ñ€Ð¾Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½'),
(65235, 2, 9293, '{$count} значениÑ'),
(65236, 2, 19248, 'Значение не должно быть пуÑтым'),
(65237, 2, 9404, 'Тип аккаунта'),
(65238, 2, 9405, 'ЭкÑклюзивные вопроÑÑ‹'),
(65239, 2, 9393, 'Редактровать'),
(65240, 2, 9375, 'ВопроÑ'),
(65241, 2, 9388, 'Требовать'),
(65242, 2, 9398, 'ПоиÑк'),
(65243, 2, 9391, 'ЗарегиÑтрироватьÑÑ'),
(65244, 2, 9377, 'Тип'),
(65245, 2, 9382, 'ЗначениÑ'),
(65246, 2, 9395, 'ПроÑмотреть'),
(65247, 2, 16417, 'Типы аккаунтов'),
(65248, 2, 16418, 'СвойÑтва'),
(65249, 2, 18466, 'Возможные значениÑ'),
(65250, 2, 18710, 'ÐаÑтройки изменены'),
(65251, 2, 18755, '(Ð’Ñего {$count})'),
(65252, 2, 18756, '(В общем {$count}. Ваш {$score})'),
(65253, 2, 18757, 'Удалить из популÑрных'),
(65254, 2, 4773, 'Запрещенные имена'),
(65255, 2, 4774, 'Добавить запрещенное имÑ'),
(65256, 2, 4776, 'Добавить'),
(65257, 2, 4777, 'СпиÑок запрещенных имен'),
(65258, 2, 4783, 'Ð˜Ð¼Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¾ уÑпешно'),
(65259, 2, 15534, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÑƒÐ¶Ðµ в ÑпиÑке запрещенных'),
(65260, 2, 15535, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¾ из ÑпиÑка запрещенных'),
(65261, 2, 4775, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(65262, 2, 1920, 'Сохранить'),
(65263, 2, 1613, 'Сохранить Ñту Ñтраницу'),
(65264, 2, 1608, 'ПоиÑк'),
(65265, 2, 10836, 'ПоиÑк по'),
(65266, 2, 3735, 'ПоиÑк по имени'),
(65267, 2, 1709, 'Ðет значений Ñ <i><b>{$keyword}</i></b>ключевым Ñловом'),
(65268, 2, 1607, 'Результаты поиÑка Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡ÐµÐ²Ð¾Ð³Ð¾ Ñлова: <i><b>{$keyword}</i></b>'),
(65269, 2, 1614, 'СекциÑ'),
(65270, 2, 1684, 'Выберите Ñодержимое, которое нужно импортировать из данного пакета Ñзыка.'),
(65271, 2, 18721, 'Выбрать режим'),
(65272, 2, 4129, 'Отправить пиÑьмо Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ñлектронного адреÑа'),
(65273, 2, 15362, 'Значение неверно или превышает лимит Ñервера.'),
(65274, 2, 9877, 'Ошибка при Ñохранении данных, пожалуйÑта, попробуйте еще раз'),
(65275, 2, 9878, 'ÐаÑтройки Ñохранены'),
(65276, 2, 18580, 'ПожалуйÑта, укажите причину блокировки пользователÑ.'),
(65277, 2, 1692, 'Показать:'),
(65278, 2, 2075, 'Личный кабинет'),
(65279, 2, 1937, 'Внешний вид'),
(65280, 2, 11312, 'ОÑновное'),
(65281, 2, 2077, 'Обзор'),
(65282, 2, 18671, 'ÐаÑтройки контента'),
(65283, 2, 2038, 'CSS'),
(65284, 2, 4770, 'ФинанÑÑ‹'),
(65285, 2, 2562, 'Язык'),
(65286, 2, 18672, 'Общее'),
(65287, 2, 2037, 'Графика'),
(65288, 2, 3371, 'Страница техничеÑкого обÑлуживаниÑ'),
(65289, 2, 2143, 'ОÑновные наÑтройки'),
(65290, 2, 18673, 'Управление Ñтраницами'),
(65291, 2, 18682, 'Управление Ñтраницами'),
(65292, 2, 18674, 'ÐатÑройки Ñтраниц'),
(65293, 2, 3834, 'Ð“Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ð°Ñ Ð¿Ñ€Ð¸Ð²Ð°Ñ‚Ð½Ð¾ÑÑ‚ÑŒ'),
(65294, 2, 2051, 'ПриватноÑÑ‚ÑŒ и привилегии'),
(65295, 2, 3837, 'Модераторы'),
(65296, 2, 9568, 'Роли'),
(65297, 2, 3836, 'Роли пользователей'),
(65298, 2, 2355, 'Блоги'),
(65299, 2, 3011, 'Импорт контактов'),
(65300, 2, 3798, 'Форум'),
(65301, 2, 2356, 'СÑылки'),
(65302, 2, 2822, 'МаÑÑÐ¾Ð²Ð°Ñ Ñ€Ð°ÑÑылка'),
(65303, 2, 2013, 'Фото'),
(65304, 2, 2014, 'Видео'),
(65305, 2, 2044, 'ВопроÑÑ‹ профилей'),
(65306, 2, 4772, 'Запрещенные имена'),
(65307, 2, 3835, 'Роли пользователей'),
(65308, 2, 2039, 'ÐаÑтройки темы'),
(65309, 2, 1887, 'Язык'),
(65310, 2, 18675, 'SMTP'),
(65311, 2, 18676, 'ОÑобые Ñтраницы'),
(65312, 2, 3261, 'Экран-заÑтавка'),
(65313, 2, 18677, 'Темы'),
(65314, 2, 18678, 'КаÑтомизировать'),
(65315, 2, 1897, 'Выбрать тему'),
(65316, 2, 1942, 'Редактировать тему'),
(65317, 2, 2142, 'ПроÑмотр пользователей'),
(65318, 2, 9133, 'Роли пользователей'),
(65319, 2, 2078, 'Личный кабинет пользователÑ'),
(65320, 2, 2079, 'Профиль пользователÑ'),
(65321, 2, 9872, 'ÐаÑтройки пользователÑ'),
(65322, 2, 18679, 'ГлавнаÑ'),
(65323, 2, 15626, 'ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑиÑ'),
(65324, 2, 18681, 'Страницы'),
(65325, 2, 11314, 'ПроÑмотреть Ñтраницы/ÑÑылки'),
(65326, 2, 1939, 'Плагины'),
(65327, 2, 3860, 'Добавить'),
(65328, 2, 3859, 'ДоÑтупные плагины'),
(65329, 2, 3858, 'УÑтановленные плагины'),
(65330, 2, 2081, 'Управление плагинами'),
(65331, 2, 3807, 'ПриватноÑÑ‚ÑŒ и ограничениÑ'),
(65332, 2, 11311, 'ÐаÑтройки вопроÑов профилÑ'),
(65333, 2, 1935, 'ÐаÑтройки'),
(65334, 2, 15465, 'Добавить тему'),
(65335, 2, 11313, 'CSS темы'),
(65336, 2, 1938, 'Пользователи'),
(65337, 2, 3349, 'или войти через'),
(65338, 2, 2172, 'ОпиÑание'),
(65339, 2, 2173, 'ПожалуйÑта напишите пару предложений, опиÑывающих ваш Ñайт.'),
(65340, 2, 2880, 'Электронный Ð°Ð´Ñ€ÐµÑ Ñайта'),
(65341, 2, 2881, 'Электронный адреÑ, Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð³Ð¾ пользователи Ñайта будут получать ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¸ маÑÑовую раÑÑылку.'),
(65342, 2, 4131, 'Вам нужно подтвердить Ñлектронный адреÑ. Мы отправили пиÑьмо Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ñлектронного адреÑа, но вы возможно захотите отправить его Ñнова.'),
(65343, 2, 2168, 'УÑтановка Ñайта'),
(65344, 2, 18711, 'Пароль Ñайта'),
(65345, 2, 18785, '{$site_name}: уÑтановка нового паролÑ'),
(65346, 2, 18786, 'Ðовый пароль уÑтановлен Ð´Ð»Ñ {$site_name}<br> Ваш новый пароль <b>{$password}</b><br>'),
(65347, 2, 18787, 'Ðовый пароль уÑтановлен Ð´Ð»Ñ {$site_name} Ваш новый пароль {$password}'),
(65348, 2, 2177, '"Вчера, 5:31"вмеÑто" 1 Ð¸ÑŽÐ½Ñ ''09, 5:31"'),
(65349, 2, 18769, 'Период по умолчанию'),
(65350, 2, 18774, 'Транзакции'),
(65351, 2, 18775, 'Сумма'),
(65352, 2, 18767, 'ПоÑледние 30 дней'),
(65353, 2, 18766, 'ПоÑледние 7 дней'),
(65354, 2, 18768, 'ПоÑледний год'),
(65355, 2, 18764, 'СегоднÑ'),
(65356, 2, 18772, 'Логины'),
(65357, 2, 18771, 'РкгиÑтрации'),
(65358, 2, 18765, 'Вчера'),
(65359, 2, 2170, 'Слоган'),
(65360, 2, 2171, 'Короткое, привлекательное опиÑание вашего Ñайта в одну Ñтроку.'),
(65361, 2, 2169, 'Ð˜Ð¼Ñ Ñайта'),
(65362, 2, 18729, 'Размер'),
(65363, 2, 18758, 'Размер "{$name}" фото не может превышать <b>{$size}</b> Mb'),
(65364, 2, 18759, 'Ð’Ñ€ÐµÐ¼Ñ Ñлайд шоу:&nbsp;'),
(65365, 2, 18667, 'Соединение SMTP не уÑтановлено'),
(65366, 2, 3100, 'Проверка SMTP прошла уÑпешно. Ð’Ñ‹ можете отправлÑÑ‚ÑŒ пиÑьма иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ SMTP.'),
(65367, 2, 9472, 'ВерÑÐ¸Ñ Ð¿Ð»Ð°Ñ‚Ñ„Ð¾Ñ€Ð¼Ñ‹ <b>{$version}</b> (билд{$build})'),
(65368, 2, 3248, 'Ðазвание кнопки Войти'),
(65369, 2, 3249, 'КаÑтомное название кнопки Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ð° на Ñайт'),
(65370, 2, 3253, 'Войти'),
(65371, 2, 3284, 'ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñкран-заÑтавку вы можете напрÑмую ÑпроÑить учаÑтников ÑоглаÑны ли они войти на Ñайт.'),
(65372, 2, 3283, 'Включить'),
(65373, 2, 3247, 'Содержимое Ñкрана-заÑтавки. HTML разрешен'),
(65374, 2, 3246, 'ТекÑÑ‚/HTML'),
(65375, 2, 3252, 'Ð’Ñ…Ð¾Ð´Ñ Ð½Ð° Ñайт вы подтверждаете, что вам минимум 18 лет.'),
(65376, 2, 3260, 'Покинуть'),
(65377, 2, 3251, 'Куда поÑетители должны быть направлены еÑли выбирают покинуть Ñайт'),
(65378, 2, 3250, 'URL переадреÑации'),
(65379, 2, 18712, 'Экран-заÑтавка'),
(65380, 2, 18713, 'ÐаÑтройки Ñкрана-заÑтавки'),
(65381, 2, 18696, 'Экран-заÑтавка'),
(65382, 2, 18714, 'ÐаÑтройки обновлены'),
(65383, 2, 18773, 'Сумма Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ периода'),
(65384, 2, 18778, 'ПроÑматривать пользователей'),
(65385, 2, 18777, 'ИÑториÑ'),
(65386, 2, 18760, 'Редактировать фото'),
(65387, 2, 15466, 'Добавить новую тему'),
(65388, 2, 15467, 'Добавить новую тему'),
(65389, 2, 18479, 'Темы личного кабинета админиÑтрации'),
(65390, 2, 16419, 'Вы не можете удалить активную тему'),
(65391, 2, 16420, 'Вы не можете удалить тему по умолчанию'),
(65392, 2, 1890, 'Ðктивировать'),
(65393, 2, 16421, 'Удалить'),
(65394, 2, 16422, 'Ð’Ñ‹ дейÑтвительно хотите удалить `#theme#` тему?'),
(65395, 2, 1904, 'ДоÑтупные темы'),
(65396, 2, 18691, 'Темы'),
(65397, 2, 16423, 'Тема удалена'),
(65398, 2, 15468, 'Тема добавлена уÑпешно'),
(65399, 2, 15627, 'ПожалуйÑта, введите верный лицензионный ключ'),
(65400, 2, 2747, 'Предварительный проÑмотр изображениÑ'),
(65401, 2, 18692, 'КаÑтомизировать'),
(65402, 2, 2743, 'СброÑить'),
(65403, 2, 15469, 'Тема не подгружена, папка темы `{$dir}` уже ÑущеÑтвует'),
(65404, 2, 15470, 'Ðевозможно разархивировать тему'),
(65405, 2, 3852, 'Тема изменена'),
(65406, 2, 1943, 'Редактировать CSS'),
(65407, 2, 1944, 'Сохранить'),
(65408, 2, 1953, 'CSS Ñтили (только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ)'),
(65409, 2, 1954, 'Изображение удалено'),
(65410, 2, 2680, 'Ð’Ñ‹ дейÑтвительно хотите удалить изображение?'),
(65411, 2, 1961, 'СпиÑок изображений'),
(65412, 2, 1958, 'Удалить'),
(65413, 2, 1960, 'Предварительный проÑмотр'),
(65414, 2, 1959, 'URL'),
(65415, 2, 1955, 'Изображение не удалено'),
(65416, 2, 1957, 'Подгрузить'),
(65417, 2, 1956, 'Изображение добавлено'),
(65418, 2, 1962, 'Подгрузить изображение'),
(65419, 2, 1967, 'Ðвтор'),
(65420, 2, 1966, 'URL автора'),
(65421, 2, 9381, 'Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ теме'),
(65422, 2, 1976, 'СовмеÑтимоÑÑ‚ÑŒ'),
(65423, 2, 1978, 'ВерÑиÑ'),
(65424, 2, 1965, 'КаÑÑ‚Ð¾Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ Ñ‚ÐµÐ¼Ñ‹'),
(65425, 2, 1891, 'Сохранить'),
(65426, 2, 1893, 'У Ñтой темы нет наÑтроек каÑтомизации.'),
(65427, 2, 2677, 'Ð’Ñ‹ дейÑтвительно хотите ÑброÑить Ñвои наÑтройки?'),
(65428, 2, 15628, 'Ðеверный или пуÑтой архив пакета обновлениÑ'),
(65429, 2, 15629, 'Обновление темы временно недоÑтупно'),
(65430, 2, 15630, 'Тема не найдена'),
(65431, 2, 2175, 'Ð’Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð·Ð¾Ð½Ð°'),
(65432, 2, 2174, 'ÐаÑтройки времени'),
(65433, 2, 18726, 'Заголовок'),
(65434, 2, 1702, 'Добавить новый текÑÑ‚'),
(65435, 2, 6678, 'Ð’Ñего: <b>{$count}</b> пользователей'),
(65436, 2, 1610, 'Перевод: {$label} ({$tag})'),
(65437, 2, 18761, 'Ðеверный тип файла: {$name}'),
(65438, 2, 18718, 'Ðеопределенное дейÑтвие'),
(65439, 2, 1921, 'Изменение уÑпешно'),
(65440, 2, 18731, 'Дата подгрузки'),
(65441, 2, 18727, 'URL'),
(65442, 2, 2232, 'Пользователь'),
(65443, 2, 2627, 'ÐаÑтройки аватара'),
(65444, 2, 2235, '{$count} пользователей удалено'),
(65445, 2, 2626, 'ÐаÑтройки отображениÑ'),
(65446, 2, 15363, 'Выбранный пользователь(и) отмечены неподтвержденными'),
(65447, 2, 6308, 'Электронные адреÑа выбранных пользователей подтверждены'),
(65448, 2, 15481, 'Выбранный(е) пользователь(и) активированы'),
(65449, 2, 15482, 'Выбранный(е) пользователь(и) отклонены'),
(65450, 2, 2659, 'Профиль заблокирован'),
(65451, 2, 2995, 'Выбранные пользователи активированы'),
(65452, 2, 16424, 'ПриложениÑ'),
(65453, 2, 10605, 'Комментарииконтента'),
(65454, 2, 10607, 'ÐаÑтройки Rich media'),
(65455, 2, 10602, 'Контент текÑта'),
(65456, 2, 9286, 'ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð¾Ð»Ð¸ пользователÑ'),
(65457, 2, 3823, 'Результат поиÑка длÑ: "<b>{$for}</b>"'),
(65458, 2, 6366, 'Ðватар по умолчанию'),
(65459, 2, 6473, 'Изменить, чтобы заменить аватар темы, выÑтавленный по умолчанию'),
(65460, 2, 2629, 'Размер аватара'),
(65461, 2, 2634, 'Показать на вÑех ÑпиÑках. Вам также нужно изменить CSS вашей темы.'),
(65462, 2, 15483, 'МакÑимальный рекомендованный размер аватара {$max}px'),
(65463, 2, 15484, 'Размер вырезанного <br /> аватара'),
(65464, 2, 2630, 'Размер большого аватара'),
(65465, 2, 2635, 'Показать на Ñтранице профилÑ'),
(65466, 2, 15485, 'МакÑимальный рекомендованный размер большого аватара {$max}px'),
(65467, 2, 15486, 'Размер большого вырезанного <br /> аватара'),
(65468, 2, 5126, 'Подтвердить Ñлектронный адреÑ'),
(65469, 2, 5124, 'ЕÑли включена, пользователÑм придетÑÑ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´Ð°Ñ‚ÑŒ Ñлектронные адреÑа перед тем как заходить на Ñайт.'),
(65470, 2, 2632, 'Показать Ð¸Ð¼Ñ Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ ÐºÐ°Ðº:'),
(65471, 2, 2633, 'Обычно вам придетÑÑ Ð²Ñ‹Ð±Ð¸Ñ€Ð°Ñ‚ÑŒ между <b><i>Именем пользователÑ</i></b> (традиционным) и наÑтоÑщим именем (как на Facebook). Эта наÑтройка применитÑÑ Ð´Ð»Ñ Ð²Ñего Ñайта.'),
(65472, 2, 5125, 'ÐаÑтройки почты'),
(65473, 2, 18683, 'ПриватноÑÑ‚ÑŒ'),
(65474, 2, 18684, 'ВопроÑÑ‹ профилей'),
(65475, 2, 2628, 'ÐаÑтройки юзера изменены'),
(65476, 2, 3816, 'СтатуÑ'),
(65477, 2, 3817, 'заблокированные'),
(65478, 2, 3819, 'неактивные'),
(65479, 2, 3818, 'неподтвержденные'),
(65480, 2, 9567, 'ИÑпользовать 24 чаÑовой формат времени'),
(65481, 2, 2176, 'ИÑпользовать отноÑительную дату/времÑ'),
(65482, 2, 4128, 'Подтвердить'),
(65483, 2, 7828, 'Скрипт запланированных задач Oxwall неактивен. ПожалуйÑта, добавьте его к ÑпиÑку запланированных задач({$path}).'),
(67266, 1, 21310, 'The following extensions are not allowed for security reasons: {$extensions}'),
(67267, 1, 21311, 'Password'),
(67268, 1, 21312, 'SEO'),
(65485, 2, 18697, 'Профиль пользователей'),
(65486, 2, 18762, 'СтатиÑтика контента'),
(65487, 2, 18763, 'Контент группы по умолчанию'),
(65488, 2, 18776, 'СтатиÑтика финанÑов'),
(65489, 2, 18770, 'СтатиÑтика пользователей'),
(65490, 2, 1603, 'Вы редактируете'),
(65508, 2, 2216, 'ОпиÑание изменено'),
(65509, 2, 2215, 'Обо мне'),
(65510, 2, 2214, 'Добавьте информацию о Ñебе'),
(65511, 2, 16065, 'ПринÑÑ‚ÑŒ'),
(65512, 2, 3821, 'Ð¡ÐµÐ¹Ñ‡Ð°Ñ Ð¾Ð½Ð»Ð°Ð¹Ð½'),
(65513, 2, 3820, 'ÐктивноÑÑ‚ÑŒ:'),
(65514, 2, 2884, 'ПоÑледнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ'),
(65515, 2, 9291, 'Добавить комментарии'),
(65516, 2, 3081, 'Ð’Ñ‹ дейÑтвительно хотите удалить пользователÑ?'),
(65517, 2, 15488, 'Изменить изображение'),
(65518, 2, 15489, 'Выбрать изображение'),
(65519, 2, 6406, 'Пользователи'),
(65520, 2, 1745, 'Ð’Ñе'),
(65521, 2, 1773, 'Разрешить'),
(65522, 2, 3346, 'Ðктивировать пользователей'),
(65523, 2, 15490, 'Ðктивировать'),
(65524, 2, 1746, 'Ðрхив'),
(65525, 2, 1747, 'Вы уверены?'),
(65526, 2, 10926, 'Добавить видео'),
(65527, 2, 10927, 'приложение'),
(65528, 2, 10925, 'Прикрепить фото'),
(65529, 2, 10923, 'Добавить'),
(65530, 2, 10924, 'Прикрепить видео'),
(65531, 2, 2105, 'ÐапиÑать на Ñтене комментариев'),
(65532, 2, 2106, 'Ðвтор может удалить комментарии на Ñтене'),
(65533, 2, 4044, 'ПоиÑк пользователей'),
(65534, 2, 2368, 'Добавить блог поÑÑ‚'),
(65535, 2, 2208, 'Добавить комментарии'),
(65536, 2, 2827, 'Владелец контента может удалÑÑ‚ÑŒ комментарии'),
(65537, 2, 2370, 'ПроÑмотреть'),
(65538, 2, 7918, 'Комментировать Ñобытие'),
(65539, 2, 7916, 'Добавить Ñобытие'),
(65540, 2, 7917, 'ПроÑмотреть Ñобытие'),
(65541, 2, 8989, 'Создать/Редактировать тему'),
(65542, 2, 15364, 'Передвинуть темы в Ñкрытые Ñекции'),
(65543, 2, 8990, 'ПодпиÑатьÑÑ Ð½Ð° темы форума'),
(65544, 2, 8988, 'ПроÑмотреть тему'),
(65545, 2, 2904, 'Добавить друга'),
(65546, 2, 10688, 'ÐапиÑать комментарий на Ñтене'),
(65547, 2, 10689, 'Создать/Редактировать тему'),
(65548, 2, 10690, 'Создать группы'),
(65549, 2, 10691, 'Ðвтор может удалить комментарии на Ñтене'),
(65550, 2, 6157, 'Добавить ÑÑылку'),
(65551, 2, 6156, 'ОÑтавить комментарий на Ñтене'),
(65552, 2, 6158, 'Владелец контента может удалÑÑ‚ÑŒ комментарии'),
(65553, 2, 6159, 'ПроÑмотреть ÑÑылки'),
(65554, 2, 6780, 'Прочитать входÑщее Ñообщение'),
(65555, 2, 6781, 'Отправить личное Ñообщение'),
(65556, 2, 6047, 'Комментировать добавленные уÑлуги'),
(65557, 2, 6048, 'Владелец контента может удалÑÑ‚ÑŒ комментарии'),
(65558, 2, 6073, 'Добавить уÑлуги'),
(65559, 2, 9030, 'Разрешить комментарии'),
(65560, 2, 2102, 'Комментировать фото');
INSERT INTO `ow_base_language_value` VALUES
(65561, 2, 2103, 'Владелец контента не может удалить комментарии'),
(65562, 2, 2101, 'Подгрузить фото'),
(65563, 2, 2100, 'ПроÑмотреть фото'),
(65564, 2, 16427, 'ПожалуйÑта {$alternatives}, чтобы {$action}.'),
(65565, 2, 2097, 'Добавить видео'),
(65566, 2, 2823, 'Комментировать видео'),
(65567, 2, 2824, 'Владелец контента может удалÑÑ‚ÑŒ комментарии'),
(65568, 2, 2098, 'ПроÑмотреть видео'),
(65569, 2, 8574, 'Отправить подарок'),
(65570, 2, 2835, 'Ð’Ñ‹ не можете проÑматривать Ñтраницу из-за ограничений вашего ÑтатуÑа'),
(65571, 2, 2843, 'Ой, кажетÑÑ Ñƒ Ð²Ð°Ñ Ð¾Ð³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð½Ñ‹Ð¹ доÑтуп'),
(65572, 2, 3352, 'Изменен'),
(65573, 2, 3309, 'Изменить роль'),
(65574, 2, 2104, 'ОÑновные права'),
(65575, 2, 2207, 'Блоги'),
(65576, 2, 7915, 'СобытиÑ'),
(65577, 2, 8987, 'Форум'),
(65578, 2, 2903, 'ДрузьÑ'),
(65579, 2, 10692, 'Группы'),
(65580, 2, 6155, 'СÑылки'),
(65581, 2, 6779, 'Почта'),
(65582, 2, 6046, 'Рынок'),
(65583, 2, 5796, 'Тип учаÑтиÑ'),
(65584, 2, 9029, 'Лента новоÑтей'),
(65585, 2, 2099, 'Фото'),
(65586, 2, 8664, 'Кредиты'),
(65587, 2, 2096, 'Видео'),
(65588, 2, 8573, 'Подарки'),
(65589, 2, 16428, 'ÐедоÑтаточные привилегии'),
(65596, 2, 2082, 'ГоÑÑ‚ÑŒ'),
(65600, 2, 2609, 'БеÑплатный'),
(65601, 2, 3308, 'Роли пользователей'),
(65602, 2, 15537, 'Разрешить поÑÑ‚Ñ‹ Ñтены профилÑ'),
(65603, 2, 18581, 'Пользователи'),
(65604, 2, 2425, 'Ðеверное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ Ñлектронный адреÑ'),
(65605, 2, 2426, 'Ðеверный пароль'),
(65606, 2, 2431, 'ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾ÑˆÐ»Ð° уÑпешно. ПожалуйÑта подождите...'),
(65607, 2, 9401, 'ПроÑматривать профили'),
(65608, 2, 2932, '<a href="{$userUrl}">{$user}</a> изменил аватар.'),
(65609, 2, 1861, 'Вырезать'),
(65610, 2, 1855, 'Ðватар - Ñто изображение/фото отображаемое Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ профилÑ'),
(65611, 2, 18467, 'Ðазад на профиль'),
(65612, 2, 1994, 'Подгрузить'),
(65613, 2, 2059, 'Изменить аватар'),
(65614, 2, 18582, 'Ðватар изменен'),
(65615, 2, 1998, 'Сменить аватар'),
(65616, 2, 18583, 'или выберите из галереи'),
(65617, 2, 2060, 'Редактировать мой профиль'),
(65618, 2, 1858, 'Вырезать аватар'),
(65619, 2, 1859, 'Выберите облаÑÑ‚ÑŒ Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·Ð°Ð½Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ аватара, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÐºÑƒÑ€Ñор мыши. Вырезанный аватар поÑвитÑÑ Ñправа. ЕÑли Ð²Ð°Ñ ÑƒÑтраивает вырезанный аватар, нажмите кнопку "Вырезать".'),
(65620, 2, 1856, 'Ваш аватар'),
(65621, 2, 18584, 'Ð’Ñ‹ можете перенеÑти только 1 изображение в данную облаÑÑ‚ÑŒ'),
(65622, 2, 6671, 'Ñменил вÑой аватар'),
(65623, 2, 18585, 'Ðватар активирован'),
(65624, 2, 18586, 'Фото Ñлишком маленькое Ð´Ð»Ñ Ð°Ð²Ð°Ñ‚Ð°Ñ€Ð°. <br />Минимальный размер {$width}px x {$height}px'),
(65625, 2, 1857, 'Подгрузить новый аватар'),
(65626, 2, 18587, 'Ðватар ожидает проверку'),
(65627, 2, 1860, 'Ваш аватар'),
(65628, 2, 1863, 'Предварительный проÑмотр'),
(65629, 2, 2906, 'ПожалуйÑта выберите файл изображениÑ'),
(65630, 2, 18588, 'Ñменил(а) аватар'),
(65631, 2, 1995, 'ДоÑтупные форматы Ð´Ð»Ñ Ð°Ð²Ð°Ñ‚Ð°Ñ€Ð¾Ð²<span class="ow_txt_value">JPG</span>/<span class="ow_txt_value">GIF</span>/<span class="ow_txt_value">PNG</span>'),
(65632, 2, 6498, 'Отправить'),
(65633, 2, 6497, 'выбрано #count# пользователей'),
(65634, 2, 6714, 'Ð’Ñ‹ должны выбрать пользователÑ, чтобы продолжить'),
(65635, 2, 2846, 'Ðватар'),
(65636, 2, 18589, 'Ðазад'),
(65637, 2, 16476, 'Добавить новый'),
(65638, 2, 6569, 'У Ð²Ð°Ñ Ð½ÐµÑ‚ прав на доÑтуп к Ñтранице.'),
(65639, 2, 6568, 'Отказано в доÑтупе'),
(65640, 2, 6571, 'Отказано в доÑтупе'),
(65641, 2, 2062, 'Извините, документ не ÑущеÑтвует'),
(65642, 2, 2061, 'Страница не найдена'),
(65643, 2, 6570, 'Страница не найдена'),
(65644, 2, 16477, 'ÐедоÑтаточные привилегии'),
(65645, 2, 15538, 'Скрытый'),
(65646, 2, 2997, 'ЗарегиÑтрироватьÑÑ'),
(65647, 2, 4090, 'ПожалуйÑта, войдите'),
(65648, 2, 4091, 'или'),
(65649, 2, 15539, 'Добро пожаловать в наше ÑообщеÑтво!<br /><br />\nПеред тем как продолжить, вам нужно зарегиÑтрировать профиль и Ñтать нашим учаÑтником.'),
(65650, 2, 4843, 'Сумма'),
(65651, 2, 3988, 'ÐŸÐ»Ð°Ñ‚ÐµÐ¶Ð½Ð°Ñ ÑиÑтема не поддерживает валюту, уÑтановленную на Ñайте по умолчанию (<b>{$currency}</b>)'),
(65652, 2, 4854, 'Детали'),
(65653, 2, 4855, 'СиÑтема'),
(65654, 2, 4793, 'ÐŸÐ»Ð°Ñ‚ÐµÐ¶Ð½Ð°Ñ ÑиÑтема не найдена или отÑутÑтвует'),
(65655, 2, 15368, 'СвÑзь продуктов биллинговой ÑиÑтемы'),
(65656, 2, 4870, 'недоÑтупна'),
(65657, 2, 3945, 'Ðет активных платежных ÑиÑтем'),
(65658, 2, 4871, 'Ваша покупка отменена'),
(65659, 2, 4873, 'Покупка уÑпешно Ñовершена'),
(65660, 2, 4872, 'Ошибка при обработке покупки'),
(65661, 2, 4811, 'Покупка не инициализирована'),
(65662, 2, 4906, 'Оплатить Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ {$gateway}'),
(65663, 2, 4875, 'Покупка раÑÑматриваетÑÑ'),
(65664, 2, 4907, 'Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð²Ð°ÑˆÐµÐ¹ покупки'),
(65665, 2, 4874, 'Покупка подтверждена'),
(65666, 2, 3956, 'Оплатить безопаÑно через'),
(65667, 2, 15369, 'Продукт'),
(65668, 2, 15370, 'ID продукта ÑиÑтемы'),
(65669, 2, 4810, 'Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ покупке не найдена'),
(65670, 2, 4857, 'СтатиÑтика'),
(65671, 2, 4856, 'ID транзакции'),
(65672, 2, 15371, 'Подтвердить блокирование'),
(65673, 2, 16478, 'Отправить'),
(65674, 2, 1754, 'От'),
(65675, 2, 6478, 'Отменить'),
(65676, 2, 15372, 'Отменить'),
(65677, 2, 15540, 'Ð’Ñ‹ не можете удалить модератора Ñайта.'),
(65678, 2, 6275, 'Сначала нужно удалить Ñтого Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð· модераторов'),
(65679, 2, 6477, 'Изменить'),
(65680, 2, 2923, 'Изменить пароль'),
(65681, 2, 2928, 'Пароль не изменен'),
(65682, 2, 2925, 'Ðовый пароль'),
(65683, 2, 2924, 'Старый пароль'),
(65684, 2, 2926, 'Введите новый пароль еще раз'),
(65685, 2, 2927, 'Пароль изменен'),
(65686, 2, 9106, 'Оплатить'),
(65687, 2, 2219, 'Выбрать вÑе'),
(65688, 2, 18590, 'Отметить вÑе'),
(65689, 2, 1977, 'Добавить'),
(65690, 2, 2125, 'КоличеÑтво отображаемых комментариев'),
(65691, 2, 2126, 'Режим отображениÑ'),
(65692, 2, 2128, 'Полный ÑпиÑок'),
(65693, 2, 2127, 'С номерами Ñтраниц'),
(65694, 2, 2333, 'Ð’Ñ‹ не можете оÑтавлÑÑ‚ÑŒ комментарии'),
(65695, 2, 2729, 'Вам нужно войти на Ñайт, чтобы оÑтавить комментарий'),
(65696, 2, 1752, 'Комментарии'),
(65697, 2, 18480, 'Смотреть еще'),
(65698, 2, 2845, 'Стена'),
(65699, 2, 18591, 'прокомментировал(а)'),
(65700, 2, 2016, 'Ошибка при добавлении комментариÑ'),
(65701, 2, 2015, 'Ошибка при обработке вашего запроÑа'),
(65702, 2, 1992, 'Добавить'),
(65703, 2, 1993, 'Стена'),
(65704, 2, 18592, 'прокомментировал (а) {$content}'),
(65705, 2, 4047, 'Ð’Ñ‹ дейÑтвительно хотите удалить комментарий?'),
(65706, 2, 2018, 'Удалить'),
(65707, 2, 15592, 'Добавьте комментарий...'),
(65708, 2, 16479, 'больше комментариев'),
(65709, 2, 2017, 'Ðет комментариев'),
(65710, 2, 11296, 'ПожалуйÑта, введите комментарий'),
(65711, 2, 6378, 'ПроÑмотреть вÑе  ({$count})'),
(65712, 2, 16480, 'Заполнить профиль'),
(65713, 2, 16481, 'Введите обÑзательные значениÑ.'),
(65714, 2, 16482, 'Заполните Ñвой профиль'),
(65715, 2, 16483, 'Заполнить профиль'),
(65716, 2, 2860, 'Добавить'),
(65717, 2, 2269, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ/Электронный адреÑ'),
(65718, 2, 9694, 'отобразить и Ñделать обÑзательным'),
(65719, 2, 9693, 'отбразить'),
(65720, 2, 9695, 'Ñкрыть'),
(65721, 2, 15373, 'Подтвердить'),
(65722, 2, 4101, 'Отменить'),
(65723, 2, 4100, 'хорошо'),
(65724, 2, 15541, 'ПриглашениÑ'),
(65725, 2, 4514, 'Личный кабинет'),
(65726, 2, 4517, 'Почта'),
(65727, 2, 4515, 'ÐаÑтройки'),
(65728, 2, 4516, 'Мой профиль'),
(65729, 2, 4518, 'Выйти'),
(65730, 2, 15542, 'РегиÑтрациÑ'),
(65731, 2, 18593, 'Ðватары'),
(65732, 2, 18594, 'Ðватар'),
(65733, 2, 18595, 'Комментарии'),
(65734, 2, 18596, 'Комментарий'),
(65735, 2, 18597, 'Пользователи'),
(65736, 2, 18598, 'Профиль'),
(65737, 2, 15543, 'Удалить комментарий'),
(65738, 2, 15544, 'Удалить пользователÑ'),
(65739, 2, 16484, 'Продолжить'),
(65740, 2, 2436, '© Ð’Ñе права защищены. {$site_name}'),
(65741, 2, 18599, 'Ðватар не вырезан.'),
(65742, 2, 2088, 'Содержимое (текÑÑ‚t/HTML)'),
(65743, 2, 2074, 'КаÑтомный текÑÑ‚/HTML'),
(65744, 2, 2093, 'Перейти на новую Ñтроку <br />'),
(65745, 2, 15545, 'Ðет контента'),
(65746, 2, 3851, 'Личный кабинет'),
(65747, 2, 3792, 'Мой личный кабинет'),
(65748, 2, 2022, 'в'),
(65749, 2, 6861, 'ЧаÑ'),
(65750, 2, 6862, 'Минута'),
(65751, 2, 2020, '{$hours} чаÑов назад'),
(65752, 2, 1973, '{$minutes} минут назад'),
(65753, 2, 2026, 'Янв'),
(65754, 2, 2034, 'Окт'),
(65755, 2, 2035, 'ÐоÑ'),
(65756, 2, 2036, 'Дек'),
(65757, 2, 2027, 'Фев'),
(65758, 2, 2028, 'Мар'),
(65759, 2, 2029, 'Ðпр'),
(65760, 2, 2030, 'Май'),
(65761, 2, 2031, 'Июнь'),
(65762, 2, 2032, 'Июль'),
(65763, 2, 2033, 'Ðвг'),
(65764, 2, 2025, 'Сен'),
(65765, 2, 2019, 'Ñ‡Ð°Ñ Ð½Ð°Ð·Ð°Ð´'),
(65766, 2, 1972, 'минуту назад'),
(65767, 2, 1919, 'СегоднÑ'),
(65768, 2, 4140, 'Завтра'),
(65769, 2, 4012, 'ВоÑкреÑенье'),
(65770, 2, 4013, 'Понедельник'),
(65771, 2, 4014, 'Вторник'),
(65772, 2, 4015, 'Среда'),
(65773, 2, 4016, 'Четверг'),
(65774, 2, 4017, 'ПÑтница'),
(65775, 2, 4018, 'Суббота'),
(65776, 2, 1971, 'через минуту'),
(65777, 2, 2021, 'Вчера'),
(65778, 2, 4050, 'День'),
(65779, 2, 1770, 'Удалить'),
(65780, 2, 15546, 'Удаленный пользователь'),
(65781, 2, 9294, 'Удалить комментарий владельца контента'),
(65782, 2, 3041, 'Удалить профиль'),
(65783, 2, 3037, 'Отменить'),
(65784, 2, 3045, 'Ð’Ñ‹ дейÑтвительно хотите удалить профиль?'),
(65785, 2, 3078, 'Удалить подтверждение'),
(65786, 2, 3056, 'Удалить контент пользователÑ'),
(65787, 2, 3038, 'Удалить'),
(65788, 2, 19208, 'Пользователь удален'),
(65789, 2, 3039, 'Удалить пользователÑ'),
(65790, 2, 3079, 'Ðккаунт удален<br />\nВернутьÑÑ Ð½Ð° <a href="{$site_url}">Ñайт</a>'),
(65791, 2, 15644, 'ÐŸÐ¾Ð»Ð½Ð°Ñ Ð²ÐµÑ€ÑиÑ'),
(65792, 2, 1774, 'Отклонить'),
(65793, 2, 15491, 'Отклонить'),
(65794, 2, 18600, 'Перетащите фото или нажмите, чтобы загрузить'),
(65795, 2, 18601, 'Перетащите фото Ñюда'),
(65796, 2, 1769, 'Редактировать'),
(65797, 2, 2936, '<a href="{$userUrl}">{$user}</a> изменил детали Ñвоего профилÑ'),
(65798, 2, 2374, 'Сохранить'),
(65799, 2, 2376, 'Редактировать профиль'),
(65800, 2, 3040, 'Редактировать детали профилÑ'),
(65801, 2, 19197, 'Примечание: Имейте в виду, что редактирование текÑтовых полей приведет вашего Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð¿Ñ€Ð¸Ð²ÐµÐ´ÐµÑ‚ к дополнительной проверке. Ð’Ñ‹ не Ñможете пользоватьÑÑ Ñайтом в процеÑÑе проверки.'),
(65802, 2, 15471, 'ПеренеÑти данные Ñ Ð´Ñ€ÑƒÐ³Ð¸Ñ… ÑервиÑов'),
(65803, 2, 2375, 'Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð°'),
(65804, 2, 4102, 'Кто-то комментирует мой профиль'),
(65805, 2, 2565, 'Извините, Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð½Ðµ подтвержден.<br/> Возможно:<br/> \n<br/> \n1) СÑылка Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð½ÐµÐ²ÐµÑ€Ð½Ð°Ñ. ПожалуйÑта Ñкопируйте верную ÑÑылку и вÑтавьте в адреÑную Ñтроку.\n<br/><br/>\n2) СÑылка Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ð½ÐµÐ´ÐµÐ¹Ñтвительна, так как ее не иÑпользовали в течении 5 дней. ПожалуйÑта отправьте Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° подтверждение еще раз.'),
(65806, 2, 2558, 'Электронный Ð°Ð´Ñ€ÐµÑ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½'),
(65807, 2, 3049, 'ПожалуйÑта введите код подтверждениÑ'),
(65808, 2, 2554, 'Подтверждение Ñлектронного адреÑа'),
(65809, 2, 3050, 'Ðеверный код подтверждениÑ'),
(65810, 2, 2564, '"<p>\nПожалуйÑта подтвердите Ñлектронный адреÑ.<br />Ðажмите кнопку "Отправить" Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¿Ð¸Ñьма Ñ ÐºÐ¾Ð´Ð¾Ð¼ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð½Ð° Ñвой Ñлектронный адреÑ.\n</p>\n<p>\n<b>ЕÑли вы не получили пиÑьмо,</b> пожалуйÑта добавьте <i>{$site_email}</i> в белый ÑпиÑок .\n</p>"'),
(65811, 2, 2555, 'Отправить'),
(65812, 2, 2847, 'Подтверждение Ñлектронного адреÑа'),
(65813, 2, 2556, 'ЗдравÑтвуйте {$username},<br />\n<br />\nБлагодарим за региÑтрацию на {$site_name}! Чтобы подтвердить Ñвой Ñлектронный Ð°Ð´Ñ€ÐµÑ <a href="{$url}">нажмите</a><br />\n<br />\nÐ’Ñ‹ также можете вÑтавить код <a href="{$verification_page_url}">на Ñтраницу подтверждениÑ</a>: {$code}<br />\n<br />\nСпаÑибо,<br />\nÐдминиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ {$site_name}'),
(65814, 2, 2557, 'ЗдравÑтвуйте {$username},\n\nБлагодарим за региÑтрацию на {$site_name}! Чтобы подтвердить Ñвой Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð½Ð°Ð¶Ð¼Ð¸Ñ‚Ðµ на ÑÑылку: {$url}\n\nÐ’Ñ‹ также можете вÑтавить код на Ñтраницу Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ {$verification_page_url} : \n{$code}\n\nСпаÑибо,\nÐдминиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ {$site_name}'),
(65815, 2, 3046, 'Код'),
(65816, 2, 3048, 'Отправить'),
(65817, 2, 2654, 'ПиÑьмо Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÐ¶Ð´ÐµÐ½Ð¸Ñ Ñлектронного адреÑа отправлено уÑпешно'),
(65818, 2, 16485, 'ПуÑтой комментарий'),
(65819, 2, 2815, '<center>ПуÑто</center>'),
(65820, 2, 19207, 'ПуÑтое Ñообщение'),
(65821, 2, 19206, 'ПуÑÑ‚Ð°Ñ Ñ‚ÐµÐ¼Ð° ÑообщениÑ'),
(65822, 2, 6489, 'Ðет пользователей'),
(65823, 2, 7429, 'Ðет пользователей'),
(65824, 2, 15492, 'прокомментировал(а) новый аватар {$user}'),
(65825, 2, 15493, 'понравилÑÑ Ð½Ð¾Ð²Ñ‹Ð¹ аватар {$user}'),
(65826, 2, 16486, 'нравитÑÑ Ð½Ð¾Ð²Ñ‹Ð¹ аватар'),
(65827, 2, 16487, 'прокомментировал(а) новый аватар'),
(65828, 2, 15494, 'прокомментировал региÑтрацию {$user} на нашем Ñайте'),
(65829, 2, 15495, 'нравитÑÑ Ñ€ÐµÐ³Ð¸ÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ {$user} на нашем Ñайте'),
(65830, 2, 6696, 'изменил детали Ñвоего профилÑ'),
(65831, 2, 6697, 'зарегиÑтрировалÑÑ Ð½Ð° Ñайте!'),
(65832, 2, 1768, 'Отметить'),
(65833, 2, 3830, 'Контент, на который пожаловалиÑÑŒ'),
(65834, 2, 18602, 'Отмечен: {$time}'),
(65835, 2, 3791, 'Репорт удален'),
(65836, 2, 3790, 'КоличеÑтво пользователей, зарепортивших Ñтот контент'),
(65837, 2, 3776, 'Репорт принÑÑ‚'),
(65838, 2, 3777, 'Ð’Ñ‹ уже репортили Ñто'),
(65839, 2, 3773, 'Зарепортить как...'),
(65840, 2, 3774, 'отметить'),
(65841, 2, 3772, 'Ðелегальный'),
(65842, 2, 3771, 'Ðарушение'),
(65843, 2, 15547, 'Ð’Ñ‹ не можете зарепортить Ñвой контент'),
(65844, 2, 3770, 'Спам'),
(65845, 2, 2312, 'Введите Ñвой Ñлектронный адреÑ'),
(65846, 2, 5836, 'Ð’Ñ‹ уже получили код ÑброÑа. ПожалуйÑта, попробуйте Ñнова через 24 чаÑа.'),
(65847, 2, 2313, 'Ваш Ñлектронный адреÑ'),
(65848, 2, 5832, 'Введите Ñлетронный Ð°Ð´Ñ€ÐµÑ Ð¸Ñпользуемый при региÑтрации.'),
(65849, 2, 5837, 'Забыл пароль'),
(65850, 2, 5845, 'Ð”Ð»Ñ Ñмены Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð²Ð°Ð¼ нужно ввеÑти ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты, получить код и иÑпользовать его Ð´Ð»Ñ Ð·Ð°Ð¼ÐµÐ½Ñ‹ Ñтарого паролÑ.'),
(65851, 2, 3888, 'Забыл пароль'),
(65852, 2, 10686, 'ЗдравÑтвуйте {$username},<br />\n<br />\nÐ’Ñ‹ проÑили ÑброÑить пароль. Вот ваш новый пароль: <b>{$password}</b><br />\n<br />\nÐ’Ñ‹ можете войти на Ñвою учетную запиÑÑŒ <a href="{$site_url}">{$site_url}</a> и изменить пароль Ñнова еÑли нужно.<br />\n<br />\nСпаÑибо,<br />\n{$site_name}'),
(65853, 2, 10687, 'ЗдравÑтвуйте {$username},\n\nÐ’Ñ‹ проÑили ÑброÑить пароль. Вот ваш новый пароль: {$password}\n\nÐ’Ñ‹ можете войти на Ñвою учетную запиÑÑŒ <a href="{$site_url}">{$site_url}</a> и изменить пароль Ñнова еÑли нужно.\n\nСпаÑибо,\n{$site_name}'),
(65854, 2, 2315, 'Ðовый пароль Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ¹ учетной запиÑи'),
(65855, 2, 5833, 'ÐŸÐ¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ñ Ñ‚Ð°ÐºÐ¸Ð¼ Ñлектронным адреÑом не ÑущеÑтвует'),
(65856, 2, 15480, 'Код ÑброÑа уже отправлен. ПожалуйÑта, попробуйте Ñнова через 10 минут.'),
(65857, 2, 1711, 'Вперед'),
(65858, 2, 3854, 'Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ð± изменении и подтверждении вашего нового Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¾Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð° на вашу Ñлектронную почту.'),
(65859, 2, 4040, '(ВозраÑÑ‚)'),
(65860, 2, 2234, 'Введите'),
(65861, 2, 4038, 'от'),
(65862, 2, 2233, 'Выбрать'),
(65863, 2, 9423, 'Отправить'),
(65864, 2, 9493, 'Отправить'),
(65865, 2, 4039, 'до'),
(65866, 2, 4869, '(Годы)'),
(65867, 2, 18468, 'ПожалуйÑта заполните форму верно'),
(65868, 2, 4167, 'Ðлфавитно-Ñ†Ð¸Ñ„Ñ€Ð¾Ð²Ð°Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° неверна!'),
(65869, 2, 4149, 'Код введен неверно!'),
(65870, 2, 4164, 'Дата неверна!'),
(65871, 2, 4169, 'Ðеверный Ñлектронный адреÑ!'),
(65872, 2, 4165, 'Ошибка Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ float!'),
(65873, 2, 4166, 'Ошибка Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ int!'),
(65874, 2, 18660, 'Ðеверный диапазон'),
(65875, 2, 4170, 'Ðеверное регулÑрное выражение!'),
(65876, 2, 2844, 'ОбÑзательно'),
(65877, 2, 4171, 'Строка неверна!'),
(65878, 2, 4168, 'Ðеверный Url!'),
(65879, 2, 3829, 'Ðа проверку'),
(65880, 2, 3391, 'Ðруба'),
(65881, 2, 3392, 'ÐфганиÑтан'),
(65882, 2, 3393, 'Ðнгола'),
(65883, 2, 3394, 'ÐнгильÑ'),
(65884, 2, 3395, 'ÐлбаниÑ'),
(65885, 2, 3396, 'Ðндорра'),
(65886, 2, 3397, 'ÐидерландÑкие ÐнтильÑкие оÑтрова'),
(65887, 2, 3398, 'Объединенные ÐрабÑкие Эмираты'),
(65888, 2, 3399, 'Ðргентина'),
(65889, 2, 3400, 'ÐрмениÑ'),
(65890, 2, 3401, 'ÐмериканÑкое Самоа'),
(65891, 2, 3402, 'Ðнтарктика'),
(65892, 2, 3403, 'ФранцузÑкие Южные Территории'),
(65893, 2, 3404, 'Ðнтигуа и Барбуда'),
(65894, 2, 3405, 'ÐвÑтралиÑ'),
(65895, 2, 3406, 'ÐвÑтриÑ'),
(65896, 2, 3407, 'Ðзербайджан'),
(65897, 2, 3408, 'Бурунди'),
(65898, 2, 3409, 'БельгиÑ'),
(65899, 2, 3410, 'Бенин'),
(65900, 2, 3411, 'Буркина-ФаÑо'),
(65901, 2, 3412, 'Бангладеш'),
(65902, 2, 3413, 'БолгариÑ'),
(65903, 2, 3414, 'Бахрейн'),
(65904, 2, 3415, 'БагамÑкие оÑтрова'),
(65905, 2, 3416, 'БоÑÐ½Ð¸Ñ Ð¸ Герцеговина'),
(65906, 2, 3417, 'БеларуÑÑŒ'),
(65907, 2, 3418, 'Белиз'),
(65908, 2, 3419, 'БермудÑкие оÑтрова'),
(65909, 2, 3420, 'БоливиÑ'),
(65910, 2, 3421, 'БразилиÑ'),
(65911, 2, 3422, 'БарбадоÑ'),
(65912, 2, 3423, 'Бруней ДаруÑÑалам'),
(65913, 2, 3424, 'Бутан'),
(65914, 2, 3425, 'ОÑтров Буве'),
(65915, 2, 3426, 'БотÑвана'),
(65916, 2, 3427, 'Ð¦ÐµÐ½Ñ‚Ñ€Ð°Ð»ÑŒÐ½Ð°Ñ ÐфриканÑÐºÐ°Ñ Ð ÐµÑпублика'),
(65917, 2, 3428, 'Канада'),
(65918, 2, 3429, 'ШвейцариÑ'),
(65919, 2, 3430, 'Чили'),
(65920, 2, 3431, 'Китай'),
(65921, 2, 3432, 'Кот-д'' Ивуар'),
(65922, 2, 3433, 'Камерун'),
(65923, 2, 3434, 'ДемократичеÑÐºÐ°Ñ Ð ÐµÑпублика Конго'),
(65924, 2, 3435, 'Конго'),
(65925, 2, 3436, 'ОÑтрова Кука'),
(65926, 2, 3437, 'КолумбиÑ'),
(65927, 2, 3438, 'КоморÑкие оÑтрова'),
(65928, 2, 3439, 'Кабо-Верде'),
(65929, 2, 3440, 'КоÑта-Рика'),
(65930, 2, 3441, 'Куба'),
(65931, 2, 3442, 'ОÑтрова Кайман'),
(65932, 2, 3443, 'Кипр'),
(65933, 2, 3444, 'ЧехиÑ'),
(65934, 2, 3445, 'ГерманиÑ'),
(65935, 2, 3446, 'Джибути'),
(65936, 2, 3447, 'ОÑтров Доминика'),
(65937, 2, 3448, 'ДаниÑ'),
(65938, 2, 3449, 'ДоминиканÑÐºÐ°Ñ Ð ÐµÑпублика'),
(65939, 2, 3450, 'Ðджир'),
(65940, 2, 3451, 'Эквадор'),
(65941, 2, 3452, 'Египет'),
(65942, 2, 3453, 'ЭритреÑ'),
(65943, 2, 3454, 'ИÑпаниÑ'),
(65944, 2, 3455, 'ЭÑтониÑ'),
(65945, 2, 3456, 'ЭфиопиÑ'),
(65946, 2, 3457, 'ФинлÑндиÑ'),
(65947, 2, 3458, 'Фиджи'),
(65948, 2, 3459, 'ФолклендÑкие оÑтрова'),
(65949, 2, 3460, 'ФранциÑ'),
(65950, 2, 3461, 'ФарерÑкие оÑтрова'),
(65951, 2, 3462, 'Федеративные Штаты Микронезии'),
(65952, 2, 3463, 'Габон'),
(65953, 2, 3464, 'ВеликобританиÑ'),
(65954, 2, 3465, 'ГрузиÑ'),
(65955, 2, 3466, 'ГернÑи'),
(65956, 2, 3467, 'Гана'),
(65957, 2, 3468, 'Гибралтар'),
(65958, 2, 3469, 'ГвинеÑ'),
(65959, 2, 3470, 'Гваделупа'),
(65960, 2, 3471, 'ГамбиÑ'),
(65961, 2, 3472, 'ГвинеÑ-БиÑау'),
(65962, 2, 3473, 'Ð­ÐºÐ²Ð°Ñ‚Ð¾Ñ€Ð¸Ð°Ð»ÑŒÐ½Ð°Ñ Ð“Ð²Ð¸Ð½ÐµÑ'),
(65963, 2, 3474, 'ГрециÑ'),
(65964, 2, 3475, 'Гренада'),
(65965, 2, 3476, 'ГренландиÑ'),
(65966, 2, 3477, 'Гватемала'),
(65967, 2, 3478, 'ФранцузÑÐºÐ°Ñ Ð“Ð²Ð¸Ð°Ð½Ð°'),
(65968, 2, 3479, 'Гуам'),
(65969, 2, 3480, 'Гайана'),
(65970, 2, 3481, 'Гонконг'),
(65971, 2, 3482, 'ГондураÑ'),
(65972, 2, 3483, 'ХорватиÑ'),
(65973, 2, 3484, 'Гаити'),
(65974, 2, 3485, 'ВенгриÑ'),
(65975, 2, 3486, 'ИндонезиÑ'),
(65976, 2, 3487, 'ОÑтров ÐœÑн'),
(65977, 2, 3488, 'ИндиÑ'),
(65978, 2, 3489, 'БританÑÐºÐ°Ñ Ñ‚ÐµÑ€Ñ€Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð² ИндийÑком океане'),
(65979, 2, 3490, 'ИрландиÑ'),
(65980, 2, 3491, 'ИÑламÑÐºÐ°Ñ Ð ÐµÑпублика Иран'),
(65981, 2, 3492, 'Ирак'),
(65982, 2, 3493, 'ИÑландиÑ'),
(65983, 2, 3494, 'Израиль'),
(65984, 2, 3495, 'ИталиÑ'),
(65985, 2, 3496, 'Ямайка'),
(65986, 2, 3497, 'ДжерÑи'),
(65987, 2, 3498, 'ИорданиÑ'),
(65988, 2, 3499, 'ЯпониÑ'),
(65989, 2, 3500, 'КазахÑтан'),
(65990, 2, 3501, 'КениÑ'),
(65991, 2, 3502, 'КыргызÑтан'),
(65992, 2, 3503, 'Камбоджа'),
(65993, 2, 3504, 'Кирибати'),
(65994, 2, 3505, 'Сент-ÐšÐ¸Ñ‚Ñ Ð¸ ÐевиÑ'),
(65995, 2, 3506, 'РеÑпублика КореÑ'),
(65996, 2, 3507, 'Кувейт'),
(65997, 2, 3508, 'ЛаоÑÑÐºÐ°Ñ Ðародно-ДемократичеÑÐºÐ°Ñ Ð ÐµÑпублика'),
(65998, 2, 3509, 'Ливан'),
(65999, 2, 3510, 'ЛибериÑ'),
(66000, 2, 3511, 'ЛивийÑÐºÐ°Ñ ÐрабÑÐºÐ°Ñ Ð”Ð¶Ð°Ð¼Ð°Ñ…Ð¸Ñ€Ð¸Ñ'),
(66001, 2, 3512, 'Сент-ЛюÑиÑ'),
(66002, 2, 3513, 'Лихтенштейн'),
(66003, 2, 3514, 'Шри-Ланка'),
(66004, 2, 3515, 'ЛеÑото'),
(66005, 2, 3516, 'Литва'),
(66006, 2, 3517, 'ЛюкÑембург'),
(66007, 2, 3518, 'ЛатвиÑ'),
(66008, 2, 3519, 'Макао'),
(66009, 2, 3520, 'Сен-Мартен'),
(66010, 2, 3521, 'Марокко'),
(66011, 2, 3522, 'Монако'),
(66012, 2, 3523, 'РеÑпублика Молдова'),
(66013, 2, 3524, 'МадагаÑкар'),
(66014, 2, 3525, 'Мальдивы'),
(66015, 2, 3526, 'МекÑика'),
(66016, 2, 3527, 'Маршалловы оÑтрова'),
(66017, 2, 3528, 'Ð‘Ñ‹Ð²ÑˆÐ°Ñ ÑŽÐ³Ð¾ÑлавÑÐºÐ°Ñ Ð ÐµÑпублика МакедониÑ'),
(66018, 2, 3529, 'Мали'),
(66019, 2, 3530, 'Мальта'),
(66020, 2, 3531, 'МьÑнма'),
(66021, 2, 3532, 'Монтенегро'),
(66022, 2, 3533, 'МонголиÑ'),
(66023, 2, 3534, 'Северные МарианÑкие оÑтрова'),
(66024, 2, 3535, 'Мозамбик'),
(66025, 2, 3536, 'МавританиÑ'),
(66026, 2, 3537, 'МонтÑеррат'),
(66027, 2, 3538, 'Мартиника'),
(66028, 2, 3539, 'Маврикий'),
(66029, 2, 3540, 'Малави'),
(66030, 2, 3541, 'МалайзиÑ'),
(66031, 2, 3542, 'Майотта'),
(66032, 2, 3543, 'ÐамибиÑ'),
(66033, 2, 3544, 'ÐÐ¾Ð²Ð°Ñ ÐšÐ°Ð»ÐµÐ´Ð¾Ð½Ð¸Ñ'),
(66034, 2, 3545, 'Ðигер'),
(66035, 2, 3546, 'оÑтров Ðорфолк'),
(66036, 2, 3547, 'ÐигериÑ'),
(66037, 2, 3548, 'Ðикарагуа'),
(66038, 2, 3549, 'ÐиуÑ'),
(66039, 2, 3550, 'Ðидерланды'),
(66040, 2, 3551, 'ÐорвегиÑ'),
(66041, 2, 3552, 'Ðепал'),
(66042, 2, 3553, 'Ðауру'),
(66043, 2, 3554, 'ÐÐ¾Ð²Ð°Ñ Ð—ÐµÐ»Ð°Ð½Ð´Ð¸Ñ'),
(66044, 2, 3555, 'Оман'),
(66045, 2, 3556, 'ПакиÑтан'),
(66046, 2, 3557, 'Панама'),
(66047, 2, 3558, 'Перу'),
(66048, 2, 3559, 'Филиппины'),
(66049, 2, 3560, 'Палау'),
(66050, 2, 3561, 'Папуа - ÐÐ¾Ð²Ð°Ñ Ð“Ð²Ð¸Ð½ÐµÑ'),
(66051, 2, 3562, 'Польша'),
(66052, 2, 3563, 'ПуÑрто Рико'),
(66053, 2, 3564, 'КорейÑÐºÐ°Ñ Ðародно-ДемократичеÑÐºÐ°Ñ Ð ÐµÑпублика'),
(66054, 2, 3565, 'ПортугалиÑ'),
(66055, 2, 3566, 'Парагвай'),
(66056, 2, 3567, 'ПалеÑтина'),
(66057, 2, 3568, 'ФранцузÑÐºÐ°Ñ ÐŸÐ¾Ð»Ð¸Ð½ÐµÐ·Ð¸Ñ'),
(66058, 2, 3569, 'Катар'),
(66059, 2, 3570, 'Реюньон'),
(66060, 2, 3571, 'РумыниÑ'),
(66061, 2, 3572, 'РоÑÑиÑ'),
(66062, 2, 3573, 'Руанда'),
(66063, 2, 3574, 'СаудовÑÐºÐ°Ñ ÐравиÑ'),
(66064, 2, 3575, 'Ð¡ÐµÑ€Ð±Ð¸Ñ Ð¸ ЧерногориÑ'),
(66065, 2, 3576, 'Судан'),
(66066, 2, 3577, 'Сенегал'),
(66067, 2, 3578, 'Сингапур'),
(66068, 2, 3579, 'Ð®Ð¶Ð½Ð°Ñ Ð“ÐµÐ¾Ñ€Ð³Ð¸Ñ Ð¸ Южные Сандвичевы оÑтрова'),
(66069, 2, 3580, 'Соломоновы ОÑтрова'),
(66070, 2, 3581, 'Сьерра-Леоне'),
(66071, 2, 3582, 'Сальвадор'),
(66072, 2, 3583, 'Сан-Марино'),
(66073, 2, 3584, 'Сомали'),
(66074, 2, 3585, 'Сен-Пьер и Микелон'),
(66075, 2, 3586, 'СербиÑ'),
(66076, 2, 3587, 'Сан-Томе и ПринÑипи'),
(66077, 2, 3588, 'Суринам'),
(66078, 2, 3589, 'СловакиÑ'),
(66079, 2, 3590, 'СловениÑ'),
(66080, 2, 3591, 'ШвециÑ'),
(66081, 2, 3592, 'Свазиленд'),
(66082, 2, 3593, 'СейшельÑкие ОÑтрова'),
(66083, 2, 3594, 'СирийÑÐºÐ°Ñ ÐрабÑÐºÐ°Ñ Ð ÐµÑпублика'),
(66084, 2, 3595, 'Ð¢ÐµÑ€ÐºÑ Ð¸ КайкоÑ'),
(66085, 2, 3596, 'Чад'),
(66086, 2, 3597, 'Того'),
(66087, 2, 3598, 'Тайланд'),
(66088, 2, 3599, 'ТаджикиÑтан'),
(66089, 2, 3600, 'Токелау'),
(66090, 2, 3601, 'ТуркмениÑтан'),
(66091, 2, 3602, 'ВоÑточный Тимор'),
(66092, 2, 3603, 'Тонга'),
(66093, 2, 3604, 'Тринидад и Тобаго'),
(66094, 2, 3605, 'ТуниÑ'),
(66095, 2, 3606, 'ТурциÑ'),
(66096, 2, 3607, 'Тувалу'),
(66097, 2, 3608, 'Тайвань'),
(66098, 2, 3609, 'ÐžÐ±ÑŠÐµÐ´Ð¸Ð½Ñ‘Ð½Ð½Ð°Ñ Ð ÐµÑпублика ТанзаниÑ'),
(66099, 2, 3610, 'Уганда'),
(66100, 2, 3611, 'Украина'),
(66101, 2, 3612, 'Малые Удалённые ОÑтрова СШÐ'),
(66102, 2, 3613, 'Уругвай'),
(66103, 2, 3614, 'СШÐ'),
(66104, 2, 3615, 'УзбекиÑтан'),
(66105, 2, 3616, 'Ватикан'),
(66106, 2, 3617, 'Сент-ВинÑент и Гренадины'),
(66107, 2, 3618, 'ВенеÑуÑла'),
(66108, 2, 3619, 'ВиргинÑкие оÑтрова, ВеликобританиÑ'),
(66109, 2, 3620, 'ВиргинÑкие оÑтрова, СШÐ'),
(66110, 2, 3621, 'Вьетнам'),
(66111, 2, 3622, 'Вануату'),
(66112, 2, 3623, 'Ð£Ð¾Ð»Ð»Ð¸Ñ Ð¸ Футуна'),
(66113, 2, 3624, 'Самоа'),
(66114, 2, 3625, 'Йемен'),
(66115, 2, 3626, 'Ð®Ð¶Ð½Ð°Ñ Ðфрика'),
(66116, 2, 3627, 'ЗамбиÑ'),
(66117, 2, 3628, 'Зимбабве'),
(66118, 2, 16076, 'Игнорировать'),
(66119, 2, 15646, 'Главное'),
(66120, 2, 18603, 'МакÑимальный размер аватара'),
(66121, 2, 18665, 'Ðеверный тип файла. Разрешенные типы файлов: JPG/PNG/GIF'),
(66122, 2, 19205, 'Пользователь не ÑущеÑтвует'),
(66123, 2, 2934, '<a href="{$userUrl}">{$user}</a> зарегиÑтрировалÑÑ Ð½Ð° нашем Ñайте!'),
(66124, 2, 2935, '<a href="{$userUrl}"><img src="{$avatarUrl}" alt="{$user}"></a>'),
(66125, 2, 3231, 'Войти через'),
(66126, 2, 1901, 'Извините, Ñтот Ñлектронный Ð°Ð´Ñ€ÐµÑ ÑƒÐ¶Ðµ иÑпользуетÑÑ'),
(66127, 2, 1902, 'ПожалуйÑта, введите верный Ñлектронный адреÑ'),
(66128, 2, 1900, 'ПожалуйÑта, введите верный пароль'),
(66129, 2, 1898, 'Пароль не должен превышать 15 Ñимволов'),
(66130, 2, 1899, 'Пароль должен превышать 4 Ñимвола'),
(66131, 2, 1896, 'Тип файла не разрешен'),
(66132, 2, 1906, 'Извините, Ñто Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ ÑƒÐ¶Ðµ ÑущеÑтвует'),
(66133, 2, 1903, 'ПожалуйÑта, введите верное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(66134, 2, 4769, 'Извините, но Ñто Ð¸Ð¼Ñ Ð·Ð°Ð¿Ñ€ÐµÑ‰ÐµÐ½Ð¾'),
(66135, 2, 3230, 'ЗарегиÑтрируйте Ñвой профиль'),
(66136, 2, 2167, 'ПриÑоединÑйтеÑÑŒ к нашему ÑообщеÑтву.'),
(66137, 2, 2080, 'ЗарегиÑтрироватьÑÑ ÑейчаÑ'),
(66138, 2, 18659, 'Еще не зарегиÑтрированы?'),
(66139, 2, 3274, 'Извините, региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð°'),
(66140, 2, 3232, 'или'),
(66141, 2, 2155, 'ПриÑоединÑйтеÑÑŒ к нашему быÑтро раÑтущему ÑообщеÑтву. Ðаходите новых друзей, знакомьтеÑÑŒ, делитеÑÑŒ фото и видео. ÐаÑлаждайтеÑÑŒ!'),
(66142, 2, 2008, 'Продолжить'),
(66143, 2, 2009, 'РегиÑтрациÑ'),
(66144, 2, 2670, 'РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð° уÑпешно'),
(66145, 2, 9544, '<p class="ow_smallmargin">\nДобро пожаловать на наш Ñайт. ЕÑли вы продолжаете пользоватьÑÑ Ñайтом, вы ÑоглашаетеÑÑŒ Ñо Ñледующими правилами пользованиÑ, которые вмеÑте Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸ÐºÐ¾Ð¹ Ñайта управлÑÑŽÑ‚ нашими отношениÑми и вашими отношениÑми Ñ Ñайтом. ЕÑли вы не ÑоглаÑны Ñ ÐºÐ°ÐºÐ¸Ð¼Ð¸-либо правилами, пожалуйÑта, не пользуйтеÑÑŒ Ñайтом.\n</p>\n<p class="ow_stdmargin">\nТермин ''Ñайт'' или ''наÑ'' или ''мы'' отноÑитÑÑ Ðº владельцу Ñайта. Термин ''пользователь'' отноÑитÑÑ Ðº поÑетителю Ñайта.\n </p>\n<p class="ow_smallmargin">\nИÑпользование Ñайта оÑновано на Ñледующих правилах пользованиÑ:\n </p>\n<ul class="ow_stdmargin ow_regular">\n<li class="ow_smallmargin">\nСодержание Ñтраниц Ñайта предназначено только Ð´Ð»Ñ Ð¾Ð±Ñ‰ÐµÐ¹ информации и иÑпользованиÑ. Оно подлежит изменению без предварительного уведомлениÑ.\n </li>\n<li class="ow_smallmargin">\nПользователь признает, что ни мы ни какие-либо третьи лица не предоÑтавлÑÑŽÑ‚ гарантии пока пользователь иÑпользует Ñайт Ð´Ð»Ñ Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð½Ñ‹Ñ… целей. Мы иÑключаем ответÑтвенноÑÑ‚ÑŒ за возможный ущерб в Ñтепени разрешенной законом. \n </li>\n<li class="ow_smallmargin">\nПользователи иÑпользуют информацию и материалы Ñайта под Ñвою ответÑтвенноÑÑ‚ÑŒ, мы не отвечаем за Ñто.\nПользователь неÑет ответÑтвенноÑÑ‚ÑŒ за то, что продукты, уÑлуги или Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾ÑÑ‚ÑƒÐ¿Ð½Ð°Ñ Ð½Ð° Ñайте отвечает требованиÑм пользователÑм.\n </li>\n<li class="ow_smallmargin">\nДанный Ñайт Ñодержит материалы, которые могут принадлежать нам. Этот материал включает, но не ограничиваетÑÑ Ð´Ð¸Ð·Ð°Ð¹Ð½Ð¾Ð¼, внешним видом, Ñтруктурой и графикой. Копирование запрещено и разрешено только Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ.\n </li>\n<li class="ow_smallmargin">\nÐеÑанкционированное иÑпользование Ñтого Ñайта может Ñтать поводом иÑка на предмет ущерба или правонарушениÑ.\n </li>\n<li class="ow_smallmargin">\nДанный Ñайт может также Ñодержать ÑÑылки на другие Ñайты. Эти ÑÑылки предоÑтавлÑÑŽÑ‚ÑÑ Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ пользователÑм. Они не означают, что мы одобрÑем упомÑнутые Ñайты. Мы не отвечаем за контент Ñайтов, упомÑнутых на Ñайте.\n </li>\n<li class="ow_smallmargin">\nПользователь ÑоглашаетÑÑ Ð½Ðµ размещать нелегальный контент на Ñайте, и ÑоглашаетÑÑ Ð¿Ñ€ÐµÐ´ÑƒÐ¿Ñ€ÐµÐ¶Ð´Ð°Ñ‚ÑŒ владельцев Ñайта еÑли заметÑÑ‚, что другие пользователи размещают нелегальный контент.\n</li>\n</ul>'),
(66146, 2, 15522, '<p class="ow_smallmargin">\nБлагодарим Ð²Ð°Ñ Ð·Ð° поÑещение Ñайта. Эта политика конфиденциальноÑти раÑÑкажет вам, как мы иÑпользуем личную информацию, Ñобранную на Ñтом Ñайте. ПожалуйÑта, прочитайте Ñту политику конфиденциальноÑти перед иÑпользованием Сайта или предоÑтавлÑÑ Ð»Ð¸Ñ‡Ð½ÑƒÑŽ информацию. ИÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñтот Ñайт, вы принимаете правила, опиÑанные в наÑтоÑщей политике конфиденциальноÑти. Эти практики могут быть изменены, но вÑе Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ размещены и будут применÑÑ‚ÑŒÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ к деÑтельноÑти и информации в будущем. Вам предлагаетÑÑ Ð¾Ð·Ð½Ð°ÐºÐ¾Ð¼Ð¸Ñ‚ÑŒÑÑ Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸ÐºÐ¾Ð¹ конфиденциальноÑти, когда вы поÑещаете Ñайт Ð´Ð»Ñ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ð¹ в политике и убедитеÑÑŒ, что вы понимаете как будет иÑпользоватьÑÑ Ð»Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ, которую вы предоÑтавили.\n</p>\n<p class="ow_stdmargin"> \nПримечание: правила конфиденциальноÑти, изложенные в наÑтоÑщей политике конфиденциальноÑти, предназначены только Ð´Ð»Ñ Ñтого Ñайта. ЕÑли вы ÑÑылаетеÑÑŒ на Ñайты, пожалуйÑта, ознакомьтеÑÑŒ Ñ Ð¿Ð¾Ð»Ð¸Ñ‚Ð¸ÐºÐ¾Ð¹ конфиденциальноÑти, размещенной на Ñтих Ñайтах.\n</p>\n\n<h2 class="ow_smallmargin">Collection of Information</h2>\n \n<p class="ow_stdmargin">\nМы Ñобираем личную информацию, такую как имена, адреÑа Ñлектронной почты и Ñ‚.д., добровольно предÑтавленных нашими поÑетителÑми. Эта Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¸ÑпользуетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ конкретного запроÑа, и подпиÑку Ð²Ð°Ñ Ð½Ð° нашу почтовую раÑÑылку уÑлуг, еÑли вы не даете нам разрешение на иÑпользование ее другими ÑпоÑобами.\n</p>\n\n<h2 class="ow_smallmargin">Куки/Ð¢ÐµÑ…Ð½Ð¾Ð»Ð¾Ð³Ð¸Ñ Ð¾Ñ‚ÑлеживаниÑ</h2>\n \n<p class="ow_stdmargin">\nЭтот Ñайт может иÑпользовать куки и технологии отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð² завиÑимоÑти от возможноÑтей, предлагаемых. Куки и технологии отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾Ð»ÐµÐ·Ð½Ñ‹ Ð´Ð»Ñ Ñбора информации, такие как тип браузера и операционной ÑиÑтемы, отÑлеживает количеÑтво поÑетителей на Ñайт, и понимание того, как пользователи иÑпользуют Ñайт. Куки также могут помочь наÑтроить Ñайт Ð´Ð»Ñ Ð¿Ð¾Ñетителей. Ð›Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð½Ðµ может быть Ñобрана Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ куки и другой технологии отÑлеживаниÑ, однако, еÑли вы предварительно личную информацию, куки могут быть привÑзаны к такой информации. Куки и Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾Ñ‚ÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¼Ð¾Ð¶ÐµÑ‚ быть передана третьим лицам.\n</p>\n\n<h2 class="ow_smallmargin">Distribution of Information</h2>\n \n<p class="ow_stdmargin">\nМы можем делитьÑÑ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸ÐµÐ¹ Ñ Ð³Ð¾ÑударÑтвенными органами или другими компаниÑми помогают нам в предотвращении мошенничеÑтва или раÑÑледованиÑ. Мы можем Ñделать Ñто, когда: (1) разрешено или требуетÑÑ Ð¿Ð¾ закону; или, (2) пытаетÑÑ Ð·Ð°Ñ‰Ð¸Ñ‚Ð¸Ñ‚ÑŒ или предотвратить дейÑтвительное или потенциальное мошенничеÑтво или неÑанкционированные Ñделки; или, (3) раÑÑледование мошенничеÑтва, которое уже имело меÑто. Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð½Ðµ предоÑтавлÑетÑÑ Ñтим компаниÑм в маркетинговых целÑÑ…. \n</p>\n\n<h2 class="ow_smallmargin">ПриверженноÑÑ‚ÑŒ безопаÑноÑти данных</h2>\n \n<p class="ow_stdmargin">\nВаша Ð»Ð¸Ñ‡Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ñ…Ñ€Ð°Ð½Ð¸Ñ‚ÑÑ Ð² безопаÑноÑти. Только авторизованные Ñотрудники, агенты и подрÑдчики (которые ÑоглаÑилиÑÑŒ держать информацию в Ñекрете) имеют доÑтуп к Ñтой информации. Ð’Ñе пиÑьма и информационные бюллетени Ñ Ñтого Ñайта позволÑÑ‚ вам отказатьÑÑ Ð¾Ñ‚ дальнейших раÑÑылок.\n</p>\n\n<h2 class="ow_smallmargin">КонфиденциальноÑÑ‚ÑŒ Контактной информации</h2>\n \n<p class="ow_stdmargin">\nЕÑли у Ð²Ð°Ñ ÐµÑÑ‚ÑŒ вопроÑÑ‹, проблемы, или комментарии о нашей политике конфиденциальноÑти, вы можете ÑвÑзатьÑÑ Ñ Ð½Ð°Ð¼Ð¸, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÑредÑтва, предоÑтавлÑемые на Ñтом Ñайте. Мы оÑтавлÑем за Ñобой право вноÑить Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² Ñтой политике. Любые Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² Ñтой политике будут размещены.\n</p>'),
(66148, 2, 9542, 'Правила пользованиÑ'),
(66149, 2, 15520, 'Политика Ñайта'),
(66151, 2, 3293, '<p>\nЗдравÑтвуйте,\n</p>\n<p>\nМы приглашаем Ð²Ð°Ñ Ð·Ð°Ñ€ÐµÐ³Ð¸ÑтрироватьÑÑ Ð½Ð° Ñайте - {$site_name}.<br />\nПожалуйÑта, зарегиÑтрируйтеÑÑŒ <a href="{$url}">здеÑÑŒ</a>\n</p>\nÐдминиÑтрациÑ<br />\n{$site_url}'),
(66152, 2, 3294, 'ЗдравÑтвуйте,\n\nМы приглашаем Ð²Ð°Ñ Ð·Ð°Ñ€ÐµÐ³Ð¸ÑтрироватьÑÑ Ð½Ð° Ñайте - {$site_name}.\nПожалуйÑта, зарегиÑтрируйтеÑÑŒ здеÑÑŒ: {$url}\n\nÐдминиÑтрациÑ\n{$site_url}'),
(66153, 2, 3292, 'Приглашение на {$site_name}'),
(66154, 2, 15380, 'Пройдите по ÑÑылке <a href="{$url}">link</a> чтобы отключить ÑÑ‚Ð°Ñ‚ÑƒÑ Ñ‚ÐµÑ…Ð½Ð¸Ñ‡ÐµÑкого обÑлуживаниÑ.'),
(66155, 2, 1928, 'Главное'),
(66156, 2, 1927, 'Мой профиль'),
(66157, 2, 6823, 'Плагин подгружен и готов к уÑтановке'),
(66158, 2, 7218, 'Ðевозможно уÑтановить плагин Ñ Ð¿ÑƒÑтым ключом'),
(66159, 2, 7219, 'Ошибки при уÑтановке плагина "{$plugin}". ПожалуйÑта, деактивируйте его и уÑтановите Ñнова.'),
(66160, 2, 15381, 'Отметить Ñлектронный Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ðº неподтвержденный'),
(66161, 2, 6306, 'Отметить Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð½Ñ‹Ð¼'),
(66162, 2, 2593, 'ОтпиÑатьÑÑ'),
(66163, 2, 15382, 'ПожалуйÑта, подтвердите, что вы не хотите получать маÑÑовую раÑÑылку Ñ Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ Ñайта.'),
(66164, 2, 2612, 'Ð’Ñ‹ не отпиÑалиÑÑŒ. \n<br />\nПожалуйÑта проверьте верна ли ÑÑылка отпиÑки.'),
(66165, 2, 2611, 'Ð’Ñ‹ отпиÑалиÑÑŒ уÑпешно.\n<br />\nСпаÑибо.'),
(66166, 2, 11635, '(Лимит Ñервера {$value} Mb)'),
(66167, 2, 4598, 'Удален'),
(66168, 2, 19209, 'Сообщение'),
(66169, 2, 19199, 'Сообщение'),
(66170, 2, 19204, 'Сообщение отправлено'),
(66171, 2, 16037, 'Еще не доÑтупно но мобильной верÑии. Попробуйте<a href="{$url}">полную верÑию</a>.'),
(66172, 2, 16038, 'Ðет уведомлений'),
(66173, 2, 15662, 'ÐœÐ¾Ð±Ð¸Ð»ÑŒÐ½Ð°Ñ Ð²ÐµÑ€ÑиÑ'),
(66174, 2, 18604, 'ДейÑтвие'),
(66175, 2, 18605, 'Ð’Ñ‹ дейÑтвительно хотите удалить {$content}?'),
(66176, 2, 18606, 'Ð’Ñ‹ дейÑтвительно хотите удалить {$count} {$content}?'),
(66177, 2, 18607, '{$content} удален'),
(66178, 2, 18608, '{$count} {$content} удалены'),
(66179, 2, 18609, '{$content} отмечен'),
(66180, 2, 18610, '{$count} {$content} не отмечено'),
(66181, 2, 18611, '<a href="{$userUrl}"><b>{$userName}''s</b></a> {$content}отмечено'),
(66182, 2, 18612, 'Ðет на проверку'),
(66183, 2, 18613, 'Ðичегоне выбрано'),
(66184, 2, 18614, 'Панель модератора'),
(66185, 2, 18615, 'Причина'),
(66186, 2, 18616, 'Репортер'),
(66187, 2, 18617, 'ИнÑтрументы проверки'),
(66188, 2, 19198, 'обновил Ñвой профиль. <a href="{$profileUrl}"> ПоÑмотреть профиль </a>'),
(66189, 2, 3345, 'Панель модератора'),
(66190, 2, 4049, 'МеÑÑц'),
(66191, 2, 2895, 'Январь'),
(66192, 2, 3107, 'ОктÑбрь'),
(66193, 2, 3108, 'ÐоÑбрь'),
(66194, 2, 2066, 'Декабрь'),
(66195, 2, 1741, 'Февраль'),
(66196, 2, 3101, 'Март'),
(66197, 2, 3102, 'Ðпрель'),
(66198, 2, 3104, 'Май'),
(66199, 2, 3105, 'Июнь'),
(66200, 2, 3106, 'Июль'),
(66201, 2, 1742, 'ÐвгуÑÑ‚'),
(66202, 2, 1743, 'СентÑбрь'),
(66203, 2, 1755, 'Больше'),
(66204, 2, 3937, 'ВыровнÑÑ‚ÑŒ'),
(66205, 2, 3940, 'По центру'),
(66206, 2, 3934, 'удалить'),
(66207, 2, 3936, 'Полный размер'),
(66208, 2, 3932, 'Ñкрыть'),
(66209, 2, 3942, 'Ð’Ñтавить в поÑÑ‚'),
(66210, 2, 3939, 'Слева'),
(66211, 2, 3938, 'Ðет'),
(66212, 2, 3933, 'URL'),
(66213, 2, 3935, 'Предварительный проÑмотр'),
(66214, 2, 3941, 'Справа'),
(66215, 2, 3931, 'показать'),
(66216, 2, 4766, 'Мой профиль'),
(66217, 2, 2748, 'Мой профиль'),
(66218, 2, 2675, 'Мой профиль'),
(66219, 2, 2561, 'У Ð²Ð°Ñ {$count} новых Ñообщений'),
(66220, 2, 8995, 'Ðет'),
(66221, 2, 9462, 'Базовый'),
(66222, 2, 1894, 'Изображение не верно'),
(66223, 2, 15496, 'Папка аватаров отÑутÑтвует или не найдена.'),
(66224, 2, 16594, 'ПуÑто'),
(66225, 2, 2746, 'Ð¡Ð¾Ñ†Ð¸Ð°Ð»ÑŒÐ½Ð°Ñ Ñеть'),
(66226, 2, 16595, 'или'),
(66227, 2, 9541, 'Правила пользованиÑ'),
(66228, 2, 3844, 'Добавить ÑÑылку'),
(66229, 2, 3843, 'Отправить'),
(66230, 2, 3845, 'Ðазад'),
(66231, 2, 1968, 'Страницы:'),
(66232, 2, 15557, 'Ðеверный URL'),
(66233, 2, 19210, 'Программное обеÑпечение Ð´Ð»Ñ Ð·Ð½Ð°ÐºÐ¾Ð¼Ñтв'),
(66234, 2, 15519, 'Политика Ñайта'),
(66236, 2, 3241, '«'),
(66237, 2, 3244, '»'),
(66238, 2, 3243, 'Следующий'),
(66239, 2, 3242, 'Предыдущий'),
(66240, 2, 3236, 'ВвеÑти пароль'),
(66241, 2, 3240, 'Ðеверный пароль'),
(66242, 2, 3238, 'Войти'),
(66243, 2, 3239, 'ПереадреÑациÑ...'),
(66244, 2, 3237, 'Извините, Ñайт недоÑтупен Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñмотра.'),
(66245, 2, 18618, 'Ðа проверке'),
(66246, 2, 9683, 'Мои наÑтройки'),
(66247, 2, 9692, 'Отключить галочку, чтобы не получать маÑÑовую раÑÑылку'),
(66248, 2, 9691, 'ПодпиÑатьÑÑ Ð½Ð° раÑÑылку'),
(66249, 2, 15562, 'Общее'),
(66250, 2, 9690, 'пуÑто'),
(66251, 2, 9689, 'ÐаÑтройки не изменены'),
(66252, 2, 9688, 'ÐаÑтройки изменены'),
(66253, 2, 9687, 'МаÑÑÐ¾Ð²Ð°Ñ Ñ€Ð°ÑÑылка'),
(66254, 2, 9686, 'Сохранить'),
(66255, 2, 10626, 'Видеть мое приÑутÑтвие на Ñайте'),
(66256, 2, 9870, 'ПроÑмотреть мой профиль'),
(66257, 2, 4103, '<a href="{$userUrl}">{$userName}</a> добавил(а) комментарий к <a href="{$profileUrl}">вашему профилю</a>.'),
(66258, 2, 15594, 'МодерациÑ'),
(66259, 2, 3351, 'Ðктивировать'),
(66260, 2, 3077, 'Удалить'),
(66261, 2, 15668, 'Публичный профиль {$username} на {$site_name}.'),
(66262, 2, 2674, '{$username}'),
(66263, 2, 2673, '{$username}'),
(66264, 2, 2406, 'Стандартный'),
(66265, 2, 15563, 'VIP'),
(66267, 2, 15595, 'ЧаÑтный');
INSERT INTO `ow_base_language_value` VALUES
(66269, 2, 2394, 'Добавить типы аккаунтов'),
(66271, 2, 2397, 'Общий пользователь'),
(66272, 2, 2324, 'Тип аккаунта добавлен'),
(66273, 2, 16677, 'Добавить тип аккаунта'),
(66274, 2, 2000, 'Добавить новый тип аккаунта'),
(66275, 2, 18469, 'Добавить новые значениÑ'),
(66276, 2, 2308, 'Удалить'),
(66277, 2, 2430, 'Краткое опиÑание'),
(66278, 2, 2307, 'Редактировать'),
(66279, 2, 2429, 'ВопроÑ'),
(66280, 2, 3116, 'лет'),
(66281, 2, 2184, 'Ðет'),
(66282, 2, 2183, 'Да'),
(66283, 2, 3053, 'день/меÑÑц/год'),
(66284, 2, 3051, 'Формат даты'),
(66285, 2, 3052, 'меÑÑц/день/год'),
(66286, 2, 2366, 'ЕÑли у Ð²Ð°Ñ Ð¼Ð½Ð¾Ð³Ð¾ вопроÑов профилей, будет удобнее проÑматривать Ñекции как вкладки на Ñтранице проÑмотра профилÑ.'),
(66287, 2, 2367, 'ПроÑматривать Ñекции как вкладки'),
(66288, 2, 16679, 'Редактировать опиÑание вопроÑа'),
(66289, 2, 16680, 'Редактировать название вопроÑа'),
(66290, 2, 16681, 'Редактировать значение вопроÑа'),
(66291, 2, 2200, 'Ðет значений'),
(66292, 2, 2329, 'Добавить вопроÑ'),
(66293, 2, 2330, 'Редактировать типы аккаунтов'),
(66294, 2, 2328, 'ВопроÑÑ‹ профилей'),
(66295, 2, 2365, 'ÐаÑтройки'),
(66296, 2, 1999, 'Ðет Ñекции'),
(66297, 2, 15671, 'Спорт'),
(66298, 2, 15672, 'Футбол'),
(66299, 2, 15673, 'ТенниÑ'),
(66300, 2, 15674, 'БаÑкетбол'),
(66301, 2, 15675, 'Воллейбол'),
(66334, 2, 15678, '&nbsp;'),
(66335, 2, 15679, 'Цвет волоÑ'),
(66340, 2, 15564, 'Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¸Ð·Ð±Ñ€Ð°Ð½Ð½Ð¸ÐºÐ° о Ñебе'),
(66341, 2, 15719, 'ВолоÑÑ‹'),
(66357, 2, 2010, 'Музыка'),
(66358, 2, 15732, 'Спорт избранника'),
(66359, 2, 15733, 'Футбол'),
(66360, 2, 15734, 'ТенниÑ'),
(66361, 2, 15735, 'БаÑкетбол'),
(66362, 2, 15736, 'Воллейбол'),
(66365, 2, 15737, 'Каким видом Ñпорта занимаетеÑÑŒ'),
(66366, 2, 15738, 'Вид Ñпорта'),
(66367, 2, 15739, 'Футбол'),
(66368, 2, 15740, 'БаÑкетбол'),
(66369, 2, 15741, 'Волейбол'),
(66370, 2, 15742, 'ТенниÑ'),
(66383, 2, 2164, 'Выбрать тип аккаунта'),
(66384, 2, 2182, 'Тип аккаунта'),
(66385, 2, 1963, 'Тип аккаунта'),
(66386, 2, 2135, 'День рождениÑ'),
(66387, 2, 15750, 'ВозраÑÑ‚'),
(66388, 2, 2011, 'Любимые книги'),
(66389, 2, 15411, 'Могу помогать другим Ñ'),
(66390, 2, 6020, 'УÑтановка'),
(66391, 2, 6024, 'КонÑультирование'),
(66392, 2, 6021, 'Ð’Ñ‹Ñвление неиÑправноÑтей'),
(66393, 2, 6022, 'Разработка плагина'),
(66394, 2, 6023, 'Дизайн темы'),
(66395, 2, 2166, 'Должен быть верным'),
(66396, 2, 2043, 'Электронный адреÑ'),
(66401, 2, 15604, 'МеÑтоположение'),
(66402, 2, 7528, 'Дата региÑтрации'),
(66408, 2, 15766, 'My match''s eee'),
(66411, 2, 15768, 'ВозраÑÑ‚ избранника'),
(66414, 2, 2698, 'Ищу'),
(66415, 2, 2702, 'Мужчину'),
(66416, 2, 2703, 'Женщину'),
(66417, 2, 18470, '&nbsp;'),
(66418, 2, 2042, 'Пароль'),
(66419, 2, 15605, 'Дата (ВозраÑÑ‚)'),
(66420, 2, 15606, 'Дата (День рождениÑ)'),
(66421, 2, 2338, 'Да/Ðет'),
(66422, 2, 2340, 'Дата'),
(66423, 2, 19251, 'Single Choice - Regular (Медленные результаты, неограниченный)'),
(66424, 2, 2339, 'ÐеÑколько значений'),
(66425, 2, 2342, 'Пароль'),
(66426, 2, 15607, 'Выбор одного Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ (ÑÐµÐ»ÐµÐºÑ‚Ð¸Ð²Ð½Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°)'),
(66427, 2, 15513, 'Разница'),
(66428, 2, 15608, 'Выбор одного Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ  (ниÑпадающее меню)'),
(66429, 2, 2337, 'РаÑширенный текÑÑ‚'),
(66430, 2, 2334, 'ТеÑÑ‚'),
(66431, 2, 2341, 'URL'),
(66432, 2, 2643, 'Ð˜Ð¼Ñ Ð¸ фамилиÑ'),
(66433, 2, 2642, 'ÐаÑтоÑщее имÑ'),
(66434, 2, 2707, 'Ищу'),
(66435, 2, 2723, 'Развлечение'),
(66436, 2, 2724, 'Ðе важно'),
(66437, 2, 2725, 'ЗнакомÑтво'),
(66438, 2, 2726, 'Дружбу'),
(66439, 2, 2041, 'Введите пароль еще раз'),
(66440, 2, 2179, '&nbsp;'),
(66441, 2, 2178, 'Пол'),
(66442, 2, 2180, 'Мужчина'),
(66443, 2, 2181, 'Женщина'),
(66444, 2, 2165, 'Должен ÑоÑтоÑÑ‚ÑŒ только из букв и цифр.'),
(66445, 2, 2047, 'Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(66446, 2, 1895, 'Фото пользователÑ'),
(66447, 2, 9540, 'Я ÑоглаÑен Ñ <a target=''blank'' href=''{$site_url}terms-of-use'' >правилами пользованиÑ</a>'),
(66449, 2, 2012, 'ИнтереÑÑ‹'),
(66451, 2, 15566, 'Образование'),
(66452, 2, 15771, 'О моем избраннике'),
(66453, 2, 2616, 'Символы Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸'),
(66455, 2, 2427, 'ОÑновное'),
(66456, 2, 15609, 'МеÑтоположение'),
(66457, 2, 9539, 'Правила пользованиÑ'),
(66458, 2, 2615, 'Фото юзера'),
(66459, 2, 15515, 'БыÑтрые ÑÑылки'),
(66460, 2, 2270, 'Оценить'),
(66461, 2, 3012, 'ГоÑти не могут оценивать'),
(66462, 2, 4046, 'Ð’Ñ‹ не можете оценивать Ñвой контент'),
(66463, 2, 2581, 'Оценка добавлена уÑпешно'),
(66464, 2, 18459, 'ОбÑзательные вопроÑÑ‹ профилÑ'),
(66465, 2, 5844, 'Ðовый пароль'),
(66466, 2, 6675, 'СброÑить иÑтекший код'),
(66467, 2, 6677, 'К Ñожалению, ваш код недейÑтвителен или иÑтек. Пройдите по ÑÑылке <a href="{$url}">ÑÑылке</a> и попробуйте ÑброÑить код Ñнова.'),
(66468, 2, 5848, 'Ðовый пароль'),
(66469, 2, 5846, 'ЗдравÑтвуйте {$username}, введите новый пароль:'),
(66470, 2, 5843, 'Сменить пароль'),
(66471, 2, 5852, 'Длина Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð´Ð¾Ð»Ð¶Ð½Ð° быть от {$min} до {$max} Ñимволов'),
(66472, 2, 6050, 'ЗдравÑтвуйте {$username},\n<br />\nÐ’Ñ‹ проÑили Ñменить пароль. Ðажмите на ÑÑылку ({$resetUrl}) Ð´Ð»Ñ Ñмены паролÑ.\n<br />\nЕÑли ÑÑылка не работает, введите код вручную ({$requestUrl}). Код: {$code}\n<br />\nЕÑли вы не проÑили Ñменить пароль, проигнорируйте Ñто пиÑьмо.\n<br /><br />\nСпаÑибо,\n{$site_name}<br />'),
(66473, 2, 6051, 'ЗдравÑтвуйте {$username},\n\nÐ’Ñ‹ проÑили Ñменить пароль. Ðажмите на ÑÑылку ({$resetUrl}) Ð´Ð»Ñ Ñмены паролÑ.\n\nЕÑли ÑÑылка не работает, введите код вручную ({$requestUrl}). Код: {$code}\n\nЕÑли вы не проÑили Ñменить пароль, проигнорируйте Ñто пиÑьмо.\n\nСпаÑибо,\n{$site_name}'),
(66474, 2, 6052, 'СброÑить код Ð´Ð»Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ паролÑ'),
(66475, 2, 5851, 'Ð—Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð² полÑÑ… ''пароль'' и ''повторить пароль'' должны быть одинаковыми'),
(66476, 2, 5849, 'Повторить пароль'),
(66477, 2, 5838, 'Ð’Ñтавьте код'),
(66478, 2, 5839, 'Введите код, отправленный вам. Далее вы Ñможете ввеÑти новый пароль.'),
(66479, 2, 5841, 'Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° Ñмену паролÑ'),
(66480, 2, 5842, 'ПожалуйÑта, введите верный код'),
(66481, 2, 5840, 'Отправить'),
(66482, 2, 5847, 'Отправить'),
(66483, 2, 5853, 'Ваш пароль уÑпешно изменен'),
(66484, 2, 2146, 'КоличеÑтво Ñлементов'),
(66485, 2, 2145, 'RSS'),
(66486, 2, 2187, 'Только заголовки'),
(66487, 2, 2148, 'Введите верный URL'),
(66488, 2, 2147, 'URL'),
(66489, 2, 19203, 'Сохранить и утвердить'),
(66490, 2, 9295, 'ПоиÑк пользователей'),
(66491, 2, 19201, 'Отправить Ñообщение по Ñлектронной почте'),
(66492, 2, 18619, 'ПожалуйÑта, укажите причину Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑ‡Ð°Ñтника.'),
(66493, 2, 11310, 'ПроÑмотреть вÑе вопроÑÑ‹'),
(66494, 2, 3892, 'Запомнить менÑ'),
(66495, 2, 1940, 'Вход'),
(66496, 2, 18663, 'Ð’Ñ‹ должны войти в ÑиÑтему, чтобы помечать Ñодержание'),
(66497, 2, 4132, 'Подтвердить Ñлектронный адреÑ'),
(66498, 2, 4134, '<p>\nЗдравÑтвуйте,\n</p>\n<p>\nКто-то (вероÑтно, вы) указали данный Ñлектронный Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ðº официальный Ð°Ð´Ñ€ÐµÑ Ñайта <a href="{$site_url}">{$site_name}</a>.\n</p>\n<p>\nÐ”Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ†ÐµÐ´ÑƒÑ€Ñ‹ вам нужно подтвердить Ñлектронный адреÑ, нажав на ÑÑылку: <a href="{$url}">{$url}</a>\n</p>\n<p>\nÐ’Ñ‹ также можете открыть ÑÑылку <a href="{$verification_page_url}">this URL</a> и вÑтавить код: <b>{$code}</b>\n</p>\n<p>\nЕÑли вы не региÑтрировалиÑÑŒ на Ñтом Ñайте, проигнорируйте Ñто пиÑьмо и ваш Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð½Ðµ будет иÑпользован.\n</p>\n<p>\nСпаÑибо,<br />\nÐдминиÑтрациÑ<br />\n{$site_name}<br />\n{$site_url}\n</p>'),
(66499, 2, 4133, 'ЗдравÑтвуйте,\n\nКто-то (вероÑтно, вы) указали данный Ñлектронный Ð°Ð´Ñ€ÐµÑ ÐºÐ°Ðº официальный Ð°Ð´Ñ€ÐµÑ Ñайта {$site_name} ({$site_url}).\n\nÐ”Ð»Ñ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ†ÐµÐ´ÑƒÑ€Ñ‹ вам нужно подтвердить Ñлектронный адреÑ, Ð¿Ñ€Ð¾Ð¹Ð´Ñ Ð¿Ð¾ ÑÑылке: {$url}\n\nÐ’Ñ‹ также можете открыть ÑÑылку: {$verification_page_url} и вÑтавить код: {$code}\n\nЕÑли вы не региÑтрировалиÑÑŒ на Ñтом Ñайте, проигнорируйте Ñто пиÑьмо и ваш Ñлектронный Ð°Ð´Ñ€ÐµÑ Ð½Ðµ будет иÑпользован.\n\nСпаÑибо,\nÐдминиÑтрациÑ\n{$site_name}\n{$site_url}'),
(66500, 2, 15567, 'Социальное программное обеÑпечение'),
(66501, 2, 15516, 'Сортировать по'),
(66502, 2, 19200, 'Тема'),
(66503, 2, 18471, 'Фото подгружаетÑÑ'),
(66504, 2, 2660, '<center>Извините, ваш аккаунт заблокирован. ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтрацией Ñайта.</center>'),
(66505, 2, 18661, 'Заблокировать $displayName}'),
(66506, 2, 18621, 'ЗдравÑтвуйте{$realName},<br><br> Мы Ñообщаем, чтоваш аккаунт на {$site_name} был заблокирован по Ñледующей причине:<br> {$suspendReason}<br><br> СпаÑибо,<br> {$site_name} ÐдминиÑтрациÑ'),
(66507, 2, 18622, 'Ваш аккаунт заблокирован'),
(66508, 2, 18623, 'ЗдравÑтвуйте{$realName}, Мы Ñообщаем, что ваш аккаунт на {$site_name} был заблокирован по Ñледующей причине: {$suspendReason} СпаÑибо, {$site_name} ÐдминиÑтрациÑ'),
(66509, 2, 2655, 'Заблокировать'),
(66510, 2, 15517, 'Теги'),
(66511, 2, 15610, 'Введите теги...'),
(66512, 2, 1948, 'ПроÑмотр по тегам'),
(66513, 2, 9251, 'ПоиÑк по тегам'),
(66514, 2, 9417, 'ПожалуйÑта, введите тег'),
(66516, 2, 15568, 'Этот текÑÑ‚ не может превышать {$max_symbols_count} Ñимволов'),
(66517, 2, 3921, 'Разрешить добавление изображениÑ'),
(66518, 2, 3928, 'Выбрать файл'),
(66519, 2, 3929, 'С URL'),
(66520, 2, 3930, 'ГалереÑ'),
(66521, 2, 3927, 'Лимит размера файла:'),
(66522, 2, 3926, 'Разрешенные типы файлов:'),
(66523, 2, 3924, 'URL изображениÑ'),
(66524, 2, 3925, 'Ð’Ñтавить'),
(66525, 2, 3922, 'МакÑимальный размер файла'),
(66526, 2, 3923, 'Окно Ð´Ð»Ñ Ð²Ð²Ð¾Ð´Ð° текÑта'),
(66527, 2, 19252, 'Тема добавлена'),
(66528, 2, 4842, 'ВремÑ'),
(66529, 2, 9209, '<span class="ow_small">Ð’Ñего: <b>{$avgScore}</b></span> (<span class="ow_outline">{$ratesCount}</span> rates)'),
(66530, 2, 18624, 'Удалить отметку'),
(66531, 2, 3665, 'Извините, Ñтраница Ñ Ñ‚Ð°ÐºÐ¸Ð¼ адреÑом уже ÑущеÑтвует'),
(66532, 2, 2993, 'Ðктивировать Ñнова'),
(66533, 2, 3870, 'Подгрузить'),
(66534, 2, 10932, 'Файл не запиÑан на диÑк'),
(66535, 2, 15497, 'РаÑширение файла не разрешено.'),
(66536, 2, 10934, 'Файл не подгрузилÑÑ!'),
(66537, 2, 10929, 'Файл подгрузилÑÑ Ð½ÐµÐ¿Ð¾Ð»Ð½Ð¾Ñтью.'),
(66538, 2, 10933, 'РаÑширение PHP прекратило подгрузку файла. PHP не предоÑтавлÑет ÑпоÑоб проверки какое раÑширение вызвало оÑтановку подгрузки файла.'),
(66539, 2, 10928, 'Подгруженный файл превышает макÑимальный размер файла.'),
(66540, 2, 10930, 'Файл не подгружен.'),
(66541, 2, 10931, 'ОтÑутÑтвует Ð²Ñ€ÐµÐ¼ÐµÐ½Ð½Ð°Ñ Ð¿Ð°Ð¿ÐºÐ°.'),
(66542, 2, 9176, 'Добавить комментарий на Ñтене'),
(66543, 2, 9173, 'Ежедневный визит'),
(66544, 2, 9175, 'ПоиÑк пользователей'),
(66545, 2, 9174, 'РегиÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(66546, 2, 3828, 'Пользователи'),
(66547, 2, 2829, 'ПроÑмотр пользователей'),
(66548, 2, 15773, 'Пользователи, празднующие день рождениÑ.'),
(66549, 2, 15774, 'СпиÑок наших учаÑтников: познакомьтеÑÑŒ Ñо Ñвоими избранниками.'),
(66550, 2, 15775, 'ПоÑмотреть кто онлайн.'),
(66551, 2, 15776, 'ИÑкать пользователей в нашем ÑообщеÑтве.'),
(66552, 2, 1974, 'УчаÑтники'),
(66553, 2, 2901, 'Отметить как популÑрный'),
(66554, 2, 2902, 'Удалить из популÑрных'),
(66555, 2, 3353, 'Пользователь активирован'),
(66556, 2, 3356, '<p>\nЗдравÑтвуйте {$user_name},\n</p>\n<p>\nМы рады Ñообщить, что ваш аккаунт на <a href="{$site_url}">{$site_name}</a> активирован. Ð’Ñ‹ можете войти: <a href="{$site_url}">{$site_url}</a>\n</p>\n<p>\nÐадеемÑÑ Ð²Ð°Ð¼ понравитÑÑ Ð½Ð°Ñˆ Ñайт.\n</p>\n<p>\nСпаÑибо,<br />\nÐдминиÑтрациÑ<br />\n<a href="{$site_url}">{$site_name}</a>\n</p>'),
(66557, 2, 3354, 'Ваш аккаунт активирован'),
(66558, 2, 3355, 'ЗдравÑтвуйте {$user_name},\n\nМы рады Ñообщить, что ваш аккаунт на {$site_name} активирован. Ð’Ñ‹ можете войти: {$site_url}\n\nÐадеемÑÑ Ð²Ð°Ð¼ понравитÑÑ Ð½Ð°Ñˆ Ñайт.\n\nСпаÑибо,\nÐдминиÑтрациÑ\n{$site_name}\n{$site_url}'),
(66559, 2, 15416, 'Блокировать'),
(66560, 2, 15417, 'Ð’Ñ‹ дейÑтвительно хотите заблокировать Ñтого пользователÑ? <br /><br /> Это дейÑтвие отменит и прекратит любое общение Ñ Ð²Ð°Ð¼Ð¸.'),
(66561, 2, 15418, 'Извините, Ñтот пользователь выбрал не общатьÑÑ Ñ Ð²Ð°Ð¼Ð¸'),
(66562, 2, 15518, 'Ðккаунт удален'),
(66563, 2, 15569, 'Ðккаунт удален'),
(66564, 2, 2899, 'Пользователь отмечен как популÑрный'),
(66565, 2, 2994, 'Выбранные пользователи были активированы'),
(66566, 2, 15419, 'Профиль заблокирован'),
(66567, 2, 2657, 'Профиль заблокирован'),
(66568, 2, 15420, 'Профиль разблокирован'),
(66569, 2, 2661, 'Профиль разблокирован'),
(66570, 2, 2900, 'Пользователь удален из ÑпиÑка популÑрных'),
(66571, 2, 9469, 'ÐктивноÑÑ‚ÑŒ'),
(66572, 2, 15570, 'ПообщатьÑÑ'),
(66573, 2, 4126, 'Дни рождениÑ'),
(66574, 2, 2071, 'ПопулÑрные'),
(66575, 2, 2070, 'ПоÑледние'),
(66576, 2, 2132, 'Онлайн'),
(66577, 2, 9467, 'ÑÐµÐ¹Ñ‡Ð°Ñ Ð¾Ð½Ð»Ð°Ð¹Ð½'),
(66578, 2, 2131, 'Увы, нет профилей'),
(66579, 2, 9495, 'КоличеÑтво'),
(66580, 2, 9494, 'Пользователи'),
(66581, 2, 2877, 'Ðет пользователей'),
(66582, 2, 6516, '{$username} <span class="ow_small">{$status}</span>'),
(66583, 2, 2671, '<center>Заблокированный пользователь</center>'),
(66584, 2, 4043, 'Ð’Ñ‹ не можете иÑкать пользователей'),
(66585, 2, 15472, 'Ðазад к форме поиÑка'),
(66586, 2, 4035, 'Ðазад к форме поиÑка'),
(66587, 2, 4021, 'ПоиÑк по имени'),
(66588, 2, 4032, 'ОÑновной поиÑк'),
(66589, 2, 4034, 'ПоиÑк'),
(66590, 2, 4022, 'ПоиÑк пользователÑ'),
(66591, 2, 4020, 'ПоиÑк'),
(66592, 2, 2656, 'Заблокировать'),
(66593, 2, 15421, 'Разблокировать'),
(66594, 2, 2662, 'Разблокировать'),
(66595, 2, 2065, 'ПроÑмотреть вÑе'),
(66596, 2, 2144, 'Детали профилÑ'),
(66597, 2, 10253, 'Смотреть еще'),
(66598, 2, 2188, 'ОÑновные'),
(66599, 2, 9406, 'Вам не разрешено проÑматривать профили'),
(66600, 2, 2745, 'Создать Ñоциальный Ñайт'),
(66601, 2, 3347, '<center>Ваш аккаунт проверÑетÑÑ</center>'),
(66602, 2, 10289, 'региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ {$site_name}'),
(66603, 2, 18625, 'Добро пожаловать на Ñайт <a href="{$site_url}">{$site_name}</a>! СпаÑибо за региÑтрацию. Вот необходимые ÑÑылки:<br/><br/> - <a href="{$site_url}">Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница</a><br/> - <a href="{$site_url}my-profile">Сменить аватар</a><br/> - <a href="{$site_url}photo/viewlist/latest">Подгрузить фото</a><br/> - <a href="{$site_url}profile/edit">Изменить детали профилÑ</a><br/> - <a href="{$site_url}users">Кто на Ñайте</a><br/><br/> <br/><br/> <a href="{$site_url}">{$site_name}</a> ÐдминиÑтрациÑ<br/>'),
(66604, 2, 18626, 'Добро пожаловать на Ñайт {$site_name}!  СпаÑибо за региÑтрацию. Вот необходимые ÑÑылки: - Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница: {$site_url} - Сменить аватар: {$site_url}my-profile - Подгрузить фото: {$site_url}photo/viewlist/latest - Изменить детали профилÑ: {$site_url}profile/edit - Кто на Ñайте: {$site_url}users {$site_name} ÐдминиÑтрациÑ{$site_url}'),
(66605, 2, 18627, '<p> "Добро пожаловать на Ñайт! Вот необходимые ÑÑылки: </p> <ul class="ow_regular"> <li><a href="profile/avatar" change_avatar>Сменить аватар</a></li> <li><a href="javascript://" photo_upload>Подгрузить фото</a></li> <li><a href="profile/edit">Изменить детали профилÑ</a></li> <li><a href="my-profile">Изменить профиль</a></li> <li><a href="users">Кто на Ñайте</a></li> </ul> <p>  </p>'),
(66606, 2, 18628, 'photo_upload - СÑылка на добавление фото change_avatar - Изменить ÑÑылку на аватар'),
(66607, 2, 18629, 'Добро пожаловать!'),
(66608, 2, 6301, 'Пробелы запрещены'),
(66609, 2, 2086, 'Удалить'),
(66610, 2, 2085, 'Редактировать'),
(66611, 2, 2850, 'КаÑÑ‚Ð¾Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(66612, 2, 2667, 'Личный кабинет пользователÑ'),
(66613, 2, 2115, '<span class="ow_mild_red">КраÑные Ñлементы</span> "неподвижны". Положение неподвижных Ñлементов зафикÑировано и пользователь не может изменÑÑ‚ÑŒ или редактировать их. Ðеподвижные Ñлементы вÑегда занимают верхние позиции в контейнерах.'),
(66614, 2, 2668, 'ÐаÑтройки Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ'),
(66615, 2, 2114, '<span class="ow_mild_green">Перетащить</span> Ñлементы на образец Ñтраницы ниже Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¹ или каÑтомных компонентов.'),
(66616, 2, 2118, 'Разрешить пользователÑм каÑтомизировать Ñту Ñтраницу'),
(66617, 2, 2116, 'Ð’Ñ‹ можете разрешить пользователÑм каÑтомизировать компоненты на Ñтраницах. Однако они не Ñмогут менÑÑ‚ÑŒ дизайн Ñтраницы.'),
(66618, 2, 11318, '<span class="ow_highlight">Перетащить</span> ÑÑылки на Ñтраницу Ð´Ð»Ñ Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñ„ÑƒÐ½ÐºÑ†Ð¸Ð¹ или каÑтомных компонентов.\n            Эти ÑÑылки активируютÑÑ <a href="{$pluginsUrl}">плагинами</a>. ЕÑли вы хотите, чтобы Ñлемент оÑталÑÑ Ð½Ð° вÑех Ñтраницах, помеÑтите его в боковую панель.'),
(66619, 2, 11317, 'Показывать ÑÑылки:\n            <span class="ow_mild_green ow_small" style="border: 1px solid rgb(204, 204, 204); padding: 1px 3px;">только пользователÑм</span>\n            <span class="ow_mild_red ow_small" style="border: 1px solid rgb(204, 204, 204); padding: 1px 3px;">только гоÑÑ‚Ñм</span>\n            <span class="ow_small" style="border: 1px solid rgb(204, 204, 204); padding: 1px 3px;">вÑем</span>'),
(66620, 2, 2058, 'КаÑтомизировать Ñтраницу'),
(66621, 2, 2134, 'КаÑтомизировать Ñтраницу'),
(66622, 2, 15611, 'Показывать Ð´Ð»Ñ Ð²Ñех пользователей'),
(66623, 2, 2113, 'Ðеподвижный'),
(66624, 2, 2111, 'Иконка'),
(66625, 2, 15612, 'Ограничить проÑмотр'),
(66626, 2, 2110, 'Показать заголовок'),
(66627, 2, 2109, 'Заголовок'),
(66628, 2, 2112, 'Обернутый в рамку'),
(66629, 2, 2117, 'Ð’Ñ‹ дейÑтвительно хотите удалить Ñтот виджет?'),
(66630, 2, 6674, 'Отключить JavaScript'),
(66631, 2, 6673, 'Включить JavaScript'),
(66632, 2, 2108, 'Общие наÑтройки виджета'),
(66633, 2, 2122, 'ÐаÑтройки'),
(66634, 2, 2072, 'Завершить каÑтомизацию'),
(66635, 2, 2186, 'Ðет контента'),
(66636, 2, 2381, 'Личный кабинет'),
(66637, 2, 2073, 'СброÑить'),
(66638, 2, 2958, 'Ð’Ñ‹ дейÑтвительно хотите удалить каÑтомизацию Ñвоего профилÑ?'),
(66639, 2, 2076, 'ДоÑтупные виджеты'),
(66640, 2, 2220, 'Выбранные:'),
(66641, 2, 19202, 'ÐапиÑать Ñообщение'),
(66642, 2, 10282, 'Добавить'),
(66643, 2, 10266, 'Жирный'),
(66644, 2, 10274, 'Ð’Ñтавить HTML'),
(66645, 2, 10272, 'Ð’Ñтавить картинку'),
(66646, 2, 10267, 'КурÑив'),
(66647, 2, 10271, 'Ð’Ñтавить ÑÑылку'),
(66648, 2, 10578, 'Больше'),
(66649, 2, 10269, 'Ð’Ñтавить пронумерованный ÑпиÑок'),
(66650, 2, 10275, 'Показать/Скрыть проÑмотр иÑточника HTML'),
(66651, 2, 10268, 'Подчеркнутый'),
(66652, 2, 10270, 'Ð’Ñтавить непронумерованный ÑпиÑок'),
(66653, 2, 10273, 'Ð’Ñтавить видео'),
(66654, 2, 18664, 'Данный файл не ÑвлÑетÑÑ Ð²Ð¸Ð´ÐµÐ¾ файлом или видео не найдено'),
(66655, 2, 10288, 'Ð’Ñтавить HTML'),
(66656, 2, 10612, 'Ваш html Ñод:'),
(66657, 2, 10283, 'Ð’Ñтавить'),
(66658, 2, 10284, 'ПожалуйÑта, заполните Ð¿Ð¾Ð»Ñ `название` и `url` Ð´Ð»Ñ Ð²Ñтавки ÑÑылки'),
(66659, 2, 11578, 'Открыть в новом окне'),
(66660, 2, 11574, 'Показывать текÑÑ‚:'),
(66661, 2, 11577, 'СÑылка должна веÑти на URL:'),
(66662, 2, 10287, 'ПожалуйÑта, вÑтавьте код видео'),
(66663, 2, 10285, 'Ð’Ñтавить видео'),
(66664, 2, 10613, 'Ð’Ñтавьте код видео:'),
(66665, 2, 18666, 'Добавить ÑÑылку на видео...'),
(66666, 2, 4048, 'Год'),
(66667, 2, 8994, 'Да'),
(66668, 2, 9208, 'Ваша оценка:'),
(67257, 1, 21213, 'Terms of Use'),
(67255, 1, 21211, 'Terms of Use'),
(67256, 1, 21212, 'Your Terms of Use here'),
(67178, 2, 15777, 'О'),
(67179, 2, 15778, 'ДобавлÑÑŽ...'),
(67180, 2, 15779, 'Ðижнее меню'),
(67181, 2, 15780, 'ÐÐ¾Ð²Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ°'),
(67182, 2, 15781, 'Контент'),
(67183, 2, 15782, 'Ðазвание Ñтраницы'),
(67184, 2, 15783, 'СкрытаÑ'),
(67185, 2, 15784, 'HTML контент'),
(67186, 2, 15785, 'Ðазвание кнопки'),
(67187, 2, 15786, 'Ðазвание'),
(67188, 2, 18472, 'ВнешнÑÑ'),
(67189, 2, 18473, 'Тип Ñтраницы'),
(67190, 2, 18474, 'ЛокальнаÑ'),
(67191, 2, 18475, 'Url'),
(67192, 2, 15787, 'ÐÐ¾Ð²Ð°Ñ Ñтраница'),
(67193, 2, 15788, 'ÐаÑтройки'),
(67194, 2, 15789, 'Верхнее меню'),
(67195, 2, 15790, 'СкрытаÑ'),
(67196, 2, 15791, 'Контент'),
(67197, 2, 18784, 'Личный кабинет'),
(67198, 2, 15792, 'Кнопки'),
(67199, 2, 15793, 'Личный кабинет'),
(67200, 2, 15794, 'ИндекÑнаÑ'),
(67201, 2, 15795, 'Профиль'),
(67202, 2, 16425, 'ÐаÑтройки'),
(67203, 2, 18476, 'ПриÑоединÑйтеÑÑŒ к нашему быÑтро раÑтущему ÑообщеÑтву. Ðаходите новых друзей, знакомьтеÑÑŒ, делитеÑÑŒ фото и видео. ÐаÑлаждайтеÑÑŒ!'),
(67204, 2, 16036, 'Мой личный кабинет'),
(67205, 2, 15796, '{$site_name}'),
(67206, 2, 15797, '{$site_name}'),
(67207, 2, 16384, 'Эта Ñтраница недоÑтупна на мобильной верÑии, пожалуйÑта, поÑетите <a href="{$url}">полную верÑию</a> Ñайта'),
(67208, 2, 16103, 'ПожалуйÑта, войдите'),
(67209, 2, 15798, 'Выйти'),
(67210, 2, 15799, 'ПроÑмотреть мой профиль'),
(67211, 2, 15800, 'Личный кабинет мобильной верÑии'),
(67212, 2, 15801, 'ИндекÑÐ½Ð°Ñ Ñтраница мобильной верÑии'),
(67213, 2, 15802, 'Страница Ð¿Ñ€Ð¾Ñ„Ð¸Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð¹ верÑии'),
(67258, 1, 21302, 'CSRF token is invalid or expired'),
(67259, 1, 21303, 'Browse Blocked Users'),
(67260, 1, 21304, 'Blocked Users'),
(67261, 1, 21305, 'Check Updates'),
(67262, 1, 21306, 'Your site is now synchronized with the remote update server'),
(67263, 1, 21307, 'Unable to connect to the remoteserver'),
(67264, 1, 21308, 'The license key is empty or invalid'),
(67265, 1, 21309, 'The server returned an invalid or unrecognized response'),
(67272, 1, 21316, 'Social meta'),
(67273, 1, 21317, 'Page types'),
(67274, 1, 21318, 'Note: Please add <b>"Sitemap: {$siteMapUrl}"</b> to the end of robots.txt'),
(67275, 1, 21319, 'Settings updated'),
(67276, 1, 21320, 'Sitemap settings'),
(67277, 1, 21321, 'Schedule updates'),
(67278, 1, 21322, 'Sitemap update interval'),
(67279, 1, 21323, 'Users'),
(67280, 1, 21324, 'Users and lists'),
(67281, 1, 21325, 'Daily'),
(67282, 1, 21326, 'Weekly'),
(67283, 1, 21327, 'Monthly'),
(67284, 1, 21328, 'Base Pages'),
(67285, 1, 21329, '{$user_list} users | {$site_name}'),
(67286, 1, 21330, 'View {$user_list} users at {$site_name}. Join us and meet new people today!'),
(67287, 1, 21331, ''),
(67288, 1, 21332, 'Latest'),
(67289, 1, 21333, 'Online'),
(67290, 1, 21334, 'Users'),
(67291, 1, 21335, 'Title'),
(67292, 1, 21336, 'Recommended title length is up to 70 symbols'),
(67293, 1, 21337, 'Meta description'),
(67294, 1, 21338, 'Recommended description length is up to 150 symbols'),
(67295, 1, 21339, 'Meta keywords'),
(67296, 1, 21340, 'Allow for indexing'),
(67297, 1, 21341, 'Choose pages:'),
(67298, 1, 21342, 'All Site Members by List (Online / Latest) Page'),
(67299, 1, 21343, 'Base Pages'),
(67300, 1, 21344, '{$site_name} - Find New Friends Here!'),
(67301, 1, 21345, '{$site_name} social network. Meet new friends here today!'),
(67302, 1, 21346, ''),
(67303, 1, 21347, 'Index'),
(67304, 1, 21348, 'Join {$site_name} - Find Friends Here!'),
(67305, 1, 21349, 'Join {$site_name} to meet new people and chat. Find your friends today!'),
(67306, 1, 21350, ''),
(67307, 1, 21351, 'Join'),
(67308, 1, 21352, 'Sign in to {$site_name} - Find Friends Here!'),
(67309, 1, 21353, 'Sign in to your {$site_name} site and meet new people!'),
(67310, 1, 21354, ''),
(67311, 1, 21355, 'Sign-In Page'),
(67312, 1, 21356, 'Forgot password for {$site_name}?'),
(67313, 1, 21357, 'Enter the email you used during registration for {$site_name} to receive a new password.'),
(67314, 1, 21358, ''),
(67315, 1, 21359, 'Forgot Password Page'),
(67316, 1, 21360, '{$user_name}, {$user_age} | {$site_name}'),
(67317, 1, 21361, 'Chat with {$user_name}, {$user_age} at {$site_name}.'),
(67318, 1, 21362, ''),
(67319, 1, 21363, 'Individual Member Page'),
(67320, 1, 21364, 'User Search | {$site_name}'),
(67321, 1, 21365, 'Search members at {$site_name}, and find someone you like!'),
(67322, 1, 21366, ''),
(67323, 1, 21367, 'User Search Page'),
(67324, 1, 21368, 'Your search results for {$site_name}'),
(67325, 1, 21369, 'Search results for {$site_name} by :orderType'),
(67326, 1, 21370, ''),
(67327, 1, 21371, 'Member Search Results Page'),
(67328, 1, 21372, '<p>You do not need to set up anything - it’s all done for you already. Almost all of the necessary data will be copied from SEO Page Settings and transferred to Open Graph Tags. The following is the list of used tags:\n    </p>\n    <ul class="ow_stdmargin">\n    <li><strong>og:title</strong> - copied from Title</li>\n    <li><strong>og:url</strong> - copied from URL</li>\n    <li><strong>og:type</strong> - ‘website’ value is set by default</li>\n    <li><strong>og:description</strong> - copied from Meta Description</li>\n    <li><strong>og:site_name</strong> - {$site_name}</li>\n    <li><strong>twitter:title</strong> - copied from Title</li>\n    <li><strong>twitter:description</strong> - copied from Meta Description</li>\n    <li><strong>og:image and twitter:image</strong> - the same image is set for both tags. The following image types will be set automatically depending on page in question: Logo, Video Preview, Event Image, User Photo, Group Image or Logo, Photo Album First Photo, Photo.</li>\n    </ul>'),
(67329, 1, 21373, 'Logo in good quality'),
(67330, 1, 21374, 'For the use in shared posts (Recommended image width is 1000px; Recommended image format is JPG)'),
(67331, 1, 21375, 'Upload logo'),
(67332, 1, 21376, 'Meta Description'),
(67333, 1, 21377, 'Recommended description length is up to 150 symbols'),
(67334, 1, 21378, 'Meta keywords'),
(67335, 1, 21379, ''),
(67336, 1, 21380, 'HTML is not allowed, please enter plain text'),
(67337, 1, 21381, 'Search results'),
(67338, 1, 21382, 'Reason'),
(67339, 1, 21383, 'Yes (Not recommended)'),
(67340, 1, 21384, 'Update platform first'),
(67341, 1, 21385, 'Are you sure you want to delete selected roles?'),
(67342, 1, 21386, 'To update the software to the newest version you need to update your site’s PHP version first up to {$version}. Otherwise the update will not be performed correctly and can potentially break your site. To update your site’s PHP version please contact your hosting provider.'),
(67343, 1, 21387, 'Back to dashboard'),
(67344, 1, 21388, 'liked their status'),
(67345, 1, 21389, 'commented on {$user}''s status'),
(67346, 1, 21390, 'liked {$user}''s status'),
(67347, 1, 21391, 'commented on their status'),
(67348, 1, 21392, 'Enable comments'),
(67349, 1, 21393, 'Enable likes'),
(67350, 1, 21394, 'Number of item comments shown by default in expanded mode.'),
(67351, 1, 21395, 'Expanded comments'),
(67352, 1, 21396, 'Here you may control which type of content is shown in newsfeed. Please note that any changes will be applied to _new_ content only.'),
(67353, 1, 21397, 'Expanded likes and comments by default'),
(67354, 1, 21398, 'Enable status updates on index page'),
(67355, 1, 21399, 'Content'),
(67356, 1, 21400, 'Settings'),
(67357, 1, 21401, 'Newsfeed'),
(67358, 1, 21402, 'Newsfeed'),
(67359, 1, 21403, 'Save'),
(67360, 1, 21404, 'Settings'),
(67361, 1, 21405, 'Allow status updates comments'),
(67362, 1, 21406, 'Allow status updates'),
(67363, 1, 21407, 'Newsfeed'),
(67364, 1, 21408, 'Comment'),
(67365, 1, 21409, 'Newsfeed'),
(67366, 1, 21410, 'Status update'),
(67367, 1, 21411, 'Settings saved'),
(67368, 1, 21412, 'Settings not changed'),
(67369, 1, 21413, 'Delete post'),
(67370, 1, 21414, 'Delete user'),
(67371, 1, 21415, '<a href="{$userUrl}">{$userName}</a> commented on your status.'),
(67372, 1, 21416, '<a href="{$userUrl}">{$userName}</a> likes your status.'),
(67373, 1, 21417, 'Newsfeed'),
(67374, 1, 21418, 'Someone comments on my status'),
(67375, 1, 21419, 'Someone likes my status'),
(67376, 1, 21420, 'Someone writes on my wall'),
(67377, 1, 21421, '<a href="{$userUrl}">{$userName}</a> commented on your status "<a href="{$url}">{$status}</a>".'),
(67378, 1, 21422, '<a href="{$userUrl}">{$userName}</a> likes your status "<a href="{$url}">{$status}</a>".'),
(67379, 1, 21423, 'No items'),
(67380, 1, 21424, 'Item deleted'),
(67381, 1, 21425, 'Total users: <span class="ow_txt_value">{$usersCount}</span>'),
(67382, 1, 21426, 'Delete post'),
(67383, 1, 21427, '{$user1} likes this'),
(67384, 1, 21428, '{$user1} and {$user2} like this'),
(67385, 1, 21429, '{$user1}, {$user2} and {$user3} like this'),
(67386, 1, 21430, '<a href="{$url}">{$count} members</a> like this'),
(67387, 1, 21431, 'View More'),
(67388, 1, 21432, 'Follow'),
(67389, 1, 21433, 'You are now following {$username}'),
(67390, 1, 21434, 'You need to sign in to like this.'),
(67391, 1, 21435, 'Item deleted'),
(67392, 1, 21436, 'Like'),
(67393, 1, 21437, 'This is not available on mobile yet. Try <a href="{$desktopUrl}">desktop version</a>.'),
(67394, 1, 21438, 'Newsfeed'),
(67395, 1, 21439, '<a href="{$userUrl}">{$userName}</a> wrote on your wall'),
(67396, 1, 21440, 'View my profile Newsfeed'),
(67397, 1, 21441, 'Save'),
(67398, 1, 21442, 'Settings updated'),
(67399, 1, 21443, 'updated their status'),
(67400, 1, 21444, 'Send'),
(67401, 1, 21445, 'What’s happening?'),
(67402, 1, 21446, 'and'),
(67403, 1, 21447, 'Unfollow'),
(67404, 1, 21448, 'You are no longer following {$username}'),
(67405, 1, 21449, 'Unlike'),
(67406, 1, 21450, 'Comment newsfeed'),
(67407, 1, 21451, '+{$count} more'),
(67408, 1, 21452, 'Newsfeed'),
(67409, 1, 21453, 'Items to show'),
(67410, 1, 21454, 'View more'),
(67411, 1, 21455, 'about an hour'),
(67412, 1, 21456, 'about %d hours'),
(67413, 1, 21457, 'about a minute'),
(67414, 1, 21458, 'about a month'),
(67415, 1, 21459, 'about a year'),
(67416, 1, 21460, 'Actions'),
(67417, 1, 21461, 'Send'),
(67418, 1, 21462, 'New message has been added'),
(67419, 1, 21463, 'Messages - Plugin Settings'),
(67420, 1, 21464, 'Messages Settings'),
(67421, 1, 21465, 'ago'),
(67422, 1, 21466, 'and'),
(67423, 1, 21467, 'Read message (use credits)'),
(67424, 1, 21468, 'delete'),
(67425, 1, 21469, 'Attachment'),
(67426, 1, 21470, 'Attachments'),
(67427, 1, 21471, 'Attach files'),
(67428, 1, 21472, 'Allow chat'),
(67429, 1, 21473, 'Read chat messages'),
(67430, 1, 21474, 'Read mails'),
(67431, 1, 21475, 'Read messages'),
(67432, 1, 21476, 'Continue chat dialog'),
(67433, 1, 21477, 'Continue mail dialog'),
(67434, 1, 21478, 'Continue dialog'),
(67435, 1, 21479, 'Start chat dialog'),
(67436, 1, 21480, 'Start mail dialog'),
(67437, 1, 21481, 'Start dialog'),
(67438, 1, 21482, 'Use Chat'),
(67439, 1, 21483, 'Messages'),
(67440, 1, 21484, 'a day'),
(67441, 1, 21485, 'between'),
(67442, 1, 21486, 'Delete'),
(67443, 1, 21487, 'Mark as read'),
(67444, 1, 21488, 'Mark as unread'),
(67445, 1, 21489, 'Bulk options'),
(67446, 1, 21490, 'Can not display "{$entityType}" message.'),
(67447, 1, 21491, 'Change your Messages privacy here'),
(67448, 1, 21492, 'Chat'),
(67449, 1, 21493, 'Message text is empty'),
(67450, 1, 21494, '...'),
(67451, 1, 21495, 'Check all'),
(67452, 1, 21496, 'Check now'),
(67453, 1, 21497, 'Click here to read messages'),
(67454, 1, 21498, 'Do you want to close the new message box?'),
(67455, 1, 21499, 'Compose Message'),
(67456, 1, 21500, 'Are you sure?'),
(67457, 1, 21501, 'Are you sure you want to remove Messages?'),
(67458, 1, 21502, '<div class="ow_console_mailbox_cont" target="_blank">\r\n        <div class="ow_console_mailbox_title"><a target="_blank" href="{$userUrl}">{$displayName}</a></div>\r\n        <div class="ow_console_mailbox_txt">\r\n            {$text}\r\n        </div>\r\n    </div>'),
(67459, 1, 21503, 'Conversations'),
(67460, 1, 21504, 'Showing {$showing} messages of {$total} total, {$new} new'),
(67461, 1, 21505, 'You have not conversation yet'),
(67462, 1, 21506, 'Your conversation list is empty'),
(67463, 1, 21507, 'Conversation'),
(67464, 1, 21508, '{$conversation_title} - {$site_name}'),
(67465, 1, 21509, 'Conversation not found'),
(67466, 1, 21510, 'Send Private Message'),
(67467, 1, 21511, 'Message NOT sent'),
(67468, 1, 21512, 'Message sent'),
(67469, 1, 21513, '%d days'),
(67470, 1, 21514, 'Delete'),
(67471, 1, 21515, 'Delete chat'),
(67472, 1, 21516, 'Before uninstalling Messages plugin we have to remove all existing users'' chat content. This may take awhile.'),
(67473, 1, 21517, 'Are you sure you want to delete selected conversation(s)?'),
(67474, 1, 21518, 'Warning'),
(67475, 1, 21519, 'Delete Conversation'),
(67476, 1, 21520, 'Delete'),
(67477, 1, 21521, 'Conversation has been deleted'),
(67478, 1, 21522, 'Delete history'),
(67479, 1, 21523, '{$count} conversation(s) deleted'),
(67480, 1, 21524, 'New <a href="{$conversationUrl}" >message</a> from <a href="{$userUrl}">{$userName}</a>'),
(67481, 1, 21525, 'Someone sends me a new message'),
(67482, 1, 21526, 'Mailbox'),
(67483, 1, 21527, 'Enable file attachments'),
(67484, 1, 21528, 'Enable sounds'),
(67485, 1, 21529, 'Mass-messaging is blocked. You need to wait for {$send_message_interval} seconds before sending a message again.'),
(67486, 1, 21530, 'File attachments disabled'),
(67487, 1, 21531, 'Find Contact'),
(67488, 1, 21532, 'Online friends'),
(67489, 1, 21533, 'from now'),
(67490, 1, 21534, 'General Settings'),
(67491, 1, 21535, 'General Settings'),
(67492, 1, 21536, 'Inbox'),
(67493, 1, 21537, 'My mailbox - {$site_name}'),
(67494, 1, 21538, 'Keep Unread'),
(67495, 1, 21539, 'Chats'),
(67496, 1, 21540, 'Mails'),
(67497, 1, 21541, 'Mails + Chat'),
(67498, 1, 21542, 'New message'),
(67499, 1, 21543, 'Search'),
(67500, 1, 21544, 'Last message sent'),
(67501, 1, 21545, 'less than a minute'),
(67502, 1, 21546, 'Load Earlier Messages'),
(67503, 1, 21547, 'Mailbox'),
(67504, 1, 21548, 'Messages'),
(67505, 1, 21549, 'Subject: '),
(67506, 1, 21550, 'Mark as Read'),
(67507, 1, 21551, 'Mark as Unread'),
(67508, 1, 21552, 'Conversation has been marked as read'),
(67509, 1, 21553, 'Conversation has been marked as unread'),
(67510, 1, 21554, 'Failed to mark conversation as read'),
(67511, 1, 21555, '{$count} conversation(s) marked as read'),
(67512, 1, 21556, 'Mark as unread'),
(67513, 1, 21557, 'Failed to mark conversation as unread'),
(67514, 1, 21558, '{$count} conversation(s) marked as unread'),
(67515, 1, 21559, 'Mb'),
(67516, 1, 21560, 'Messages'),
(67517, 1, 21561, 'Someone sends me a new chat message'),
(67518, 1, 21562, 'Someone sends me a new mail message'),
(67519, 1, 21563, 'Messages'),
(67520, 1, 21564, 'Message'),
(67521, 1, 21565, 'Ouch, that''s a long text! Try to be a little more compact, under {$maxLength} symbols.'),
(67522, 1, 21566, 'Message was not authorized'),
(67523, 1, 21567, '%d minutes'),
(67524, 1, 21568, '%d months'),
(67525, 1, 21569, 'Settings saved'),
(67526, 1, 21570, 'new'),
(67527, 1, 21571, '*** New Message ***'),
(67528, 1, 21572, '{$count} new'),
(67529, 1, 21573, 'You have {$count} new message(s)!'),
(67530, 1, 21574, 'New message'),
(67531, 1, 21575, 'New message to'),
(67532, 1, 21576, 'New message from {$sendername}'),
(67533, 1, 21577, 'Hello {$username},<br/>\r\n<br/>\r\nYou have received a new message from {$sendername} on {$site_name}.<br/>\r\n<br/>\r\nGo to <a href="{$replyUrl}">{$replyUrl}</a> to reply to this message. <br/>\r\n<br/>\r\nSincerely, {$site_name} administration'),
(67534, 1, 21578, 'Hello {$username},\r\n\r\nYou have received a new message from {$sendername} on {$site_name}.\r\n\r\nGo to {$replyUrl} to reply to this message. \r\n\r\nSincerely, {$site_name} administration'),
(67535, 1, 21579, 'No friends online'),
(67536, 1, 21580, 'No messages'),
(67537, 1, 21581, 'Others'),
(67538, 1, 21582, 'Messages'),
(67539, 1, 21583, 'Uninstall Messages plugin'),
(67540, 1, 21584, 'Permission denied'),
(67541, 1, 21585, 'Before you continue sending messages let''s make sure you are a human. Please confirm the security code below:'),
(67542, 1, 21586, 'Value is incorrect or greater than server limit.'),
(67543, 1, 21587, 'The <i>Messages</i> plugin is being installed. Time for completing the installation depends on the number of users and cron schedule. <br />Installed so far: {$percents}%'),
(67544, 1, 21588, 'The <i>Messages</i> plugin is being installed. Time for completing the installation depends on the number of users and cron schedule. <br />Installed so far: {$percents}%'),
(67545, 1, 21589, '''Messages'' plugin uninstall initiated.'),
(67546, 1, 21590, 'Who can invite me to chat'),
(67547, 1, 21591, 'You do not have enough permissions to read this message.'),
(67548, 1, 21592, 'You do not have enough permissions to read messages.'),
(67549, 1, 21593, 'You do not have enough permissions to read this message.'),
(67550, 1, 21594, 'Read the message'),
(67551, 1, 21595, 'Recipient is not selected'),
(67552, 1, 21596, 'You do not have enough permissions to reply.'),
(67553, 1, 21597, 'You do not have enough permissions to reply to messages.'),
(67554, 1, 21598, 'Save settings'),
(67555, 1, 21599, 'Selected'),
(67556, 1, 21600, 'All'),
(67557, 1, 21601, 'Send'),
(67558, 1, 21602, 'Send'),
(67559, 1, 21603, 'You do not have enough permissions to write  messages.'),
(67560, 1, 21604, 'Send Message'),
(67561, 1, 21605, 'Failed to send message:'),
(67562, 1, 21606, 'You do not have enough permissions to write  messages.'),
(67563, 1, 21607, 'Sent'),
(67564, 1, 21608, 'Sent'),
(67565, 1, 21609, 'Compose reply'),
(67566, 1, 21610, 'Sent messages - {$site_name}'),
(67567, 1, 21611, 'Installation'),
(67568, 1, 21612, 'Really bad idea for big sites'),
(67569, 1, 21613, 'Friends Only Mode'),
(67570, 1, 21614, 'Choose messages mode'),
(67571, 1, 21615, 'Allow to send messages once in'),
(67572, 1, 21616, 'seconds'),
(67573, 1, 21617, 'Show all members in chat userlist'),
(67574, 1, 21618, 'Settings saved'),
(67575, 1, 21619, 'Settings updated'),
(67576, 1, 21620, 'Show all users'),
(67577, 1, 21621, 'Show only online users'),
(67578, 1, 21622, 'Silent mode: Off'),
(67579, 1, 21623, 'Silent mode: On'),
(67580, 1, 21624, 'Invisible for all'),
(67581, 1, 21625, 'Subject'),
(67582, 1, 21626, 'Subject is empty'),
(67583, 1, 21627, 'Open in chat'),
(67584, 1, 21628, 'Text'),
(67585, 1, 21629, 'Text Message'),
(67586, 1, 21630, 'To'),
(67587, 1, 21631, 'In progress'),
(67588, 1, 21632, 'The <i>Messages</i> plugin is being uninstalled. Time for completing the uninstallation depends on the number of users and cron schedule. <br />Uninstalled so far: {$percents}%'),
(67589, 1, 21633, 'Failed to write file to disk.'),
(67590, 1, 21634, 'Too many files uploaded!'),
(67591, 1, 21635, 'Delete file fail!'),
(67592, 1, 21636, 'Delete file success!'),
(67593, 1, 21637, 'The file extention is not allowed.'),
(67594, 1, 21638, 'File upload fail!'),
(67595, 1, 21639, 'The uploaded file was only partially uploaded.'),
(67596, 1, 21640, 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop.'),
(67597, 1, 21641, 'The uploaded file exceeds the max upload filesize.'),
(67598, 1, 21642, 'File {$file_name} :'),
(67599, 1, 21643, 'Upload file not found!'),
(67600, 1, 21644, 'No file was uploaded.'),
(67601, 1, 21645, 'Missing a temporary folder.'),
(67602, 1, 21646, 'Max upload attachment size'),
(67603, 1, 21647, 'Read chat messages'),
(67604, 1, 21648, 'Read private message'),
(67605, 1, 21649, 'Continue chat dialog'),
(67606, 1, 21650, 'Continue mail dialog'),
(67607, 1, 21651, 'Start chat dialog'),
(67608, 1, 21652, 'Start mail dialog'),
(67609, 1, 21653, 'User List'),
(67610, 1, 21654, 'User you are trying to contact is deleted.'),
(67611, 1, 21655, 'User you are trying to contact is not approved.'),
(67612, 1, 21656, '''{$username}'' is not authorized to use chat'),
(67613, 1, 21657, 'User is not authorized to read messages'),
(67614, 1, 21658, 'User you are trying to contact is not verified.'),
(67615, 1, 21659, '[username] has gone offline'),
(67616, 1, 21660, '[username] is now online'),
(67617, 1, 21661, 'User you are trying to contact is suspended.'),
(67618, 1, 21662, 'User you are trying to contact is suspended.'),
(67619, 1, 21663, 'User not found'),
(67620, 1, 21664, 'Offline'),
(67621, 1, 21665, 'Settings'),
(67622, 1, 21666, 'Save settings'),
(67623, 1, 21667, 'Messages Settings'),
(67624, 1, 21668, '{$displayname} went offline'),
(67625, 1, 21669, 'Use Chat'),
(67626, 1, 21670, 'You do not have enough permissions to use chat.'),
(67627, 1, 21671, 'View All'),
(67628, 1, 21672, '{$displayname} only accepts chat requests from friends'),
(67629, 1, 21673, 'Wink'),
(67630, 1, 21674, 'You can write your reply here...'),
(67631, 1, 21675, 'You do not have enough permissions to write  messages.'),
(67632, 1, 21676, 'Write a reply...'),
(67633, 1, 21677, '%d years'),
(67634, 1, 21678, 'you'),
(67635, 1, 21679, 'Please subscribe or buy credits to send messages'),
(67636, 1, 21680, 'Please subscribe or buy credits to reply to conversation'),
(67637, 1, 21681, 'Please subscribe or buy credits to send chat message'),
(67638, 1, 21682, 'Please subscribe or buy credits to reply to chat message'),
(67639, 1, 21683, 'Day of the week when weekly summaries are sent'),
(67640, 1, 21684, 'Day'),
(67641, 1, 21685, 'Hour of the day when daily and weekly summaries are sent'),
(67642, 1, 21686, 'Hour'),
(67643, 1, 21687, 'Email Notifications'),
(67644, 1, 21688, 'Email Notifications'),
(67645, 1, 21689, 'Settings saved'),
(67646, 1, 21690, 'Also send by email'),
(67647, 1, 21691, 'Schedule Settings'),
(67648, 1, 21692, 'Notifications'),
(67649, 1, 21693, 'Mail Notifications'),
(67650, 1, 21694, 'Mail Notifications'),
(67651, 1, 21695, 'Email Notifications'),
(67652, 1, 21696, 'Talk soon,<br />\r\n{$site_name}, administration<br />\r\n{$site_url}'),
(67653, 1, 21697, 'Here''s the latest activity on <a href="{$site_url}"> {$site_name}</a> related to you:'),
(67654, 1, 21698, 'Dear {$userName},'),
(67655, 1, 21699, 'Latest activity on {$site_name}'),
(67656, 1, 21700, 'Talk soon,\r\n{$site_name}, administration\r\n{$site_url}'),
(67657, 1, 21701, 'Dear {$userName},\r\nHere''s the latest activity on {$site_name} related to you:'),
(67658, 1, 21702, 'Burada iki gün boyunca gerçekleşen tüm bildirileri görebilirsin.Geri kalanlarını ise eposta adresinden kontrol edebilirsin.'),
(67659, 1, 21703, 'Save'),
(67660, 1, 21704, 'Save'),
(67661, 1, 21705, 'Automatically'),
(67662, 1, 21706, 'Automatically (if you don''t show up on the site for 2 days)'),
(67663, 1, 21707, 'Daily'),
(67664, 1, 21708, 'Immediately'),
(67665, 1, 21709, 'Never'),
(67666, 1, 21710, 'Schedule'),
(67667, 1, 21711, 'Weekly'),
(67668, 1, 21712, 'Settings changed'),
(67669, 1, 21713, 'Change preferences and frequency of these notifications'),
(67670, 1, 21714, 'Settings not changed'),
(67671, 1, 21715, 'Email Notifications'),
(67672, 1, 21716, 'Email Notifications'),
(67673, 1, 21717, 'Mail Notifications'),
(67674, 1, 21718, 'Mail Notifications'),
(67675, 1, 21719, 'Unsubscribe from all notifications'),
(67676, 1, 21720, 'Unsubscribe code expired'),
(67677, 1, 21721, 'You have been successfully unsubscribed'),
(67678, 1, 21722, 'Are you sure you want to unsubscribe from these notifications?'),
(67679, 1, 21723, 'Unsubscribe from this type of notifications'),
(67680, 1, 21724, 'Add Image'),
(67681, 1, 21725, 'Add new'),
(67682, 1, 21726, 'Add Slide'),
(67683, 1, 21727, 'Are you sure you want to uninstall this plugin?'),
(67684, 1, 21728, 'Delete content and uninstall plugin'),
(67685, 1, 21729, 'Before uninstalling slideshow plugin we have to remove all existing slideshows content. This may take awhile.'),
(67686, 1, 21730, 'Warning'),
(67687, 1, 21731, 'Are you sure you want to delete slide?'),
(67688, 1, 21732, 'Edit slide'),
(67689, 1, 21733, 'Effect'),
(67690, 1, 21734, 'fade'),
(67691, 1, 21735, 'slide'),
(67692, 1, 21736, 'File'),
(67693, 1, 21737, 'Images'),
(67694, 1, 21738, 'Interval'),
(67695, 1, 21739, 'long'),
(67696, 1, 21740, 'medium'),
(67697, 1, 21741, 'short'),
(67698, 1, 21742, 'Label'),
(67699, 1, 21743, 'Navigation'),
(67700, 1, 21744, 'No images added'),
(67701, 1, 21745, 'Optional'),
(67702, 1, 21746, 'Uninstall slideshow plugin'),
(67703, 1, 21747, 'Slideshow plugin uninstall initiated.'),
(67704, 1, 21748, '<span class="ow_mild_green">Drag''n''drop</span> images to rearrange their order.'),
(67705, 1, 21749, 'Slideshow Settings'),
(67706, 1, 21750, 'In progress'),
(67707, 1, 21751, 'Please wait while all slideshow content is being removed. This make take awhile depending on the number of slideshows on your site.'),
(67708, 1, 21752, 'URL'),
(67709, 1, 21753, 'Slideshow');
INSERT INTO `ow_base_language_value` VALUES
(67710, 1, 21754, 'Maximum file size'),
(67711, 1, 21755, 'The photo cannot be uploaded if the size limit is exceeded. The possible limit is <b><i>0.5</i></b> Mb'),
(67712, 1, 21756, '<a href="{$userUrl}">{$user}</a> uploaded new <a href="{$url}">photo</a>.'),
(67713, 1, 21757, '<a href="{$userUrl}">{$user}</a> added {$count} photos to <a href="{$albumUrl}">{$albumName}</a> album'),
(67714, 1, 21758, 'Add description'),
(67715, 1, 21759, 'Add new'),
(67716, 1, 21760, 'Add photos'),
(67717, 1, 21761, 'Add tags'),
(67718, 1, 21762, 'Photo - Plugin Settings'),
(67719, 1, 21763, 'General'),
(67720, 1, 21764, 'View settings'),
(67721, 1, 21765, 'Advanced upload'),
(67722, 1, 21766, 'NO'),
(67723, 1, 21767, 'ADD PHOTOS'),
(67724, 1, 21768, 'COMPLETE'),
(67725, 1, 21769, 'PROCEED WITH UPLOADING PHOTOS?'),
(67726, 1, 21770, 'Enable advanced Adobe Flash uploader to let users choose any number of files, resize, rotate photos before upload'),
(67727, 1, 21771, 'PROCESSING'),
(67728, 1, 21772, 'UPLOAD'),
(67729, 1, 21773, 'UPLOADING'),
(67730, 1, 21774, 'YES'),
(67731, 1, 21775, 'Album'),
(67732, 1, 21776, 'albums by'),
(67733, 1, 21777, 'Album by'),
(67734, 1, 21778, 'Album deleted'),
(67735, 1, 21779, 'You are not allowed to delete photo albums'),
(67736, 1, 21780, 'Description'),
(67737, 1, 21781, 'My Photos'),
(67738, 1, 21782, 'Album Name'),
(67739, 1, 21783, 'Maximum number of photos per album'),
(67740, 1, 21784, 'Keep this number reasonably big'),
(67741, 1, 21785, 'You have exceeded the limit of {$limit} photos in album'),
(67742, 1, 21786, 'updated'),
(67743, 1, 21787, 'Approve'),
(67744, 1, 21788, 'Are you sure?'),
(67745, 1, 21789, 'Comment photo'),
(67746, 1, 21790, 'The content owner can delete comments'),
(67747, 1, 21791, 'Upload photo'),
(67748, 1, 21792, 'View photo'),
(67749, 1, 21793, 'You cannot edit the photo content due to limited permissions'),
(67750, 1, 21794, 'Photo'),
(67751, 1, 21795, 'You are not allowed to upload photo'),
(67752, 1, 21796, 'You cannot view the page content due to limited permissions'),
(67753, 1, 21797, 'Save'),
(67754, 1, 21798, 'Upload'),
(67755, 1, 21799, 'Check all'),
(67756, 1, 21800, 'Choose album'),
(67757, 1, 21801, 'Choose existing Album or create new one'),
(67758, 1, 21802, 'If you close the window - all data will be lost. Continue?'),
(67759, 1, 21803, 'The number of Photo Albums'),
(67760, 1, 21804, 'Show Photo Albums'' titles'),
(67761, 1, 21805, 'Number of photos to show'),
(67762, 1, 21806, 'comments'),
(67763, 1, 21807, '<a href="{$commentorUrl}">{$commentor}</a> commented on <a href="{$ownerUrl}">{$owner}</a>''s <a href="{$url}">photo</a>'),
(67764, 1, 21808, 'Comments:'),
(67765, 1, 21809, 'Are you sure you want to delete this photo?'),
(67766, 1, 21810, 'Are you sure you want to delete this photo album?'),
(67767, 1, 21811, 'Are you sure you want to remove ALL user photos?'),
(67768, 1, 21812, 'added new photo'),
(67769, 1, 21813, 'edited their photo'),
(67770, 1, 21814, 'Photos'),
(67771, 1, 21815, 'photo'),
(67772, 1, 21816, 'Original cover'),
(67773, 1, 21817, 'Preview cover'),
(67774, 1, 21818, 'Create album'),
(67775, 1, 21819, 'Crop album cover'),
(67776, 1, 21820, 'Delete Album'),
(67777, 1, 21821, 'Delete content and uninstall plugin'),
(67778, 1, 21822, 'Before uninstalling photo plugin we have to remove all existing user photo content. This may take awhile. That is why we will put the site to "maintenance mode" and activate it back upon completing the uninstall.'),
(67779, 1, 21823, 'Warning'),
(67780, 1, 21824, 'Are you sure you want to delete full-size photos?'),
(67781, 1, 21825, 'Delete full-size photos ({$count})'),
(67782, 1, 21826, 'Delete'),
(67783, 1, 21827, 'Delete Selected'),
(67784, 1, 21828, 'Description text...'),
(67785, 1, 21829, 'Describe your photos'),
(67786, 1, 21830, 'Description'),
(67787, 1, 21831, 'Add short description about these photos'),
(67788, 1, 21832, 'Click to browse photos'),
(67789, 1, 21833, 'Drag & Drop photos here or click to browse'),
(67790, 1, 21834, 'Done'),
(67791, 1, 21835, 'Allow users download photos'),
(67792, 1, 21836, 'Download'),
(67793, 1, 21837, 'Drop photos to start upload'),
(67794, 1, 21838, 'Edit Album'),
(67795, 1, 21839, 'Edit Cover'),
(67796, 1, 21840, 'Effects'),
(67797, 1, 21841, 'fade'),
(67798, 1, 21842, 'slide'),
(67799, 1, 21843, '<a href="{$userUrl}">{$userName}</a> commented on your <a href="{$photoUrl}">photo</a>.'),
(67800, 1, 21844, 'Photo'),
(67801, 1, 21845, 'Someone comments on my photo'),
(67802, 1, 21846, 'Enable advanced upload'),
(67803, 1, 21847, 'Failed to write file to disk'),
(67804, 1, 21848, 'A PHP extension stopped the file upload. PHP does not provide a way to ascertain which extension caused the file upload to stop; examining the list of loaded extensions with phpinfo() may help'),
(67805, 1, 21849, 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'),
(67806, 1, 21850, 'The uploaded file exceeds the upload_max_filesize directive in php.ini'),
(67807, 1, 21851, 'No file was uploaded'),
(67808, 1, 21852, 'Missing a temporary folder'),
(67809, 1, 21853, 'The uploaded file was only partially uploaded'),
(67810, 1, 21854, 'liked their photo'),
(67811, 1, 21855, 'commented on their photo'),
(67812, 1, 21856, 'commented on {$user}''s photo'),
(67813, 1, 21857, 'liked {$user}''s photo'),
(67814, 1, 21858, 'Photo'),
(67815, 1, 21859, ''),
(67816, 1, 21860, 'and {$moreCount} more'),
(67817, 1, 21861, 'uploaded <a href="{$albumUrl}"> {$number}</a> new photos'),
(67818, 1, 21862, 'uploaded {$number} new photos to <a href="{$albumUrl}">{$albumName}</a> album'),
(67819, 1, 21863, 'uploaded {$number} new photo to <a href="{$albumUrl}">{$albumName}</a> album'),
(67820, 1, 21864, 'Value is incorrect or greater than server limit'),
(67821, 1, 21865, 'Photo'),
(67822, 1, 21866, 'Fullsize limit'),
(67823, 1, 21867, 'All photos larger than this size (X or Y) will be resized down to this limit for storage.'),
(67824, 1, 21868, 'Height must be a valid integer between {$min} and {$max}'),
(67825, 1, 21869, 'Main image size'),
(67826, 1, 21870, 'The photo size to display on page'),
(67827, 1, 21871, 'Mark as Featured'),
(67828, 1, 21872, 'Albums'),
(67829, 1, 21873, 'Explore'),
(67830, 1, 21874, 'Featured'),
(67831, 1, 21875, 'Latest'),
(67832, 1, 21876, 'Most Discussed'),
(67833, 1, 21877, 'My photos'),
(67834, 1, 21878, 'Photos'),
(67835, 1, 21879, 'Browse by tags'),
(67836, 1, 21880, 'Top Rated'),
(67837, 1, 21881, 'Featured photos uploaded by members of {$site_name}.'),
(67838, 1, 21882, 'Recently uploaded photos by members of {$site_name}.'),
(67839, 1, 21883, 'Most Discussed photos uploaded by members of {$site_name}.'),
(67840, 1, 21884, 'Browse photos by tags: {$topTags}, and others.'),
(67841, 1, 21885, 'View photos tagged as ''{$tag}''.'),
(67842, 1, 21886, 'Most highly rated photos uploaded by members of {$site_name}.'),
(67843, 1, 21887, 'Upload new photos to {$site_name}.'),
(67844, 1, 21888, '{$number} photos by {$displayName}.'),
(67845, 1, 21889, 'Photo albums by {$displayName} - {$albums}, and others.'),
(67846, 1, 21890, '{$title} - photo tagged as {$tags}.'),
(67847, 1, 21891, 'Featured photos - {$site_name}'),
(67848, 1, 21892, 'Latest photos - {$site_name}'),
(67849, 1, 21893, 'Most Discussed photos - {$site_name}'),
(67850, 1, 21894, 'Browse photos by tags - {$site_name}'),
(67851, 1, 21895, '''{$tag}'' photos - {$site_name}'),
(67852, 1, 21896, 'Top rated photos - {$site_name}'),
(67853, 1, 21897, 'Upload photos - {$site_name}'),
(67854, 1, 21898, '{$albumName} (photo album by {$displayName}) - {$site_name}'),
(67855, 1, 21899, '{$displayName}''s photo albums - {$site_name}'),
(67856, 1, 21900, 'Choose photo'),
(67857, 1, 21901, 'Photo'),
(67858, 1, 21902, 'Replace photo'),
(67859, 1, 21903, 'Move to Album'),
(67860, 1, 21904, 'Move photos to new album'),
(67861, 1, 21905, 'My Photo Albums'),
(67862, 1, 21906, 'Newsfeed Photos'),
(67863, 1, 21907, 'You can''t create an album with this name.'),
(67864, 1, 21908, 'Next photo'),
(67865, 1, 21909, 'Some photos were not uploaded because of excessive size or wrong format'),
(67866, 1, 21910, 'No albums'),
(67867, 1, 21911, 'No items'),
(67868, 1, 21912, 'No photo'),
(67869, 1, 21913, 'No photo found'),
(67870, 1, 21914, 'No photo selected'),
(67871, 1, 21915, 'No photos were uploaded because of excessive size or wrong format'),
(67872, 1, 21916, 'of'),
(67873, 1, 21917, 'Browse Photos'),
(67874, 1, 21918, 'Uninstall photo plugin'),
(67875, 1, 21919, '{$user}''s photo albums'),
(67876, 1, 21920, 'Pending Approval . . .'),
(67877, 1, 21921, 'You only had enough credits to upload {$uploaded} photos out of {$count}. Buy more credits to upload the rest'),
(67878, 1, 21922, 'Photos per page'),
(67879, 1, 21923, 'Browsing lists of photos and photo albums'),
(67880, 1, 21924, 'Photo'),
(67881, 1, 21925, 'Photos deleted'),
(67882, 1, 21926, '{$total} photos'),
(67883, 1, 21927, '{$count} photos uploaded'),
(67884, 1, 21928, 'The {$count} photos will be available shortly, pending approval.'),
(67885, 1, 21929, 'Added'),
(67886, 1, 21930, 'Photo album saved'),
(67887, 1, 21931, 'Photo deleted'),
(67888, 1, 21932, 'Photo'),
(67889, 1, 21933, 'Photos'),
(67890, 1, 21934, 'Photo NOT deleted'),
(67891, 1, 21935, 'Photo(s) successfully moved'),
(67892, 1, 21936, 'Photo updated'),
(67893, 1, 21937, 'The photo will be available shortly, pending approval.'),
(67894, 1, 21938, 'Photo upload error'),
(67895, 1, 21939, 'Pic #{$number}'),
(67896, 1, 21940, 'Play/Pause'),
(67897, 1, 21941, 'Please wait while previously photo is being uploaded'),
(67898, 1, 21942, 'Photo plugin uninstall initiated.'),
(67899, 1, 21943, 'Preview image size'),
(67900, 1, 21944, 'The photo size to display on page'),
(67901, 1, 21945, 'Previous photo'),
(67902, 1, 21946, 'View my photo albums'),
(67903, 1, 21947, 'Limits'),
(67904, 1, 21948, 'You have exceeded the limit of {$limit} photos'),
(67905, 1, 21949, 'Rating'),
(67906, 1, 21950, '(Total {$count})'),
(67907, 1, 21951, '(Total {$count}. Your is {$score})'),
(67908, 1, 21952, 'Recently uploaded photos'),
(67909, 1, 21953, 'Remove from Featured'),
(67910, 1, 21954, 'Save as Avatar'),
(67911, 1, 21955, 'Save as Album Cover'),
(67912, 1, 21956, 'Search text, @username or #hashtag'),
(67913, 1, 21957, 'No items found'),
(67914, 1, 21958, 'Select only 1 photo to set the cover'),
(67915, 1, 21959, 'Settings updated'),
(67916, 1, 21960, 'Set as album cover'),
(67917, 1, 21961, 'Set as Album Cover'),
(67918, 1, 21962, 'Show'),
(67919, 1, 21963, 'Simple upload'),
(67920, 1, 21964, 'Photo "{$name}" file size cannot be greater than <b>{$size}</b> Mb'),
(67921, 1, 21965, 'Slideshow time:&nbsp;'),
(67922, 1, 21966, 'Settings'),
(67923, 1, 21967, 'Photo status changed'),
(67924, 1, 21968, 'Store full-size photos'),
(67925, 1, 21969, 'Show and store full-size photos'),
(67926, 1, 21970, 'Tags'),
(67927, 1, 21971, 'Comma-separated'),
(67928, 1, 21972, 'Tag search'),
(67929, 1, 21973, 'Tag search result for:'),
(67930, 1, 21974, 'Edit photo'),
(67931, 1, 21975, '{$total} albums total'),
(67932, 1, 21976, 'This photo is too small to be set as the album cover. Minimum size is 330x330'),
(67933, 1, 21977, 'Invalid file type. {$name}'),
(67934, 1, 21978, 'In progress'),
(67935, 1, 21979, 'Please wait while all photo content is being removed. This make take awhile depending on the number of photos on your site.'),
(67936, 1, 21980, 'Upload'),
(67937, 1, 21981, '(Server limit: {$value})'),
(67938, 1, 21982, 'Upload photos'),
(67939, 1, 21983, 'Upload Settings'),
(67940, 1, 21984, 'Comment photo'),
(67941, 1, 21985, 'Add photo'),
(67942, 1, 21986, 'Photo Albums'),
(67943, 1, 21987, 'Maximum number of photos for user'),
(67944, 1, 21988, 'Keep this number reasonably big'),
(67945, 1, 21989, 'View full-size'),
(67946, 1, 21990, 'View Settings'),
(67947, 1, 21991, 'View all user albums'),
(67948, 1, 21992, 'Width must be a valid integer between {$min} and {$max}'),
(67949, 1, 21993, '{$desc} ({$count})'),
(67950, 1, 21994, 'Photos'),
(67951, 1, 21995, 'Photo'),
(67952, 1, 21996, 'All Tagged Photos Page'),
(67953, 1, 21997, '{$tag} photos | {$site_name}'),
(67954, 1, 21998, 'The list of all photos tagged "{$tag}" at {$site_name}.'),
(67955, 1, 21999, ''),
(67956, 1, 22000, 'Photos by List Type (Latest / Top Rated / Most Discussed) Page'),
(67957, 1, 22001, '{$list_type} photos | {$site_name}'),
(67958, 1, 22002, 'All {$list_type} photos at {$site_name}'),
(67959, 1, 22003, ''),
(67960, 1, 22004, 'Featured'),
(67961, 1, 22005, 'Latest'),
(67962, 1, 22006, 'Top rated'),
(67963, 1, 22007, 'Tagged'),
(67964, 1, 22008, 'Most discussed'),
(67965, 1, 22009, 'Individual Member''s Photo Albums Page'),
(67966, 1, 22010, 'Photo albums by {$user_name}, {$user_age} | {$site_name}'),
(67967, 1, 22011, 'View all photo albums uploaded by {$user_name}, {$user_age} on {$site_name}.'),
(67968, 1, 22012, ''),
(67969, 1, 22013, 'Individual Member''s Specific Photo Album Page'),
(67970, 1, 22014, '"{$album_name}" photo album by {$user_name}, {$user_age} | {$site_name}'),
(67971, 1, 22015, 'View all photos in "{$album_name}" uploaded by {$user_name}, {$user_age} on {$site_name}.'),
(67972, 1, 22016, ''),
(67973, 1, 22017, 'Individual Member''s Specific Photo Album Page'),
(67974, 1, 22018, 'All photos by {$user_name}, {$user_age} | {$site_name}'),
(67975, 1, 22019, 'View all photos uploaded by {$user_name}, {$user_age} on {$site_name}.'),
(67976, 1, 22020, ''),
(67977, 1, 22021, 'Specific Photo Page'),
(67978, 1, 22022, 'View "{$photo_id}" photo by {$user_name} | {$site_name}'),
(67979, 1, 22023, 'View photo "{$photo_id}" uploaded by {$user_name} on {$site_name}.'),
(67980, 1, 22024, ''),
(67981, 1, 22025, '<a href="{$userUrl}">{$user}</a> added new video: <a href="{$url}">{$clipTitle}</a>'),
(67982, 1, 22026, 'Added'),
(67983, 1, 22027, 'Add new'),
(67984, 1, 22028, 'Video - Plugin Settings'),
(67985, 1, 22029, 'General'),
(67986, 1, 22030, 'Add video'),
(67987, 1, 22031, 'Comment video'),
(67988, 1, 22032, 'The content owner can delete comments'),
(67989, 1, 22033, 'View video'),
(67990, 1, 22034, 'You can''t add video due to limited permissions'),
(67991, 1, 22035, 'Video'),
(67992, 1, 22036, 'You are not allowed to view video'),
(67993, 1, 22037, 'Add'),
(67994, 1, 22038, 'Save'),
(67995, 1, 22039, 'Music video by'),
(67996, 1, 22040, 'Video has been added'),
(67997, 1, 22041, 'added new video'),
(67998, 1, 22042, 'Video deleted'),
(67999, 1, 22043, 'edited their video'),
(68000, 1, 22044, 'Video NOT deleted'),
(68001, 1, 22045, 'Video updated'),
(68002, 1, 22046, 'Show video titles'),
(68003, 1, 22047, 'Number of videos to show'),
(68004, 1, 22048, 'Use a number between 1 and 20'),
(68005, 1, 22049, 'Embed code'),
(68006, 1, 22050, 'Use video embed code from resources like Youtube, Metacafe, Google Video and others.'),
(68007, 1, 22051, '<a href="{$commentorUrl}">{$commentor}</a> commented on <a href="{$ownerUrl}">{$owner}</a>''s video: <a href="{$url}">{$title}</a>'),
(68008, 1, 22052, 'Are you sure you want to delete video?'),
(68009, 1, 22053, 'Videos'),
(68010, 1, 22054, 'Video'),
(68011, 1, 22055, 'Description'),
(68012, 1, 22056, 'Short description of the video'),
(68013, 1, 22057, '<a href="{$userUrl}">{$userName}</a> commented on your video: <a href="{$videoUrl}">{$videoTitle}</a>'),
(68014, 1, 22058, 'Video'),
(68015, 1, 22059, 'Someone comments on my video'),
(68016, 1, 22060, 'liked their video'),
(68017, 1, 22061, 'commented on their video'),
(68018, 1, 22062, 'commented on {$user}''s video'),
(68019, 1, 22063, 'liked {$user}''s video'),
(68020, 1, 22064, 'Video'),
(68021, 1, 22065, 'Video'),
(68022, 1, 22066, 'Mark as Featured'),
(68023, 1, 22067, 'Featured'),
(68024, 1, 22068, 'Latest'),
(68025, 1, 22069, 'Browse by Tag'),
(68026, 1, 22070, 'Top Rated'),
(68027, 1, 22071, 'Videos submitted by user {$displayName}'),
(68028, 1, 22072, 'Add new video to {$site_name}.'),
(68029, 1, 22073, 'Best videos at {$site_name}! Staff picks!'),
(68030, 1, 22074, 'Recently uploaded videos at {$site_name}.'),
(68031, 1, 22075, 'Videos by tags: {$topTags}, and others.'),
(68032, 1, 22076, 'Browse videos tagged as ''{$tag}''.'),
(68033, 1, 22077, 'Top rated videos submitted by users at {$site_name}.'),
(68034, 1, 22078, 'Video called ''{$title}'', tagged as {$tags}.'),
(68035, 1, 22079, '{$displayName}''s videos - {$site_name}'),
(68036, 1, 22080, 'Add new video'),
(68037, 1, 22081, 'Featured videos - {$site_name}'),
(68038, 1, 22082, 'Recent videos - {$site_name}'),
(68039, 1, 22083, 'Browse videos by tags - {$site_name}'),
(68040, 1, 22084, '''{$tag}'' videos - {$site_name}'),
(68041, 1, 22085, 'Top rated videos - {$site_name}'),
(68042, 1, 22086, '{$title} - Video at {$site_name}'),
(68043, 1, 22087, 'My Video'),
(68044, 1, 22088, 'No video'),
(68045, 1, 22089, 'No video found'),
(68046, 1, 22090, 'Other user videos'),
(68047, 1, 22091, 'Add Video'),
(68048, 1, 22092, 'Browse Videos'),
(68049, 1, 22093, 'Video by {$user}'),
(68050, 1, 22094, 'The video is pending approval and will be available shortly'),
(68051, 1, 22095, 'Videos per page'),
(68052, 1, 22096, 'Browsing lists of videos'),
(68053, 1, 22097, 'Main video player size'),
(68054, 1, 22098, 'View my video'),
(68055, 1, 22099, 'Maximum number of videos per user'),
(68056, 1, 22100, 'Quotas'),
(68057, 1, 22101, 'Keep this number reasonably big'),
(68058, 1, 22102, 'You have exceeded video upload limit: {$limit}'),
(68059, 1, 22103, 'Remove from Featured'),
(68060, 1, 22104, 'Video resource is not allowed'),
(68061, 1, 22105, 'Video settings updated'),
(68062, 1, 22106, 'This is the size for player displayed on video page'),
(68063, 1, 22107, 'Video status changed'),
(68064, 1, 22108, 'Video status NOT changed'),
(68065, 1, 22109, 'Tags'),
(68066, 1, 22110, 'Comma-separated'),
(68067, 1, 22111, 'Tag Search'),
(68068, 1, 22112, 'Tag search result for:'),
(68069, 1, 22113, 'Edit Video'),
(68070, 1, 22114, 'Title'),
(68071, 1, 22115, '{$total} videos total'),
(68072, 1, 22116, 'Comment video'),
(68073, 1, 22117, 'Add video'),
(68074, 1, 22118, 'Video'),
(68075, 1, 22119, 'We allow to <b>embed existing videos</b> from other video sharing sites only.'),
(68076, 1, 22120, 'Video by'),
(68077, 1, 22121, 'Video'),
(68078, 1, 22122, 'Video'),
(68079, 1, 22123, 'View Settings'),
(68080, 1, 22124, 'Video'),
(68081, 1, 22125, 'Video'),
(68082, 1, 22126, 'All Tagged Videos Page'),
(68083, 1, 22127, 'Tagged Video | {$site_name}'),
(68084, 1, 22128, 'Watch all tagged videos at {$site_name}.'),
(68085, 1, 22129, ''),
(68086, 1, 22130, 'Videos by List Type (Latest / Top Rated / Most Discussed) Page'),
(68087, 1, 22131, '{$video_list} videos | {$site_name}'),
(68088, 1, 22132, 'Watch all {$video_list} videos at {$site_name}.'),
(68089, 1, 22133, ''),
(68090, 1, 22134, 'Featured'),
(68091, 1, 22135, 'Latest'),
(68092, 1, 22136, 'Top rated'),
(68093, 1, 22137, 'Tagged'),
(68094, 1, 22138, 'View Specific Video Page'),
(68095, 1, 22139, '"{$video_title}" video by {$user_name} | {$site_name}'),
(68096, 1, 22140, 'Watch "{$video_title}" video on {$site_name} uploaded by {$user_name}.'),
(68097, 1, 22141, ''),
(68098, 1, 22142, 'Videos Tagged by Specific Tag Page'),
(68099, 1, 22143, '"{$video_tag_name}" tagged videos | {$site_name}'),
(68100, 1, 22144, 'Watch all videos tagged "{$video_tag_name}" at {$site_name}.'),
(68101, 1, 22145, ''),
(68102, 1, 22146, 'Individual Member''s Videos Page'),
(68103, 1, 22147, 'Videos by {$user_name}, {$user_age} | {$site_name}'),
(68104, 1, 22148, 'Watch all videos uploaded by {$user_name}, {$user_age} on {$site_name}.'),
(68105, 1, 22149, ''),
(68106, 1, 22150, 'Accept'),
(68107, 1, 22151, '{$user_avatar} {$requester_avatar}'),
(68108, 1, 22152, '<a href="{$user_url}">{$name}</a> and <a href="{$requester_url}">{$requester_name}</a> are now friends'),
(68109, 1, 22153, 'Add to Friends'),
(68110, 1, 22154, 'Send friend request'),
(68111, 1, 22155, 'Friends'),
(68112, 1, 22156, 'Cancel'),
(68113, 1, 22157, 'commented on {$user1} and {$user2} now being friends'),
(68114, 1, 22158, '<p>\r\nDear {$sender},\r\n</p>\r\n<p>\r\nWe are glad to let you know that <a href="{$receiver_url}">{$receiver}</a> confirmed you as a friend on <a href="{$site_url}">{$site_name}</a>.\r\n</p>\r\n<p>\r\nThank you,<br />\r\nAdministration<br />\r\n<a href="{$site_url}">{$site_name}</a>\r\n</p>'),
(68115, 1, 22159, '{$receiver} confirmed you as a friend'),
(68116, 1, 22160, 'Dear {$sender},\r\n\r\nWe are glad to let you know that {$receiver} confirmed you as a friend on {$site_name}.\r\n\r\n{$receiver}''s profile: {$receiver_url}\r\n{$site_name}: {$site_url}\r\n\r\nThank you,\r\nAdministration\r\n{$site_name}\r\n{$site_url}'),
(68117, 1, 22161, 'Friend Requests'),
(68118, 1, 22162, '<a target="_blank" href="{$userUrl}">{$displayName}</a> wants to be friends with you.'),
(68119, 1, 22163, 'Someone accepts my friend request'),
(68120, 1, 22164, 'Someone sends me friend request'),
(68121, 1, 22165, 'Cancelled'),
(68122, 1, 22166, 'New friend added'),
(68123, 1, 22167, 'Request already sent'),
(68124, 1, 22168, 'Request ignored'),
(68125, 1, 22169, 'Friend request was sent'),
(68126, 1, 22170, 'Friends'),
(68127, 1, 22171, 'Manage your friendships'),
(68128, 1, 22172, 'Friends {$count}'),
(68129, 1, 22173, 'Friend requests'),
(68130, 1, 22174, 'Friend request was sent'),
(68131, 1, 22175, 'Received requests {$count}'),
(68132, 1, 22176, 'Ignore'),
(68133, 1, 22177, 'liked that {$user1} and {$user2} are now friends'),
(68134, 1, 22178, 'My friends'),
(68135, 1, 22179, 'My friends - {$site_name}'),
(68136, 1, 22180, 'and <a href="{$user_url}">{$name}</a> are now friends'),
(68137, 1, 22181, 'New friend added'),
(68138, 1, 22182, 'Friends'),
(68139, 1, 22183, '{$receiver} accepted you as a friend.'),
(68140, 1, 22184, '{$sender} wants to be friends with you.'),
(68141, 1, 22185, '<p>\r\n<a href="{$request_url}">Click here</a> to accept this request.\r\n</p>'),
(68142, 1, 22186, '<p>\r\n<a href="{$url}">Click here</a> to view all requests.\r\n</p>'),
(68143, 1, 22187, '<a href="{$userUrl}">{$displayName}</a> wants to be friends with you.'),
(68144, 1, 22188, 'View my friends'),
(68145, 1, 22189, 'My friends'),
(68146, 1, 22190, 'Remove from Friends'),
(68147, 1, 22191, 'Remove from friends'),
(68148, 1, 22192, 'Send friend request'),
(68149, 1, 22193, ''),
(68150, 1, 22194, '{$sender} wants to be friends with you'),
(68151, 1, 22195, ''),
(68152, 1, 22196, 'Sent requests {$count}'),
(68153, 1, 22197, 'Send friend request'),
(68154, 1, 22198, '{$user}''s friends'),
(68155, 1, 22199, '{$user}''s friends - {$site_name}'),
(68156, 1, 22200, 'No friends yet'),
(68157, 1, 22201, 'Count'),
(68158, 1, 22202, 'Friends'),
(68159, 1, 22203, 'View'),
(68160, 1, 22204, 'Friends'),
(68161, 1, 22205, 'Received requests'),
(68162, 1, 22206, 'Sent requests'),
(68163, 1, 22207, 'My Friends');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_log`
--

CREATE TABLE `ow_base_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `message` text NOT NULL,
  `type` varchar(100) NOT NULL,
  `key` varchar(100) DEFAULT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_login_cookie`
--

CREATE TABLE `ow_base_login_cookie` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) DEFAULT NULL,
  `cookie` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`),
  KEY `cookie` (`cookie`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_mail`
--

CREATE TABLE `ow_base_mail` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `recipientEmail` varchar(100) NOT NULL,
  `senderEmail` varchar(100) NOT NULL,
  `senderName` varchar(100) NOT NULL,
  `subject` text NOT NULL,
  `textContent` text NOT NULL,
  `htmlContent` text,
  `sentTime` int(11) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT '1',
  `senderSuffix` int(11) NOT NULL,
  `sent` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_mass_mailing_ignore_user`
--

CREATE TABLE `ow_base_mass_mailing_ignore_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_media_panel_file`
--

CREATE TABLE `ow_base_media_panel_file` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `plugin` varchar(20) NOT NULL,
  `type` varchar(20) NOT NULL,
  `userId` int(11) NOT NULL,
  `data` text NOT NULL,
  `stamp` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_menu_item`
--

CREATE TABLE `ow_base_menu_item` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `prefix` varchar(110) NOT NULL DEFAULT '',
  `key` varchar(150) NOT NULL DEFAULT '',
  `documentKey` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(70) NOT NULL DEFAULT '',
  `order` int(11) DEFAULT NULL,
  `routePath` varchar(255) DEFAULT NULL,
  `externalUrl` varchar(255) DEFAULT NULL,
  `newWindow` tinyint(1) DEFAULT '0',
  `visibleFor` smallint(6) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `key` (`key`,`prefix`),
  KEY `documentKey` (`documentKey`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=503 ;

--
-- Dumping data for table `ow_base_menu_item`
--

INSERT INTO `ow_base_menu_item` VALUES
(23, 'base', 'main_menu_index', '', 'main', 2, 'base_index', NULL, 0, 3),
(4, 'base', 'openwack', '', 'bottom', 3, NULL, 'http://www.oxwall.org/', 1, 3),
(468, 'base', 'page_81959573', 'page_81959573', 'bottom', 2, NULL, NULL, NULL, 3),
(24, 'base', 'main_menu_my_profile', '', 'hidden', 1, 'base_member_profile', NULL, 0, 2),
(100, 'admin', 'sidebar_menu_item_user_dashboard', '', 'admin_pages', 4, 'admin_pages_user_dashboard', NULL, NULL, 3),
(41, 'base', 'users_main_menu_item', '', 'main', 4, 'users', NULL, NULL, 3),
(170, 'admin', 'sidebar_menu_item_plugin_mass_mailing', '', 'admin_users', 6, 'admin_massmailing', NULL, NULL, 3),
(101, 'admin', 'sidebar_menu_item_user_profile', '', 'admin_pages', 3, 'admin_pages_user_profile', NULL, NULL, 3),
(97, 'admin', 'sidebar_menu_main', '', 'admin', 1, 'admin_default', NULL, NULL, 3),
(58, 'admin', 'sidebar_menu_item_themes_customize', '', 'admin_appearance', 2, 'admin_themes_edit', NULL, NULL, 3),
(73, 'admin', 'sidebar_menu_item_themes', '', 'admin_appearance', 1, 'admin_themes_choose', NULL, NULL, 3),
(74, 'admin', 'sidebar_menu_item_pages_manage', '', 'admin_pages', 1, 'admin_pages_main', NULL, NULL, 3),
(96, 'admin', 'sidebar_menu_item_settings_language', '', 'admin_settings', 5, 'admin_settings_language', NULL, NULL, 3),
(107, 'admin', 'sidebar_menu_item_users', '', 'admin_users', 1, 'admin_users_browse', NULL, NULL, 3),
(109, 'admin', 'sidebar_menu_item_general', '', 'admin_settings', 1, 'admin_settings_main', NULL, NULL, 3),
(115, 'admin', 'sidebar_menu_item_questions', '', 'admin_users', 4, 'questions_index', NULL, 0, 3),
(120, 'admin', 'sidebar_menu_item_dev_langs', '', 'admin_dev', 1, 'admin_developer_tools_language', NULL, NULL, 3),
(211, 'base', 'base_join_menu_item', '', 'main', 3, 'base_join', NULL, NULL, 1),
(308, 'admin', 'sidebar_menu_plugins_add', '', 'admin_plugins', 3, 'admin_plugins_add', NULL, 0, 2),
(268, 'admin', 'sidebar_menu_item_special_pages', '', 'admin_pages', 2, 'admin_pages_maintenance', NULL, 0, 2),
(307, 'admin', 'sidebar_menu_plugins_available', '', 'admin_plugins', 2, 'admin_plugins_available', NULL, NULL, 2),
(484, 'admin', 'sidebar_menu_item_smtp_settings', '', 'admin_settings', 6, 'admin_settings_mail', NULL, NULL, 3),
(300, 'admin', 'sidebar_menu_item_permission_moders', '', 'admin_users', 2, 'admin_permissions_moderators', NULL, 0, 2),
(304, 'base', 'dashboard', '', 'main', 1, 'base_member_dashboard', NULL, NULL, 2),
(306, 'admin', 'sidebar_menu_plugins_installed', '', 'admin_plugins', 1, 'admin_plugins_installed', NULL, NULL, 2),
(340, 'admin', 'sidebar_menu_item_dashboard_finance', '', 'admin', 2, 'admin_finance', NULL, 0, 3),
(341, 'admin', 'sidebar_menu_item_restricted_usernames', '', 'admin_users', 5, 'admin_restrictedusernames', NULL, 0, 3),
(415, 'admin', 'sidebar_menu_item_user_settings', '', 'admin_settings', 2, 'admin_settings_user', NULL, 0, 3),
(405, 'admin', 'sidebar_menu_item_users_roles', '', 'admin_users', 3, 'admin_user_roles', NULL, 0, 3),
(411, 'base', 'page-119658', 'page-119658', 'bottom', 1, NULL, NULL, NULL, 3),
(469, 'mobile', 'mobile_admin_navigation', '', 'admin_mobile', 1, 'mobile.admin.navigation', NULL, NULL, 3),
(470, 'mobile', 'mobile_admin_pages_index', '', 'admin_mobile', 2, 'mobile.admin.pages.index', NULL, NULL, 3),
(471, 'mobile', 'mobile_admin_pages_dashboard', '', 'admin_mobile', 3, 'mobile.admin.pages.dashboard', NULL, NULL, 3),
(485, 'mobile', 'mobile_pages_dashboard', '', 'mobile_top', 1, 'base_member_dashboard', NULL, NULL, 2),
(473, 'base', 'desktop_version_menu_item', '', 'mobile_bottom', 1, 'base.desktop_version', NULL, NULL, 3),
(477, 'ow_custom', 'mobile_page_14788567', 'mobile_page_14788567', 'mobile_bottom', 0, NULL, NULL, NULL, 3),
(478, 'base', 'index_menu_item', '', 'mobile_top', 0, 'base_index', NULL, NULL, 3),
(479, 'base', 'mobile_version_menu_item', '', 'bottom', 5, 'base.mobile_version', NULL, NULL, 3),
(481, 'mobile', 'mobile_admin_settings', '', 'admin_mobile', 4, 'mobile.admin_settings', NULL, NULL, 2),
(482, 'admin', 'sidebar_menu_item_content_settings', '', 'admin_settings', 3, 'admin_settings_user_input', NULL, NULL, 3),
(483, 'admin', 'sidebar_menu_item_page_settings', '', 'admin_settings', 4, 'admin_settings_page', NULL, NULL, 3),
(498, 'admin', 'sidebar_menu_item_seo_settings', '', 'admin_settings', 7, 'admin_settings_seo', NULL, NULL, 3),
(499, 'newsfeed', 'newsfeed_feed', '', 'mobile_top', 2, 'newsfeed_view_feed', NULL, NULL, 3),
(500, 'photo', 'photo', '', 'main', 5, 'view_photo_list', NULL, NULL, 3),
(501, 'photo', 'mobile_photo', '', 'mobile_top', 3, 'photo_list_index', NULL, NULL, 3),
(502, 'video', 'video', '', 'main', 6, 'video_list_index', NULL, NULL, 3);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_place`
--

CREATE TABLE `ow_base_place` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(20) NOT NULL,
  `editableByUser` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `ow_base_place`
--

INSERT INTO `ow_base_place` VALUES
(1, 'dashboard', 0),
(2, 'index', 0),
(3, 'profile', 0),
(5, 'mobile.index', 0),
(6, 'mobile.dashboard', 0),
(7, 'admin.dashboard', 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_place_entity_scheme`
--

CREATE TABLE `ow_base_place_entity_scheme` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placeId` int(11) DEFAULT NULL,
  `schemeId` int(11) DEFAULT NULL,
  `entityId` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `userId` (`entityId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_place_scheme`
--

CREATE TABLE `ow_base_place_scheme` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `placeId` int(11) DEFAULT NULL,
  `schemeId` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `ow_base_place_scheme`
--

INSERT INTO `ow_base_place_scheme` VALUES
(1, 1, 5),
(2, 2, 2),
(3, 3, 1),
(4, 4, 1);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_plugin`
--

CREATE TABLE `ow_base_plugin` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `module` varchar(255) NOT NULL,
  `key` varchar(255) NOT NULL,
  `developerKey` varchar(255) DEFAULT NULL,
  `isSystem` tinyint(1) NOT NULL,
  `isActive` tinyint(1) NOT NULL,
  `adminSettingsRoute` varchar(255) DEFAULT NULL,
  `uninstallRoute` varchar(255) DEFAULT NULL,
  `build` int(11) NOT NULL DEFAULT '0',
  `update` tinyint(1) NOT NULL DEFAULT '0',
  `licenseKey` varchar(255) DEFAULT NULL,
  `licenseCheckTimestamp` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `key` (`key`),
  UNIQUE KEY `module` (`module`),
  KEY `licenseCheckTimestamp` (`licenseCheckTimestamp`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=37 ;

--
-- Dumping data for table `ow_base_plugin`
--

INSERT INTO `ow_base_plugin` VALUES
(1, 'Base OW plugin', 'Description', 'base', 'base', '', 1, 1, NULL, NULL, 1, 0, NULL, NULL),
(3, 'Admin Panel', 'Admin Panel', 'admin', 'admin', '', 1, 1, NULL, NULL, 1, 0, NULL, NULL),
(30, 'Newsfeed', 'Newsfeed with likes and comments, Facebook-style', 'newsfeed', 'newsfeed', 'e547ebcf734341ec11911209d93a1054', 0, 1, 'newsfeed_admin_settings', NULL, 10600, 0, NULL, NULL),
(31, 'Messages', 'Unified messaging plugin for private on-site communication', 'mailbox', 'mailbox', 'e547ebcf734341ec11911209d93a1054', 0, 1, 'mailbox_admin_config', NULL, 10800, 0, NULL, NULL),
(32, 'Activity notifications', 'Real-time and email notifications about site activity', 'notifications', 'notifications', 'e547ebcf734341ec11911209d93a1054', 0, 1, NULL, NULL, 8710, 0, NULL, NULL),
(33, 'Image Slideshow', 'Image Slideshow', 'slideshow', 'slideshow', 'e547ebcf734341ec11911209d93a1054', 0, 1, NULL, 'slideshow.uninstall', 8710, 0, NULL, NULL),
(34, 'Photo', 'Allow users to upload photos with tags, rates, and comments', 'photo', 'photo', 'e547ebcf734341ec11911209d93a1054', 0, 1, 'photo_admin_config', 'photo_uninstall', 10800, 0, NULL, NULL),
(35, 'Video', 'Allow users to embed videos with comments, rates, and tags', 'video', 'video', 'e547ebcf734341ec11911209d93a1054', 0, 1, 'video_admin_config', NULL, 10800, 0, NULL, NULL),
(36, 'Friends', 'Friending functionality to be used across multiple features', 'friends', 'friends', 'e547ebcf734341ec11911209d93a1054', 0, 1, NULL, NULL, 10600, 0, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_preference`
--

CREATE TABLE `ow_base_preference` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(100) NOT NULL,
  `defaultValue` text NOT NULL,
  `sectionName` varchar(100) NOT NULL,
  `sortOrder` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `key` (`key`),
  KEY `sortOrder` (`sortOrder`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=44 ;

--
-- Dumping data for table `ow_base_preference`
--

INSERT INTO `ow_base_preference` VALUES
(1, 'mass_mailing_subscribe', 'true', 'general', 1),
(12, 'newsfeed_generate_action_set_timestamp', '0', 'general', 10000),
(25, 'send_wellcome_letter', '0', 'general', 99),
(28, 'profile_details_update_stamp', '0', 'general', 1),
(31, 'mailbox_user_settings_enable_sound', '1', 'general', 1),
(32, 'mailbox_user_settings_show_online_only', '1', 'general', 1),
(35, 'base_questions_changes_list', '[]', 'general', 100),
(36, 'timeZoneSelect', 'null', 'general', 1),
(41, 'fbconnect_user_credits', '0', 'general', 1),
(42, 'mailbox_create_conversation_stamp', '0', 'general', 1),
(43, 'mailbox_create_conversation_display_capcha', '0', 'general', 1);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_preference_data`
--

CREATE TABLE `ow_base_preference_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` varchar(100) NOT NULL,
  `userId` int(11) NOT NULL,
  `value` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`,`key`),
  KEY `key` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_preference_section`
--

CREATE TABLE `ow_base_preference_section` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `sortOrder` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ow_base_preference_section`
--

INSERT INTO `ow_base_preference_section` VALUES
(1, 'general', 1);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question`
--

CREATE TABLE `ow_base_question` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `sectionName` varchar(32) DEFAULT NULL,
  `accountTypeName` varchar(32) DEFAULT NULL,
  `type` enum('text','select','datetime','boolean','multiselect','fselect') DEFAULT NULL,
  `presentation` enum('text','textarea','select','date','location','checkbox','multicheckbox','radio','url','password','age','birthdate','range','fselect') DEFAULT NULL,
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `onJoin` tinyint(1) NOT NULL DEFAULT '0',
  `onEdit` tinyint(1) NOT NULL DEFAULT '0',
  `onSearch` tinyint(1) NOT NULL DEFAULT '0',
  `onView` tinyint(1) NOT NULL DEFAULT '0',
  `base` tinyint(1) NOT NULL DEFAULT '0',
  `removable` tinyint(1) NOT NULL DEFAULT '1',
  `columnCount` int(11) NOT NULL DEFAULT '1',
  `sortOrder` int(11) NOT NULL DEFAULT '0',
  `custom` varchar(2048) DEFAULT '',
  `parent` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `sectionId` (`sectionName`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=120 ;

--
-- Dumping data for table `ow_base_question`
--

INSERT INTO `ow_base_question` VALUES
(112, 'relationship', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'multiselect', 'multicheckbox', 0, 1, 1, 1, 1, 0, 1, 1, 7, '[]', NULL),
(84, '9221d78a4201eac23c972e1d4aa2cee6', '47f3a94e6cfe733857b31116ce21c337', NULL, 'text', 'textarea', 0, 1, 1, 1, 1, 0, 1, 0, 0, '[]', NULL),
(83, 'c441a8a9b955647cdf4c81562d39068a', '47f3a94e6cfe733857b31116ce21c337', NULL, 'text', 'textarea', 0, 1, 1, 1, 1, 0, 1, 0, 1, '[]', NULL),
(81, 'password', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'text', 'password', 1, 1, 0, 0, 0, 1, 0, 1, 2, '[]', NULL),
(104, 'realname', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'text', 'text', 1, 1, 1, 0, 1, 0, 0, 0, 3, '[]', NULL),
(94, 'sex', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'select', 'radio', 1, 1, 1, 1, 1, 0, 0, 1, 4, '[]', NULL),
(82, 'email', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'text', 'text', 1, 1, 1, 0, 0, 1, 0, 1, 1, '[]', NULL),
(111, 'match_sex', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'multiselect', 'multicheckbox', 0, 1, 1, 0, 1, 0, 1, 1, 6, '[]', NULL),
(92, 'birthdate', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'datetime', 'birthdate', 1, 1, 1, 0, 0, 0, 0, 0, 5, '{"year_range":{"from":1930,"to":1992}}', NULL),
(80, 'username', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'text', 'text', 1, 1, 1, 0, 0, 1, 0, 1, 0, '[]', NULL),
(119, 'joinStamp', 'f90cde5913235d172603cc4e7b9726e3', NULL, 'select', 'date', 0, 0, 0, 0, 1, 1, 0, 0, 8, '{"year_range":{"from":1930,"to":1975}}', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question_account_type`
--

CREATE TABLE `ow_base_question_account_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) NOT NULL DEFAULT '',
  `sortOrder` int(11) NOT NULL DEFAULT '0',
  `roleId` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`,`name`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=54 ;

--
-- Dumping data for table `ow_base_question_account_type`
--

INSERT INTO `ow_base_question_account_type` VALUES
(53, '290365aadde35a97f11207ca7e4279cc', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question_config`
--

CREATE TABLE `ow_base_question_config` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `questionPresentation` enum('text','textarea','select','date','location','checkbox','multicheckbox','radio','url','password','age','birthdate') NOT NULL DEFAULT 'text',
  `name` varchar(255) NOT NULL,
  `description` varchar(1024) DEFAULT NULL,
  `presentationClass` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `ow_base_question_config`
--

INSERT INTO `ow_base_question_config` VALUES
(1, 'date', 'year_range', '', 'YearRange'),
(2, 'age', 'year_range', '', 'YearRange'),
(3, 'birthdate', 'year_range', '', 'YearRange');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question_data`
--

CREATE TABLE `ow_base_question_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `questionName` varchar(255) NOT NULL DEFAULT '',
  `userId` int(11) NOT NULL DEFAULT '0',
  `textValue` text NOT NULL,
  `intValue` int(11) NOT NULL DEFAULT '0',
  `dateValue` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`,`questionName`),
  KEY `fieldName` (`questionName`),
  KEY `intValue` (`intValue`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ow_base_question_data`
--

INSERT INTO `ow_base_question_data` VALUES
(1, 'realname', 1, '[[admin_realname]]', 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question_section`
--

CREATE TABLE `ow_base_question_section` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) DEFAULT NULL,
  `sortOrder` int(11) NOT NULL DEFAULT '1',
  `isHidden` int(11) NOT NULL DEFAULT '0',
  `isDeletable` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `sectionName` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=36 ;

--
-- Dumping data for table `ow_base_question_section`
--

INSERT INTO `ow_base_question_section` VALUES
(20, '47f3a94e6cfe733857b31116ce21c337', 1, 0, 1),
(34, 'f90cde5913235d172603cc4e7b9726e3', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question_to_account_type`
--

CREATE TABLE `ow_base_question_to_account_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `accountType` varchar(32) CHARACTER SET utf8 DEFAULT NULL,
  `questionName` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;

--
-- Dumping data for table `ow_base_question_to_account_type`
--

INSERT INTO `ow_base_question_to_account_type` VALUES
(12, '290365aadde35a97f11207ca7e4279cc', 'relationship'),
(2, '290365aadde35a97f11207ca7e4279cc', '9221d78a4201eac23c972e1d4aa2cee6'),
(3, '290365aadde35a97f11207ca7e4279cc', 'c441a8a9b955647cdf4c81562d39068a'),
(4, '290365aadde35a97f11207ca7e4279cc', 'password'),
(5, '290365aadde35a97f11207ca7e4279cc', 'realname'),
(6, '290365aadde35a97f11207ca7e4279cc', 'sex'),
(7, '290365aadde35a97f11207ca7e4279cc', 'email'),
(8, '290365aadde35a97f11207ca7e4279cc', 'match_sex'),
(9, '290365aadde35a97f11207ca7e4279cc', 'birthdate'),
(10, '290365aadde35a97f11207ca7e4279cc', 'username'),
(11, '290365aadde35a97f11207ca7e4279cc', 'joinStamp'),
(13, '290365aadde35a97f11207ca7e4279cc', 'relationship'),
(14, '290365aadde35a97f11207ca7e4279cc', '9221d78a4201eac23c972e1d4aa2cee6'),
(15, '290365aadde35a97f11207ca7e4279cc', 'c441a8a9b955647cdf4c81562d39068a'),
(16, '290365aadde35a97f11207ca7e4279cc', 'password'),
(17, '290365aadde35a97f11207ca7e4279cc', 'realname'),
(18, '290365aadde35a97f11207ca7e4279cc', 'sex'),
(19, '290365aadde35a97f11207ca7e4279cc', 'email'),
(20, '290365aadde35a97f11207ca7e4279cc', 'match_sex'),
(21, '290365aadde35a97f11207ca7e4279cc', 'birthdate'),
(22, '290365aadde35a97f11207ca7e4279cc', 'username'),
(23, '290365aadde35a97f11207ca7e4279cc', 'joinStamp');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_question_value`
--

CREATE TABLE `ow_base_question_value` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `questionName` varchar(255) DEFAULT NULL,
  `value` int(11) NOT NULL DEFAULT '0',
  `sortOrder` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `questionName` (`questionName`,`value`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=427 ;

--
-- Dumping data for table `ow_base_question_value`
--

INSERT INTO `ow_base_question_value` VALUES
(335, 'd68489df439fe45427e305a0e2dbe349', 1, 0),
(336, 'd68489df439fe45427e305a0e2dbe349', 2, 1),
(305, '4971fc7002dca728f9a7f2a417c5284e', 32, 0),
(304, '28f881c609c933f6b1719cdf6dcf4cab', 8, 3),
(303, '28f881c609c933f6b1719cdf6dcf4cab', 4, 2),
(302, '28f881c609c933f6b1719cdf6dcf4cab', 2, 1),
(301, '28f881c609c933f6b1719cdf6dcf4cab', 1, 0),
(300, '490d035a492be91d7bf9589f881e2d22', 4, 2),
(299, '490d035a492be91d7bf9589f881e2d22', 2, 1),
(298, '490d035a492be91d7bf9589f881e2d22', 1, 0),
(297, '4971fc7002dca728f9a7f2a417c5284e', 16, 6),
(296, '4971fc7002dca728f9a7f2a417c5284e', 8, 8),
(295, '4971fc7002dca728f9a7f2a417c5284e', 4, 7),
(294, '4971fc7002dca728f9a7f2a417c5284e', 2, 1),
(334, '4971fc7002dca728f9a7f2a417c5284e', 1, 5),
(292, '92947e48441284286fe8a7b175f34a6e', 32, 5),
(291, '92947e48441284286fe8a7b175f34a6e', 16, 4),
(290, '92947e48441284286fe8a7b175f34a6e', 8, 3),
(289, '92947e48441284286fe8a7b175f34a6e', 4, 2),
(288, '92947e48441284286fe8a7b175f34a6e', 2, 1),
(287, '92947e48441284286fe8a7b175f34a6e', 1, 0),
(307, '4971fc7002dca728f9a7f2a417c5284e', 128, 2),
(337, 'd68489df439fe45427e305a0e2dbe349', 4, 2),
(309, '4971fc7002dca728f9a7f2a417c5284e', 512, 4),
(310, 'sex', 1, 0),
(311, 'sex', 2, 1),
(312, '28f881c609c933f6b1719cdf6dcf4cab', 16, 4),
(313, '28f881c609c933f6b1719cdf6dcf4cab', 32, 5),
(314, '28f881c609c933f6b1719cdf6dcf4cab', 64, 6),
(315, '28f881c609c933f6b1719cdf6dcf4cab', 128, 7),
(316, '28f881c609c933f6b1719cdf6dcf4cab', 256, 8),
(317, '28f881c609c933f6b1719cdf6dcf4cab', 512, 9),
(318, '28f881c609c933f6b1719cdf6dcf4cab', 1024, 10),
(319, '5d32f746a541b97f18a957ad5856318e', 1, 0),
(320, '5d32f746a541b97f18a957ad5856318e', 2, 1),
(321, '5d32f746a541b97f18a957ad5856318e', 4, 2),
(322, '5d32f746a541b97f18a957ad5856318e', 8, 3),
(323, '5d32f746a541b97f18a957ad5856318e', 16, 4),
(324, '5d32f746a541b97f18a957ad5856318e', 32, 5),
(325, '5d32f746a541b97f18a957ad5856318e', 64, 6),
(326, '5d32f746a541b97f18a957ad5856318e', 128, 7),
(327, 'ab9fc810a1938e599b7d084efea97d91', 1, 0),
(328, 'ab9fc810a1938e599b7d084efea97d91', 2, 1),
(329, 'ab9fc810a1938e599b7d084efea97d91', 4, 2),
(330, 'ab9fc810a1938e599b7d084efea97d91', 8, 3),
(333, '4971fc7002dca728f9a7f2a417c5284e', 256, 3),
(338, '1e615090f832c4fbee805ded8e9ced08', 1, 0),
(339, '1e615090f832c4fbee805ded8e9ced08', 2, 1),
(340, '1e615090f832c4fbee805ded8e9ced08', 4, 2),
(341, 'f8f4c260c54166c8fcf79057fd85aec0', 1, 0),
(342, 'f8f4c260c54166c8fcf79057fd85aec0', 2, 1),
(343, 'f8f4c260c54166c8fcf79057fd85aec0', 4, 2),
(347, 'match_sex', 2, 1),
(346, 'match_sex', 1, 0),
(356, 'relationship', 1, 0),
(357, 'relationship', 2, 3),
(358, 'relationship', 4, 2),
(359, 'relationship', 8, 1),
(360, '9ce3cf807fd94892c8c7bb75dc2af60d', 1, 0),
(361, '9ce3cf807fd94892c8c7bb75dc2af60d', 2, 1),
(362, '9ce3cf807fd94892c8c7bb75dc2af60d', 4, 2),
(364, '9ce3cf807fd94892c8c7bb75dc2af60d', 16, 4),
(365, '9ce3cf807fd94892c8c7bb75dc2af60d', 32, 5),
(366, '9ce3cf807fd94892c8c7bb75dc2af60d', 64, 6),
(367, '9ce3cf807fd94892c8c7bb75dc2af60d', 128, 7),
(368, '9ce3cf807fd94892c8c7bb75dc2af60d', 256, 8),
(369, '9ce3cf807fd94892c8c7bb75dc2af60d', 512, 9),
(370, '9ce3cf807fd94892c8c7bb75dc2af60d', 1024, 10),
(371, '9ce3cf807fd94892c8c7bb75dc2af60d', 2048, 11),
(372, '9ce3cf807fd94892c8c7bb75dc2af60d', 4096, 12),
(373, '9ce3cf807fd94892c8c7bb75dc2af60d', 8192, 13),
(374, '9ce3cf807fd94892c8c7bb75dc2af60d', 16384, 14),
(375, '9ce3cf807fd94892c8c7bb75dc2af60d', 32768, 15),
(376, '9ce3cf807fd94892c8c7bb75dc2af60d', 65536, 16),
(377, '9ce3cf807fd94892c8c7bb75dc2af60d', 131072, 17),
(378, '9ce3cf807fd94892c8c7bb75dc2af60d', 262144, 18),
(379, '9ce3cf807fd94892c8c7bb75dc2af60d', 524288, 19),
(380, '9ce3cf807fd94892c8c7bb75dc2af60d', 1048576, 20),
(381, '9ce3cf807fd94892c8c7bb75dc2af60d', 2097152, 21),
(382, '9ce3cf807fd94892c8c7bb75dc2af60d', 4194304, 22),
(383, '9ce3cf807fd94892c8c7bb75dc2af60d', 8388608, 23),
(384, '9ce3cf807fd94892c8c7bb75dc2af60d', 16777216, 24),
(385, '9ce3cf807fd94892c8c7bb75dc2af60d', 33554432, 25),
(386, '9ce3cf807fd94892c8c7bb75dc2af60d', 67108864, 26),
(387, '9ce3cf807fd94892c8c7bb75dc2af60d', 134217728, 27),
(388, '9ce3cf807fd94892c8c7bb75dc2af60d', 268435456, 28),
(389, '9ce3cf807fd94892c8c7bb75dc2af60d', 536870912, 29),
(390, '9ce3cf807fd94892c8c7bb75dc2af60d', 1073741824, 30),
(392, '8100f639e8becdefa741e05f0de73a15', 1, 0),
(393, '8100f639e8becdefa741e05f0de73a15', 2, 1),
(394, 'd37d41b71a78dfb62b379d0aa7bd3ba5', 1, 0),
(395, 'c5dc53f371fe6ba3001a7c7e31bd95fc', 1, 0),
(396, 'c5dc53f371fe6ba3001a7c7e31bd95fc', 2, 1),
(397, 'c5dc53f371fe6ba3001a7c7e31bd95fc', 4, 2),
(398, 'c5dc53f371fe6ba3001a7c7e31bd95fc', 8, 3),
(399, 'c5dc53f371fe6ba3001a7c7e31bd95fc', 16, 4),
(400, '7f2450f06779439551c75a8566c4070e', 1, 0),
(401, '7f2450f06779439551c75a8566c4070e', 2, 1),
(402, '7f2450f06779439551c75a8566c4070e', 4, 2),
(403, '7f2450f06779439551c75a8566c4070e', 8, 3),
(404, '7f2450f06779439551c75a8566c4070e', 16, 4),
(405, '7f2450f06779439551c75a8566c4070e', 32, 5),
(406, '7fbd88047415229961f4d2aac620fe25', 1, 0),
(407, '7fbd88047415229961f4d2aac620fe25', 2, 1),
(408, '7fbd88047415229961f4d2aac620fe25', 4, 2),
(409, '7fbd88047415229961f4d2aac620fe25', 8, 3),
(410, '7fbd88047415229961f4d2aac620fe25', 16, 4),
(411, '7fbd88047415229961f4d2aac620fe25', 32, 5),
(412, '7fbd88047415229961f4d2aac620fe25', 64, 6),
(413, 'a5115de7f38988e748370a59ba0b311d', 1, 0),
(414, 'a5115de7f38988e748370a59ba0b311d', 2, 1),
(415, 'a5115de7f38988e748370a59ba0b311d', 4, 2),
(416, 'a5115de7f38988e748370a59ba0b311d', 8, 3),
(417, 'd8aa20d67fbb6c6864e46c474d0bde10', 1, 0),
(418, 'd8aa20d67fbb6c6864e46c474d0bde10', 2, 1),
(419, 'd8aa20d67fbb6c6864e46c474d0bde10', 4, 2),
(420, 'd8aa20d67fbb6c6864e46c474d0bde10', 8, 3),
(421, 'd8aa20d67fbb6c6864e46c474d0bde10', 16, 4),
(422, 'd8aa20d67fbb6c6864e46c474d0bde10', 32, 5),
(423, 'd8aa20d67fbb6c6864e46c474d0bde10', 64, 6),
(424, 'd8aa20d67fbb6c6864e46c474d0bde10', 128, 7),
(425, 'd8aa20d67fbb6c6864e46c474d0bde10', 256, 8),
(426, 'd8aa20d67fbb6c6864e46c474d0bde10', 512, 9);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_rate`
--

CREATE TABLE `ow_base_rate` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityType` varchar(255) NOT NULL,
  `entityId` int(10) unsigned NOT NULL,
  `userId` int(10) unsigned NOT NULL,
  `score` int(10) unsigned NOT NULL,
  `timeStamp` int(10) unsigned NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `entityType` (`entityType`),
  KEY `entityId` (`entityId`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_remote_auth`
--

CREATE TABLE `ow_base_remote_auth` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(20) NOT NULL,
  `userId` int(11) NOT NULL,
  `remoteId` varchar(50) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  `custom` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_restricted_usernames`
--

CREATE TABLE `ow_base_restricted_usernames` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `username` varchar(32) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_scheme`
--

CREATE TABLE `ow_base_scheme` (
  `id` tinyint(4) NOT NULL AUTO_INCREMENT,
  `rightCssClass` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
  `leftCssClass` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
  `cssClass` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `ow_base_scheme`
--

INSERT INTO `ow_base_scheme` VALUES
(1, 'ow_superwide', 'ow_supernarrow', 'ow_scheme_enew'),
(2, 'ow_wide', 'ow_narrow', 'ow_scheme_nw'),
(3, 'ow_column', 'ow_column', 'ow_scheme_equal'),
(4, 'ow_narrow', 'ow_wide', 'ow_scheme_wn'),
(5, 'ow_supernarrow', 'ow_superwide', 'ow_scheme_ewen');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_search`
--

CREATE TABLE `ow_base_search` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `timeStamp` (`timeStamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_search_entity`
--

CREATE TABLE `ow_base_search_entity` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityType` varchar(50) NOT NULL,
  `entityId` int(10) unsigned NOT NULL,
  `text` text NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active',
  `timeStamp` int(10) unsigned NOT NULL,
  `activated` tinyint(1) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `entity` (`entityType`,`entityId`),
  KEY `status` (`status`,`activated`,`timeStamp`),
  FULLTEXT KEY `entityText` (`text`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_search_entity_tag`
--

CREATE TABLE `ow_base_search_entity_tag` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityTag` varchar(50) NOT NULL,
  `searchEntityId` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `searchEntityId` (`searchEntityId`),
  KEY `entityTag` (`entityTag`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_search_result`
--

CREATE TABLE `ow_base_search_result` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `searchId` int(11) NOT NULL DEFAULT '0',
  `userId` int(11) NOT NULL,
  `sortOrder` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `searchResult` (`searchId`,`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_sitemap`
--

CREATE TABLE `ow_base_sitemap` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL,
  `entityType` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`),
  KEY `entityType` (`entityType`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `ow_base_sitemap`
--

INSERT INTO `ow_base_sitemap` VALUES
(1, '[[softurl]]/', 'base_pages'),
(2, '[[softurl]]/mobile-version', 'base_pages'),
(3, '[[softurl]]/join', 'base_pages'),
(4, '[[softurl]]/sign-in', 'base_pages'),
(5, '[[softurl]]/forgot-password', 'base_pages'),
(6, '[[softurl]]/terms-of-use', 'base_pages'),
(7, '[[softurl]]/privacy-policy', 'base_pages');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_site_statistic`
--

CREATE TABLE `ow_base_site_statistic` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityType` varchar(50) NOT NULL,
  `entityId` int(10) unsigned NOT NULL,
  `entityCount` int(10) unsigned NOT NULL DEFAULT '1',
  `timeStamp` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `entity` (`entityType`,`timeStamp`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_tag`
--

CREATE TABLE `ow_base_tag` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `label` (`label`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_theme`
--

CREATE TABLE `ow_base_theme` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `developerKey` varchar(255) DEFAULT NULL,
  `build` int(11) NOT NULL DEFAULT '0',
  `update` tinyint(4) NOT NULL DEFAULT '0',
  `licenseKey` varchar(255) DEFAULT NULL,
  `key` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `customCss` text,
  `mobileCustomCss` text,
  `customCssFileName` varchar(255) DEFAULT NULL,
  `sidebarPosition` enum('left','right','none') NOT NULL,
  `licenseCheckTimestamp` int(10) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`key`),
  KEY `licenseCheckTimestamp` (`licenseCheckTimestamp`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=957 ;

--
-- Dumping data for table `ow_base_theme`
--

INSERT INTO `ow_base_theme` VALUES
(953, 'e547ebcf734341ec11911209d93a1054', 10800, 0, NULL, 'crayon', 'Сrayon', '{"name":"\\u0421rayon","key":"crayon","version":"1.0","compatibility":"1.5 and higher","description":"The \\u0421rayon theme with sidebar","author":"Oxwall Foundation","authorEmail":"themes@oxwall.org","authorUrl":"http:\\/\\/www.oxwall.org\\/foundation","developerKey":"e547ebcf734341ec11911209d93a1054","build":10800,"copyright":"(C) 2012 Oxwall Foundation. All rights reserved.","license":"The BSD License","licenseUrl":"http:\\/\\/www.opensource.org\\/licenses\\/bsd-license.php","sidebarPosition":"right"}', NULL, NULL, NULL, 'right', NULL),
(954, 'e547ebcf734341ec11911209d93a1054', 10800, 0, NULL, 'darklets', 'Darklets', '{"name":"Darklets","key":"darklets","version":"1.0","compatibility":"1.5 and higher","description":"The Darklets theme with sidebar","author":"Oxwall Foundation","authorEmail":"themes@oxwall.org","authorUrl":"http:\\/\\/www.oxwall.org\\/foundation","developerKey":"e547ebcf734341ec11911209d93a1054","build":10800,"copyright":"(C) 2012 Oxwall Foundation. All rights reserved.","license":"The BSD License","licenseUrl":"http:\\/\\/www.opensource.org\\/licenses\\/bsd-license.php","sidebarPosition":"right"}', NULL, NULL, NULL, 'right', NULL),
(955, 'e547ebcf734341ec11911209d93a1054', 10800, 0, NULL, 'showcase', 'ShowCase', '{"name":"ShowCase","key":"showcase","version":"1.0","compatibility":"1.5 and higher","description":"The Show Case theme","author":"Oxwall Foundation","authorEmail":"themes@oxwall.org","authorUrl":"http:\\/\\/www.oxwall.org\\/foundation","developerKey":"e547ebcf734341ec11911209d93a1054","build":10800,"copyright":"(C) 2012 Oxwall Foundation. All rights reserved.","license":"The BSD License","licenseUrl":"http:\\/\\/www.opensource.org\\/licenses\\/bsd-license.php","sidebarPosition":"none"}', NULL, NULL, NULL, 'none', NULL),
(956, 'e547ebcf734341ec11911209d93a1054', 10800, 0, NULL, 'simplicity', 'Simplicity', '{"name":"Simplicity","key":"simplicity","version":"1.0","compatibility":"1.7 and higher","description":"The Simplicity theme","author":"Oxwall Foundation","authorEmail":"themes@oxwall.org","authorUrl":"http:\\/\\/www.oxwall.org\\/foundation","developerKey":"e547ebcf734341ec11911209d93a1054","build":10800,"copyright":"(C) 2012 Oxwall Foundation. All rights reserved.","license":"The BSD License","licenseUrl":"http:\\/\\/www.opensource.org\\/licenses\\/bsd-license.php","sidebarPosition":"none"}', NULL, NULL, NULL, 'none', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_theme_content`
--

CREATE TABLE `ow_base_theme_content` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `themeId` int(11) NOT NULL,
  `type` varchar(100) NOT NULL,
  `value` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `themeId` (`themeId`),
  KEY `type` (`type`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=61 ;

--
-- Dumping data for table `ow_base_theme_content`
--

INSERT INTO `ow_base_theme_content` VALUES
(36, 953, 'm_master_page', 'mobile_html_document'),
(35, 953, 'm_master_page', 'mobile_blank'),
(34, 953, 'master_page', 'blank'),
(33, 953, 'master_page', 'general'),
(32, 953, 'master_page', 'dndindex'),
(31, 953, 'decorator', 'button'),
(43, 954, 'm_master_page', 'mobile_html_document'),
(42, 954, 'm_master_page', 'mobile_blank'),
(41, 954, 'master_page', 'blank'),
(40, 954, 'master_page', 'general'),
(39, 954, 'master_page', 'dndindex'),
(38, 954, 'decorator', 'button'),
(50, 955, 'm_master_page', 'mobile_html_document'),
(49, 955, 'm_master_page', 'mobile_blank'),
(48, 955, 'master_page', 'blank'),
(47, 955, 'master_page', 'general'),
(46, 955, 'master_page', 'dndindex'),
(45, 955, 'decorator', 'button'),
(58, 956, 'm_master_page', 'mobile_blank'),
(57, 956, 'master_page', 'html_document'),
(56, 956, 'master_page', 'blank'),
(55, 956, 'master_page', 'admin'),
(54, 956, 'master_page', 'general'),
(53, 956, 'master_page', 'dndindex'),
(52, 956, 'decorator', 'button'),
(37, 953, 'm_master_page', 'mobile_general'),
(44, 954, 'm_master_page', 'mobile_general'),
(51, 955, 'm_master_page', 'mobile_general'),
(59, 956, 'm_master_page', 'mobile_html_document'),
(60, 956, 'm_master_page', 'mobile_general');

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_theme_control`
--

CREATE TABLE `ow_base_theme_control` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attribute` varchar(255) NOT NULL,
  `selector` text NOT NULL,
  `defaultValue` text NOT NULL,
  `type` varchar(50) NOT NULL DEFAULT 'text',
  `themeId` int(10) unsigned NOT NULL,
  `key` varchar(255) NOT NULL DEFAULT '',
  `section` text NOT NULL,
  `label` text NOT NULL,
  `description` text,
  `mobile` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `name` (`key`),
  KEY `themeId` (`themeId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=145 ;

--
-- Dumping data for table `ow_base_theme_control`
--

INSERT INTO `ow_base_theme_control` VALUES
(86, 'background-image', '.ow_page_wrap', 'url(images/promo.jpg)', 'image', 953, 'pageBackground', '1. General Settings', '2. Page background image', NULL, 0),
(79, 'background-image', '.owm_logo', 'url(images/logo.png)', 'image', 953, 'mobilelogoImage', '3. Mobile', '1. Logo', NULL, 1),
(80, 'background-color', '.owm_box_toolbar a, input[type=button],\ninput[type=submit],\n.owm_attach_win .owm_btn_wrap .owm_attach_label', '#36d0ae', 'color', 953, 'mobileButtonColor', '3. Mobile', '8. Buttons color', NULL, 1),
(81, 'background-color', 'input[type="text"], \ninput[type="password"], \ntextarea', '#fff', 'color', 953, 'mobileInputbg', '3. Mobile', '9. Text fields background', NULL, 1),
(82, 'background-color', 'body, .ow_bg_color', '#e7e7e7', 'color', 953, 'pageColor', '1. General Settings', '1. Page background color', NULL, 0),
(83, 'color', 'body, html, .ow_page_container .ow_page', '#888', 'color', 953, 'textColor', '2. Colors', '1. Text', NULL, 0),
(84, 'color', 'a, .ow_content a', '#0091a9', 'color', 953, 'linkColor', '2. Colors', '3. Links', NULL, 0),
(85, 'color', 'h1, h2, h3, h4, h5', '#636d74', 'color', 953, 'titleColor', '2. Colors', '2. Titles', NULL, 0),
(75, 'background', 'header', '#4c5358', 'color', 953, 'mobileHeaderColor', '3. Mobile', '3. Header color', NULL, 1),
(76, 'color', 'a, .owm_link_field input[type=text],\n.owm_video_field input[type=text]', '#36d0ae', 'color', 953, 'mobileLinkColor', '3. Mobile', '7. Links color', NULL, 1),
(77, 'background-color', '.owm_bg_color_1, .owm_bg_color_2, .owm_bg_color_3, .owm_bg_color_4, .owm_sidebar_left_active,\n.owm_sidebar_right_active, .owm_context_action_body, .owm_info, .owm_anno, .owm_box_cap, .owm_box_bottom, .owm_box_body, .owm_floatbox_wrap, .owm_input_wrap, .owm_tab_info td, .owm_content_list_item, .owm_newsfeed_item_cont, .owm_newsfeed_body_pic a, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_load_more, .owm_photo_view, .owm_photo_album_list_wrap, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block', '#fff', 'color', 953, 'mobileBoxColor', '3. Mobile', '4. Box color', NULL, 1),
(78, 'border-color', '.owm_border, .owm_sidebar_msg_block_cap, .owm_sidebar_msg_item, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_nav_left_item, .owm_nav_left_item:first-child, .owm_context_action_body, .context_pos_right b, .context_pos_right b, .context_action_body, .owm_quote .ow_quote_header,\n.owm_post_content .ow_quote .ow_quote_header,\n.owm_suitup .ow_quote .ow_quote_header, .owm_quote blockquote.ow_quote,\n.owm_post_content blockquote.ow_quote,\n.owm_suitup blockquote.ow_quote, .owm_info, .owm_anno, .owm_box_wrap, .owm_box, .owm_box, .owm_box_cap, .owm_box_bottom, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_fake_input, .owm_tab_info tr td, .owm_content_list_item, .owm_content_list_item:last-child, .owm_profile_block, body .owm_profile_nav_list li a, .owm_profile_nav_img, .owm_newsfeed_item_cont, .owm_newsfeed_item_cont, .owm_newsfeed_responded .owm_newsfeed_header, .owm_newsfeed_body_pic, .owm_newsfeed_body_icon, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_body_activity, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_item, .owm_newsfeed_comment_load_more, .owm_photo_list_item a, .owm_photo_album_list_cont, .owm_photo_album_thumb, .owm_index_photo_item img, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block, .owm_topics_sticky .owm_box_bottom:last-child, .owm_forum_topic_bottom, .owm_forum_topic_title input[type=text], .owm_suitup .owm_suitup-editor, .owm_suitup-controls a.owm_suitup-control', '#ecf1f6', 'color', 953, 'mobileBorderColor', '3. Mobile', '5. Border color', NULL, 1),
(74, 'color', 'body, .owm_sidebar_right h3, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_content_menu a, .owm_box_menu_item, .owm_context_action_list_item, .owm_btn_list_item_wrap .owm_context_arr_down,\n.owm_nav_cap .owm_context_arr_down,\n.owm_card_header .owm_context_arr_down, .owm_card_toolbar_btns a, label,\nselect, input[type="text"], \ninput[type="password"], \ntextarea, .owm_invitation,\ninput.owm_invitation,\ntextarea.owm_invitation,\n.invitation,\ninput.invitation,\ntextarea.invitation, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_btn_list_item, .owm_user_list_name span, .owm_sidebar_msg_block .owm_lbutton, .owm_profile_header .owm_profile_offline span, body .owm_profile_nav_list li a, .owm_newsfeed_date, .owm_newsfeed_header, .owm_newsfeed_header_responded, .owm_newsfeed_control_counter, .owm_newsfeed_control_txt, .owm_newsfeed_ulist_count, .owm_newsfeed_comment_date, .owm_newsfeed_comment_load_txt, .owm_upload_choose_label,\n.owm_upload_replace_label, .owm_choose_album, .owm_photo_date, .owm_photo_album_list_cont, .owm_sidebar_sub_menu_item_url, .owm_forum_list_format.owm_forum_list_unread,\n.owm_topic_list_format.owm_topic_list_unread, .owm_link_field input[type=text].invitation,\n.owm_video_field input[type=text].invitation, .owm_attach_label,\n.owm_attach_win .ow_file_attachment_block1,\n.owm_attach_win .ow_file_attachment_block2', '#555', 'color', 953, 'mobileTextColor', '3. Mobile', '6. Text color', NULL, 1),
(73, 'background', 'html, body', '#f2f4f8', 'color', 953, 'mobilebodyColor', '3. Mobile', '2. Page background color', NULL, 1),
(104, 'background-image', '.ow_page_wrap', 'url(images/promo.jpg)', 'image', 954, 'backgroundImage', '1. General Settings', '3. Page background image', NULL, 0),
(96, 'background-image', '.owm_logo', 'url(images/logo.png)', 'image', 954, 'mobilelogoImage', '3. Mobile', '1. Logo', NULL, 1),
(97, 'background-color', '.owm_box_toolbar a, input[type=button],\ninput[type=submit],\n.owm_attach_win .owm_btn_wrap .owm_attach_label', '#36d0ae', 'color', 954, 'mobileButtonColor', '3. Mobile', '8. Buttons color', NULL, 1),
(98, 'background-color', 'input[type="text"], \ninput[type="password"], \ntextarea', '#fff', 'color', 954, 'mobileInputbg', '3. Mobile', '9. Text fields background', NULL, 1),
(99, 'background-image', 'body, body.ow, .ow_sign_in_cont', 'url(images/bg.gif)', 'image', 954, 'backgroundPattern', '1. General Settings', '2. Page background pattern', NULL, 0),
(100, 'background-color', 'body, body.ow, .ow_bg_color', '#191c20', 'color', 954, 'bodyColor', '1. General Settings', '1. Page background color', NULL, 0),
(101, 'color', 'body, html, .ow_page_container .ow_page', '#8B8F97', 'color', 954, 'textColor', '2. Colors', '1. Text', NULL, 0),
(102, 'color', 'a, .ow_content a', '#0091a9', 'color', 954, 'linkColor', '2. Colors', '2. Links', NULL, 0),
(103, 'color', 'h1, h2, h3, h4, h5', '#979ca0', 'color', 954, 'titleColor', '2. Colors', '2. Titles', NULL, 0),
(92, 'background', 'header', '#4c5358', 'color', 954, 'mobileHeaderColor', '3. Mobile', '3. Header color', NULL, 1),
(93, 'color', 'a, .owm_link_field input[type=text],\n.owm_video_field input[type=text]', '#36d0ae', 'color', 954, 'mobileLinkColor', '3. Mobile', '7. Links color', NULL, 1),
(94, 'background-color', '.owm_bg_color_1, .owm_bg_color_2, .owm_bg_color_3, .owm_bg_color_4, .owm_sidebar_left_active,\n.owm_sidebar_right_active, .owm_context_action_body, .owm_info, .owm_anno, .owm_box_cap, .owm_box_bottom, .owm_box_body, .owm_floatbox_wrap, .owm_input_wrap, .owm_tab_info td, .owm_content_list_item, .owm_newsfeed_item_cont, .owm_newsfeed_body_pic a, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_load_more, .owm_photo_view, .owm_photo_album_list_wrap, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block', '#fff', 'color', 954, 'mobileBoxColor', '3. Mobile', '4. Box color', NULL, 1),
(95, 'border-color', '.owm_border, .owm_sidebar_msg_block_cap, .owm_sidebar_msg_item, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_nav_left_item, .owm_nav_left_item:first-child, .owm_context_action_body, .context_pos_right b, .context_pos_right b, .context_action_body, .owm_quote .ow_quote_header,\n.owm_post_content .ow_quote .ow_quote_header,\n.owm_suitup .ow_quote .ow_quote_header, .owm_quote blockquote.ow_quote,\n.owm_post_content blockquote.ow_quote,\n.owm_suitup blockquote.ow_quote, .owm_info, .owm_anno, .owm_box_wrap, .owm_box, .owm_box, .owm_box_cap, .owm_box_bottom, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_fake_input, .owm_tab_info tr td, .owm_content_list_item, .owm_content_list_item:last-child, .owm_profile_block, body .owm_profile_nav_list li a, .owm_profile_nav_img, .owm_newsfeed_item_cont, .owm_newsfeed_item_cont, .owm_newsfeed_responded .owm_newsfeed_header, .owm_newsfeed_body_pic, .owm_newsfeed_body_icon, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_body_activity, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_item, .owm_newsfeed_comment_load_more, .owm_photo_list_item a, .owm_photo_album_list_cont, .owm_photo_album_thumb, .owm_index_photo_item img, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block, .owm_topics_sticky .owm_box_bottom:last-child, .owm_forum_topic_bottom, .owm_forum_topic_title input[type=text], .owm_suitup .owm_suitup-editor, .owm_suitup-controls a.owm_suitup-control', '#ecf1f6', 'color', 954, 'mobileBorderColor', '3. Mobile', '5. Border color', NULL, 1),
(91, 'color', 'body, .owm_sidebar_right h3, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_content_menu a, .owm_box_menu_item, .owm_context_action_list_item, .owm_btn_list_item_wrap .owm_context_arr_down,\n.owm_nav_cap .owm_context_arr_down,\n.owm_card_header .owm_context_arr_down, .owm_card_toolbar_btns a, label,\nselect, input[type="text"], \ninput[type="password"], \ntextarea, .owm_invitation,\ninput.owm_invitation,\ntextarea.owm_invitation,\n.invitation,\ninput.invitation,\ntextarea.invitation, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_btn_list_item, .owm_user_list_name span, .owm_sidebar_msg_block .owm_lbutton, .owm_profile_header .owm_profile_offline span, body .owm_profile_nav_list li a, .owm_newsfeed_date, .owm_newsfeed_header, .owm_newsfeed_header_responded, .owm_newsfeed_control_counter, .owm_newsfeed_control_txt, .owm_newsfeed_ulist_count, .owm_newsfeed_comment_date, .owm_newsfeed_comment_load_txt, .owm_upload_choose_label,\n.owm_upload_replace_label, .owm_choose_album, .owm_photo_date, .owm_photo_album_list_cont, .owm_sidebar_sub_menu_item_url, .owm_forum_list_format.owm_forum_list_unread,\n.owm_topic_list_format.owm_topic_list_unread, .owm_link_field input[type=text].invitation,\n.owm_video_field input[type=text].invitation, .owm_attach_label,\n.owm_attach_win .ow_file_attachment_block1,\n.owm_attach_win .ow_file_attachment_block2', '#555', 'color', 954, 'mobileTextColor', '3. Mobile', '6. Text color', NULL, 1),
(90, 'background', 'html, body', '#f2f4f8', 'color', 954, 'mobilebodyColor', '3. Mobile', '2. Page background color', NULL, 1),
(114, 'background-image', '.owm_logo', 'url(images/logo.png)', 'image', 955, 'mobilelogoImage', '3. Mobile', '1. Logo', NULL, 1),
(115, 'background-color', '.owm_box_toolbar a, input[type=button],\ninput[type=submit],\n.owm_attach_win .owm_btn_wrap .owm_attach_label', '#36d0ae', 'color', 955, 'mobileButtonColor', '3. Mobile', '8. Buttons color', NULL, 1),
(116, 'background-color', 'input[type="text"], \ninput[type="password"], \ntextarea', '#fff', 'color', 955, 'mobileInputbg', '3. Mobile', '9. Text fields background', NULL, 1),
(117, 'background-color', 'body', '#f0f0f0', 'color', 955, 'bodyColor', '1. General Settings', '1. Page background color', NULL, 0),
(118, 'color', 'body, html, .ow_page_container .ow_page', '#666', 'color', 955, 'textColor', '2. Colors', '1. Text', NULL, 0),
(119, 'color', 'a, .ow_content a', '#2a80ae', 'color', 955, 'linkColor', '2. Colors', '3. Links', NULL, 0),
(120, 'color', 'h1', '#000', 'color', 955, 'titleColor', '2. Colors', '2. Title', NULL, 0),
(121, 'background-image', '.ow_page_wrap', 'url(images/bg.jpg)', 'image', 955, 'backgroundImage', '1. General Settings', '2. Page background image', NULL, 0),
(122, 'background', '.ow_footer', '#f0f0f0', 'color', 955, 'footerColor', '1. General Settings', '5. Footer background color', NULL, 0),
(110, 'background', 'header', '#4c5358', 'color', 955, 'mobileHeaderColor', '3. Mobile', '3. Header color', NULL, 1),
(111, 'color', 'a, .owm_link_field input[type=text],\n.owm_video_field input[type=text]', '#36d0ae', 'color', 955, 'mobileLinkColor', '3. Mobile', '7. Links color', NULL, 1),
(112, 'background-color', '.owm_bg_color_1, .owm_bg_color_2, .owm_bg_color_3, .owm_bg_color_4, .owm_sidebar_left_active,\n.owm_sidebar_right_active, .owm_context_action_body, .owm_info, .owm_anno, .owm_box_cap, .owm_box_bottom, .owm_box_body, .owm_floatbox_wrap, .owm_input_wrap, .owm_tab_info td, .owm_content_list_item, .owm_newsfeed_item_cont, .owm_newsfeed_body_pic a, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_load_more, .owm_photo_view, .owm_photo_album_list_wrap, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block', '#fff', 'color', 955, 'mobileBoxColor', '3. Mobile', '4. Box color', NULL, 1),
(113, 'border-color', '.owm_border, .owm_sidebar_msg_block_cap, .owm_sidebar_msg_item, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_nav_left_item, .owm_nav_left_item:first-child, .owm_context_action_body, .context_pos_right b, .context_pos_right b, .context_action_body, .owm_quote .ow_quote_header,\n.owm_post_content .ow_quote .ow_quote_header,\n.owm_suitup .ow_quote .ow_quote_header, .owm_quote blockquote.ow_quote,\n.owm_post_content blockquote.ow_quote,\n.owm_suitup blockquote.ow_quote, .owm_info, .owm_anno, .owm_box_wrap, .owm_box, .owm_box, .owm_box_cap, .owm_box_bottom, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_fake_input, .owm_tab_info tr td, .owm_content_list_item, .owm_content_list_item:last-child, .owm_profile_block, body .owm_profile_nav_list li a, .owm_profile_nav_img, .owm_newsfeed_item_cont, .owm_newsfeed_item_cont, .owm_newsfeed_responded .owm_newsfeed_header, .owm_newsfeed_body_pic, .owm_newsfeed_body_icon, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_body_activity, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_item, .owm_newsfeed_comment_load_more, .owm_photo_list_item a, .owm_photo_album_list_cont, .owm_photo_album_thumb, .owm_index_photo_item img, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block, .owm_topics_sticky .owm_box_bottom:last-child, .owm_forum_topic_bottom, .owm_forum_topic_title input[type=text], .owm_suitup .owm_suitup-editor, .owm_suitup-controls a.owm_suitup-control', '#ecf1f6', 'color', 955, 'mobileBorderColor', '3. Mobile', '5. Border color', NULL, 1),
(109, 'color', 'body, .owm_sidebar_right h3, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_content_menu a, .owm_box_menu_item, .owm_context_action_list_item, .owm_btn_list_item_wrap .owm_context_arr_down,\n.owm_nav_cap .owm_context_arr_down,\n.owm_card_header .owm_context_arr_down, .owm_card_toolbar_btns a, label,\nselect, input[type="text"], \ninput[type="password"], \ntextarea, .owm_invitation,\ninput.owm_invitation,\ntextarea.owm_invitation,\n.invitation,\ninput.invitation,\ntextarea.invitation, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_btn_list_item, .owm_user_list_name span, .owm_sidebar_msg_block .owm_lbutton, .owm_profile_header .owm_profile_offline span, body .owm_profile_nav_list li a, .owm_newsfeed_date, .owm_newsfeed_header, .owm_newsfeed_header_responded, .owm_newsfeed_control_counter, .owm_newsfeed_control_txt, .owm_newsfeed_ulist_count, .owm_newsfeed_comment_date, .owm_newsfeed_comment_load_txt, .owm_upload_choose_label,\n.owm_upload_replace_label, .owm_choose_album, .owm_photo_date, .owm_photo_album_list_cont, .owm_sidebar_sub_menu_item_url, .owm_forum_list_format.owm_forum_list_unread,\n.owm_topic_list_format.owm_topic_list_unread, .owm_link_field input[type=text].invitation,\n.owm_video_field input[type=text].invitation, .owm_attach_label,\n.owm_attach_win .ow_file_attachment_block1,\n.owm_attach_win .ow_file_attachment_block2', '#555', 'color', 955, 'mobileTextColor', '3. Mobile', '6. Text color', NULL, 1),
(108, 'background', 'html, body', '#f2f4f8', 'color', 955, 'mobilebodyColor', '3. Mobile', '2. Page background color', NULL, 1),
(141, 'background-image', '.ow_logo', 'url(images/logo.png)', 'image', 956, 'logoImage', '1. General Settings', '3. Logo image', NULL, 0),
(133, 'background-image', '.owm_logo', 'url(images/logo.png)', 'image', 956, 'mobilelogoImage', '3. Mobile', '1. Logo', NULL, 1),
(134, 'background-color', '.owm_box_toolbar a, input[type=button],\ninput[type=submit],\n.owm_attach_win .owm_btn_wrap .owm_attach_label', '#36d0ae', 'color', 956, 'mobileButtonColor', '3. Mobile', '8. Buttons color', NULL, 1),
(135, 'background-color', 'input[type="text"], \ninput[type="password"], \ntextarea', '#fff', 'color', 956, 'mobileInputbg', '3. Mobile', '9. Text fields background', NULL, 1),
(136, 'background-color', 'body, .ow_bg_color', '#fff', 'color', 956, 'bodyColor', '1. General Settings', '1. Page background color', NULL, 0),
(137, 'color', 'body, html', '#828894', 'color', 956, 'textColor', '2. Colors', '1. Text', NULL, 0),
(138, 'color', 'a', '#5b646a', 'color', 956, 'linkColor', '2. Colors', '3. Links', NULL, 0),
(139, 'color', 'h1', '#5b646a', 'color', 956, 'titleColor', '2. Colors', '2. Title', NULL, 0),
(140, 'background', '.ow_footer', '#fff', 'color', 956, 'footerColor', '1. General Settings', '4. Footer background color', NULL, 0),
(129, 'background', 'header', '#4c5358', 'color', 956, 'mobileHeaderColor', '3. Mobile', '3. Header color', NULL, 1),
(130, 'color', 'a, .owm_link_field input[type=text],\n.owm_video_field input[type=text]', '#36d0ae', 'color', 956, 'mobileLinkColor', '3. Mobile', '7. Links color', NULL, 1),
(131, 'background-color', '.owm_bg_color_1, .owm_bg_color_2, .owm_bg_color_3, .owm_bg_color_4, .owm_sidebar_left_active,\n.owm_sidebar_right_active, .owm_context_action_body, .owm_info, .owm_anno, .owm_box_cap, .owm_box_bottom, .owm_box_body, .owm_floatbox_wrap, .owm_input_wrap, .owm_tab_info td, .owm_content_list_item, .owm_newsfeed_item_cont, .owm_newsfeed_body_pic a, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_load_more, .owm_photo_view, .owm_photo_album_list_wrap, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block', '#fff', 'color', 956, 'mobileBoxColor', '3. Mobile', '4. Box color', NULL, 1),
(132, 'border-color', '.owm_border, .owm_sidebar_msg_block_cap, .owm_sidebar_msg_item, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_nav_left_item, .owm_nav_left_item:first-child, .owm_context_action_body, .context_pos_right b, .context_pos_right b, .context_action_body, .owm_quote .ow_quote_header,\n.owm_post_content .ow_quote .ow_quote_header,\n.owm_suitup .ow_quote .ow_quote_header, .owm_quote blockquote.ow_quote,\n.owm_post_content blockquote.ow_quote,\n.owm_suitup blockquote.ow_quote, .owm_info, .owm_anno, .owm_box_wrap, .owm_box, .owm_box, .owm_box_cap, .owm_box_bottom, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_fake_input, .owm_tab_info tr td, .owm_content_list_item, .owm_content_list_item:last-child, .owm_profile_block, body .owm_profile_nav_list li a, .owm_profile_nav_img, .owm_newsfeed_item_cont, .owm_newsfeed_item_cont, .owm_newsfeed_responded .owm_newsfeed_header, .owm_newsfeed_body_pic, .owm_newsfeed_body_icon, .owm_newsfeed_control_btn, .owm_newsfeed_item_box, .owm_newsfeed_item_box_plain, .owm_newsfeed_body_activity, .owm_newsfeed_imglist_section a, .owm_newsfeed_comment_item, .owm_newsfeed_comment_load_more, .owm_photo_list_item a, .owm_photo_album_list_cont, .owm_photo_album_thumb, .owm_index_photo_item img, .owm_chat_info, .owm_mail_info, .owm_mail_subject_block, .owm_topics_sticky .owm_box_bottom:last-child, .owm_forum_topic_bottom, .owm_forum_topic_title input[type=text], .owm_suitup .owm_suitup-editor, .owm_suitup-controls a.owm_suitup-control', '#ecf1f6', 'color', 956, 'mobileBorderColor', '3. Mobile', '5. Border color', NULL, 1),
(128, 'color', 'body, .owm_sidebar_right h3, .owm_sidebar_profile_btn, .owm_sidebar_profile_block input.owm_sidebar_profile_logout, .owm_content_menu a, .owm_box_menu_item, .owm_context_action_list_item, .owm_btn_list_item_wrap .owm_context_arr_down,\n.owm_nav_cap .owm_context_arr_down,\n.owm_card_header .owm_context_arr_down, .owm_card_toolbar_btns a, label,\nselect, input[type="text"], \ninput[type="password"], \ntextarea, .owm_invitation,\ninput.owm_invitation,\ntextarea.owm_invitation,\n.invitation,\ninput.invitation,\ntextarea.invitation, .owm_btn_wide a, .owm_fb_btn,\n.owm_btn_wide .owm_fb_btn, .owm_btn_list_item, .owm_user_list_name span, .owm_sidebar_msg_block .owm_lbutton, .owm_profile_header .owm_profile_offline span, body .owm_profile_nav_list li a, .owm_newsfeed_date, .owm_newsfeed_header, .owm_newsfeed_header_responded, .owm_newsfeed_control_counter, .owm_newsfeed_control_txt, .owm_newsfeed_ulist_count, .owm_newsfeed_comment_date, .owm_newsfeed_comment_load_txt, .owm_upload_choose_label,\n.owm_upload_replace_label, .owm_choose_album, .owm_photo_date, .owm_photo_album_list_cont, .owm_sidebar_sub_menu_item_url, .owm_forum_list_format.owm_forum_list_unread,\n.owm_topic_list_format.owm_topic_list_unread, .owm_link_field input[type=text].invitation,\n.owm_video_field input[type=text].invitation, .owm_attach_label,\n.owm_attach_win .ow_file_attachment_block1,\n.owm_attach_win .ow_file_attachment_block2', '#555', 'color', 956, 'mobileTextColor', '3. Mobile', '6. Text color', NULL, 1),
(127, 'background', 'html, body', '#f2f4f8', 'color', 956, 'mobilebodyColor', '3. Mobile', '2. Page background color', NULL, 1),
(87, 'background-image', '.ow_header_pic', 'url("images/header_image.png")', 'image', 953, 'headerImage', '1. General Settings', '3. Header background image', NULL, 0),
(88, 'color', '.ow_main_menu li a', '#00AEEC', 'color', 953, 'menuColor', '2. Colors', '4. Menu text color', NULL, 0),
(89, 'color', '.ow_txt_value', '#FF7000', 'color', 953, 'txtValue', '2. Colors', '5. Numeric values', NULL, 0),
(105, 'background-image', '.ow_header_pic', 'url("images/header_image.png")', 'image', 954, 'headerImage', '1. General Settings', '4. Header background image', NULL, 0),
(106, 'color', '.ow_main_menu li a', '#979ca0', 'color', 954, 'menuColor', '2. Colors', '4. Menu text color', NULL, 0),
(107, 'color', '.ow_txt_value', '#FF7000', 'color', 954, 'txtValue', '2. Colors', '5. Numeric values', NULL, 0),
(123, 'color', '.ow_logo_wrap a', '#90c105', 'color', 955, 'logoColor', '1. General Settings', '4. Logo text color', NULL, 0),
(124, 'background-image', '.ow_header_pic', 'url(images/header.jpg)', 'image', 955, 'headerImage', '1. General Settings', '3. Header background image', NULL, 0),
(125, 'color', '.ow_main_menu li a', '#444', 'color', 955, 'menuColor', '2. Colors', '4. Menu text color', NULL, 0),
(126, 'color', '.ow_txt_value', '#80b400', 'color', 955, 'txtValue', '2. Colors', '5. Numeric values', NULL, 0),
(142, 'background-image', '.ow_header_pic', 'url(images/header.jpg)', 'image', 956, 'headerImage', '1. General Settings', '2. Header background image', NULL, 0),
(143, 'color', '.ow_main_menu li a', '#5b646a', 'color', 956, 'menuColor', '2. Colors', '4. Menu text color', NULL, 0),
(144, 'color', '.ow_outline, .ow_txt_value', '#2db395', 'color', 956, 'txtValue', '2. Colors', '5. Numeric values', NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_theme_control_value`
--

CREATE TABLE `ow_base_theme_control_value` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `themeControlKey` varchar(255) NOT NULL,
  `value` text NOT NULL,
  `themeId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `themeControlKey` (`themeControlKey`,`themeId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_theme_image`
--

CREATE TABLE `ow_base_theme_image` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) DEFAULT NULL,
  `addDatetime` int(11) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `dimensions` varchar(20) DEFAULT NULL,
  `filesize` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_theme_master_page`
--

CREATE TABLE `ow_base_theme_master_page` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `themeId` int(11) NOT NULL,
  `documentKey` varchar(255) NOT NULL,
  `masterPage` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `themeId` (`themeId`),
  KEY `documentKey` (`documentKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user`
--

CREATE TABLE `ow_base_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(128) NOT NULL DEFAULT '',
  `username` varchar(32) NOT NULL DEFAULT '',
  `password` varchar(64) NOT NULL DEFAULT '',
  `joinStamp` int(11) NOT NULL DEFAULT '0',
  `activityStamp` int(11) NOT NULL DEFAULT '0',
  `accountType` varchar(32) NOT NULL DEFAULT '',
  `emailVerify` tinyint(2) NOT NULL DEFAULT '0',
  `joinIp` int(11) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  UNIQUE KEY `username` (`username`),
  KEY `accountType` (`accountType`),
  KEY `joinStamp` (`joinStamp`),
  KEY `activityStamp` (`activityStamp`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COMMENT='utf8_general_ci' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ow_base_user`
--

INSERT INTO `ow_base_user` VALUES
(1, '[[admin_email]]', '[[admin_username]]', '[[admin_pass]]', [[timestamp]], [[timestamp]], '290365aadde35a97f11207ca7e4279cc', 1, [[longip]]);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_auth_token`
--

CREATE TABLE `ow_base_user_auth_token` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `token` varchar(50) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`,`token`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_block`
--

CREATE TABLE `ow_base_user_block` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `blockedUserId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId_blockedUserId` (`userId`,`blockedUserId`),
  KEY `userId` (`userId`),
  KEY `blockedUserId` (`blockedUserId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_disapprove`
--

CREATE TABLE `ow_base_user_disapprove` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_featured`
--

CREATE TABLE `ow_base_user_featured` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 MIN_ROWS=20 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_online`
--

CREATE TABLE `ow_base_user_online` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `activityStamp` int(11) NOT NULL,
  `context` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `ow_base_user_online`
--

INSERT INTO `ow_base_user_online` VALUES
(1, 1, [[timestamp]], 1);

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_reset_password`
--

CREATE TABLE `ow_base_user_reset_password` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `code` varchar(150) NOT NULL,
  `expirationTimeStamp` int(11) NOT NULL,
  `updateTimeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_status`
--

CREATE TABLE `ow_base_user_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_user_suspend`
--

CREATE TABLE `ow_base_user_suspend` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) DEFAULT NULL,
  `timestamp` int(11) DEFAULT NULL,
  `message` text NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_base_vote`
--

CREATE TABLE `ow_base_vote` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `userId` int(11) unsigned NOT NULL,
  `entityId` int(11) unsigned NOT NULL,
  `entityType` varchar(255) NOT NULL,
  `vote` tinyint(4) NOT NULL,
  `timeStamp` int(11) unsigned NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`),
  KEY `entityId` (`entityId`),
  KEY `entityType` (`entityType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_file_temporary`
--

CREATE TABLE `ow_file_temporary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(255) NOT NULL,
  `userId` int(11) NOT NULL,
  `addDatetime` int(11) NOT NULL,
  `order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_friends_friendship`
--

CREATE TABLE `ow_friends_friendship` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `friendId` int(11) NOT NULL,
  `status` enum('active','pending','ignored') NOT NULL DEFAULT 'pending',
  `timeStamp` int(11) NOT NULL,
  `viewed` int(11) NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '1',
  `notificationSent` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId_friendId` (`userId`,`friendId`),
  KEY `friendId` (`friendId`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_mailbox_attachment`
--

CREATE TABLE `ow_mailbox_attachment` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `messageId` int(11) NOT NULL,
  `hash` varchar(13) NOT NULL,
  `fileName` varchar(255) NOT NULL,
  `fileSize` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `messageId` (`messageId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_mailbox_conversation`
--

CREATE TABLE `ow_mailbox_conversation` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `initiatorId` int(10) NOT NULL DEFAULT '0',
  `interlocutorId` int(10) NOT NULL DEFAULT '0',
  `subject` varchar(100) NOT NULL DEFAULT '',
  `read` tinyint(3) NOT NULL DEFAULT '1' COMMENT 'bitmap, values: 0 - none, 1 - read by initiator, 2 - read by interlocutor, 3 - read all',
  `deleted` tinyint(3) NOT NULL DEFAULT '0' COMMENT 'bitmap, values: 0 - none, 1 - deleted by initiator, 2 - deleted by interlocutor.',
  `viewed` tinyint(3) NOT NULL DEFAULT '1' COMMENT 'bitmap, is user viewed conversation in console, values: 0 - none, 1 - viewed by initiator, 2 - viewed by interlocutor, 3 - viewed all',
  `notificationSent` tinyint(3) NOT NULL DEFAULT '0' COMMENT 'int flag, was notification about this letter sent to user',
  `createStamp` int(10) DEFAULT '0',
  `initiatorDeletedTimestamp` int(10) NOT NULL DEFAULT '0',
  `interlocutorDeletedTimestamp` int(10) NOT NULL DEFAULT '0',
  `lastMessageId` int(11) NOT NULL,
  `lastMessageTimestamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `initiatorId` (`initiatorId`),
  KEY `interlocutorId` (`interlocutorId`),
  KEY `lastMessageTimestamp` (`lastMessageTimestamp`),
  KEY `subject` (`subject`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_mailbox_last_message`
--

CREATE TABLE `ow_mailbox_last_message` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `conversationId` int(10) NOT NULL DEFAULT '0',
  `initiatorMessageId` int(10) NOT NULL DEFAULT '0',
  `interlocutorMessageId` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `conversationId` (`conversationId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_mailbox_message`
--

CREATE TABLE `ow_mailbox_message` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `conversationId` int(10) NOT NULL DEFAULT '0',
  `timeStamp` bigint(10) NOT NULL DEFAULT '0',
  `senderId` int(10) NOT NULL DEFAULT '0',
  `recipientId` int(10) NOT NULL DEFAULT '0',
  `text` mediumtext NOT NULL,
  `recipientRead` tinyint(4) NOT NULL DEFAULT '0',
  `isSystem` tinyint(4) NOT NULL DEFAULT '0',
  `wasAuthorized` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `senderId` (`senderId`),
  KEY `recipientId` (`recipientId`),
  KEY `conversationId` (`conversationId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_mailbox_user_last_data`
--

CREATE TABLE `ow_mailbox_user_last_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `data` longtext,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_action`
--

CREATE TABLE `ow_newsfeed_action` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityId` varchar(100) NOT NULL,
  `entityType` varchar(100) NOT NULL,
  `pluginKey` varchar(100) NOT NULL,
  `data` longtext NOT NULL,
  `format` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entity` (`entityType`,`entityId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_action_feed`
--

CREATE TABLE `ow_newsfeed_action_feed` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `feedType` varchar(100) NOT NULL,
  `feedId` int(11) NOT NULL,
  `activityId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `feedId` (`feedType`,`feedId`,`activityId`),
  KEY `actionId` (`activityId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_action_set`
--

CREATE TABLE `ow_newsfeed_action_set` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `actionId` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `timestamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `actionId` (`actionId`,`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_activity`
--

CREATE TABLE `ow_newsfeed_activity` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `activityType` varchar(100) NOT NULL,
  `activityId` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `data` text NOT NULL,
  `actionId` int(11) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  `privacy` varchar(100) NOT NULL,
  `visibility` int(11) NOT NULL,
  `status` varchar(100) NOT NULL DEFAULT 'active',
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `activityId` (`activityId`,`activityType`,`actionId`),
  KEY `actionId` (`actionId`),
  KEY `userId` (`userId`),
  KEY `activityType` (`activityType`),
  KEY `timeStamp` (`timeStamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_cron_command`
--

CREATE TABLE `ow_newsfeed_cron_command` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `command` varchar(100) NOT NULL,
  `data` text NOT NULL,
  `processData` text NOT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_follow`
--

CREATE TABLE `ow_newsfeed_follow` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `feedId` int(11) NOT NULL,
  `feedType` varchar(60) NOT NULL,
  `userId` int(11) NOT NULL,
  `permission` varchar(60) NOT NULL DEFAULT 'everybody',
  `followTime` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `feedId` (`feedId`,`userId`,`feedType`,`permission`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_like`
--

CREATE TABLE `ow_newsfeed_like` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityType` varchar(100) NOT NULL,
  `entityId` int(11) NOT NULL,
  `userId` int(11) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityType` (`entityType`,`entityId`,`userId`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_newsfeed_status`
--

CREATE TABLE `ow_newsfeed_status` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `feedType` varchar(100) NOT NULL,
  `feedId` int(11) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  `status` text NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `feedType` (`feedType`,`feedId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_notifications_notification`
--

CREATE TABLE `ow_notifications_notification` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `entityType` varchar(255) NOT NULL,
  `entityId` varchar(64) NOT NULL,
  `action` varchar(255) NOT NULL,
  `userId` int(11) NOT NULL,
  `pluginKey` varchar(255) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  `viewed` int(11) NOT NULL DEFAULT '0',
  `sent` tinyint(4) NOT NULL DEFAULT '0',
  `active` tinyint(4) NOT NULL DEFAULT '1',
  `data` text,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityType` (`entityType`,`entityId`,`userId`),
  KEY `timeStamp` (`timeStamp`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_notifications_rule`
--

CREATE TABLE `ow_notifications_rule` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `checked` tinyint(1) NOT NULL,
  `userId` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `key_userId` (`action`,`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_notifications_schedule`
--

CREATE TABLE `ow_notifications_schedule` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `schedule` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_notifications_send_queue`
--

CREATE TABLE `ow_notifications_send_queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_notifications_unsubscribe`
--

CREATE TABLE `ow_notifications_unsubscribe` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `code` varchar(50) NOT NULL,
  `timeStamp` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo`
--

CREATE TABLE `ow_photo` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `albumId` int(11) NOT NULL,
  `description` text,
  `addDatetime` int(10) DEFAULT NULL,
  `status` enum('approval','approved','blocked') NOT NULL DEFAULT 'approved',
  `hasFullsize` tinyint(1) NOT NULL DEFAULT '1',
  `privacy` varchar(50) NOT NULL DEFAULT 'everybody',
  `hash` varchar(16) DEFAULT NULL,
  `uploadKey` varchar(32) DEFAULT NULL,
  `dimension` varchar(128) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `albumId` (`albumId`),
  KEY `status` (`status`),
  KEY `privacy` (`privacy`),
  KEY `uploadKey` (`uploadKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_album`
--

CREATE TABLE `ow_photo_album` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `entityType` varchar(50) DEFAULT 'user',
  `entityId` int(11) DEFAULT NULL,
  `name` varchar(100) NOT NULL,
  `description` text,
  `createDatetime` int(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `userId` (`userId`),
  KEY `entityType` (`entityType`),
  KEY `entityId` (`entityId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_album_cover`
--

CREATE TABLE `ow_photo_album_cover` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `albumId` int(10) unsigned NOT NULL,
  `hash` varchar(100) DEFAULT NULL,
  `auto` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `albumId` (`albumId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_cache`
--

CREATE TABLE `ow_photo_cache` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `key` int(11) NOT NULL,
  `data` text NOT NULL,
  `createTimestamp` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `key` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_featured`
--

CREATE TABLE `ow_photo_featured` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `photoId` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `photoId` (`photoId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_search_data`
--

CREATE TABLE `ow_photo_search_data` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityTypeId` int(10) unsigned NOT NULL,
  `entityId` int(10) unsigned NOT NULL,
  `content` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_search_entity_type`
--

CREATE TABLE `ow_photo_search_entity_type` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityType` varchar(15) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityType` (`entityType`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `ow_photo_search_entity_type`
--

INSERT INTO `ow_photo_search_entity_type` VALUES
(1, 'photo.album'),
(2, 'photo.photo');

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_search_index`
--

CREATE TABLE `ow_photo_search_index` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `entityTypeId` int(10) unsigned NOT NULL,
  `entityId` int(10) unsigned NOT NULL,
  `content` text NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `entityTypeId` (`entityTypeId`,`entityId`),
  FULLTEXT KEY `content` (`content`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_photo_temporary`
--

CREATE TABLE `ow_photo_temporary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `addDatetime` int(11) NOT NULL,
  `hasFullsize` tinyint(1) NOT NULL DEFAULT '0',
  `order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_slideshow_slide`
--

CREATE TABLE `ow_slideshow_slide` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `widgetId` varchar(255) NOT NULL,
  `label` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `order` int(11) DEFAULT '0',
  `width` int(11) NOT NULL DEFAULT '0',
  `height` int(11) NOT NULL DEFAULT '0',
  `ext` varchar(5) DEFAULT NULL,
  `addStamp` int(11) DEFAULT '0',
  `status` enum('active','delete') DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `order` (`order`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_video_clip`
--

CREATE TABLE `ow_video_clip` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `userId` int(11) NOT NULL,
  `code` text NOT NULL,
  `title` varchar(128) NOT NULL DEFAULT '',
  `description` text,
  `addDatetime` int(11) NOT NULL DEFAULT '0',
  `provider` varchar(32) NOT NULL DEFAULT '',
  `status` enum('approval','approved','blocked') NOT NULL DEFAULT 'approved',
  `privacy` varchar(50) NOT NULL DEFAULT 'everybody',
  `thumbUrl` varchar(255) DEFAULT NULL,
  `thumbCheckStamp` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `userId` (`userId`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `ow_video_clip_featured`
--

CREATE TABLE `ow_video_clip_featured` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `clipId` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;