CREATE TABLE IF NOT EXISTS `cb_admin_notes` (
`note_id` int(225) NOT NULL AUTO_INCREMENT,
`note` text CHARACTER SET ucs2 NOT NULL,
`date_added` datetime NOT NULL,
`userid` int(225) NOT NULL,
PRIMARY KEY (`note_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
CREATE TABLE IF NOT EXISTS `cb_pages` (
`page_id` int(11) NOT NULL AUTO_INCREMENT,
`page_name` varchar(225) NOT NULL,
`page_title` varchar(225) NOT NULL,
`page_content` text NOT NULL,
`userid` int(225) NOT NULL,
`active` enum('yes','no') NOT NULL,
`delete_able` enum('yes','no') NOT NULL DEFAULT 'yes',
`date_added` datetime NOT NULL,
PRIMARY KEY (`page_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;
--
-- Dumping data for table `cb_pages`
--
INSERT INTO `cb_pages` (`page_id`, `page_name`, `page_title`, `page_content`, `userid`, `active`, `delete_able`, `date_added`) VALUES
(1, 'About us', 'About us', '
About Us
\r\n \r\n \r\n
ClipBucket is one of the world''s best video sites . We specialize in short-form\r\noriginal content - from new, emerging talents and established Hollywood\r\nheavyweights alike. We''re committed to delivering an exceptional\r\nentertainment experience, and we do so by engaging and empowering our\r\naudience every step of the way.
\r\n
Everyone can Watch Videos\r\non ClipBucket. People can see first-hand accounts of current events, find\r\nvideos about their hobbies and interests, and discover the\r\nquirky and unusual. As more people capture special moments on\r\nvideo,ClipBucket is empowering them to become the broadcasters of\r\ntomorrow.
\r\n
ClipBucket not only a video sharing website but\r\nalso has social network features, you can make friends,\r\nand send them videos and private messages. ClipBucket also has built in\r\nrating system and comment system so that people can discuss on there\r\ninterested videos, not only comment but also, people can rate Comments.
', 1, 'yes', 'no', '2010-01-01 08:47:56'),
(2, 'Privacy Policy', 'Privacy Policy', 'ClipBucket Privacy Notice - YT Version\r\n
\r\nPersonal Information
\r\n\r\n - Browsing ClipBucket You can watch videos on ClipBucket without having a ClipBucket Account or a PHPBucket Account. You also can contact us through the ClipBucket Help Center or by emailing us directly without having to register for an account.
\r\n - Your ClipBucket Account. For some activities on ClipBucket, like uploading videos, posting comments, flagging videos, or watching restricted videos, you need a ClipBucket or PHPBucket Account. We ask for some personal information when you create an account, including your email address and a password, which is used to protect your account from unauthorized access. A PHPBucket Account, additionally, allows you to access other PHPBucket services that require registration.
\r\n - Usage Information. When you use ClipBucket, we may record information about your usage of the site, such as the channels, groups and favorites you subscribe to, which other users you communicate with, the videos you watch, the frequency and size of data transfers, and information you display about yourself as well as information you click on in ClipBucket (including UI elements, settings). If you are logged in, we may associate that information with your ClipBucket Account. In order to ensure the quality of our service to you, we may place a tag (also called a "web beacon") in HTML-based customer support emails or other communications with you in order to confirm delivery.
\r\n - Content Uploaded to Site. Any personal information or video content that you voluntarily disclose online (e.g., video comments, your profile page) may be collected and used by others. If you download the ClipBucket Uploader, your copy includes a unique application number. This number, and information about your installation of the Uploader (version number, language) will be sent to ClipBucket when the Uploader automatically checks for updates and will be used to update your version of the Uploader.
\r\n
\r\nUses
\r\n\r\n - If you submit personal information to ClipBucket, we may use that information to operate, maintain, and improve the features and functionality of ClipBucket, and to process any flagging activity or other communication you send to us.
\r\n - We do not use your email address or other personal information to send commercial or marketing messages without your consent. We may use your email address without further consent for non-marketing or administrative purposes (such as notifying you of major ClipBucket changes or for customer service purposes). You also can choose how often ClipBucket sends you email updates in your ClipBucket Account settings page.
\r\n - We use cookies, web beacons, and log file information to: (a) store information so that you will not have to re-enter it during your visit or the next time you visit ClipBucket; (b) provide custom, personalized content and information; (c) monitor the effectiveness of our marketing campaigns; (d) monitor aggregate metrics such as total number of visitors and pages viewed; and (e) track your entries, submissions, and status in promotions, sweepstakes, and contests.
\r\n
\r\nInformation That is Publicly Available
\r\n\r\n - When you create a ClipBucket Account, some information about your ClipBucket Account and your account activity will be provided to other users of ClipBucket. This may include the date you opened your ClipBucket Account, the date you last logged into your ClipBucket Account, your age (if you choose to make it public), the country and the number of videos you have watched.
\r\n - Your ClipBucket Account name, not your email address, is displayed to other users when you engage in certain activities on ClipBucket, such as when you upload videos or send messages through ClipBucket. Other users can contact you by leaving a message or comment on the site.
\r\n - Any videos that you submit to ClipBucket may be redistributed through the internet and other media channels, and may be viewed by other ClipBucket users or the general public.
\r\n - You may also choose to add personal information which may include your name, gender, profile picture or other details, that will be visible to other users on your ClipBucket Account channel page. If you choose to add certain features to your ClipBucket Account channel page, then these features and your activity associated with these features will be displayed to other users and may be aggregated and shared with your friends or other users. Such shared activity may include your favorite videos, videos you rated and videos that you have uploaded.
\r\n
\r\nYour Choices
\r\n\r\n - If you have a ClipBucket Account, you may update or correct your personal profile information, email preferences and privacy settings at any time by visiting your account profile page.
\r\n - You may control the information that is available to other users and your confirmed friends at any time by editing your ClipBucket Account and the features that are included on your channel page. If you have enabled Active Sharing, other users may see that you, as identified by your account name, not your email address, are watching the same video.
\r\n - You may, of course, decline to submit personal information through ClipBucket, in which case you can still view videos and explore ClipBucket, but ClipBucket may not be able to provide certain services to you. Some advanced ClipBucket features may use other PHPBucket services like PHPBucket Checkout or AdSense. The privacy notices of those services govern the use of your personal information associated with them.
\r\n
\r\n', 1, 'yes', 'no', '2010-01-01 08:52:46'),
(3, 'Terms of Serivce', 'Terms of Service', 'Write your own terms of service...', 1, 'yes', 'no', '2010-01-01 08:53:57'),
(4, 'Help', 'Help', 'How to use ClipBucket
- Articles will be written pretty soon
', 1, 'yes', 'no', '2010-01-01 09:17:36');
INSERT INTO `config` (`configid`, `name`, `value`) VALUES
(84, 'videos_items_grp_page', '12'),
(85, 'videos_items_hme_page', '20'),
(86, 'videos_items_columns', '9'),
(87, 'videos_items_ufav_page', '25'),
(88, 'videos_items_uvid_page', '25'),
(89, 'videos_items_search_page', '30'),
(90, 'videos_item_channel_page', '10'),
(91, 'users_items_subscriptions', '5'),
(92, 'users_items_subscibers', '5'),
(93, 'users_items_contacts_channel', '5'),
(94, 'users_items_search_page', '12'),
(95, 'users_items_group_page', '15'),
(96, 'cbhash', 'PGRpdiBhbGlnbj0iY2VudGVyIj48IS0tIERvIG5vdCByZW1vdmUgdGhpcyBjb3B5cmlnaHQgbm90aWNlIC0tPg0KUG93ZXJlZCBieSA8YSBocmVmPSJodHRwOi8vY2xpcC1idWNrZXQuY29tLyI+Q2xpcEJ1Y2tldDwvYT4gdjIuMC4xPGJyPg0KQ29weXJpZ2h0IMKpMjAwNyAtIDIwMTAsIENsaXBCdWNrZXQNCjwhLS0gRG8gbm90IHJlbW92ZSB0aGlzIGNvcHlyaWdodCBub3RpY2UgLS0+PC9kaXY+'),
(97, 'min_video_title', '4'),
(98, 'max_video_title', '60'),
(99, 'min_video_desc', '5'),
(100, 'max_video_desc', '300'),
(101, 'video_categories', '4'),
(102, 'min_video_tags', '3'),
(103, 'max_video_tags', '30'),
(104, 'video_codec', 'flv'),
(105, 'date_released', '01-05-2010'),
(106, 'date_installed', '01-05-2010'),
(107, 'date_updated', now());
UPDATE `config` SET `name` = 'flvtool2path' WHERE `config`.`configid` =12 LIMIT 1 ;
UPDATE `config` SET `name` = 'mp4boxpath',
`value` = '/usr/bin/Mp4Box' WHERE `config`.`configid` =13 LIMIT 1 ;
TRUNCATE TABLE `phrases`
--
-- Dumping data for table `phrases`
--
INSERT INTO `phrases` (`id`, `lang_iso`, `varname`, `text`) VALUES
(2, 'en', 'ad_name_error', 'Please Enter Name For The Advertisments'),
(3, 'en', 'ad_code_error', 'Error : Please Enter Code For Advertisement'),
(4, 'en', 'ad_exists_error1', 'Add Does not exists'),
(5, 'en', 'ad_exists_error2', 'Error : Advertisement With This Name Already Exists'),
(6, 'en', 'ad_add_msg', 'Advertisment Has Been Added'),
(7, 'en', 'ad_msg', 'Ad Has Been '),
(8, 'en', 'ad_update_msg', 'Advertisment Has Been Updated'),
(9, 'en', 'ad_del_msg', 'Advertisement Has Been Deleted'),
(10, 'en', 'ad_deactive', 'Deactivated'),
(11, 'en', 'ad_active', 'Activated'),
(12, 'en', 'ad_placment_delete_msg', 'Placement Has Been Removed'),
(13, 'en', 'ad_placement_err1', 'Placement already exists'),
(14, 'en', 'ad_placement_err2', 'Please Enter Name For Placement'),
(15, 'en', 'ad_placement_err3', 'Please Enter Code For Placement'),
(16, 'en', 'ad_placement_msg', 'Placement Has Been Added'),
(17, 'en', 'cat_img_error', 'Please Upload JPEG, GIF or PNG image only'),
(18, 'en', 'cat_exist_error', 'Category doesn’t exist'),
(19, 'en', 'cat_add_msg', 'Category has been added successfully'),
(20, 'en', 'cat_update_msg', 'Category has been updated'),
(21, 'en', 'grp_err', 'Group Doesn’t Exist'),
(22, 'en', 'grp_fr_msg', 'Group Has Been Set to Featured'),
(23, 'en', 'grp_fr_msg1', 'Selected Groups Have Been Removed From The Featured List'),
(24, 'en', 'grp_ac_msg', 'Selected Groups Have Been Activated'),
(25, 'en', 'grp_dac_msg', 'Selected Groups Have Been Dectivated'),
(26, 'en', 'grp_del_msg', 'Group Has Been Delete'),
(27, 'en', 'editor_pic_up', 'Video Has Been Moved Up'),
(28, 'en', 'editor_pic_down', 'Video Has Been Moved Down'),
(29, 'en', 'plugin_install_msg', 'Plugin has been installed'),
(30, 'en', 'plugin_no_file_err', 'No file was found'),
(31, 'en', 'plugin_file_detail_err', 'Unknown plugin details found'),
(32, 'en', 'plugin_installed_err', 'Plugin already installed'),
(33, 'en', 'plugin_no_install_err', 'Plugin is not installed'),
(34, 'en', 'grp_name_error', 'Please enter group name'),
(35, 'en', 'grp_name_error1', 'Group Name Already Exists'),
(36, 'en', 'grp_des_error', 'Please Enter Little Description For Group'),
(37, 'en', 'grp_tags_error', 'Please Enter Tags For Group'),
(38, 'en', 'grp_url_error', 'Please enter valid url for Group'),
(39, 'en', 'grp_url_error1', 'Please enter Valid URL name'),
(40, 'en', 'grp_url_error2', 'Group URL Already Exists, Please Choose a Different URL'),
(41, 'en', 'grp_tpc_error', 'Please enter a topic to add'),
(42, 'en', 'grp_comment_error', 'You must enter a comment'),
(43, 'en', 'grp_join_error', 'You have already joined this group'),
(44, 'en', 'grp_prvt_error', 'This Group Is Private, Please Login to View this Group'),
(45, 'en', 'grp_inact_error', 'This Group Is Inactive, Please Contact Administrator for the problem'),
(46, 'en', 'grp_join_error1', 'You Have Not Joined This Group Yet'),
(47, 'en', 'grp_exist_error', 'Sorry, Group Doesn’t Exist'),
(48, 'en', 'grp_tpc_error1', 'This Topic Is Not Approved By The Group Owner'),
(49, 'en', 'grp_cat_error', 'Please Select A Category For Your group'),
(50, 'en', 'grp_tpc_error2', 'Please enter topic to add'),
(51, 'en', 'grp_tpc_error3', 'Your Topic Requires Approval From Owner Of This Group'),
(52, 'en', 'grp_tpc_msg', 'Topic Has Been Added'),
(53, 'en', 'grp_comment_msg', 'Comment Has Been Added'),
(54, 'en', 'grp_vdo_msg', 'Videos Have Been Deleted'),
(55, 'en', 'grp_vdo_msg1', 'Videos Has Been Added Successfully'),
(56, 'en', 'grp_vdo_msg2', 'Videos Have Been Approved'),
(57, 'en', 'grp_mem_msg', 'Member Has Been Deleted'),
(58, 'en', 'grp_mem_msg1', 'Member Has Been Approved'),
(59, 'en', 'grp_inv_msg', 'Your Invitation Has Been Sent'),
(60, 'en', 'grp_tpc_msg1', 'Topic Has Been Delete'),
(61, 'en', 'grp_tpc_msg2', 'Topic Has Been Approved'),
(62, 'en', 'grp_fr_msg2', 'Group has been un featured'),
(63, 'en', 'grp_inv_msg1', 'Has Invited You To Join '),
(64, 'en', 'grp_av_msg', 'Group Has Been Activated'),
(65, 'en', 'grp_da_msg', 'Group Has Been DeActivated'),
(66, 'en', 'grp_post_msg', 'Post Has Been Delete'),
(67, 'en', 'grp_update_msg', 'Group Has Been Updated'),
(68, 'en', 'grp_owner_err', 'Only Owner Can Add Videos To This Group'),
(69, 'en', 'grp_owner_err1', 'You Are Not Group Owner'),
(70, 'en', 'grp_owner_err2', 'You Are Group Owner , You Cannot Leave Your Group'),
(71, 'en', 'grp_prvt_err1', 'This group is private, you need invitiation from its owner in order to join this group'),
(72, 'en', 'grp_rmv_msg', 'Selected Groups Have Been Removed From Your Account'),
(73, 'en', 'grp_tpc_err4', 'Sorry, Topic Doesn’t Exist'),
(74, 'en', 'grp_title_topic', 'Groups - Topic - '),
(75, 'en', 'grp_add_title', '- Add Video'),
(76, 'en', 'usr_sadmin_err', 'You Cannot Set SuperAdmin Username as Blank'),
(77, 'en', 'usr_cpass_err', 'Confirm Password Doesn’t Match'),
(78, 'en', 'usr_pass_err', 'Old password is incorrect'),
(79, 'en', 'usr_email_err', 'Please Provide A Valid Email Address'),
(80, 'en', 'usr_cpass_err1', 'Confirm password is incorrect'),
(81, 'en', 'usr_pass_err1', 'Password is Incorrect'),
(82, 'en', 'usr_cmt_err', 'You Must Login First To Comment'),
(83, 'en', 'usr_cmt_err1', 'Please Type Something In Comment Box'),
(84, 'en', 'usr_cmt_err2', 'You Cannot Post Comment on Your Own Video'),
(85, 'en', 'usr_cmt_err3', 'You Have Already Posted a Comment on this channel.'),
(86, 'en', 'usr_cmt_err4', 'Comment Has Been Added'),
(87, 'en', 'usr_cmt_del_msg', 'Comment Has Been Deleted'),
(88, 'en', 'usr_cmt_del_err', 'An Error Occured While deleting a Comment'),
(89, 'en', 'usr_cnt_err', 'You Cannot Add Yourself as a Contact'),
(90, 'en', 'usr_cnt_err1', 'You Have Already Added This User To Your Contact List'),
(91, 'en', 'usr_sub_err', 'You are already subsctibed to %s'),
(92, 'en', 'usr_exist_err', 'User Doesnt Exist'),
(93, 'en', 'usr_ccode_err', 'You Have Entered Wrong Confirmation Code'),
(94, 'en', 'usr_exist_err1', 'Sorry, No User Exists With This Email'),
(95, 'en', 'usr_exist_err2', 'Sorry , User Doesnt Exists'),
(96, 'en', 'usr_uname_err', 'Username is empty'),
(97, 'en', 'usr_uname_err2', 'Username already exists'),
(98, 'en', 'usr_pass_err2', 'Password Is Empty'),
(99, 'en', 'usr_email_err1', 'Email is Empty'),
(100, 'en', 'usr_email_err2', 'Please Enter A Valid Email Address'),
(101, 'en', 'usr_email_err3', 'Email Address Is Already In Use'),
(102, 'en', 'usr_pcode_err', 'Postal Code Only Contains Number'),
(103, 'en', 'usr_fname_err', 'First Name Is Empty'),
(104, 'en', 'usr_lname_err', 'Last Name Is Empty'),
(105, 'en', 'usr_uname_err3', 'Username Contains Unallowed Characters'),
(106, 'en', 'usr_pass_err3', 'Passwords MisMatched'),
(107, 'en', 'usr_dob_err', 'Please Select Date Of Birth'),
(108, 'en', 'usr_ament_err', 'Sorry, you need to agree to the terms of use and privacy policy to create an account'),
(109, 'en', 'usr_reg_err', 'Sorry, Registrations Are Temporarily Not Allowed, Please Try Again Later'),
(110, 'en', 'usr_ban_err', 'User account is banned, please contact website administrator'),
(111, 'en', 'usr_login_err', 'Username Password Didn’t Match'),
(112, 'en', 'usr_sadmin_msg', 'Super Admin Has Been Updated'),
(113, 'en', 'usr_pass_msg', 'Your Password Has Been Changed'),
(114, 'en', 'usr_cnt_msg', 'This User Has Been Added To Your Contact List'),
(115, 'en', 'usr_sub_msg', 'You are now subsribed to %s'),
(116, 'en', 'usr_uname_email_msg', 'We Have Sent you an Email containing Your Usename, Please Check It'),
(117, 'en', 'usr_rpass_email_msg', 'Email Has Sent To You Please Follow the Instructions to Reset Your Password'),
(118, 'en', 'usr_pass_email_msg', 'Password has been changed successfully'),
(119, 'en', 'usr_email_msg', 'Email Settings Has Been Updated'),
(120, 'en', 'usr_del_msg', 'User Has Been Deleted Successfully'),
(121, 'en', 'usr_dels_msg', 'Selected Users Have Been Deleted'),
(122, 'en', 'usr_ac_msg', 'User Has Been Activated'),
(123, 'en', 'usr_dac_msg', 'User Has Been Deactivated'),
(124, 'en', 'usr_mem_ac', 'Selected Members Have Been Activated'),
(125, 'en', 'usr_mems_ac', 'Selected Members Have Been Dectivated'),
(126, 'en', 'usr_fr_msg', 'User Has Been Made Featured Member'),
(127, 'en', 'usr_ufr_msg', 'User Has Been Unfeatured'),
(128, 'en', 'usr_frs_msg', 'Selected Users Have Been Set As Featured'),
(129, 'en', 'usr_ufrs_msg', 'Selected Users Have Been Removed From The Featured List'),
(130, 'en', 'usr_uban_msg', 'User Has Been Banned'),
(131, 'en', 'usr_uuban_msg', 'User Has Been Unbanned'),
(132, 'en', 'usr_ubans_msg', 'Selected Members Have Been Banned'),
(133, 'en', 'usr_uubans_msg', 'Selected Members Have Been Unbanned'),
(134, 'en', 'usr_pass_reset_conf', 'Password Reset Confirmation'),
(135, 'en', 'usr_dear_user', 'Dear User'),
(136, 'en', 'usr_pass_reset_msg', 'You Requested A Password Reset, Follow The Link To Reset Your Password'),
(137, 'en', 'usr_rpass_msg', 'Password Has Been Reset'),
(138, 'en', 'usr_rpass_req_msg', 'You Requested A Password Reset, Here is your new password : '),
(139, 'en', 'usr_uname_req_msg', 'You Requested to Recover Your Username, Here is you username: '),
(140, 'en', 'usr_uname_recovery', 'Username Recovery Email'),
(141, 'en', 'usr_add_succ_msg', 'User Has Been Added, Successfully'),
(142, 'en', 'usr_upd_succ_msg', 'User has been updated'),
(143, 'en', 'usr_activation_msg', 'Your account has been activated, Now you can login to your account and upload videos'),
(144, 'en', 'usr_activation_err', 'This user is already activated'),
(145, 'en', 'usr_activation_em_msg', 'We have sent you an email containing activation code, please check your mail box'),
(146, 'en', 'usr_activation_em_err', 'Email Doesn’t Exist or User With This Email already Acitvated'),
(147, 'en', 'usr_no_msg_del_err', 'No Message Was Selected To Delete'),
(148, 'en', 'usr_sel_msg_del_msg', 'Selected Messages Have Been Deleted'),
(149, 'en', 'usr_pof_upd_msg', 'Profile has been updated'),
(150, 'en', 'usr_arr_no_ans', 'no answer'),
(151, 'en', 'usr_arr_elementary', 'Elementary'),
(152, 'en', 'usr_arr_hi_school', 'High School'),
(153, 'en', 'usr_arr_some_colg', 'Some College'),
(154, 'en', 'usr_arr_assoc_deg', 'Associates Degree'),
(155, 'en', 'usr_arr_bach_deg', 'Bachelor’s Degree'),
(156, 'en', 'usr_arr_mast_deg', 'Master’s Degree'),
(157, 'en', 'usr_arr_phd', 'Ph.D.'),
(158, 'en', 'usr_arr_post_doc', 'Postdoctoral'),
(159, 'en', 'usr_arr_single', 'Single'),
(160, 'en', 'usr_arr_married', 'Married'),
(161, 'en', 'usr_arr_comitted', 'Comitted'),
(162, 'en', 'usr_arr_open_marriage', 'Open Marriage'),
(163, 'en', 'usr_arr_open_relate', 'Open Relationship'),
(164, 'en', 'title_crt_new_msg', 'Compose new message'),
(165, 'en', 'title_forgot', 'Forgot Something? Find it now !'),
(166, 'en', 'title_inbox', ' - Inbox'),
(167, 'en', 'title_sent', ' - Sent Folder'),
(168, 'en', 'title_usr_contact', '’s Contact List'),
(169, 'en', 'title_usr_fav_vids', '%''s favorite videos'),
(170, 'en', 'title_view_channel', '’s Channel'),
(171, 'en', 'title_edit_video', 'Edit Video - '),
(172, 'en', 'vdo_title_err', 'Please Enter Video Title'),
(173, 'en', 'vdo_des_err', 'Please Enter Video Description'),
(174, 'en', 'vdo_tags_err', 'Please Enter Tags For The Video'),
(175, 'en', 'vdo_cat_err', 'Please Choose Atleast 1 Category'),
(176, 'en', 'vdo_cat_err1', 'You Can Only Choose Upto 3 Categories'),
(177, 'en', 'vdo_sub_email_msg', ' and therefore this message is sent to you automatically that '),
(178, 'en', 'vdo_has_upload_nv', 'Has Uploaded New Video'),
(179, 'en', 'vdo_del_selected', 'Selected Videos Have Been Deleted'),
(180, 'en', 'vdo_cheat_msg', 'Please Dont Try To Cheat'),
(181, 'en', 'vdo_limits_warn_msg', 'Please Dont Try To Cross Your Limits'),
(182, 'en', 'vdo_cmt_del_msg', 'Comment Has Been Deleted'),
(183, 'en', 'vdo_iac_msg', 'Video Is Inactive - Please Contact Admin For Details'),
(184, 'en', 'vdo_is_in_process', 'Video Is In Process - Please Contact Administrator for further details'),
(185, 'en', 'vdo_upload_allow_err', 'Uploading Is Not Allowed By Website Owner'),
(186, 'en', 'vdo_download_allow_err', 'Video Downloading Is Not Allowed'),
(187, 'en', 'vdo_edit_owner_err', 'You Are Not Video Owner'),
(188, 'en', 'vdo_embed_code_wrong', 'Embed Code Was Wrong'),
(189, 'en', 'vdo_seconds_err', 'Wrong Value Entered For Seconds Field'),
(190, 'en', 'vdo_mins_err', 'Wrong Value Entered For Minutes Field'),
(191, 'en', 'vdo_thumb_up_err', 'Error In Uploading Thumb'),
(192, 'en', 'class_error_occured', 'Sorry, An Error Occured'),
(193, 'en', 'class_cat_del_msg', 'Category has been deleted'),
(194, 'en', 'class_vdo_del_msg', 'Video has been deleted'),
(195, 'en', 'class_vdo_fr_msg', 'Video has been to “Featured Video”'),
(196, 'en', 'class_fr_msg1', 'Video has been removed from “Featured Videos”'),
(197, 'en', 'class_vdo_act_msg', 'Video has been activated'),
(198, 'en', 'class_vdo_act_msg1', 'Vidoe has been deactivated'),
(199, 'en', 'class_vdo_update_msg', 'Video Has Been Updated Successfully'),
(200, 'en', 'class_comment_err', 'You Must Login First To Comment'),
(201, 'en', 'class_comment_err1', 'Please Type Something In Comment Box'),
(202, 'en', 'class_comment_err2', 'You Cannot Post Comment on Your Own Video'),
(203, 'en', 'class_comment_err3', 'You Have Already Posted a Comment, Please Wait for the others.'),
(204, 'en', 'class_comment_err4', 'You Have Already Replied To That a Comment, Please Wait for the others.'),
(205, 'en', 'class_comment_err5', 'You Cannot Post Reply To Yourself'),
(206, 'en', 'class_comment_msg', 'Comment Has Been Added'),
(207, 'en', 'class_comment_err6', 'Please login to rate comment'),
(208, 'en', 'class_comment_err7', 'You have already rated this comment'),
(209, 'en', 'class_vdo_fav_err', 'This Video is Already Added To Your Favourites'),
(210, 'en', 'class_vdo_fav_msg', 'This Video Has Been Added To Your Favourites'),
(211, 'en', 'class_vdo_flag_err', 'You Have Already Flagged This Video'),
(212, 'en', 'class_vdo_flag_msg', 'This Video Has Been Flagged As Inappropriate'),
(213, 'en', 'class_vdo_flag_rm', 'Flag(s) Has/Have Been Removed'),
(214, 'en', 'class_send_msg_err', 'Please Enter a Username or Select any User to Send Message'),
(215, 'en', 'class_invalid_user', 'Invalid Username'),
(216, 'en', 'class_subj_err', 'Message subject was empty'),
(217, 'en', 'class_msg_err', 'Please Type Something In Message Box'),
(218, 'en', 'class_sent_you_msg', 'Sent You A Message'),
(219, 'en', 'class_sent_prvt_msg', 'Sent You A Private Message on '),
(220, 'en', 'class_click_inbox', 'Please Click here To View Your Inbox'),
(221, 'en', 'class_click_login', 'Click Here To Login'),
(222, 'en', 'class_email_notify', 'Email Notification'),
(223, 'en', 'class_msg_has_sent_to', 'Message Has Been Sent To '),
(224, 'en', 'class_inbox_del_msg', 'Message Has Been Delete From Inbox '),
(225, 'en', 'class_sent_del_msg', 'Message Has Been Delete From Sent Folder'),
(226, 'en', 'class_msg_exist_err', 'Message Doesnt Exist'),
(227, 'en', 'class_vdo_del_err', 'Video does not exist'),
(228, 'en', 'class_unsub_msg', 'You Have Unsubscribed'),
(229, 'en', 'class_sub_exist_err', 'Subscription Does Not Exist'),
(230, 'en', 'class_vdo_rm_fav_msg', 'Video Has Been Removed From Favourites'),
(231, 'en', 'class_vdo_fav_err1', 'This Video Is Not In Your Favourite List'),
(232, 'en', 'class_cont_del_msg', 'Contact Has Been Delete'),
(233, 'en', 'class_cot_err', 'Sorry, This Contact Is Not In Your Contact List'),
(234, 'en', 'class_vdo_ep_add_msg', 'Video Has Been Added To Editor’s Pick'),
(235, 'en', 'class_vdo_ep_err', 'Video Is Already In The Editor’s Pick'),
(236, 'en', 'class_vdo_ep_err1', 'You Have Already Picked 10 Videos Please Delete Alteast One to Add More'),
(237, 'en', 'class_vdo_ep_msg', 'Video Has Been Removed From Editor’s Pick'),
(238, 'en', 'class_vdo_exist_err', 'Sorry, Video Doesnt Exist'),
(239, 'en', 'class_img_gif_err', 'Please Upload Gif Image Only'),
(240, 'en', 'class_img_png_err', 'Please Upload Png Image Only'),
(241, 'en', 'class_img_jpg_err', 'Please Upload Jpg Image Only'),
(242, 'en', 'class_logo_msg', 'Logo Has Been ChangedPlease Clear Cache If You Are Not Able To See Changed Logo'),
(243, 'en', 'com_forgot_username', 'Forgot Username | Password'),
(244, 'en', 'com_join_now', 'Join Now'),
(245, 'en', 'com_my_account', 'My Account'),
(246, 'en', 'com_manage_vids', 'Manage Videos'),
(247, 'en', 'com_view_channel', 'View My Channel'),
(248, 'en', 'com_my_inbox', 'My Inbox'),
(249, 'en', 'com_welcome', 'Welcome'),
(250, 'en', 'com_top_mem', 'Top Members '),
(251, 'en', 'com_vidz', 'Videos'),
(252, 'en', 'com_sign_up_now', 'Sign Up Now !'),
(253, 'en', 'com_my_videos', 'My Videos'),
(254, 'en', 'com_my_channel', 'My Channel'),
(255, 'en', 'com_my_subs', 'My Subscriptions'),
(256, 'en', 'com_user_no_contacts', 'User Does Not Have Any Contact'),
(257, 'en', 'com_user_no_vides', 'User Does Not Have Any Favourite Video'),
(258, 'en', 'com_user_no_vid_com', 'User Has No Video Comments'),
(259, 'en', 'com_view_all_contacts', 'View All Contacts of'),
(260, 'en', 'com_view_fav_all_videos', 'View All Favourite Videos Of'),
(261, 'en', 'com_login_success_msg', 'You Have Been Successfully Logged In.'),
(262, 'en', 'com_logout_success_msg', 'You Have Been Successfully Logged Out.'),
(263, 'en', 'com_not_redirecting', 'You are now Redirecting .'),
(264, 'en', 'com_not_redirecting_msg', 'if your are not redirecting'),
(265, 'en', 'com_manage_contacts', 'Manage Contacts '),
(266, 'en', 'com_send_message', 'Send Message'),
(267, 'en', 'com_manage_fav', 'Manage Favorites '),
(268, 'en', 'com_manage_subs', 'Manage Subscriptions'),
(269, 'en', 'com_subscribe_to', 'Subscribe to %s''s channel'),
(270, 'en', 'com_total_subs', 'Total Subscribtions'),
(271, 'en', 'com_total_vids', 'Total Videos'),
(272, 'en', 'com_date_subscribed', 'Date Subscribed'),
(273, 'en', 'com_search_results', 'Search Results'),
(274, 'en', 'com_advance_results', 'Advance Search'),
(275, 'en', 'com_search_results_in', 'Search Results In'),
(276, 'en', 'videos_being_watched', 'Recently Viewed...'),
(277, 'en', 'latest_added_videos', 'Recent Additions'),
(278, 'en', 'most_viewed', 'Most Viewed'),
(279, 'en', 'recently_added', 'Recently Added'),
(280, 'en', 'featured', 'Featured'),
(281, 'en', 'highest_rated', 'Highest Rated'),
(282, 'en', 'most_discussed', 'Most Discussed'),
(283, 'en', 'style_change', 'Style Change'),
(284, 'en', 'rss_feed_latest_title', 'RSS Feed for Most Recent Videos'),
(285, 'en', 'rss_feed_featured_title', 'RSS Feed for Featured Videos'),
(286, 'en', 'rss_feed_most_viewed_title', 'RSS Feed for Most Popular Videos'),
(287, 'en', 'lang_folder', 'en'),
(288, 'en', 'reg_closed', 'Registration Closed'),
(289, 'en', 'reg_for', 'Registration for'),
(290, 'en', 'is_currently_closed', 'is currently closed'),
(291, 'en', 'about_us', 'About Us'),
(292, 'en', 'account', 'Account'),
(293, 'en', 'added', 'Added'),
(294, 'en', 'advertisements', 'Advertisements'),
(295, 'en', 'all', 'All'),
(296, 'en', 'active', 'Active'),
(297, 'en', 'activate', 'Activate'),
(298, 'en', 'age', 'Age'),
(299, 'en', 'approve', 'Approve'),
(300, 'en', 'approved', 'Approved'),
(301, 'en', 'approval', 'Approval'),
(302, 'en', 'books', 'Books'),
(303, 'en', 'browse', 'Browse'),
(304, 'en', 'by', 'by'),
(305, 'en', 'cancel', 'Cancel'),
(306, 'en', 'categories', 'Categories'),
(307, 'en', 'category', 'Category'),
(308, 'en', 'channels', 'channels'),
(309, 'en', 'check_all', 'Check All'),
(310, 'en', 'click_here', 'Click Here'),
(311, 'en', 'comments', 'Comments'),
(312, 'en', 'community', 'Community'),
(313, 'en', 'companies', 'Companies'),
(314, 'en', 'contacts', 'Contacts'),
(315, 'en', 'contact_us', 'Contact Us'),
(316, 'en', 'country', 'Country'),
(317, 'en', 'created', 'Created'),
(318, 'en', 'date', 'Date'),
(319, 'en', 'date_added', 'Date Added'),
(320, 'en', 'date_joined', 'Date Joined'),
(321, 'en', 'dear', 'Dear'),
(322, 'en', 'delete', 'Delete'),
(323, 'en', 'delete_selected', 'Delete Selected'),
(324, 'en', 'des_title', 'Description:'),
(325, 'en', 'duration', 'Duration'),
(326, 'en', 'education', 'Education'),
(327, 'en', 'email', 'email'),
(328, 'en', 'embed', 'Embed'),
(329, 'en', 'embed_code', 'Embed Code'),
(330, 'en', 'favourite', 'Favorite'),
(331, 'en', 'favourited', 'Favorited'),
(332, 'en', 'favourites', 'Favorites'),
(333, 'en', 'female', 'Female'),
(334, 'en', 'filter', 'Filter'),
(335, 'en', 'forgot', 'Forgot'),
(336, 'en', 'friends', 'Friends'),
(337, 'en', 'from', 'From'),
(338, 'en', 'gender', 'Gender'),
(339, 'en', 'groups', 'Groups'),
(340, 'en', 'hello', 'Hello'),
(341, 'en', 'help', 'Help'),
(342, 'en', 'hi', 'Hi'),
(343, 'en', 'hobbies', 'Hobbies'),
(344, 'en', 'Home', 'Home'),
(345, 'en', 'inbox', 'inbox'),
(346, 'en', 'interests', 'Interests'),
(347, 'en', 'join_now', 'Join Now'),
(348, 'en', 'joined', 'Joined'),
(349, 'en', 'join', 'Join'),
(350, 'en', 'keywords', 'Keywords'),
(351, 'en', 'latest', 'Latest'),
(352, 'en', 'leave', 'Leave'),
(353, 'en', 'location', 'Location'),
(354, 'en', 'login', 'Login'),
(355, 'en', 'logout', 'Logout'),
(356, 'en', 'male', 'Male'),
(357, 'en', 'members', 'Members'),
(358, 'en', 'messages', 'Messages'),
(359, 'en', 'message', 'Message'),
(360, 'en', 'minutes', 'minutes'),
(361, 'en', 'most_members', 'Most Members'),
(362, 'en', 'most_recent', 'Most Recent'),
(363, 'en', 'most_videos', 'Most Videos'),
(364, 'en', 'music', 'Music'),
(365, 'en', 'my_account', 'My Account'),
(366, 'en', 'next', 'Next'),
(367, 'en', 'no', 'No'),
(368, 'en', 'no_user_exists', 'No User Exists'),
(369, 'en', 'no_video_exists', 'No Video Exists'),
(370, 'en', 'occupations', 'Occupations'),
(371, 'en', 'optional', 'optional'),
(372, 'en', 'owner', 'Owner'),
(373, 'en', 'password', 'password'),
(374, 'en', 'please', 'Please'),
(375, 'en', 'privacy', 'Privacy'),
(376, 'en', 'privacy_policy', 'Privacy Policy'),
(377, 'en', 'random', 'Random'),
(378, 'en', 'rate', 'Rate'),
(379, 'en', 'request', 'Request'),
(380, 'en', 'related', 'Related'),
(381, 'en', 'reply', 'Reply'),
(382, 'en', 'results', 'Results'),
(383, 'en', 'relationship', 'Relationship'),
(384, 'en', 'seconds', 'seconds'),
(385, 'en', 'select', 'Select'),
(386, 'en', 'send', 'Send'),
(387, 'en', 'sent', 'Sent'),
(388, 'en', 'signup', 'Signup'),
(389, 'en', 'subject', 'Subject'),
(390, 'en', 'tags', 'Tags'),
(391, 'en', 'times', 'Times'),
(392, 'en', 'to', 'To'),
(393, 'en', 'type', 'Type'),
(394, 'en', 'update', 'Update'),
(395, 'en', 'upload', 'Upload'),
(396, 'en', 'url', 'Url'),
(397, 'en', 'verification', 'Verification'),
(398, 'en', 'videos', 'Videos'),
(399, 'en', 'viewing', 'Viewing'),
(400, 'en', 'welcome', 'Welcome'),
(401, 'en', 'website', 'Website'),
(402, 'en', 'yes', 'Yes'),
(403, 'en', 'of', 'of'),
(404, 'en', 'on', 'on'),
(405, 'en', 'previous', 'Previous'),
(406, 'en', 'rating', 'Rating'),
(407, 'en', 'ratings', 'Ratings'),
(408, 'en', 'remote_upload', 'Remote Upload'),
(409, 'en', 'remove', 'Remove'),
(410, 'en', 'search', 'search'),
(411, 'en', 'services', 'Services'),
(412, 'en', 'show_all', 'Show All'),
(413, 'en', 'signupup', 'Sign Up'),
(414, 'en', 'sort_by', 'Sort By'),
(415, 'en', 'subscriptions', 'Subscriptions'),
(416, 'en', 'subscribers', 'Subscribers'),
(417, 'en', 'tag_title', 'Tags'),
(418, 'en', 'time', 'time'),
(419, 'en', 'top', 'Top'),
(420, 'en', 'tos_title', 'Terms of Use'),
(421, 'en', 'username', 'username'),
(422, 'en', 'views', 'Views'),
(423, 'en', 'proccession_wait', 'Processing, Please Wait'),
(424, 'en', 'mostly_viewed', 'Most Viewed'),
(425, 'en', 'most_comments', 'Most Comments'),
(426, 'en', 'group', 'Group'),
(427, 'en', 'not_logged_in', 'You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:'),
(428, 'en', 'fill_auth_form', 'You are not logged in. Fill in the form below and try again.'),
(429, 'en', 'insufficient_privileges', 'You may not have sufficient privileges to access this page.'),
(430, 'en', 'admin_disabled_you', 'The site administrator may have disabled your account, or it may be awaiting activation.'),
(431, 'en', 'Recover_Password', 'Recover Password'),
(432, 'en', 'Submit', 'Submit'),
(433, 'en', 'Reset_Fields', 'Reset Fields'),
(434, 'en', 'admin_reg_req', 'The administrator may have required you to register before you can view this page.'),
(435, 'en', 'lang_change', 'Language Change'),
(436, 'en', 'lang_changed', 'Your language has been changed'),
(437, 'en', 'lang_choice', 'Language'),
(438, 'en', 'if_not_redir', 'Click here to continue if you are not automatically redirected.'),
(439, 'en', 'style_changed', 'Your style has been changed'),
(440, 'en', 'style_choice', 'Style'),
(441, 'en', 'vdo_edit_vdo', 'Edit Video'),
(442, 'en', 'vdo_stills', 'Video Stills'),
(443, 'en', 'vdo_watch_video', 'Watch Video'),
(444, 'en', 'vdo_video_details', 'Video Details'),
(445, 'en', 'vdo_title', 'Title'),
(446, 'en', 'vdo_desc', 'Description'),
(447, 'en', 'vdo_cat', 'Video Category'),
(448, 'en', 'vdo_cat_msg', 'You May Select Upto %s Categories'),
(449, 'en', 'vdo_tags_msg', 'Tags are separated by commas ie Arslan Hassan, Awsome, ClipBucket'),
(450, 'en', 'vdo_br_opt', 'Broadcast Options'),
(451, 'en', 'vdo_br_opt1', 'Public Share your video with the Everyone! (Recommended)'),
(452, 'en', 'vdo_br_opt2', 'Private Viewable by you and your friends only.'),
(453, 'en', 'vdo_date_loc', 'Date And Location'),
(454, 'en', 'vdo_date_rec', 'Date Recorded'),
(455, 'en', 'vdo_for_date', 'format MM / DD / YYYY '),
(456, 'en', 'vdo_add_eg', 'e.g London Greenland, Sialkot Mubarak Pura'),
(457, 'en', 'vdo_share_opt', 'Sharing Options'),
(458, 'en', 'vdo_allow_comm', 'Allow Comments '),
(459, 'en', 'vdo_dallow_comm', 'Do Not Allow Comments'),
(460, 'en', 'vdo_comm_vote', 'Comments Voting'),
(461, 'en', 'vdo_allow_com_vote', 'Allow Comments Voting '),
(462, 'en', 'vdo_dallow_com_vote', 'Do Not Allow Comments Voting '),
(463, 'en', 'vdo_allow_rating', 'Yes, Allow Rating on this video'),
(464, 'en', 'vdo_dallow_ratig', 'No, Do Not Allow Rating on this video'),
(465, 'en', 'vdo_embedding', 'Embedding'),
(466, 'en', 'vdo_embed_opt1', 'Yes, People can play this video on other websites'),
(467, 'en', 'vdo_embed_opt2', 'No, People cannot play this video on other websites'),
(468, 'en', 'vdo_update_title', 'Update'),
(469, 'en', 'vdo_inactive_msg', 'Your Account is Inactive Please Activate it to Upload Videos, To Activate your account Please'),
(470, 'en', 'vdo_click_here', 'Click Here'),
(471, 'en', 'vdo_continue_upload', 'Continue to Upload'),
(472, 'en', 'vdo_upload_step1', 'Video Upload'),
(473, 'en', 'vdo_upload_step2', '(Step 1/2) Filling Up Details'),
(474, 'en', 'vdo_upload_step3', '(Step 2/2)'),
(475, 'en', 'vdo_select_vdo', 'Select a video to upload.'),
(476, 'en', 'vdo_enter_remote_url', 'Enter Url Of The Video.'),
(477, 'en', 'vdo_enter_embed_code_msg', 'Enter Embed Video Code from other websites ie Youtube or Metacafe.'),
(478, 'en', 'vdo_enter_embed_code', 'Enter Embed Code'),
(479, 'en', 'vdo_enter_druation', 'Enter Duration'),
(480, 'en', 'vdo_select_vdo_thumb', 'Select Video Thumb'),
(481, 'en', 'vdo_having_trouble', 'Having Trouble?'),
(482, 'en', 'vdo_if_having_problem', 'if you having problem with the uploader'),
(483, 'en', 'vdo_clic_to_manage_all', 'Click Here To Manage All Videos'),
(484, 'en', 'vdo_manage_vdeos', 'Manage Videos '),
(485, 'en', 'vdo_status', 'Status'),
(486, 'en', 'vdo_rawfile', 'RawFile'),
(487, 'en', 'vdo_video_upload_complete', 'Video Upload - Upload Complete'),
(488, 'en', 'vdo_thanks_you_upload_complete_1', 'Thank you! Your upload is complete'),
(489, 'en', 'vdo_thanks_you_upload_complete_2', 'This video will be available in'),
(490, 'en', 'vdo_after_it_has_process', 'after it has finished processing.'),
(491, 'en', 'vdo_embed_this_video_on_web', 'Embed this video on your website.'),
(492, 'en', 'vdo_copy_and_paste_the_code', 'Copy and paste the code below to embed this video.'),
(493, 'en', 'vdo_upload_another_video', 'Upload Another Video'),
(494, 'en', 'vdo_goto_my_videos', 'Goto My Videos'),
(495, 'en', 'vdo_sperate_emails_by', 'seperate emails by commas'),
(496, 'en', 'vdo_personal_msg', 'Personal Message'),
(497, 'en', 'vdo_s_details', '’s Details'),
(498, 'en', 'vdo_s_description', '’s Description'),
(499, 'en', 'vdo_related_tags', 'Related Tags'),
(500, 'en', 'vdo_reply_to_this', 'Reply To This '),
(501, 'en', 'vdo_add_reply', 'Add Reply'),
(502, 'en', 'vdo_share_video', 'Share Video'),
(503, 'en', 'vdo_about_this_video', 'About This Video'),
(504, 'en', 'vdo_post_to_a_services', 'Post to an Aggregating Service'),
(505, 'en', 'vdo_commentary', 'Commentary'),
(506, 'en', 'vdo_post_a_comment', 'Post A Comment'),
(507, 'en', 'grp_add_vdo_msg', 'Add Videos To Group '),
(508, 'en', 'grp_no_vdo_msg', 'You Don’t Have Any Video'),
(509, 'en', 'grp_add_to', 'Add To Group'),
(510, 'en', 'grp_add_vdos', 'Add Videos'),
(511, 'en', 'grp_name_title', 'Group name'),
(512, 'en', 'grp_tag_title', 'Tags:'),
(513, 'en', 'grp_des_title', 'Description:'),
(514, 'en', 'grp_tags_msg', 'Enter one or more tags, separated by spaces.'),
(515, 'en', 'grp_tags_msg1', 'Enter one or more tags, separated by spaces.
Tags are keywords used to describe your group so it can be easily found by other users. For example, if you have a group for surfers, you might tag it: surfing, beach, waves.'),
(516, 'en', 'grp_url_title', 'Choose a unique group name URL:'),
(517, 'en', 'grp_url_msg', 'Enter 3-18 characters with no spaces (such as “skateboarding skates”), that will become part of your group’s web address. Please note, the group name URL you pick is permanent and can’t be changed.'),
(518, 'en', 'grp_cat_tile', 'Group Category:'),
(519, 'en', 'grp_vdo_uploads', 'Video Uploads:'),
(520, 'en', 'grp_forum_posting', 'Forums Posting:'),
(521, 'en', 'grp_join_opt1', 'Public, anyone can join.'),
(522, 'en', 'grp_join_opt2', 'Protected, requires founder approval to join.'),
(523, 'en', 'grp_join_opt3', 'Private, by founder invite only, only members can view group details.'),
(524, 'en', 'grp_vdo_opt1', 'Post videos immediately.'),
(525, 'en', 'grp_vdo_opt2', 'Founder approval required before video is available.'),
(526, 'en', 'grp_vdo_opt3', 'Only Founder can add new videos.'),
(527, 'en', 'grp_post_opt1', 'Post topics immediately.'),
(528, 'en', 'grp_post_opt2', 'Founder approval required before topic is available.'),
(529, 'en', 'grp_post_opt3', 'Only Founder can create a new topic.'),
(530, 'en', 'grp_crt_grp', 'Create Group'),
(531, 'en', 'grp_thumb_title', 'Group Thumb'),
(532, 'en', 'grp_upl_thumb', 'Upload Group Thumb'),
(533, 'en', 'grp_must_be', 'Must Be'),
(534, 'en', 'grp_90x90', '90 x 90 Ratio Will Give Best quality'),
(535, 'en', 'grp_thumb_warn', 'Do Not Upload Vulgur or Copyrighted Material'),
(536, 'en', 'grp_del_confirm', 'Are You Sure You Want To Delete This Group'),
(537, 'en', 'grp_del_success', 'You Have Successfully Deleted'),
(538, 'en', 'grp_click_go_grps', 'Click Here To Go To Groups'),
(539, 'en', 'grp_edit_grp_title', 'Edit Group'),
(540, 'en', 'grp_manage_vdos', 'Manage Videos'),
(541, 'en', 'grp_manage_mems', 'Manage Members'),
(542, 'en', 'grp_del_group_title', 'Delete Group'),
(543, 'en', 'grp_add_vdos_title', 'Add Videos'),
(544, 'en', 'grp_join_grp_title', 'Join Group'),
(545, 'en', 'grp_leave_group_title', 'Leave Group'),
(546, 'en', 'grp_invite_grp_title', 'Invite Members'),
(547, 'en', 'grp_view_mems', 'View Members'),
(548, 'en', 'grp_view_vdos', 'View Videos'),
(549, 'en', 'grp_create_grp_title', 'Create A New Group'),
(550, 'en', 'grp_most_members', 'Most Members'),
(551, 'en', 'grp_most_discussed', 'Most Discussed'),
(552, 'en', 'grp_invite_msg', 'Invite Users To This Group'),
(553, 'en', 'grp_invite_msg1', 'Has Invited You To Join'),
(554, 'en', 'grp_invite_msg2', 'Enter Emails or Usernames (seperate by commas)'),
(555, 'en', 'grp_url_title1', 'Group url'),
(556, 'en', 'grp_invite_msg3', 'Send Invitation'),
(557, 'en', 'grp_join_confirm_msg', 'Are You Sure You Want To Join This Group'),
(558, 'en', 'grp_join_msg_succ', 'You Have Successfully Joined'),
(559, 'en', 'grp_click_here_to_go', 'Click Here To Go To'),
(560, 'en', 'grp_leave_confirm', 'Are You Sure You Want To Leave This Group'),
(561, 'en', 'grp_leave_succ_msg', 'You Have Successfully Left'),
(562, 'en', 'grp_manage_members_title', 'Manage Members '),
(563, 'en', 'grp_for_approval', 'For Approval'),
(564, 'en', 'grp_rm_videos', 'Remove Videos'),
(565, 'en', 'grp_rm_mems', 'Remove Members'),
(566, 'en', 'grp_groups_title', 'Manage Groups'),
(567, 'en', 'grp_remove_group', 'Remove Group'),
(568, 'en', 'grp_bo_grp_found', 'No Group Found'),
(569, 'en', 'grp_joined_groups', 'Joined Groups'),
(570, 'en', 'grp_owned_groups', 'Owned Groups'),
(571, 'en', 'grp_edit_this_grp', 'Edit This Group'),
(572, 'en', 'grp_topics_title', 'Topics'),
(573, 'en', 'grp_topic_title', 'Topic'),
(574, 'en', 'grp_posts_title', 'Posts'),
(575, 'en', 'grp_discus_title', 'Discussions'),
(576, 'en', 'grp_author_title', 'Author'),
(577, 'en', 'grp_replies_title', 'Replies'),
(578, 'en', 'grp_last_post_title', 'Last Post '),
(579, 'en', 'grp_viewl_all_videos', 'View All Videos of This Group'),
(580, 'en', 'grp_add_new_topic', 'Add New Topic'),
(581, 'en', 'grp_attach_video', 'Attach Video '),
(582, 'en', 'grp_add_topic', 'Add Topic'),
(583, 'en', 'grp_please_login', 'Please Login To Post Topics'),
(584, 'en', 'grp_please_join', 'Please Join This Group To Post Topics'),
(585, 'en', 'grp_inactive_account', 'Your Account Is Inactive And Required Activation From Group Owner'),
(586, 'en', 'grp_about_this_grp', 'About This Group '),
(587, 'en', 'grp_no_vdo_err', 'This Group Has No Vidoes'),
(588, 'en', 'grp_posted_by', 'Posted by'),
(589, 'en', 'grp_add_new_comment', 'Add New Comment'),
(590, 'en', 'grp_add_comment', 'Add Comment'),
(591, 'en', 'grp_pls_login_comment', 'Please Login To Post Comments'),
(592, 'en', 'grp_pls_join_comment', 'Please Join This Group To Post Comments'),
(593, 'en', 'usr_activation_title', 'User Activation'),
(594, 'en', 'usr_actiavation_msg', 'Enter Your Username and Activation Code that has been sent to your email.'),
(595, 'en', 'usr_actiavation_msg1', 'Request Activation Code'),
(596, 'en', 'usr_activation_code_tl', 'Activation Code'),
(597, 'en', 'usr_compose_msg', 'Compose Message'),
(598, 'en', 'usr_inbox_title', 'Inbox'),
(599, 'en', 'usr_sent_title', 'Sent'),
(600, 'en', 'usr_to_title', 'To: (Enter Username)'),
(601, 'en', 'usr_or_select_frm_list', 'or select from contact list'),
(602, 'en', 'usr_attach_video', 'Attach Video'),
(603, 'en', 'user_attached_video', 'Attached Video'),
(604, 'en', 'usr_send_message', 'Send Message'),
(605, 'en', 'user_no_message', 'No Message'),
(606, 'en', 'user_delete_message_msg', 'Delete This Message'),
(607, 'en', 'user_forgot_message', 'Forgot password'),
(608, 'en', 'user_forgot_message_2', 'Dont Worry, recover it now'),
(609, 'en', 'user_pass_reset_msg', 'Password Reset'),
(610, 'en', 'user_pass_forgot_msg', 'if you have forgot your password, please enter you username and verification code in the box, and password reset instructions will be sent to your mail box.'),
(611, 'en', 'user_veri_code', 'Verification Code'),
(612, 'en', 'user_reocover_user', 'Recover Username'),
(613, 'en', 'user_user_forgot_msg', 'Forgot Username?'),
(614, 'en', 'user_recover', 'Recover'),
(615, 'en', 'user_reset', 'Reset'),
(616, 'en', 'user_inactive_msg', 'Your Account is Inactive Please Activate it , To Activate your account Please'),
(617, 'en', 'user_dashboard', 'Dash Board'),
(618, 'en', 'user_manage_prof_chnnl', 'Manage Profile & Channel'),
(619, 'en', 'user_manage_friends', 'Manage Friends & Contacts'),
(620, 'en', 'user_prof_channel', 'Profile/Channel'),
(621, 'en', 'user_message_box', 'Message Box'),
(622, 'en', 'user_new_messages', 'New Messages'),
(623, 'en', 'user_goto_inbox', 'Goto Inbox'),
(624, 'en', 'user_goto_sentbox', 'Goto Sent Box'),
(625, 'en', 'user_compose_new', 'Compose New Messages'),
(626, 'en', 'user_total_subs_users', 'Total Subscribed Users'),
(627, 'en', 'user_you_have', 'You Have'),
(628, 'en', 'user_fav_videos', 'Favourite Videos'),
(629, 'en', 'user_your_vids_watched', 'Your Videos Watched'),
(630, 'en', 'user_times', 'Times'),
(631, 'en', 'user_you_have_watched', 'You Have Watched'),
(632, 'en', 'user_channel_profiles', 'Channel & Profile'),
(633, 'en', 'user_channel_views', 'Channel Views'),
(634, 'en', 'user_channel_comm', 'Channel Comments '),
(635, 'en', 'user_manage_prof', 'Manage Profile / Channel'),
(636, 'en', 'user_you_created', 'You Have Created'),
(637, 'en', 'user_you_joined', 'You Have Joined'),
(638, 'en', 'user_create_group', 'Create New Group'),
(639, 'en', 'user_manage_my_account', 'Manage My Account '),
(640, 'en', 'user_manage_my_videos', 'Manage My Videos'),
(641, 'en', 'user_manage_my_channel', 'Manage My Channel'),
(642, 'en', 'user_sent_box', 'My sent items'),
(643, 'en', 'user_manage_channel', 'Manage Channel'),
(644, 'en', 'user_manage_my_contacts', 'Manage My Contacts'),
(645, 'en', 'user_manage_contacts', 'Manage Contacts'),
(646, 'en', 'user_manage_favourites', 'Manage Favourite Videos'),
(647, 'en', 'user_mem_login', 'Members Login'),
(648, 'en', 'user_already_have', 'Please Login Here if You Already have an account of'),
(649, 'en', 'user_forgot_username', 'Forgot Username'),
(650, 'en', 'user_forgot_password', 'Forgot Password'),
(651, 'en', 'user_create_your', 'Create Your '),
(652, 'en', 'user_all_fields_req', 'All Fields Are Required'),
(653, 'en', 'user_valid_email_addr', 'Valid Email Address'),
(654, 'en', 'user_allowed_format', 'Letters A-Z or a-z , Numbers 0-9 and Underscores _'),
(655, 'en', 'user_confirm_pass', 'Confirm Password'),
(656, 'en', 'user_reg_msg_0', 'Register as '),
(657, 'en', 'user_reg_msg_1', 'member, its free and easy just fill out the form below'),
(658, 'en', 'user_date_of_birth', 'Date Of Birth'),
(659, 'en', 'user_enter_text_as_img', 'Enter Text As Seen In The Image'),
(660, 'en', 'user_refresh_img', 'Refresh Image'),
(661, 'en', 'user_i_agree_to_the', 'I Agree to the'),
(662, 'en', 'user_thanks_for_reg', 'Thank You For Registering on '),
(663, 'en', 'user_email_has_sent', 'An email has been sent to your inbox containing Your Account'),
(664, 'en', 'user_and_activation', '& Activation'),
(665, 'en', 'user_details_you_now', 'Details. You may now do the following things on our network'),
(666, 'en', 'user_upload_share_vds', 'Upload, Share Videos'),
(667, 'en', 'user_make_friends', 'Make Friends'),
(668, 'en', 'user_send_messages', 'Send Messages'),
(669, 'en', 'user_grow_your_network', 'Grow Your Networks by Inviting more Friends'),
(670, 'en', 'user_rate_comment', 'Rate and Comment Videos'),
(671, 'en', 'user_make_customize', 'Make and Customize Your Channel'),
(672, 'en', 'user_to_upload_vid', 'To Upload Video, You Need to Activate your account first, activation details has been sent to your email account, it may take sometimes to reach your inbox'),
(673, 'en', 'user_click_to_login', 'Click here To Login To Your Account'),
(674, 'en', 'user_view_my_channel', 'View My Channel'),
(675, 'en', 'user_change_pass', 'Change Password'),
(676, 'en', 'user_email_settings', 'Email Settings'),
(677, 'en', 'user_profile_settings', 'Profile Settings'),
(678, 'en', 'user_usr_prof_chnl_edit', 'User Profile & Channel Edit'),
(679, 'en', 'user_personal_info', 'Personal Information'),
(680, 'en', 'user_fname', 'First Name'),
(681, 'en', 'user_lname', 'Last Name'),
(682, 'en', 'user_gender', 'Gender'),
(683, 'en', 'user_relat_status', 'Relationship Status'),
(684, 'en', 'user_display_age', 'Display Age'),
(685, 'en', 'user_about_me', 'About Me'),
(686, 'en', 'user_website_url', 'Website Url'),
(687, 'en', 'user_eg_website', 'e.g www.cafepixie.com'),
(688, 'en', 'user_prof_info', 'Professional Information'),
(689, 'en', 'user_education', 'Education'),
(690, 'en', 'user_school_colleges', 'Schools / Colleges'),
(691, 'en', 'user_occupations', 'Occupations'),
(692, 'en', 'user_companies', 'Companies'),
(693, 'en', 'user_sperate_by_commas', 'seperate with commas'),
(694, 'en', 'user_interests_hobbies', 'Interests and Hobbies'),
(695, 'en', 'user_fav_movs_shows', 'Favorite movies & shows'),
(696, 'en', 'user_fav_music', 'Favorite music'),
(697, 'en', 'user_fav_books', 'Favorite books'),
(698, 'en', 'user_user_avatar', 'User Avatar'),
(699, 'en', 'user_upload_avatar', 'Upload Avatar'),
(700, 'en', 'user_channel_info', 'Channel Info'),
(701, 'en', 'user_channel_title', 'Channel Title'),
(702, 'en', 'user_channel_description', 'Channel Description'),
(703, 'en', 'user_channel_permission', 'Channel Permissions'),
(704, 'en', 'user_allow_comments_msg', 'users can comments'),
(705, 'en', 'user_dallow_comments_msg', 'users cannot comments'),
(706, 'en', 'user_allow_rating', 'Allow Rating'),
(707, 'en', 'user_dallow_rating', 'Do Not Allow Rating'),
(708, 'en', 'user_allow_rating_msg1', 'users can rate'),
(709, 'en', 'user_dallow_rating_msg1', 'users cannot rate'),
(710, 'en', 'user_channel_feature_vid', 'Channel Featured Video'),
(711, 'en', 'user_select_vid_for_fr', 'Select Video To set as Featured'),
(712, 'en', 'user_chane_channel_bg', 'Change Channel Background'),
(713, 'en', 'user_remove_bg', 'Remove Background'),
(714, 'en', 'user_currently_you_d_have_pic', 'Currently You Don’t Have Background Picture'),
(715, 'en', 'user_change_email', 'Change Email'),
(716, 'en', 'user_email_address', 'Email Address'),
(717, 'en', 'user_new_email', 'New Email'),
(718, 'en', 'user_notify_me', 'Notify Me When User Sends Me A Message'),
(719, 'en', 'user_old_pass', 'Old Password'),
(720, 'en', 'user_new_pass', 'New Password'),
(721, 'en', 'user_c_new_pass', 'Confirm New Password'),
(722, 'en', 'user_doesnt_exist', 'User Doesn’t Exist'),
(723, 'en', 'user_do_not_have_contact', 'User Does Not Have Any Contact'),
(724, 'en', 'user_no_fav_video_exist', 'User Does Not Have Favourite Video'),
(725, 'en', 'user_have_no_vide', 'User has no videos'),
(726, 'en', 'user_s_channel', '%s''s Channel '),
(727, 'en', 'user_last_login', 'Last Login'),
(728, 'en', 'user_send_message', 'Send Message'),
(729, 'en', 'user_add_contact', 'Add Contact'),
(730, 'en', 'user_dob', 'Dob'),
(731, 'en', 'user_movies_shows', 'Movies & Shows'),
(732, 'en', 'user_add_comment', 'Add Comment '),
(733, 'en', 'user_view_all_comments', 'View All Comments'),
(734, 'en', 'user_no_fr_video', 'User Has Not Selected Any Video To Set As Featured'),
(735, 'en', 'user_view_all_video_of', 'View All Videos of '),
(736, 'en', 'menu_home', 'Home'),
(737, 'en', 'menu_videos', 'Videos'),
(738, 'en', 'menu_upload', 'Upload'),
(739, 'en', 'menu_signup', 'SignUp'),
(740, 'en', 'menu_account', 'Account'),
(741, 'en', 'menu_groups', 'Groups'),
(742, 'en', 'menu_channels', 'Channels'),
(743, 'en', 'menu_community', 'Community'),
(744, 'en', 'menu_inbox', 'Inbox'),
(745, 'en', 'vdo_cat_err2', 'You cannot select more than %d categories'),
(746, 'en', 'user_subscribe_message', 'Hello %subscriber%\r\nYou Have Subscribed To %user% and therefore this message is sent to you automatically that %user% Has Uploaded New Video\r\n\r\n%website_title%'),
(747, 'en', 'user_subscribe_subject', '%user% has uploaded new video'),
(748, 'en', 'you_already_logged', 'You are already logged in'),
(749, 'en', 'You are not logged in', ''),
(750, 'en', 'you_not_logged_in', 'You are not logged in'),
(751, 'en', 'invalid_user', 'Invalid User\r\n'),
(752, 'va', 'value', 'value'),
(753, 'en', 'vdo_cat_err3', 'Please select atleast 1 category'),
(754, 'en', 'embed_code_invalid_err', 'Invalid video embed code'),
(755, 'en', 'invalid_duration', 'Invalid duration'),
(756, 'en', 'vid_thumb_changed', 'Video default thumb has been changed'),
(757, 'en', 'vid_thumb_change_err', 'Video thumbnail was not found'),
(758, 'en', 'upload_vid_thumbs_msg', 'All video thumbs have been uploaded'),
(759, 'en', 'video_thumb_delete_msg', 'Video thumb has been deleted'),
(760, 'en', 'video_thumb_delete_err', 'Could not delete video thumb'),
(761, 'en', 'no_comment_del_perm', 'You dont have permission to delete this comment'),
(764, 'en', '', ''),
(765, 'en', 'my_text_context', 'My test context'),
(766, 'en', 'user_contains_disallow_err', 'Username contains disallowed characters'),
(770, 'en', 'add_cat_erro', 'Category already exists'),
(771, 'en', 'add_cat_no_name_err', 'Please enter name for category'),
(772, 'en', 'cat_default_err', 'Default cannot be deleted, please choose other category as “default” and then delete this'),
(773, 'en', 'pic_upload_vali_err', 'Please upload valid JPG, GIF or PNG image'),
(774, 'en', 'cat_dir_make_err', 'Unable to make category thumb directory'),
(775, 'en', 'cat_set_default_ok', 'Category has been set as default'),
(776, 'en', 'vid_thumb_removed_msg', 'Video thumbs have been removed'),
(777, 'en', 'vid_files_removed_msg', 'Video files have been removed'),
(778, 'en', 'vid_log_delete_msg', 'Video log has been deleted'),
(779, 'en', 'vdo_multi_del_erro', 'Videos has have been deleted'),
(780, 'en', 'add_fav_message', 'This %s has been added to your favorites'),
(781, 'en', 'obj_not_exists', '%s does not exist'),
(782, 'en', 'already_fav_message', 'This %s is already added to your favorites'),
(783, 'en', 'obj_report_msg', 'this %s has been reported'),
(784, 'en', 'obj_report_err', 'You have already reported this %s'),
(785, 'en', 'user_no_exist_wid_username', '‘%s’ does not exist'),
(786, 'en', 'share_video_no_user_err', 'Please enter usernames or emails to send this %s'),
(787, 'en', 'uploaded', 'Uploaded'),
(788, 'en', 'today', 'Today'),
(789, 'en', 'yesterday', 'Yesterday'),
(790, 'en', 'thisweek', 'This Week'),
(791, 'en', 'lastweek', 'Last Week'),
(792, 'en', 'thismonth', 'This Month'),
(793, 'en', 'lastmonth', 'Last Month'),
(794, 'en', 'thisyear', 'This Year'),
(795, 'en', 'lastyear', 'Last Year'),
(796, 'en', 'favorites', 'Favorites'),
(797, 'en', 'alltime', 'All Time'),
(798, 'en', 'insufficient_privileges_loggin', 'You cannot access this page Click Here to Login or Register'),
(799, 'en', 'profile_title', 'Profile Title'),
(800, 'en', 'show_dob', 'Show Date of birth'),
(801, 'en', 'profile_tags', 'Profile Tags'),
(802, 'en', 'profile_desc', 'Profile description'),
(803, 'en', 'online_status', 'User status'),
(804, 'en', 'show_profile', 'Show profile'),
(805, 'en', 'allow_ratings', 'Allow ratings on profile'),
(806, 'en', 'postal_code', 'Postal code'),
(807, 'en', 'temp_file_load_err', 'Unable to load tempalte file ‘%s’ in directory ‘%s’'),
(808, 'en', 'no_date_provided', 'No date provided'),
(809, 'en', 'second', 'second'),
(810, 'en', 'minute', 'minute'),
(811, 'en', 'bad_date', 'Never'),
(812, 'en', 'users_videos', '%s’s videos'),
(813, 'en', 'please_login_subscribe', 'Please login to subsribe %s'),
(814, 'en', 'users_subscribers', '%s’s subscribers'),
(815, 'en', 'user_no_subscribers', '%s has no subsribers'),
(816, 'en', 'user_subscriptions', '%s’s subscriptions'),
(817, 'en', 'user_no_subscriptions', '%s has no subscriptions'),
(818, 'en', 'usr_avatar_bg_update', 'User avatar and background have been updated'),
(819, 'en', 'user_email_confirm_email_err', 'Confirm email mismatched'),
(820, 'en', 'email_change_msg', 'Email has been changed successfullyrnrn'),
(821, 'en', 'no_edit_video', 'You cannot edit this video'),
(822, 'en', 'confirm_del_video', 'Are you sure you want to delete this video ?'),
(823, 'en', 'remove_fav_video_confirm', 'Are you sure you want to remove this video from your favorites ?'),
(824, 'en', 'fav_remove_msg', '%s has been removed from your favorites'),
(825, 'en', 'unknown_favorite', 'Unknown favorite %s'),
(826, 'en', 'vdo_multi_del_fav_msg', 'Videos have been removed from your favorites'),
(827, 'en', 'unknown_sender', 'Unknown Sender'),
(828, 'en', 'please_enter_message', 'Please enter something for message'),
(829, 'en', 'unknown_reciever', 'Unknown reciever'),
(830, 'en', 'no_pm_exist', 'Private message does not exist'),
(831, 'en', 'pm_sent_success', 'Private message has been sent successfully'),
(832, 'en', 'msg_delete_inbox', 'Message has been deleted from inbox'),
(833, 'en', 'msg_delete_outbox', 'Message has been deleted from your outbox'),
(834, 'en', 'private_messags_deleted', 'Private messages have been deleted'),
(835, 'en', 'ban_users', 'Ban users'),
(836, 'en', 'spe_users_by_comma', 'separate usernames by comma'),
(837, 'en', 'user_ban_msg', 'Users have been banned successfully'),
(838, 'en', 'no_user_ban_msg', 'No user is banned from your account!'),
(839, 'en', 'thnx_sharing_msg', 'Thanks for sharing this %s'),
(840, 'en', 'no_own_commen_rate', 'You cannot rate your own comment'),
(841, 'en', 'no_comment_exists', 'Comment does not exist'),
(842, 'en', 'thanks_rating_comment', 'Thanks for rating comment'),
(843, 'en', 'please_login_create_playlist', 'Please login to creat playlists'),
(844, 'en', 'play_list_with_this_name_arlready_exists', 'Playlist with name ‘%s’ already exists'),
(845, 'en', 'please_enter_playlist_name', 'Please enter playlist name'),
(846, 'en', 'new_playlist_created', 'New playlist has been created'),
(847, 'en', 'playlist_not_exist', 'Playlist does not exist'),
(848, 'en', 'playlist_item_not_exist', 'Playlist item does not exist'),
(849, 'en', 'playlist_item_delete', 'Playlist item has been deleted'),
(850, 'en', 'play_list_updated', 'Playlist has been updated'),
(851, 'en', 'you_dont_hv_permission_del_playlist', 'You do not have permission to delete playlist'),
(852, 'en', 'playlist_delete_msg', 'Playlsit has been deleted'),
(853, 'en', 'playlist_name', 'Playlist name'),
(854, 'en', 'add_new_playlist', 'Add new playlist'),
(855, 'en', 'this_thing_added_playlist', 'This %s has been added to playlist'),
(856, 'en', 'this_already_exist_in_pl', 'This %s already exists in your playlist'),
(857, 'en', 'edit_playlist', 'Edit Playlist'),
(858, 'en', 'remove_playlist_item_confirm', 'Are you sure you want to remove this from your playlist'),
(859, 'en', 'remove_playlist_confirm', 'Are you sure you want to delete this playlist?'),
(860, 'en', 'avcode_incorrect', 'Activation code is incorrect'),
(861, 'en', 'group_join_login_err', 'Please login in order to join this group'),
(862, 'en', 'manage_playlist', 'Manage playlist'),
(863, 'en', 'my_notifications', 'My notifications'),
(864, 'en', 'users_contacts', '%s’s contacts'),
(865, 'en', 'type_flags_removed', '%s flags have been removed'),
(866, 'en', 'terms_of_serivce', 'Terms of services'),
(867, 'en', 'users', 'Users');