<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: usercpnav.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ $l['ucp_nav_width'] = "180"; $l['ucp_nav_menu'] = "Menu"; $l['ucp_nav_messenger'] = "Messenger"; $l['ucp_nav_compose'] = "Compose"; $l['ucp_nav_tracking'] = "Tracking"; $l['ucp_nav_edit_folders'] = "Edit Folders"; $l['ucp_nav_profile'] = "Your Profile"; $l['ucp_nav_edit_profile'] = "Edit Profile"; $l['ucp_nav_edit_options'] = "Edit Options"; $l['ucp_nav_change_email'] = "Change Email"; $l['ucp_nav_change_pass'] = "Change Password"; $l['ucp_nav_change_username'] = "Change Username"; $l['ucp_nav_edit_sig'] = "Change Signature"; $l['ucp_nav_change_avatar'] = "Change Avatar"; $l['ucp_nav_misc'] = "Miscellaneous"; $l['ucp_nav_editlists'] = "Buddy/Ignore List"; $l['ucp_nav_favorite_threads'] = "Favorite Threads"; $l['ucp_nav_subscribed_threads'] = "Subscribed Threads"; $l['ucp_nav_forum_subscriptions'] = "Forum Subscriptions"; $l['ucp_nav_drafts'] = "Saved Drafts"; $l['ucp_nav_notepad'] = "Personal Pad"; $l['ucp_nav_view_profile'] = "View Profile"; $l['ucp_nav_home'] = "User CP Home"; $l['ucp_nav_usergroups'] = "Group Memberships"; $l['ucp_nav_attachments'] = "Manage Attachments"; ?>