Превод!

otkachen9000

Registered
Трябва ми превод на това :
Код:
<?php
 /***************************************************************************

 *   -- ENGLISH LANGUAGE FILE
 ***************************************************************************/
 
 $lang['menu_home'] = 'Home';
 $lang['menu_signup'] = 'Sign Up';
 $lang['menu_area'] = 'Account';
 $lang['menu_login'] = 'Login';
 $lang['menu_logout'] = 'Logout';
 $lang['menu_gallery'] = 'Gallery';
 $lang['menu_music'] = 'Music';
 $lang['menu_videos'] = 'Videos';
 $lang['menu_blogs'] = 'Blogs';
 $lang['menu_groups'] = 'Groups';
 $lang['menu_events'] = 'Events';
 $lang['menu_search'] = 'Search';
 $lang['menu_forums'] = 'Forums';
 $lang['menu_help'] = 'Help';
 $lang['menu_news'] = 'News';
 $lang['menu_terms'] = 'Terms & Conditions';
 $lang['menu_privacy'] = 'Privacy Policy';
 $lang['menu_news'] = 'News';
 $lang['menu_contact'] = 'Contact';
 
 $lang['menu_user_area'] = 'My Area';
 $lang['menu_user_profile'] = 'Profile';
 $lang['menu_user_messages'] = 'Messages';
 $lang['menu_user_blocked'] = 'Blocked Users';
 $lang['menu_user_blogs'] = 'Blogs';
 $lang['menu_user_buddies'] = 'Buddies';
 $lang['menu_user_favourites'] = 'Favourites';
 $lang['menu_user_guestbook'] = 'Guestbook';
 $lang['menu_user_pictures'] = 'Pictures';
 $lang['menu_user_music'] = 'Music';
 $lang['menu_user_videos'] = 'Videos';
 $lang['menu_user_ratings'] = 'Ratings';
 $lang['menu_user_groups'] = 'Groups';
 $lang['menu_user_events'] = 'Events';
 $lang['menu_user_contacts'] = 'Contacts';
 $lang['menu_user_settings'] = 'Settings';
 
 $lang['nav_message'] = 'Hello Guest! Don\'t have an account? ';
 $lang['nav_message'] .= '<a href="'.$SITEURL.'/signup.php" class="text_7_css">Register</a> ';
 $lang['nav_message'] .= 'or <a href="'.$SITEURL.'/login.php" class="text_7_css">Click here to login</a>';
 
 $lang['common_username'] = 'Username';
 $lang['common_password'] = 'Password';
 $lang['common_next'] = 'Next';
 $lang['common_previous'] = 'Previous';
 $lang['common_check'] = 'check all';
 $lang['common_uncheck'] = 'uncheck all';
 $lang['common_comments'] = 'comments';
 $lang['common_views'] = 'views';
 $lang['common_pending'] = 'Pending Approval';
 $lang['common_approved'] = 'Approved';
 $lang['common_denied'] = 'Denied';
 $lang['common_url'] = 'URL';
 $lang['common_embed'] = 'Embed';
 $lang['common_upgrade'] = '<br>Click here to upgrade your account';
 $lang['common_birthday'] = 'Happy Birthday';
 
 $lang['summary_buddies_online'] = 'Buddies Online';
 $lang['summary_new_messages'] = 'New Messages';
 $lang['summary_total_ratings'] = 'Total Ratings';
 $lang['summary_total_invites'] = 'My Invites';
 
 $lang['browse_users'] = 'Browse Users';
 $lang['browse_gallery'] = 'Browse Gallery';
 $lang['browse_blogs'] = 'Browse Blogs';
 $lang['browse_music'] = 'Browse Music';
 $lang['browse_videos'] = 'Browse Videos';
 $lang['browse_groups'] = 'Browse Groups';
 $lang['browse_events'] = 'Browse Events';
 
 $lang['latest_pictures'] = 'Latest Pictures';
 $lang['latest_blogs'] = 'Latest Blogs';
 $lang['latest_music'] = 'Latest Music';
 $lang['latest_videos'] = 'Latest Videos';
 
 $lang['login'] = 'Login';
 $lang['login_message'] = 'Existing member, please enter your username and password below.<br>';
 $lang['login_message'] .= 'If you are not currently a member then <a href="signup.php" class="text_2_css">signup</a> today!';
 $lang['login_forgot'] = 'Forgot your password? Click Here';
 $lang['login_button'] = 'login';
 $lang['login_incorrect'] = 'Invalid username or password.';
 $lang['login_suspended'] = 'Your account has been suspended.';
 
 $lang['forgot_login'] = 'Forgot Password';
 $lang['forgot_login_message'] = 'Please enter your email address.';
 $lang['forgot_login_email'] = 'Email Address';
 $lang['forgot_login_send'] = 'send my login details';
 $lang['forgot_login_sent'] = 'An email has been sent with your login details';
 $lang['forgot_login_error'] = 'Email address does not exist';
 
 $lang['mood'] = 'My Mood';
 $lang['mood_1'] = 'Angry';
 $lang['mood_2'] = 'Bored';
 $lang['mood_3'] = 'Confused';
 $lang['mood_4'] = 'Happy';
 $lang['mood_5'] = 'Ill';
 $lang['mood_6'] = 'Love';
 $lang['mood_7'] = 'Randy';
 $lang['mood_8'] = 'Sad';
 $lang['mood_9'] = 'Suprised';
 $lang['mood_10'] = 'Worried';
 
 $lang['notes'] = 'My Notes';
 $lang['notes_button'] = 'Save Notes';
 
 $lang['signup'] = 'Sign Up';
 $lang['signup_username'] = 'You can choose your username freely. It can only contain characters, numbers or an underscore (_).';
 $lang['signup_username'] .= 'The URL of your profile will be http://www.website.com/username';
 
 $lang['signup_agree'] = 'I agree to the Terms & Conditions';
 $lang['signup_security'] = 'Security Image';
 $lang['signup_username_invalid'] = 'Invalid Username, please only use characters and numbers';
 $lang['signup_username_empty'] = 'Please enter a username';
 $lang['signup_email_empty'] = 'Please enter your email address.';
 $lang['signup_email_match'] = 'Email addresses do not match';
 $lang['signup_username_exists'] = 'This username already exists';
 $lang['signup_email_exists'] = 'This email address is already registered';
 $lang['signup_ban_exists'] = 'This email address has been banned';
 $lang['signup_city_empty'] = 'Please enter in your city/town';
 $lang['signup_terms_empty'] = 'In order to complete your sign up you must agree to our terms';
 $lang['signup_security_error'] = 'The have entered the security code incorrectly';
 $lang['signup_complete'] = 'Your login details have been sent to the email address provided. <br />';
 $lang['signup_complete'] .= 'You may now login to your account.';
 
 $lang['messages_inbox'] = 'Inbox';
 $lang['messages_sent'] = 'Sent';
 $lang['messages_notifications'] = 'Notifications';
 $lang['messages_new'] = 'New Message';
 $lang['messages_limit'] = 'You have reached your maximum daily message limit';
 $lang['messages_invalid'] = 'Invalid Message';
 $lang['messages_trust'] = 'The content of this notification can be trusted.';
 $lang['messages_read'] = 'Read Message';
 $lang['messages_read_delete'] = 'Delete';
 $lang['messages_read_reply'] = 'Reply';
 $lang['messages_read_block'] = 'Block User';
 $lang['messages_to'] = 'To';
 $lang['messages_from'] = 'From';
 $lang['messages_subject'] = 'Subject';
 $lang['messages_message'] = 'Message';
 $lang['messages_date'] = 'Date';
 $lang['messages_reply'] = 'Reply';
 $lang['messages_send'] = 'send';
 $lang['messages_sending'] = 'Your message has been sent.';
 $lang['messages_error_uexists'] = 'User does not exist.';
 $lang['messages_error_ublock'] = 'You cannot message this user.';
 $lang['messages_error_esubject'] = 'Please enter a subject for your message.';
 $lang['messages_error_emessage'] = 'Please enter your message.'; 
 $lang['messages_delete'] = 'delete selected';
 $lang['messages_deleted'] = 'The selected messages have been deleted.';
 $lang['messages_inbox_empty'] = 'You do not have any inbox messages.';
 $lang['messages_sent_empty'] = 'You do not have any sent messages.';
 $lang['messages_notifications_empty'] = 'You do not have any notifications.';
 
 $lang['block'] = 'Blocked List';
 $lang['block_description'] = 'Users in your blocked list cannot send you messages, rate you or ';
 $lang['block_description'] .= 'comment on your uploads/profile. To allow a user to interact with you again select them from the ';
 $lang['block_description'] .= 'list below and remove the block.';
 $lang['block_new'] = 'Block User';
 $lang['block_add'] = 'block user';
 $lang['block_added'] = 'User has been added to your blocked list';
 $lang['block_error_uexists'] = 'User does not exist';
 $lang['block_error_bexists'] = 'This user is already on your blocked list';
 $lang['block_empty'] = 'You do not have any blocked users.';
 $lang['block_delete'] = 'delete selected';
 $lang['block_deleted'] = 'The selected users have been removed from your blocked list.';
 
 $lang['buddies_show'] = 'My Buddies';
 $lang['buddies_empty'] = 'You do not have any buddies';
 $lang['buddies_empty'] .= '<br>To add someone to your buddy list, visit their profile and click on ADD BUDDY';
 $lang['buddies_delete'] = 'delete selected';
 $lang['buddies_deleted'] = 'The selected buddies have been removed from your buddy list';
 $lang['buddies_limit'] = 'You have reached your maximum buddies limit';
 
 $lang['buddies_spy'] = 'Buddy Spy';
 $lang['buddies_spy_empty'] = 'Nobody has added you to their buddy list.';
 $lang['buddies_spy_description'] = 'Buddy Spy allows you to view who has added you to their buddy list.';
 
 $lang['buddies_new'] = 'Add New Buddy';
 $lang['buddies_new_add'] = 'add buddy';
 $lang['buddies_new_added'] = 'Buddy added.';
 $lang['buddies_error_uexists'] = 'User does not exist.';
 $lang['buddies_error_bexists'] = 'This user is already on your buddy list.';
 
 $lang['favourites_show'] = 'My Favourites';
 $lang['favourites_description'] = 'You can use your favourites to bookmark a private list of users profiles.';
 $lang['favourites_empty'] = 'You do not have any favourites added.';
 $lang['favourites_delete'] = 'delete selected';
 $lang['favourites_deleted'] = 'The selected favourite(s) have been deleted.';
 $lang['favourites_new'] = 'Add New';
 $lang['favourites_new_add'] = 'add to favourites';
 $lang['favourites_new_added'] = 'Favourite added.';
 $lang['favourites_error_uexists'] = 'User does not exist.';
 $lang['favourites_error_fexists'] = 'This user is already on your favourites list.';
 
 $lang['blogs_show'] = 'My Blogs';
 $lang['blogs_subscribers'] = 'Blog Subscribers';
 $lang['blogs_new'] = 'New Blog';
 $lang['blogs_editT'] = 'Edit blog';
 $lang['blogs_edit'] = 'edit';
 $lang['blogs_add'] = 'add';
 $lang['blogs_title'] = 'Blog title';
 $lang['blogs_post'] = 'Blog message';
 $lang['blogs_limit'] = 'You have reached your maximum blog post limit';
 $lang['blogs_empty_title'] = 'Please enter a title for your blog.';
 $lang['blogs_empty_message'] = 'Please enter your blog message.';
 $lang['blogs_edited'] = 'Your blog has been updated.';
 $lang['blogs_added'] = 'Your blog has been added.';
 $lang['blogs_empty'] = 'You do not have any blog posts.';
 $lang['blogs_delete'] = 'delete selected';
 $lang['blogs_deleted'] = 'The selected blog(s) have been deleted.';
 $lang['blogs_subscribe_public'] = 'Blog Subscribers';
 $lang['blogs_subscribe_date'] = 'Subscribed on';
 $lang['blogs_subscribe'] = 'subcribe to blog';
 $lang['blogs_unsubscribe'] = 'unsubscribe';
 
 $lang['blogs_subscriptions'] = 'My Subscriptions';
 $lang['blogs_subscriptions_new'] = 'Subscribe to blog';
 $lang['blogs_subscriptions_tip'] = 'Subscribing to a users blog gives you instant notification on new blog posts by that user.';
 $lang['blogs_subscriptions_add'] = 'subscribe';
 $lang['blogs_subscriptions_added'] = 'You have now subscribed to this users blog';
 $lang['blogs_subscriptions_uexists'] = 'User does not exist';
 $lang['blogs_subscriptions_sexists'] = 'You have already subscribed to this users blog';
 $lang['blogs_subscriptions_empty'] = 'You have not subscribed to any blogs.';
 $lang['blogs_subscribers_empty'] = 'You do not have any blog subscribers.';
 
 $lang['blogs_comments'] = 'Blog Comments';
 $lang['blogs_comments_empty'] = 'You do not have any blog comments.';
 $lang['blogs_comments_approve'] = 'approve';
 $lang['blogs_comments_approved'] = 'The selected blog comment(s) have been approved.';
 $lang['blogs_comments_deny'] = 'deny';
 $lang['blogs_comments_denied'] = 'The selected blog comment(s) have been denied.';
 $lang['blogs_comments_delete'] = 'delete';
 $lang['blogs_comments_deleted'] = 'The selected blog comment(s) have been deleted.';
 
 $lang['blogs_view_comments'] = 'Blog Comments';
 $lang['blogs_view_comments_empty'] = 'There are no comments for this blog yet.';
 
 $lang['guestbook_show'] = 'My Guestbook';
 $lang['guestbook_empty'] = 'You do not have any guestbook entries.';
 $lang['guestbook_approve'] = 'approve';
 $lang['guestbook_approved'] = 'The selected post(s) have been approved.';
 $lang['guestbook_deny'] = 'deny';
 $lang['guestbook_denied'] = 'The selected post(s) have been denied.';
 $lang['guestbook_delete'] = 'delete selected';
 $lang['guestbook_deleted'] = 'The selected post(s) have been deleted.';
 
 $lang['guestbook_new'] = 'Sign Guestbook';
 $lang['guestbook_sign'] = 'sign guestbook';
 $lang['guestbook_signed'] = 'Your message has been posted and will be viewable once approved.';
 $lang['guestbook_blocked'] = 'You cannot sign this user\'s guestbook';
 
 $lang['pictures_show'] = 'My Pictures';
 $lang['pictures_limit'] = 'You have reached your maximum pictures limit';
 $lang['pictures_new'] = 'Upload New Picture';
 $lang['pictures_empty'] = 'You do not have any pictures.';
 $lang['pictures_delete'] = 'Delete Picture';
 $lang['pictures_deleted'] = 'The selected picture has been deleted.';
 $lang['pictures_file'] = 'Picture';
 $lang['pictures_label'] = 'Label';
 $lang['pictures_label_none'] = 'No Label';
 $lang['pictures_label_save'] = 'save label';
 $lang['pictures_upload'] = 'upload';
 $lang['pictures_error_invalid'] = 'Invalid file type.';
 
 $lang['pictures_comments'] = 'Picture Comments';
 $lang['pictures_comments_empty'] = 'You do not have any picture comments.';
 $lang['pictures_comments_approve'] = 'approve';
 $lang['pictures_comments_approved'] = 'The selected picture comment(s) have been approved.';
 $lang['pictures_comments_deny'] = 'deny';
 $lang['pictures_comments_denied'] = 'The selected picture comment(s) have been denied.';
 $lang['pictures_comments_delete'] = 'delete';
 $lang['pictures_comments_deleted'] = 'The selected picture comment(s) have been deleted.';
 
 $lang['pictures_view_comments'] = 'Pictures Comments';
 $lang['pictures_view_comments_empty'] = 'There are no comments for this picture yet.';
 $lang['pictures_view_more'] = 'More Pictures';
 
 $lang['ratings_show'] = 'My Ratings';
 $lang['ratings_empty'] = 'You do not have any ratings yet.';
 
 $lang['ratings_spy'] = 'Ratings Spy';
 $lang['ratings_spy_description'] = 'Rating Spy allows you to view who has rated you.';
 $lang['ratings_spy_empty'] = 'You do not have any ratings yet.';
 
 $lang['ratings_history'] = 'Ratings History';
 $lang['ratings_history_description'] = 'Rating History allows you to view who you have rated.';
 $lang['ratings_history_empty'] = 'You have not rated anyone.';
 
 $lang['ratings_rate_self'] = 'You cannot rate yourself';
 $lang['ratings_rate_uexists'] = 'User does not exist';
 $lang['ratings_rate_rexists'] = 'You have already rated this user';
 $lang['ratings_rate_done'] = 'You have successfully rated '.$_GET['username'];
 
 $lang['events_show'] = 'My Events';
 $lang['events_empty'] = 'You do not have any events listed.';
 $lang['events_delete'] = 'delete selected';
 $lang['events_deleted'] = 'The selected event(s) have been deleted.';
 $lang['events_new'] = 'New Event';
 $lang['events_add'] = 'add';
 $lang['events_added'] = 'Your event has been added.';
 
 $lang['events_attending'] = 'Attending Events';
 $lang['events_attending_empty'] = 'You are not attending any events.';
 $lang['events_attending_delete'] = 'delete selected';
 $lang['events_attending_deleted'] = 'The selected attending event(s) have been deleted.';
 $lang['events_attending_public'] = 'Users attending this event';
 
 $lang['event_attend'] = 'I\'m attending this event';
 $lang['event_name'] = 'Event Name';
 $lang['event_category'] = 'Category';
 $lang['event_date'] = 'Date';
 $lang['event_time'] = 'Time';
 $lang['event_city'] = 'City';
 $lang['event_country'] = 'Country';
 $lang['event_short_desc'] = 'Short Description';
 $lang['event_long_desc'] = 'Full Description';
 
 $lang['groups_show'] = 'My Groups';
 $lang['groups_empty'] = 'You have not created any groups';
 $lang['groups_joined'] = 'Groups I have joined';
 $lang['groups_joined_empty'] = 'You are not a member of any groups';
 $lang['groups_view'] = 'View Group';
 $lang['groups_join'] = 'Join Group';
 $lang['groups_leave'] = 'Leave Group';
 $lang['groups_create'] = 'create group';
 $lang['groups_edit'] = 'edit';
 $lang['groups_delete'] = 'delete';
 $lang['groups_new'] = 'Create new group';
 $lang['groups_new_empty_name'] = 'Please enter your groups name.';
 $lang['groups_new_empty_desc'] = 'Please enter a short and full description for your group.';
 $lang['groups_new_name'] = 'Group Name';
 $lang['groups_new_short'] = 'Short Description';
 $lang['groups_new_category'] = 'Category';
 $lang['groups_new_hidden'] = 'Allow non-members to view group';
 $lang['groups_new_approve'] = 'Auto-approve new members';
 $lang['groups_new_long'] = 'Full Description';
 $lang['groups_error_gexists'] = 'Group does not exist.';
 $lang['groups_error_mexists'] = 'You are already a member of this group.';
 $lang['groups_nonpublic'] = 'non-public';
 $lang['groups_nonpublic_message'] = 'To view this group, you must be a member of this group.';
 $lang['groups_members'] = 'Group Members';
 $lang['groups_members_empty'] = 'There are no members in this group.';
 $lang['groups_messages'] = 'Group Messages';
 $lang['groups_messages_empty'] = 'There are no messages in this group.';
 $lang['groups_messages_post'] = 'post message';
 $lang['groups_manage_member_approve'] = 'approve';
 $lang['groups_manage_member_approved'] = 'The selected group member(s) have been approved';
 $lang['groups_manage_member_deny'] = 'deny';
 $lang['groups_manage_member_denied'] = 'The selected group member(s) have been denied';
 $lang['groups_manage_member_delete'] = 'delete';
 $lang['groups_manage_member_deleted'] = 'The selected group members have been removed from this group';
 $lang['groups_manage_message_delete'] = 'delete message(s)';
 $lang['groups_manage_message_deleted'] = 'The selected group messages have been removed';
 
 $lang['contacts_show'] = 'My Contacts';
 $lang['contacts_new'] = 'New Contact';
 $lang['contacts_name'] = 'Name';
 $lang['contacts_email'] = 'Email Address';
 $lang['contacts_number'] = 'Number';
 $lang['contacts_add'] = 'add contact';
 $lang['contacts_added'] = 'New contact has been addded.';
 $lang['contacts_empty'] = 'You do not have any contacts added.';
 $lang['contacts_delete'] = 'delete selected';
 $lang['contacts_deleted'] = 'The selected contact(s) have been deleted.';
 
 $lang['stats'] = 'Statistics';
 $lang['stats_total_users'] = 'Total Users';
 $lang['stats_total_online'] = 'Online Users';
 $lang['stats_total_female'] = 'Female Users';
 $lang['stats_total_male'] = 'Male Users';
 $lang['stats_picture_users'] = 'Users with a picture';
 $lang['stats_most_viewed'] = 'Most viewed user';
 $lang['stats_newest_user'] = 'Newest User';
 $lang['stats_online'] = 'online now';
 
 $lang['invites_show'] = 'My Invites';
 $lang['invites_new'] = 'Send Invites';
 $lang['invites_email'] = 'Email Address';
 $lang['invites_message'] = 'Personal Message';
 $lang['invites_send'] = 'send invite(s)';
 $lang['invites_sent'] = 'Your invite(s) have been sent.';
 $lang['invites_empty'] = 'You have not sent any invites.';
 $lang['invites_delete'] = 'delete selected';
 $lang['invites_deleted'] = 'The selected invite(s) have been deleted.';
 
 $lang['profile_edit'] = 'Edit Profile';
 $lang['profile_customize'] = 'Customize Profile';
 $lang['profile_view'] = 'View Profile';
 $lang['profile_show'] = 'Show on profile';
 $lang['profile_visitors'] = 'Profile Visitors';
 $lang['profile_visitors_empty'] = 'There have been no recent logged visitors';
 $lang['profile_visitors_delete'] = 'delete log';
 
 $lang['profile_nav_profile'] = 'Profile';
 $lang['profile_nav_pictures'] = 'Pictures';
 $lang['profile_nav_buddies'] = 'Buddies';
 $lang['profile_nav_guestbook'] = 'Guestbook';
 $lang['profile_nav_blog'] = 'Blog';
 $lang['profile_nav_music'] = 'Music';
 $lang['profile_nav_videos'] = 'Videos';
 $lang['profile_nav_events'] = 'Events';
 
 $lang['profile_menu_message'] = 'Message me';
 $lang['profile_menu_buddy'] = 'Add to buddies';
 $lang['profile_menu_sign'] = 'Sign my guestbook';
 $lang['profile_menu_favourite'] = 'Add to favourites';
 $lang['profile_menu_report'] = 'Report Profile';
 
 $lang['profile_rate'] = 'Rate Me';
 $lang['profile_buddies'] = 'My Buddies';
 $lang['profile_blog_empty'] = 'This user has not posted in their blog yet.';
 $lang['profile_buddies_empty'] = 'This user does not have any buddies yet.';
 $lang['profile_events_empty'] = 'This user does not have any events posted yet.';
 $lang['profile_guestbook_empty'] = 'This user does not have any guestbook posts yet.';
 $lang['profile_music_empty'] = 'This user has not uploaded any music yet.';
 $lang['profile_videos_empty'] = 'This user has not uploaded any videos yet.';
 $lang['profile_pictures_empty'] = 'This user has not uploaded any pictures yet.';
 
 $lang['settings'] = 'Settings';
 $lang['settings_account'] = 'Profile/Account Settings';
 $lang['settings_email'] = 'Email Settings';
 $lang['settings_forum'] = 'Forum Settings';
 $lang['settings_forum_signature'] = 'Forum Signature';
 $lang['settings_change_email'] = 'Change Email Address';
 $lang['settings_change_password'] = 'Change Password';
 $lang['settings_approve_guestbook'] = 'Auto-approve guestbook entries';
 $lang['settings_approve_picture_comments'] = 'Auto-approve picture comments';
 $lang['settings_approve_music_comments'] = 'Auto-approve music comments';
 $lang['settings_approve_video_comments'] = 'Auto-approve video comments';
 $lang['settings_approve_blog_comments'] = 'Auto-approve blog comments';
 $lang['settings_notify_messages'] = 'Email me when I have a new message';
 $lang['settings_notify_notifications'] = 'Email me when I have a new notification';
 $lang['settings_notify_rating'] = 'Email me when I have a new rating';
 $lang['settings_notify_guestbook'] = 'Email me when I have a new guestbook entry';
 $lang['settings_notify_picture_comments'] = 'Email me when I have a new picture comment';
 $lang['settings_notify_music_comments'] = 'Email me when I have a new music comment';
 $lang['settings_notify_video_comments'] = 'Email me when I have a new video comment';
 $lang['settings_notify_blog_comments'] = 'Email me when I have a new blog comment';
 $lang['settings_current_email'] = 'Current email address';
 $lang['settings_new_email'] = 'New email address';
 $lang['settings_new_password'] = 'New Password';
 $lang['settings_new_password_confirm'] = 'Confirm new password';
 $lang['settings_new_password_updated'] = 'Your password has been updated';
 $lang['settings_new_password_error'] = 'The passwords you entered do not match';
 $lang['settings_update_button'] = 'update';
 $lang['settings_save_button'] = 'save settings';
 
 $lang['help'] = 'Help';
 $lang['help_tip'] = 'If you require any further help, please get in contact with us by clicking here.';
 $lang['help_cats_empty'] = 'No categories listed';
 $lang['help_faqs_empty'] = 'No faq\'s listed';
 
 $lang['report'] = 'Report';
 $lang['report_url'] = 'Report URL';
 $lang['report_info'] = 'Additional Information';
 $lang['report_security'] = 'Security';
 $lang['report_security_error'] = 'Security Code did not match.';
 $lang['report_send'] = 'send report';
 $lang['report_sent'] = 'Thank you for getting in contact with us.<br />';
 $lang['report_sent'] .= 'Your message has been sent.';
 
 $lang['contact_name'] = 'Name/Username';
 $lang['contact_email'] = 'Email Address';
 $lang['contact_message'] = 'Message';
 $lang['contact_security'] = 'Security';
 $lang['contact_security_error'] = 'Security Code did not match.';
 $lang['contact_send'] = 'contact us';
 $lang['contact_sent'] = 'Thank you for getting in contact with us.<br />';
 $lang['contact_sent'] .= 'Your message has been sent and will be replied to shortly.';
 
 $lang['upgrade'] = 'Upgrade';
 $lang['upgrade_month'] = '1 Month';
 $lang['upgrade_year'] = '1 Year';
 $lang['upgrade_true_title'] = 'Your Upgraded!';
 $lang['upgrade_true_message'] = 'You are currently an upgraded member<br />Expires on ';
 $lang['upgrade_false_title'] = 'Upgrade';
 $lang['upgrade_false_message'] = 'Gain access to extra tools and privileges<br />Upgrade your account today';
 
 $lang['upgrade_unavailable'] = 'Upgrading your account is currently not available.';
 $lang['upgrade_privileges'] = 'What do I get?';
 $lang['upgrade_privileges_free'] = 'Free';
 $lang['upgrade_privileges_upgraded'] = 'Upgraded';
 $lang['upgrade_option_yes'] = 'Yes';
 $lang['upgrade_option_no'] = 'No';
 $lang['upgrade_feature_buddy_spy'] = 'Access to Buddy Spy';
 $lang['upgrade_feature_sent_messages'] = 'Access to Sent Messages';
 $lang['upgrade_feature_profile_visitors'] = 'Access to Profile Visitors';
 $lang['upgrade_feature_rating_spy'] = 'Access to Rating Spy';
 $lang['upgrade_feature_rating_history'] = 'Access to Rating History';
 $lang['upgrade_feature_favourites'] = 'Access to Favourites';
 $lang['upgrade_feature_profile_customize'] = 'Customize Your Profile';
 $lang['upgrade_feature_picture_uploads'] = 'Picture Uploads';
 $lang['upgrade_feature_music_uploads'] = 'Music Uploads';
 $lang['upgrade_feature_video_uploads'] = 'Video Uploads';
 $lang['upgrade_feature_buddies'] = 'Added Buddies';
 $lang['upgrade_feature_blogs'] = 'Blog Posts';
 $lang['upgrade_feature_messages'] = 'Send Messages (per day)';
 
 $lang['forums_index'] = 'Forums Index';
 $lang['forums_topics'] = 'Topics';
 $lang['forums_posts'] = 'Posts';
 $lang['forums_replies'] = 'Replies';
 $lang['forums_views'] = 'Views';
 $lang['forums_last'] = 'Last Post';
 $lang['forums_topic_title'] = 'Topic Title';
 $lang['forums_overview'] = 'Forums Overview';
 $lang['forums_moderators'] = 'Forum Moderators';
 $lang['forums_statistics'] = 'Forum Statistics';
 $lang['forums_total_topics'] = 'Total Topics';
 $lang['forums_total_posts'] = 'Total Posts';
 $lang['forums_edit_post'] = 'Edit Post';
 $lang['forums_new_topic'] = 'New Topic';
 $lang['forums_new_reply'] = 'New Reply';
 $lang['forums_empty_subject'] = 'Please enter a subject for your topic';
 $lang['forums_empty_post'] = 'Please enter your forum post';
 $lang['forums_reply'] = 'reply';
 $lang['forums_quote'] = 'quote';
 $lang['forums_edit'] = 'edit';
 $lang['forums_lock'] = 'Lock';
 $lang['forums_unlock'] = 'Unlock';
 $lang['forums_delete'] = 'Delete';
 $lang['forums_move_to'] = 'Move to:';
 $lang['forums_move'] = 'Move';
 
 $lang['background'] = 'Background Image';
 $lang['background_upload'] = 'Upload';
 $lang['background_error_invalid'] = 'Invalid file type.';
 $lang['background_status'] = 'Status';
 $lang['background_delete'] = 'delete';
 
 $lang['customize_general'] = 'General';
 $lang['customize_profile'] = 'Profile Tables';
 $lang['customize_music'] = 'Music Player Table';
 $lang['customize_menu'] = 'Left Menu Table';
 $lang['customize_rate'] = 'Rate Me Table';
 $lang['customize_buddies'] = 'Buddies List Table';
 $lang['customize_option_username'] = 'Username';
 $lang['customize_option_nav'] = 'Navigation';
 $lang['customize_option_border'] = 'Border';
 $lang['customize_option_background'] = 'Background';
 $lang['customize_option_text'] = 'Text';
 $lang['customize_update'] = 'update colours';
 
 $lang['videos_show'] = 'My Videos';
 $lang['videos_empty'] = 'You do not have any videos uploaded.';
 $lang['videos_delete'] = 'delete video';
 $lang['videos_deleted'] = 'The selected video has been deleted.';
 $lang['videos_new'] = 'New Video';
 $lang['videos_add'] = 'upload';
 $lang['videos_added'] = 'Your video has been uploaded.';
 $lang['videos_editT'] = 'Edit Video';
 $lang['videos_edit'] = 'edit';
 $lang['videos_edited'] = 'Your video has been updated.';
 $lang['videos_title'] = 'Video title';
 $lang['videos_category'] = 'Video Category';
 $lang['videos_file'] = 'Video File';
 $lang['videos_empty_title'] = 'Please enter a title for your video.';
 $lang['videos_error_invalid'] = 'Invalid file type.';
 $lang['videos_limit'] = 'You have reached your maximum video upload limit';
 
 $lang['videos_comments'] = 'Video Comments';
 $lang['videos_comments_empty'] = 'You do not have any video comments.';
 $lang['videos_comments_approve'] = 'approve';
 $lang['videos_comments_approved'] = 'The selected video comment(s) have been approved.';
 $lang['videos_comments_deny'] = 'deny';
 $lang['videos_comments_denied'] = 'The selected video comment(s) have been denied.';
 $lang['videos_comments_delete'] = 'delete';
 $lang['videos_comments_deleted'] = 'The selected video comment(s) have been deleted.';
 
 $lang['videos_view_comments'] = 'Video Comments';
 $lang['videos_view_comments_empty'] = 'There are no comments for this video yet.';
 $lang['videos_view_details'] = 'Video Details';
 $lang['videos_view_title'] = 'Title';
 $lang['videos_view_by'] = 'Uploaded by';
 $lang['videos_view_category'] = 'Category';
 $lang['videos_view_date'] = 'Date';
 $lang['videos_view_views'] = 'Views';
 
 $lang['music_profile_add'] = 'Play on my profile';
 $lang['music_profile_rem'] = 'Remove from profile';
 
 $lang['music_show'] = 'My Music';
 $lang['music_empty'] = 'You do not have any music uploaded.';
 $lang['music_delete'] = 'delete music';
 $lang['music_deleted'] = 'The selected music uploads have been deleted.';
 $lang['music_new'] = 'New Music';
 $lang['music_add'] = 'upload';
 $lang['music_added'] = 'Your music has been uploaded.';
 $lang['music_editT'] = 'Edit Music';
 $lang['music_edit'] = 'edit';
 $lang['music_edited'] = 'Your music has been updated.';
 $lang['music_title'] = 'Music title';
 $lang['music_category'] = 'Music Category';
 $lang['music_file'] = 'Music File';
 $lang['music_empty_title'] = 'Please enter a title for your music.';
 $lang['music_error_invalid'] = 'Invalid file type.';
 $lang['music_limit'] = 'You have reached your maximum music upload limit';
 
 $lang['music_comments'] = 'Music Comments';
 $lang['music_comments_empty'] = 'You do not have any music comments.';
 $lang['music_comments_approve'] = 'approve';
 $lang['music_comments_approved'] = 'The selected music comment(s) have been approved.';
 $lang['music_comments_deny'] = 'deny';
 $lang['music_comments_denied'] = 'The selected music comment(s) have been denied.';
 $lang['music_comments_delete'] = 'delete';
 $lang['music_comments_deleted'] = 'The selected music comment(s) have been deleted.';
 
 $lang['music_view_comments'] = 'Music Comments';
 $lang['music_view_comments_empty'] = 'There are no comments for this track yet.';
 $lang['music_view_details'] = 'Music Details';
 $lang['music_view_title'] = 'Title';
 $lang['music_view_by'] = 'Uploaded by';
 $lang['music_view_category'] = 'Category';
 $lang['music_view_date'] = 'Date';
 $lang['music_view_views'] = 'Views';
 
 $lang['search_option_picture'] = 'Only show users with a picture';
 $lang['search_option_online'] = 'Only show users online';
 $lang['search_results'] = 'Search Results';
 $lang['search_empty'] = 'No results found.';
 $lang['search_users'] = 'Search Users';
 $lang['search_music'] = 'Search Music';
 $lang['search_videos'] = 'Search Videos';
 $lang['search_groups'] = 'Search Groups';
 $lang['search_name'] = 'Search Name/Nickname';
 $lang['search_blogs'] = 'Search Blogs';
 $lang['search_events'] = 'Search Events';
 $lang['search_button'] = 'search';
 
 $lang['comment_new'] = 'Post Comment';
 $lang['comment_post'] = 'post comment';
 $lang['comment_posted'] = 'Your comment has been posted and will be viewable once approved.';
 $lang['comment_blocked'] = 'You cannot comment on this item.';
 
 $lang['field_title_basic'] = 'Basic Information';
 $lang['field_title_favourites'] = 'Favourites';
 $lang['field_title_contact'] = 'Contact Me';
 $lang['field_title_more'] = 'More About Me';
 
 $lang['field_username'] = 'Username';
 $lang['field_email'] = 'Email Address';
 $lang['field_email_confirm'] = 'Confirm Email Address';
 $lang['field_name'] = 'Name/Nickname';
 $lang['field_dob'] = 'Date of Birth';
 $lang['field_age'] = 'Age';
 $lang['field_gender'] = 'Gender';
 $lang['field_sexuality'] = 'Sexuality';
 $lang['field_marital'] = 'Marital Status';
 $lang['field_ethnic'] = 'Ethnic Origin';
 $lang['field_city'] = 'City';
 $lang['field_country'] = 'Country';
 
 $lang['field_colour'] = 'Colour';
 $lang['field_website'] = 'Website';
 $lang['field_animal'] = 'Animal';
 $lang['field_film'] = 'Film';
 $lang['field_show'] = 'TV Programme';
 $lang['field_place'] = 'Place';
 $lang['field_music'] = 'Music';
 $lang['field_food'] = 'Food';
 
 $lang['field_msn'] = 'MSN Messenger';
 $lang['field_yahoo'] = 'Yahoo!';
 $lang['field_aim'] = 'AIM';
 $lang['field_icq'] = 'ICQ';
 
 $lang['gender_01'] = "Female";
 $lang['gender_02'] = "Male";
 $lang['sexuality_01'] = "Straight";
 $lang['sexuality_02'] = "Gay";
 $lang['sexuality_03'] = "Bisexual";
 $lang['marital_01'] = "Single";
 $lang['marital_02'] = "Engaged";
 $lang['marital_03'] = "Married";
 $lang['marital_04'] = "With someone";
 $lang['ethnic_01'] = "Asian";
 $lang['ethnic_02'] = "Afro Carribean";
 $lang['ethnic_03'] = "White/Caucasion";
 $lang['ethnic_04'] = "Latin/Hispanic";
 $lang['ethnic_05'] = "Mixed Race";
 $lang['ethnic_06'] = "Mixed European";
 $lang['ethnic_07'] = "Of Arfrican Origin";
 $lang['ethnic_08'] = "Other";
 $lang['starsign_01'] = "Aquarius";
 $lang['starsign_02'] = "Pisces";
 $lang['starsign_03'] = "Aries";
 $lang['starsign_04'] = "Taurus";
 $lang['starsign_05'] = "Gemini";
 $lang['starsign_06'] = "Cancer";
 $lang['starsign_07'] = "Leo";
 $lang['starsign_08'] = "Virgo";
 $lang['starsign_09'] = "Libra";
 $lang['starsign_10'] = "Scorpio";
 $lang['starsign_11'] = "Sagittarius";
 $lang['starsign_12'] = "Capricorn";

?>
Мерси Предварително
 
шанс... които има желание да помогне ,аз успях до някъде но ми трябва помощ

Код:
<?php
 /***************************************************************************

 *   -- ENGLISH LANGUAGE FILE
 ***************************************************************************/
 
 $lang['menu_home'] = 'Начало';
 $lang['menu_signup'] = 'Sign Up';
 $lang['menu_area'] = 'Account';
 $lang['menu_login'] = 'Регистрация';
 $lang['menu_logout'] = '[Изход]';
 $lang['menu_gallery'] = 'Галерия';
 $lang['menu_music'] = 'Музика';
 $lang['menu_videos'] = 'Видео';
 $lang['menu_blogs'] = 'Блогове';
 $lang['menu_groups'] = 'Групи';
 $lang['menu_events'] = 'Събития';
 $lang['menu_search'] = 'Търсене';
 $lang['menu_forums'] = 'Форуми';
 $lang['menu_help'] = 'Помощ ';
 $lang['menu_news'] = 'Новини';
 $lang['menu_terms'] = 'условия и ... Terms & amp;условия  Conditions';
 $lang['menu_privacy'] = 'политика на конфиденциалност Privacy Policy';
 $lang['menu_news'] = 'Новини';
 $lang['menu_contact'] = 'Контакт';
 
 $lang['menu_user_area'] = 'моята зона My Area';
 $lang['menu_user_profile'] = 'профил Profile';
 $lang['menu_user_messages'] = 'съобщения Messages';
 $lang['menu_user_blocked'] = 'блокирани потребители Blocked Users';
 $lang['menu_user_blogs'] = 'блогове Blogs';
 $lang['menu_user_buddies'] = 'Buddies';
 $lang['menu_user_favourites'] = 'любими Favourites';
 $lang['menu_user_guestbook'] = 'книга на гостите Guestbook';
 $lang['menu_user_pictures'] = 'картинки Pictures';
 $lang['menu_user_music'] = 'музика Music';
 $lang['menu_user_videos'] = 'видео Videos';
 $lang['menu_user_ratings'] = 'рейтинги Ratings';
 $lang['menu_user_groups'] = 'групи Groups';
 $lang['menu_user_events'] = 'събития Events';
 $lang['menu_user_contacts'] = 'контакти Contacts';
 $lang['menu_user_settings'] = 'настройки Settings';
 
 $lang['nav_message'] = 'здравей ,гостенино Hello Guest! нямаш ли акаунт? ';
 $lang['nav_message'] .= '<a href="'.$SITEURL.'/signup.php" class="te1xt_7_css">Register</a> ';
 $lang['nav_message'] .= 'or <a href="'.$SITEURL.'/login.php" class="text_7_css">кликни тук за да се свържеш Click here to login</a>';
 
 $lang['common_username'] = 'потребителско име Username';
 $lang['common_password'] = 'парола Password';
 $lang['common_next'] = 'по-нататък Next';
 $lang['common_previous'] = 'предшестващ Previous';
 $lang['common_check'] = 'провери всичко ';
 $lang['common_uncheck'] = 'обратното на "провери всичко" uncheck all';
 $lang['common_comments'] = 'коментари';
 $lang['common_views'] = 'гледки views';
 $lang['common_pending'] = 'предстоящо одоБрение Pending Approval';
 $lang['common_approved'] = 'одобрено Approved';
 $lang['common_denied'] = 'отказано Denied';
 $lang['common_url'] = 'URL';
 $lang['common_embed'] = 'Embed';
 $lang['common_upgrade'] = '<br>кликни тук за да надградиш своя акаунт Click here to upgrade your account';
 $lang['common_birthday'] = '(честит рожден ден Happy Birthday';
 
 $lang['summary_buddies_online'] = 'приятели , хора онлайн Buddies Online';
 $lang['summary_new_messages'] = 'нови съобщения';
 $lang['summary_total_ratings'] = 'общо рейтинги Total Ratings';
 $lang['summary_total_invites'] = 'поканени от мен My Invites';
 
 $lang['browse_users'] = 'прегледай, потърси в потребителите Browse Users';
 $lang['browse_gallery'] = 'разгледай галерията Browse Gallery';
 $lang['browse_blogs'] = 'разгледай блоговете Browse Blogs';
 $lang['browse_music'] = 'прегледай музиката Browse Music';
 $lang['browse_videos'] = 'потърси, прегледай музиката Browse Videos';
 $lang['browse_groups'] = 'прегледай групите Browse Groups';
 $lang['browse_events'] = 'прегледай групите Browse Events';
 
 $lang['latest_pictures'] = 'най-нови картинки Latest Pictures';
 $lang['latest_blogs'] = 'най-нови блогове Latest Blogs';
 $lang['latest_music'] = 'най-нова музика Latest Music';
 $lang['latest_videos'] = 'най-нови видео Latest Videos';
 
 $lang['login'] = 'включи се, свържи се Login';
 $lang['login_message'] = 'съществуващ член ,моля въведете своето потребителско име и парола по-долу  Existing member, please enter your username and password below.<br>';
 $lang['login_message'] .= 'ако вие сега не сте член,тогава If you are not currently a member then <a href="регистрирайте се signup.php" class="text_2_css">signup</a> днес today!';
 $lang['login_forgot'] = 'забрахте паролата си ли, кликнете тук Forgot your password? Click Here';
 $lang['login_button'] = 'свържи се, включи се login';
 $lang['login_incorrect'] = 'невалидно потребителско име или парола Invalid username or password.';
 $lang['login_suspended'] = 'вашия акаунт е бил преустановен Your account has been suspended.';
 
 $lang['forgot_login'] = 'забравена парола Forgot Password';
 $lang['forgot_login_message'] = 'моля въведете своя Е-мейл адрес Please enter your email address.';
 $lang['forgot_login_email'] = 'Email адрес Address';
 $lang['forgot_login_send'] = 'изпращам свои данни за включване send my login details';
 $lang['forgot_login_sent'] = 'бил е изпратен Е-мейл с вашите данни за свързване  An email has been sent with your login details';
 $lang['forgot_login_error'] = 'Email адресът не съществува address does not exist';
 
 $lang['mood'] = 'моето настроение My Mood';
 $lang['mood_1'] = 'сърдит Angry';
 $lang['mood_2'] = 'скучно ми е Bored';
 $lang['mood_3'] = 'объркан съм Confused';
 $lang['mood_4'] = 'щастлив Happy';
 $lang['mood_5'] = 'болен Ill';
 $lang['mood_6'] = 'любов, обич Love';
 $lang['mood_7'] = 'Randy';
 $lang['mood_8'] = 'тъжен Sad';
 $lang['mood_9'] = 'изненадан Suprised';
 $lang['mood_10'] = 'обезпокоен Worried';
 
 $lang['notes'] = 'моите бележки My Notes';
 $lang['notes_button'] = 'запази бележките Save Notes';
 
 $lang['signup'] = 'регистрирай се Sign Up';
 $lang['signup_username'] = 'вие можете да изберете вашето потребителско име свободно. То може да съдържа само букви, цифри и долна черта  You can choose your username freely. It can only contain characters, numbers or an underscore (_).';
 $lang['signup_username'] .= 'страницата на вашия профил ще бъде  The URL of your profile will be http://www.website.com/username';
 
 $lang['signup_agree'] = 'съгласен съм с условията I agree to the Terms & Conditions';
 $lang['signup_security'] = 'картинка, образ за безопасност Security Image';
 $lang['signup_username_invalid'] = 'невалидно потребителско име . Моля използвайте само букви и цифри  Invalid Username, please only use characters and numbers';
 $lang['signup_username_empty'] = 'моля въведете потребителско име Please enter a username';
 $lang['signup_email_empty'] = 'моля въведете вашия Е-мейл адрес Please enter your email address.';
 $lang['signup_email_match'] = 'Email адресите не съвпадат addresses do not match';
 $lang['signup_username_exists'] = 'това потребителско име вече съществува This username already exists';
 $lang['signup_email_exists'] = 'този Е-мейл адрес вече е регистриран This email address is already registered';
 $lang['signup_ban_exists'] = 'Този Е-мейл адрес е бил забранен This email address has been banned';
 $lang['signup_city_empty'] = 'моля въведете вашия град Please enter in your city/town';
 $lang['signup_terms_empty'] = 'за да завършите вашата регистрация вие трябва задължително да се съгласите с нашите условия In order to complete your sign up you must agree to our terms';
 $lang['signup_security_error'] = 'неправилно въведен код за безопасност The have entered the security code incorrectly';
 $lang['signup_complete'] = 'вашите данни за свързване, включване са били изпратени на предоставения от вас Е-мейл адрес Your login details have been sent to the email address provided. <br />';
 $lang['signup_complete'] .= 'сега вие можете да се включите, свържете към вашия акаунт You may now login to your account.';
 
 $lang['messages_inbox'] = 'кутия входящи съобщения Inbox';
 $lang['messages_sent'] = 'изпрати Sent';
 $lang['messages_notifications'] = 'уведомления Notifications';
 $lang['messages_new'] = 'ново съобщение New Message';
 $lang['messages_limit'] = 'вие сте достигнали вашия дневен лимит за съобщения  You have reached your maximum daily message limit';
 $lang['messages_invalid'] = 'невалидно съобщение Invalid Message';
 $lang['messages_trust'] = 'на съдържанието на това уведомление може да се вярва The content of this notification can be trusted.';
 $lang['messages_read'] = 'прочети съобщението Read Message';
 $lang['messages_read_delete'] = 'изтрий Delete';
 $lang['messages_read_reply'] = 'отговори Reply';
 $lang['messages_read_block'] = 'блокирай потребителя Block User';
 $lang['messages_to'] = 'до To';
 $lang['messages_from'] = 'от From';
 $lang['messages_subject'] = 'тема Subject';
 $lang['messages_message'] = 'съобщение Message';
 $lang['messages_date'] = 'дата Date';
 $lang['messages_reply'] = 'отговори Reply';
 $lang['messages_send'] = 'изпрати send';
 $lang['messages_sending'] = 'вашето съобщение е било изпратено Your message has been sent.';
 $lang['messages_error_uexists'] = 'потребителят не съществува User does not exist.';
 $lang['messages_error_ublock'] = 'вие не можете да изпращате съобщения на този потребител You cannot message this user.';
 $lang['messages_error_esubject'] = 'моля въведете тема за вашето съобщение Please enter a subject for your message.';
 $lang['messages_error_emessage'] = 'моля въведете вашето съобщение Please enter your message.'; 
 $lang['messages_delete'] = 'изтрий маркираното delete selected';
 $lang['messages_deleted'] = 'маркитарине съобщения са били изтрити The selected messages have been deleted.';
 $lang['messages_inbox_empty'] = 'вие нямате никакви съобщения в кутията за входящи съобщения You do not have any inbox messages.';
 $lang['messages_sent_empty'] = 'вие нямате изпратени никакви съобщения You do not have any sent messages.';
 $lang['messages_notifications_empty'] = 'вие нямате никакви уведомления You do not have any notifications.';
 
 $lang['block'] = 'блокиран списък Blocked List';
 $lang['block_description'] = 'потребителите във вашия списък на блокираните не могат да ви изпращат съобщения, да ви правят рейтинги или  Users in your blocked list cannot send you messages, rate you or ';
 $lang['block_description'] .= 'коментират ваш уплоуд или профил. За да позволите на потребител отново да може да си контактува с вас изберете го от  comment on your uploads/profile. To allow a user to interact with you again select them from the ';
 $lang['block_description'] .= 'списъка по-долу и премахнете блокировката list below and remove the block.';
 $lang['block_new'] = 'блокирай потребител Block User';
 $lang['block_add'] = 'блокирай потребител block user';
 $lang['block_added'] = 'потребителя е бил добавен към вашия списък на блокираните User has been added to your blocked list';
 $lang['block_error_uexists'] = 'потребителят не съществува User does not exist';
 $lang['block_error_bexists'] = 'този потребител вече е във вашия списък на блокираните This user is already on your blocked list';
 $lang['block_empty'] = 'вие нямате никакви блокирани потребители ou do not have any blocked users.';
 $lang['block_delete'] = 'изтрий маркираното delete selected';
 $lang['block_deleted'] = 'маркираните потребители са били отстранени от вашия списък на блокираните The selected users have been removed from your blocked list.';
 
 $lang['buddies_show'] = 'моите авери , приятели My Buddies';
 $lang['buddies_empty'] = 'вие нямате никакви познати, авери, приятели You do not have any buddies';
 $lang['buddies_empty'] .= '<br> за да добавите някого към вашия списък на приятелите, посетете неговия профил и кликнете върху ДОБАВИ ПРИЯТЕЛ ADD BUDDY  To add someone to your buddy list, visit their profile and click on ADD BUDDY';
 $lang['buddies_delete'] = 'изтрий маркираното delete selected';
 $lang['buddies_deleted'] = 'маркираните приятели са били отстранени от списъка на приятелите ви The selected buddies have been removed from your buddy list';
 $lang['buddies_limit'] = 'вие сте достигнали максималния лимит приятели You have reached your maximum buddies limit';
 
 $lang['buddies_spy'] = 'шпиониране на приятелите  Buddy Spy';
 $lang['buddies_spy_empty'] = 'никой не ви е добавил към списъка на приятелите си Nobody has added you to their buddy list.';
 $lang['buddies_spy_description'] = 'шпионирането на приятелите ви позволява да проверите дали някой ви е добавил към списъка на приятелите си Buddy Spy allows you to view who has added you to their buddy list.';
 
 $lang['buddies_new'] = 'добави нов приятел Add New Buddy';
 $lang['buddies_new_add'] = 'добави приятел add buddy';
 $lang['buddies_new_added'] = 'приятел добавен Buddy added.';
 $lang['buddies_error_uexists'] = 'потребителят не същствува User does not exist.';
 $lang['buddies_error_bexists'] = 'този потребител вече е във вашия списък на приятелите This user is already on your buddy list.';
 
 $lang['favourites_show'] = 'моите фаворити My Favourites';
 $lang['favourites_description'] = 'вие можете да използвате вашите фаворити , за да си отбележите личен списък на профилите на потребителите  You can use your favourites to bookmark a private list of users profiles.';
 $lang['favourites_empty'] = 'нямате добавени никакви фаворити You do not have any favourites added.';
 $lang['favourites_delete'] = 'изтрийте маркираното delete selected';
 $lang['favourites_deleted'] = 'маркираните фаворити са били изтрити The selected favourite(s) have been deleted.';
 $lang['favourites_new'] = 'добави нови Add New';
 $lang['favourites_new_add'] = 'добави към фаворити add to favourites';
 $lang['favourites_new_added'] = 'фаворит добавен Favourite added.';
 $lang['favourites_error_uexists'] = 'потребителят не съществува User does not exist.';
 $lang['favourites_error_fexists'] = 'този потребител вече е във вашия списък на фаворитите This user is already on your favourites list.';
 
 $lang['blogs_show'] = 'моите блогове My Blogs';
 $lang['blogs_subscribers'] = 'абонати на блога Blog Subscribers';
 $lang['blogs_new'] = 'нов блог New Blog';
 $lang['blogs_editT'] = 'редактирай блога Edit blog';
 $lang['blogs_edit'] = 'редактирай edit';
 $lang['blogs_add'] = 'добави add';
 $lang['blogs_title'] = 'заглавие на блога Blog title';
 $lang['blogs_post'] = 'съобщение на блога Blog message';
 $lang['blogs_limit'] = 'вие сте достигнали вашия лимит на постинги в блога You have reached your maximum blog post limit';
 $lang['blogs_empty_title'] = 'моля въведете заглавие на вашия блог Please enter a title for your blog.';
 $lang['blogs_empty_message'] = 'моля въведете вашето съобщение за блога Please enter your blog message.';
 $lang['blogs_edited'] = 'вашия блог е бил актуализиран Your blog has been updated.';
 $lang['blogs_added'] = 'вашия блог е бил добавен Your blog has been added.';
 $lang['blogs_empty'] = 'вие нямате никакви постинги в блога You do not have any blog posts.';
 $lang['blogs_delete'] = 'изтрий маркираното delete selected';
 $lang['blogs_deleted'] = 'маркирания блог, блогове е бил изтрит  The selected blog(s) have been deleted.';
 $lang['blogs_subscribe_public'] = 'абонати  на блога Blog Subscribers';
 $lang['blogs_subscribe_date'] = 'абониран ? Subscribed on';
 $lang['blogs_subscribe'] = 'абонирай се за блога subcribe to blog';
 $lang['blogs_unsubscribe'] = 'отмени абонамента unsubscribe';
 
 $lang['blogs_subscriptions'] = 'моите абонаменти My Subscriptions';
 $lang['blogs_subscriptions_new'] = 'абонирай се за блога Subscribe to blog';
 $lang['blogs_subscriptions_tip'] = 'абонирането за потребителски блог ви дава незабавно уведомление относно новите постинги в блога от този потребител Subscribing to a users blog gives you instant notification on new blog posts by that user.';
 $lang['blogs_subscriptions_add'] = 'абонирай се subscribe';
 $lang['blogs_subscriptions_added'] = 'сега вие сте абониран за блога на този потребител You have now subscribed to this users blog';
 $lang['blogs_subscriptions_uexists'] = 'потребителят не съществува User does not exist';
 $lang['blogs_subscriptions_sexists'] = 'вече сте абОниран за блога на този потребител You have already subscribed to this users blog';
 $lang['blogs_subscriptions_empty'] = 'вие не сте абониран за никакви блогове You have not subscribed to any blogs.';
 $lang['blogs_subscribers_empty'] = 'вие нямате никакви блог-абонати  You do not have any blog subscribers.';
 
 $lang['blogs_comments'] = 'блог коментари Blog Comments';
 $lang['blogs_comments_empty'] = 'вие нямате никакви коментари в блог You do not have any blog comments.';
 $lang['blogs_comments_approve'] = 'одобри approve';
 $lang['blogs_comments_approved'] = 'маркираните блог коментари са били одобрени The selected blog comment(s) have been approved.';
 $lang['blogs_comments_deny'] = 'откажи deny';
 $lang['blogs_comments_denied'] = 'маркираните блог коментари са били отказани The selected blog comment(s) have been denied.';
 $lang['blogs_comments_delete'] = 'изтрий delete';
 $lang['blogs_comments_deleted'] = 'маркираните блог коментари са били изтрити The selected blog comment(s) have been deleted.';
 
 $lang['blogs_view_comments'] = 'блог коментари Blog Comments';
 $lang['blogs_view_comments_empty'] = 'все още за този блог няма коментари There are no comments for this blog yet.';
 
 $lang['guestbook_show'] = 'моята книга за гости, посетители My Guestbook';
 $lang['guestbook_empty'] = 'вие нямате вписани гости във вашата книга You do not have any guestbook entries.';
 $lang['guestbook_approve'] = 'одобри approve';
 $lang['guestbook_approved'] = 'маркираните постинги са били одобрени The selected post(s) have been approved.';
 $lang['guestbook_deny'] = 'откажи deny';
 $lang['guestbook_denied'] = 'маркираните постинги са били отказани The selected post(s) have been denied.';
 $lang['guestbook_delete'] = 'изтрий маркираното delete selected';
 $lang['guestbook_deleted'] = 'маркираните постинги са били изтрити The selected post(s) have been deleted.';
 
 $lang['guestbook_new'] = 'записване в книгата за гости Sign Guestbook';
 $lang['guestbook_sign'] = 'запиши се в книгата за гости  sign guestbook';
 $lang['guestbook_signed'] = 'вашето съобщение е изпратено като постинг и ще може да се вижда след като бъде одобрено Your message has been posted and will be viewable once approved.';
 $lang['guestbook_blocked'] = 'вие не можете да се запишете в книгата за гости на този потребител You cannot sign this user\'s guestbook';
 
 $lang['pictures_show'] = 'моите картинки My Pictures';
 $lang['pictures_limit'] = 'вие сте достигнали лимита за вашите картинки You have reached your maximum pictures limit';
 $lang['pictures_new'] = 'качи нова картинка Upload New Picture';
 $lang['pictures_empty'] = 'вие нямате никакви картинки You do not have any pictures.';
 $lang['pictures_delete'] = 'изтрий картинката Delete Picture';
 $lang['pictures_deleted'] = 'маркираната картинка е била изтрита The selected picture has been deleted.';
 $lang['pictures_file'] = 'картинка Picture';
 $lang['pictures_label'] = 'етикет, надпис  Label';
 $lang['pictures_label_none'] = 'без етикет, без надпис  No Label';
 $lang['pictures_label_save'] = 'запази етикета, надписа  save label';
 $lang['pictures_upload'] = 'качи upload';
 $lang['pictures_error_invalid'] = 'невалиден тип файл Invalid file type.';
 
 $lang['pictures_comments'] = 'коментари относно картинката Picture Comments';
 $lang['pictures_comments_empty'] = 'нямате коментари по картинката You do not have any picture comments.';
 $lang['pictures_comments_approve'] = 'одобри approve';
 $lang['pictures_comments_approved'] = 'маркираните коментари относнокартинката са били одобрени The selected picture comment(s) have been approved.';
 $lang['pictures_comments_deny'] = 'откажи deny';
 $lang['pictures_comments_denied'] = 'маркираните коментари относно картинката са били отказани The selected picture comment(s) have been denied.';
 $lang['pictures_comments_delete'] = 'изтрий delete';
 $lang['pictures_comments_deleted'] = 'маркираните коментари относно картинката са били изтрити The selected picture comment(s) have been deleted.';
 
 $lang['pictures_view_comments'] = 'коментари относно картинка Pictures Comments';
 $lang['pictures_view_comments_empty'] = 'все още няма коментари относно тази картинка There are no comments for this picture yet.';
 $lang['pictures_view_more'] = 'още, повече картинки More Pictures';
 
 $lang['ratings_show'] = 'моите рейтинги My Ratings';
 $lang['ratings_empty'] = 'все още нямате никакви рейтинги You do not have any ratings yet.';
 
 $lang['ratings_spy'] = 'шпиониране на рейтингите  Ratings Spy';
 $lang['ratings_spy_description'] = 'щрионирането на рейтингите ви позволява да видите кой ви е давал рейтинг Rating Spy allows you to view who has rated you.';
 $lang['ratings_spy_empty'] = 'все още нямате никакви рейтинги You do not have any ratings yet.';
 
 $lang['ratings_history'] = 'история на рейтингите Ratings History';
 $lang['ratings_history_description'] = 'историята на рейтингите ви позволява да видите на кого вие сте давали рейтинг Rating History allows you to view who you have rated.';
 $lang['ratings_history_empty'] = 'вие още не сте давали рейтинг на никого You have not rated anyone.';
 
 $lang['ratings_rate_self'] = 'вие не можете сам да се оценявате, да си давате рейтинг You cannot rate yourself';
 $lang['ratings_rate_uexists'] = 'потребителят не съществува User does not exist';
 $lang['ratings_rate_rexists'] = 'вие вече сте оценявали този потребител You have already rated this user';
 $lang['ratings_rate_done'] = 'вие успешно сте давали рейтинг на този потребител You have successfully rated '.$_GET['username'];
 
 $lang['events_show'] = 'Моите събития, случки My Events';
 $lang['events_empty'] = 'вие нямате списък на събития You do not have any events listed.';
 $lang['events_delete'] = 'изтрий маркираното delete selected';
 $lang['events_deleted'] = 'маркираните събития са били изтрити The selected event(s) have been deleted.';
 $lang['events_new'] = 'ново събитие New Event';
 $lang['events_add'] = 'добави add';
 $lang['events_added'] = 'вашето събитие е било добавено Your event has been added.';
 
 $lang['events_attending'] = 'посещаване на събития Attending Events';
 $lang['events_attending_empty'] = 'вие не посещавате никакви събития You are not attending any events.';
 $lang['events_attending_delete'] = 'изтрий маркираното delete selected';
 $lang['events_attending_deleted'] = 'маркираните посетени събития са били изтрити The selected attending event(s) have been deleted.';
 $lang['events_attending_public'] = 'потребители посещаващи това събитие Users attending this event';
 
 $lang['event_attend'] = 'аз не посещавам, няма да посетя това събитие I\'m attending this event';
 $lang['event_name'] = 'име на събитието Event Name';
 $lang['event_category'] = 'категория Category';
 $lang['event_date'] = 'дата Date';
 $lang['event_time'] = 'време, час Time';
 $lang['event_city'] = 'град City';
 $lang['event_country'] = 'държава Country';
 $lang['event_short_desc'] = 'кратко описание Short Description';
 $lang['event_long_desc'] = 'пълно описание Full Description';
 
 $lang['groups_show'] = 'моите групи My Groups';
 $lang['groups_empty'] = 'вие не сте създали никакви групи You have not created any groups';
 $lang['groups_joined'] = 'групи, към които аз съм се присъединил Groups I have joined';
 $lang['groups_joined_empty'] = 'вие не сте член на никакви групи You are not a member of any groups';
 $lang['groups_view'] = 'виж групата View Group';
 $lang['groups_join'] = 'присъедини се към групата Join Group';
 $lang['groups_leave'] = 'напусни групата Leave Group';
 $lang['groups_create'] = 'създай група create group';
 $lang['groups_edit'] = 'редактирай edit';
 $lang['groups_delete'] = 'изтрий delete';
 $lang['groups_new'] = 'създай нова група Create new group';
 $lang['groups_new_empty_name'] = 'моля въведете име на своите групи Please enter your groups name.';
 $lang['groups_new_empty_desc'] = 'моля въведете кратко и пълно описание на вашата група Please enter a short and full description for your group.';
 $lang['groups_new_name'] = 'име на групата Group Name';
 $lang['groups_new_short'] = 'кратко описание Short Description';
 $lang['groups_new_category'] = 'категория Category';
 $lang['groups_new_hidden'] = 'позволи на не-членове да видят групата Allow non-members to view group';
 $lang['groups_new_approve'] = 'автоматично одобряване на нови членове Auto-approve new members';
 $lang['groups_new_long'] = 'пълно описание Full Description';
 $lang['groups_error_gexists'] = 'групата не съществува Group does not exist.';
 $lang['groups_error_mexists'] = 'вие вече сте член на тази група You are already a member of this group.';
 $lang['groups_nonpublic'] = 'не е за публиката non-public';
 $lang['groups_nonpublic_message'] = 'за да видите тази група вие задължително трябва да сте неин член To view this group, you must be a member of this group.';
 $lang['groups_members'] = 'членове на групата Group Members';
 $lang['groups_members_empty'] = 'There are no members in this group.';
 $lang['groups_messages'] = 'Group Messages';
 $lang['groups_messages_empty'] = 'There are no messages in this group.';
 $lang['groups_messages_post'] = 'post message';
 $lang['groups_manage_member_approve'] = 'approve';
 $lang['groups_manage_member_approved'] = 'The selected group member(s) have been approved';
 $lang['groups_manage_member_deny'] = 'deny';
 $lang['groups_manage_member_denied'] = 'The selected group member(s) have been denied';
 $lang['groups_manage_member_delete'] = 'delete';
 $lang['groups_manage_member_deleted'] = 'The selected group members have been removed from this group';
 $lang['groups_manage_message_delete'] = 'delete message(s)';
 $lang['groups_manage_message_deleted'] = 'The selected group messages have been removed';
 
 $lang['contacts_show'] = 'My Contacts';
 $lang['contacts_new'] = 'New Contact';
 $lang['contacts_name'] = 'Name';
 $lang['contacts_email'] = 'Email Address';
 $lang['contacts_number'] = 'Number';
 $lang['contacts_add'] = 'add contact';
 $lang['contacts_added'] = 'New contact has been addded.';
 $lang['contacts_empty'] = 'You do not have any contacts added.';
 $lang['contacts_delete'] = 'delete selected';
 $lang['contacts_deleted'] = 'The selected contact(s) have been deleted.';
 
 $lang['stats'] = 'Statistics';
 $lang['stats_total_users'] = 'Total Users';
 $lang['stats_total_online'] = 'Online Users';
 $lang['stats_total_female'] = 'Female Users';
 $lang['stats_total_male'] = 'Male Users';
 $lang['stats_picture_users'] = 'Users with a picture';
 $lang['stats_most_viewed'] = 'Most viewed user';
 $lang['stats_newest_user'] = 'Newest User';
 $lang['stats_online'] = 'online now';
 
 $lang['invites_show'] = 'My Invites';
 $lang['invites_new'] = 'Send Invites';
 $lang['invites_email'] = 'Email Address';
 $lang['invites_message'] = 'Personal Message';
 $lang['invites_send'] = 'send invite(s)';
 $lang['invites_sent'] = 'Your invite(s) have been sent.';
 $lang['invites_empty'] = 'You have not sent any invites.';
 $lang['invites_delete'] = 'delete selected';
 $lang['invites_deleted'] = 'The selected invite(s) have been deleted.';
 
 $lang['profile_edit'] = 'Edit Profile';
 $lang['profile_customize'] = 'Customize Profile';
 $lang['profile_view'] = 'View Profile';
 $lang['profile_show'] = 'Show on profile';
 $lang['profile_visitors'] = 'Profile Visitors';
 $lang['profile_visitors_empty'] = 'There have been no recent logged visitors';
 $lang['profile_visitors_delete'] = 'delete log';
 
 $lang['profile_nav_profile'] = 'Profile';
 $lang['profile_nav_pictures'] = 'Pictures';
 $lang['profile_nav_buddies'] = 'Buddies';
 $lang['profile_nav_guestbook'] = 'Guestbook';
 $lang['profile_nav_blog'] = 'Blog';
 $lang['profile_nav_music'] = 'Music';
 $lang['profile_nav_videos'] = 'Videos';
 $lang['profile_nav_events'] = 'Events';
 
 $lang['profile_menu_message'] = 'Message me';
 $lang['profile_menu_buddy'] = 'Add to buddies';
 $lang['profile_menu_sign'] = 'Sign my guestbook';
 $lang['profile_menu_favourite'] = 'Add to favourites';
 $lang['profile_menu_report'] = 'Report Profile';
 
 $lang['profile_rate'] = 'Rate Me';
 $lang['profile_buddies'] = 'My Buddies';
 $lang['profile_blog_empty'] = 'This user has not posted in their blog yet.';
 $lang['profile_buddies_empty'] = 'This user does not have any buddies yet.';
 $lang['profile_events_empty'] = 'This user does not have any events posted yet.';
 $lang['profile_guestbook_empty'] = 'This user does not have any guestbook posts yet.';
 $lang['profile_music_empty'] = 'This user has not uploaded any music yet.';
 $lang['profile_videos_empty'] = 'This user has not uploaded any videos yet.';
 $lang['profile_pictures_empty'] = 'This user has not uploaded any pictures yet.';
 
 $lang['settings'] = 'Settings';
 $lang['settings_account'] = 'Profile/Account Settings';
 $lang['settings_email'] = 'Email Settings';
 $lang['settings_forum'] = 'Forum Settings';
 $lang['settings_forum_signature'] = 'Forum Signature';
 $lang['settings_change_email'] = 'Change Email Address';
 $lang['settings_change_password'] = 'Change Password';
 $lang['settings_approve_guestbook'] = 'Auto-approve guestbook entries';
 $lang['settings_approve_picture_comments'] = 'Auto-approve picture comments';
 $lang['settings_approve_music_comments'] = 'Auto-approve music comments';
 $lang['settings_approve_video_comments'] = 'Auto-approve video comments';
 $lang['settings_approve_blog_comments'] = 'Auto-approve blog comments';
 $lang['settings_notify_messages'] = 'Email me when I have a new message';
 $lang['settings_notify_notifications'] = 'Email me when I have a new notification';
 $lang['settings_notify_rating'] = 'Email me when I have a new rating';
 $lang['settings_notify_guestbook'] = 'Email me when I have a new guestbook entry';
 $lang['settings_notify_picture_comments'] = 'Email me when I have a new picture comment';
 $lang['settings_notify_music_comments'] = 'Email me when I have a new music comment';
 $lang['settings_notify_video_comments'] = 'Email me when I have a new video comment';
 $lang['settings_notify_blog_comments'] = 'Email me when I have a new blog comment';
 $lang['settings_current_email'] = 'Current email address';
 $lang['settings_new_email'] = 'New email address';
 $lang['settings_new_password'] = 'New Password';
 $lang['settings_new_password_confirm'] = 'Confirm new password';
 $lang['settings_new_password_updated'] = 'Your password has been updated';
 $lang['settings_new_password_error'] = 'The passwords you entered do not match';
 $lang['settings_update_button'] = 'update';
 $lang['settings_save_button'] = 'save settings';
 
 $lang['help'] = 'Help';
 $lang['help_tip'] = 'If you require any further help, please get in contact with us by clicking here.';
 $lang['help_cats_empty'] = 'No categories listed';
 $lang['help_faqs_empty'] = 'No faq\'s listed';
 
 $lang['report'] = 'Report';
 $lang['report_url'] = 'Report URL';
 $lang['report_info'] = 'Additional Information';
 $lang['report_security'] = 'Security';
 $lang['report_security_error'] = 'Security Code did not match.';
 $lang['report_send'] = 'send report';
 $lang['report_sent'] = 'Thank you for getting in contact with us.<br />';
 $lang['report_sent'] .= 'Your message has been sent.';
 
 $lang['contact_name'] = 'Name/Username';
 $lang['contact_email'] = 'Email Address';
 $lang['contact_message'] = 'Message';
 $lang['contact_security'] = 'Security';
 $lang['contact_security_error'] = 'Security Code did not match.';
 $lang['contact_send'] = 'contact us';
 $lang['contact_sent'] = 'Thank you for getting in contact with us.<br />';
 $lang['contact_sent'] .= 'Your message has been sent and will be replied to shortly.';
 
 $lang['upgrade'] = 'Upgrade';
 $lang['upgrade_month'] = '1 Month';
 $lang['upgrade_year'] = '1 Year';
 $lang['upgrade_true_title'] = 'Your Upgraded!';
 $lang['upgrade_true_message'] = 'You are currently an upgraded member<br />Expires on ';
 $lang['upgrade_false_title'] = 'Upgrade';
 $lang['upgrade_false_message'] = 'Gain access to extra tools and privileges<br />Upgrade your account today';
 
 $lang['upgrade_unavailable'] = 'Upgrading your account is currently not available.';
 $lang['upgrade_privileges'] = 'What do I get?';
 $lang['upgrade_privileges_free'] = 'Free';
 $lang['upgrade_privileges_upgraded'] = 'Upgraded';
 $lang['upgrade_option_yes'] = 'Yes';
 $lang['upgrade_option_no'] = 'No';
 $lang['upgrade_feature_buddy_spy'] = 'Access to Buddy Spy';
 $lang['upgrade_feature_sent_messages'] = 'Access to Sent Messages';
 $lang['upgrade_feature_profile_visitors'] = 'Access to Profile Visitors';
 $lang['upgrade_feature_rating_spy'] = 'Access to Rating Spy';
 $lang['upgrade_feature_rating_history'] = 'Access to Rating History';
 $lang['upgrade_feature_favourites'] = 'Access to Favourites';
 $lang['upgrade_feature_profile_customize'] = 'Customize Your Profile';
 $lang['upgrade_feature_picture_uploads'] = 'Picture Uploads';
 $lang['upgrade_feature_music_uploads'] = 'Music Uploads';
 $lang['upgrade_feature_video_uploads'] = 'Video Uploads';
 $lang['upgrade_feature_buddies'] = 'Added Buddies';
 $lang['upgrade_feature_blogs'] = 'Blog Posts';
 $lang['upgrade_feature_messages'] = 'Send Messages (per day)';
 
 $lang['forums_index'] = 'Forums Index';
 $lang['forums_topics'] = 'Topics';
 $lang['forums_posts'] = 'Posts';
 $lang['forums_replies'] = 'Replies';
 $lang['forums_views'] = 'Views';
 $lang['forums_last'] = 'Last Post';
 $lang['forums_topic_title'] = 'Topic Title';
 $lang['forums_overview'] = 'Forums Overview';
 $lang['forums_moderators'] = 'Forum Moderators';
 $lang['forums_statistics'] = 'Forum Statistics';
 $lang['forums_total_topics'] = 'Total Topics';
 $lang['forums_total_posts'] = 'Total Posts';
 $lang['forums_edit_post'] = 'Edit Post';
 $lang['forums_new_topic'] = 'New Topic';
 $lang['forums_new_reply'] = 'New Reply';
 $lang['forums_empty_subject'] = 'Please enter a subject for your topic';
 $lang['forums_empty_post'] = 'Please enter your forum post';
 $lang['forums_reply'] = 'reply';
 $lang['forums_quote'] = 'quote';
 $lang['forums_edit'] = 'edit';
 $lang['forums_lock'] = 'Lock';
 $lang['forums_unlock'] = 'Unlock';
 $lang['forums_delete'] = 'Delete';
 $lang['forums_move_to'] = 'Move to:';
 $lang['forums_move'] = 'Move';
 
 $lang['background'] = 'Background Image';
 $lang['background_upload'] = 'Upload';
 $lang['background_error_invalid'] = 'Invalid file type.';
 $lang['background_status'] = 'Status';
 $lang['background_delete'] = 'delete';
 
 $lang['customize_general'] = 'General';
 $lang['customize_profile'] = 'Profile Tables';
 $lang['customize_music'] = 'Music Player Table';
 $lang['customize_menu'] = 'Left Menu Table';
 $lang['customize_rate'] = 'Rate Me Table';
 $lang['customize_buddies'] = 'Buddies List Table';
 $lang['customize_option_username'] = 'Username';
 $lang['customize_option_nav'] = 'Navigation';
 $lang['customize_option_border'] = 'Border';
 $lang['customize_option_background'] = 'Background';
 $lang['customize_option_text'] = 'Text';
 $lang['customize_update'] = 'update colours';
 
 $lang['videos_show'] = 'My Videos';
 $lang['videos_empty'] = 'You do not have any videos uploaded.';
 $lang['videos_delete'] = 'delete video';
 $lang['videos_deleted'] = 'The selected video has been deleted.';
 $lang['videos_new'] = 'New Video';
 $lang['videos_add'] = 'upload';
 $lang['videos_added'] = 'Your video has been uploaded.';
 $lang['videos_editT'] = 'Edit Video';
 $lang['videos_edit'] = 'edit';
 $lang['videos_edited'] = 'Your video has been updated.';
 $lang['videos_title'] = 'Video title';
 $lang['videos_category'] = 'Video Category';
 $lang['videos_file'] = 'Video File';
 $lang['videos_empty_title'] = 'Please enter a title for your video.';
 $lang['videos_error_invalid'] = 'Invalid file type.';
 $lang['videos_limit'] = 'You have reached your maximum video upload limit';
 
 $lang['videos_comments'] = 'Video Comments';
 $lang['videos_comments_empty'] = 'You do not have any video comments.';
 $lang['videos_comments_approve'] = 'approve';
 $lang['videos_comments_approved'] = 'The selected video comment(s) have been approved.';
 $lang['videos_comments_deny'] = 'deny';
 $lang['videos_comments_denied'] = 'The selected video comment(s) have been denied.';
 $lang['videos_comments_delete'] = 'delete';
 $lang['videos_comments_deleted'] = 'The selected video comment(s) have been deleted.';
 
 $lang['videos_view_comments'] = 'Video Comments';
 $lang['videos_view_comments_empty'] = 'There are no comments for this video yet.';
 $lang['videos_view_details'] = 'Video Details';
 $lang['videos_view_title'] = 'Title';
 $lang['videos_view_by'] = 'Uploaded by';
 $lang['videos_view_category'] = 'Category';
 $lang['videos_view_date'] = 'Date';
 $lang['videos_view_views'] = 'Views';
 
 $lang['music_profile_add'] = 'Play on my profile';
 $lang['music_profile_rem'] = 'Remove from profile';
 
 $lang['music_show'] = 'My Music';
 $lang['music_empty'] = 'You do not have any music uploaded.';
 $lang['music_delete'] = 'delete music';
 $lang['music_deleted'] = 'The selected music uploads have been deleted.';
 $lang['music_new'] = 'New Music';
 $lang['music_add'] = 'upload';
 $lang['music_added'] = 'Your music has been uploaded.';
 $lang['music_editT'] = 'Edit Music';
 $lang['music_edit'] = 'edit';
 $lang['music_edited'] = 'Your music has been updated.';
 $lang['music_title'] = 'Music title';
 $lang['music_category'] = 'Music Category';
 $lang['music_file'] = 'Music File';
 $lang['music_empty_title'] = 'Please enter a title for your music.';
 $lang['music_error_invalid'] = 'Invalid file type.';
 $lang['music_limit'] = 'You have reached your maximum music upload limit';
 
 $lang['music_comments'] = 'Music Comments';
 $lang['music_comments_empty'] = 'You do not have any music comments.';
 $lang['music_comments_approve'] = 'approve';
 $lang['music_comments_approved'] = 'The selected music comment(s) have been approved.';
 $lang['music_comments_deny'] = 'deny';
 $lang['music_comments_denied'] = 'The selected music comment(s) have been denied.';
 $lang['music_comments_delete'] = 'delete';
 $lang['music_comments_deleted'] = 'The selected music comment(s) have been deleted.';
 
 $lang['music_view_comments'] = 'Music Comments';
 $lang['music_view_comments_empty'] = 'There are no comments for this track yet.';
 $lang['music_view_details'] = 'Music Details';
 $lang['music_view_title'] = 'Title';
 $lang['music_view_by'] = 'Uploaded by';
 $lang['music_view_category'] = 'Category';
 $lang['music_view_date'] = 'Date';
 $lang['music_view_views'] = 'Views';
 
 $lang['search_option_picture'] = 'Only show users with a picture';
 $lang['search_option_online'] = 'Only show users online';
 $lang['search_results'] = 'Search Results';
 $lang['search_empty'] = 'No results found.';
 $lang['search_users'] = 'Search Users';
 $lang['search_music'] = 'Search Music';
 $lang['search_videos'] = 'Search Videos';
 $lang['search_groups'] = 'Search Groups';
 $lang['search_name'] = 'Search Name/Nickname';
 $lang['search_blogs'] = 'Search Blogs';
 $lang['search_events'] = 'Search Events';
 $lang['search_button'] = 'search';
 
 $lang['comment_new'] = 'Post Comment';
 $lang['comment_post'] = 'post comment';
 $lang['comment_posted'] = 'Your comment has been posted and will be viewable once approved.';
 $lang['comment_blocked'] = 'You cannot comment on this item.';
 
 $lang['field_title_basic'] = 'Basic Information';
 $lang['field_title_favourites'] = 'Favourites';
 $lang['field_title_contact'] = 'Contact Me';
 $lang['field_title_more'] = 'More About Me';
 
 $lang['field_username'] = 'Username';
 $lang['field_email'] = 'Email Address';
 $lang['field_email_confirm'] = 'Confirm Email Address';
 $lang['field_name'] = 'Name/Nickname';
 $lang['field_dob'] = 'Date of Birth';
 $lang['field_age'] = 'Age';
 $lang['field_gender'] = 'Gender';
 $lang['field_sexuality'] = 'Sexuality';
 $lang['field_marital'] = 'Marital Status';
 $lang['field_ethnic'] = 'Ethnic Origin';
 $lang['field_city'] = 'City';
 $lang['field_country'] = 'Country';
 
 $lang['field_colour'] = 'Colour';
 $lang['field_website'] = 'Website';
 $lang['field_animal'] = 'Animal';
 $lang['field_film'] = 'Film';
 $lang['field_show'] = 'TV Programme';
 $lang['field_place'] = 'Place';
 $lang['field_music'] = 'Music';
 $lang['field_food'] = 'Food';
 
 $lang['field_msn'] = 'MSN Messenger';
 $lang['field_yahoo'] = 'Yahoo!';
 $lang['field_aim'] = 'AIM';
 $lang['field_icq'] = 'ICQ';
 
 $lang['gender_01'] = "Female";
 $lang['gender_02'] = "Male";
 $lang['sexuality_01'] = "Straight";
 $lang['sexuality_02'] = "Gay";
 $lang['sexuality_03'] = "Bisexual";
 $lang['marital_01'] = "Single";
 $lang['marital_02'] = "Engaged";
 $lang['marital_03'] = "Married";
 $lang['marital_04'] = "With someone";
 $lang['ethnic_01'] = "Asian";
 $lang['ethnic_02'] = "Afro Carribean";
 $lang['ethnic_03'] = "White/Caucasion";
 $lang['ethnic_04'] = "Latin/Hispanic";
 $lang['ethnic_05'] = "Mixed Race";
 $lang['ethnic_06'] = "Mixed European";
 $lang['ethnic_07'] = "Of Arfrican Origin";
 $lang['ethnic_08'] = "Other";
 $lang['starsign_01'] = "Aquarius";
 $lang['starsign_02'] = "Pisces";
 $lang['starsign_03'] = "Aries";
 $lang['starsign_04'] = "Taurus";
 $lang['starsign_05'] = "Gemini";
 $lang['starsign_06'] = "Cancer";
 $lang['starsign_07'] = "Leo";
 $lang['starsign_08'] = "Virgo";
 $lang['starsign_09'] = "Libra";
 $lang['starsign_10'] = "Scorpio";
 $lang['starsign_11'] = "Sagittarius";
 $lang['starsign_12'] = "Capricorn";

?>
 
Трябва да го свърша бързо , моля ви помогнете ми.
 

Back
Горе