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