diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-03-21 22:43:07 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-03-21 22:43:07 +0000 |
| commit | a4e51c9699c7a09bea32ad832a9818abba008801 (patch) | |
| tree | 42feb7021db4bd9cb9334e65b23260d491d3b131 /phpBB/language/en/ucp.php | |
| parent | 68b7397da8197d23dae07fc0e7927697cb1e3492 (diff) | |
| download | forums-a4e51c9699c7a09bea32ad832a9818abba008801.tar forums-a4e51c9699c7a09bea32ad832a9818abba008801.tar.gz forums-a4e51c9699c7a09bea32ad832a9818abba008801.tar.bz2 forums-a4e51c9699c7a09bea32ad832a9818abba008801.tar.xz forums-a4e51c9699c7a09bea32ad832a9818abba008801.zip | |
- first try to break things...
git-svn-id: file:///svn/phpbb/trunk@5108 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index ffd5d7719c..0e2cee3c7f 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -99,7 +99,7 @@ $lang += array( 'DEFAULT_BBCODE' => 'Enable BBCode by default', 'DEFAULT_HTML' => 'Enable HTML by default', 'DEFAULT_NOTIFY' => 'Notify me upon replies by default', - 'DEFAULT_SMILE' => 'Enable smilies by default', + 'DEFAULT_SMILIES' => 'Enable smilies by default', 'DEFINED_RULES' => 'Defined Rules', 'DELETE_ALL' => 'Delete all', 'DELETE_ATTACHMENT' => 'Delete Attachment', @@ -320,29 +320,35 @@ $lang += array( 'UCP_EMAIL_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. You will recieve an email at the address you provide that contains an account activation link.', 'UCP_ICQ' => 'ICQ Number', 'UCP_JABBER' => 'Jabber Address', + 'UCP_MAIN' => 'Overview', - 'UCP_BOOKMARKS' => 'Bookmarks', - 'UCP_DRAFTS' => 'Saved drafts', - 'UCP_FRONT' => 'Front page', - 'UCP_SUBSCRIBED' => 'Subscribed', + 'UCP_MAIN_BOOKMARKS' => 'Bookmarks', + 'UCP_MAIN_DRAFTS' => 'Saved drafts', + 'UCP_MAIN_FRONT' => 'Front page', + 'UCP_MAIN_SUBSCRIBED' => 'Subscribed', + 'UCP_MSNM' => 'MSN Messenger', 'UCP_NO_ATTACHMENTS' => 'You have posted no files', + 'UCP_PREFS' => 'Preferences', - 'UCP_PERSONAL' => 'Personal Settings', - 'UCP_POST' => 'Posting Messages', - 'UCP_VIEW' => 'Viewing Posts', + 'UCP_PREFS_PERSONAL' => 'Personal Settings', + 'UCP_PREFS_POST' => 'Posting Messages', + 'UCP_PREFS_VIEW' => 'Viewing Posts', + 'UCP_PM' => 'Private Messages', 'UCP_PM_COMPOSE' => 'Compose Message', 'UCP_PM_DRAFTS' => 'PM Drafts', 'UCP_PM_OPTIONS' => 'Options', 'UCP_PM_UNREAD' => 'Unread Messages', 'UCP_PM_VIEW_MESSAGES' => 'View Messages', + 'UCP_PROFILE' => 'Profile', - 'UCP_AVATAR' => 'Your avatar', - 'UCP_PROFILE_INFO' => 'Your Profile', - 'UCP_REG_DETAILS' => 'Registration details', - 'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.', - 'UCP_SIGNATURE' => 'Your signature', + 'UCP_PROFILE_AVATAR' => 'Your avatar', + 'UCP_PROFILE_PROFILE_INFO' => 'Your Profile', + 'UCP_PROFILE_REG_DETAILS' => 'Registration details', + 'UCP_PROFILE_SIGNATURE' => 'Your signature', + + 'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.', 'UCP_REMIND' => 'Send password', 'UCP_WATCHED' => 'Watched items', 'UCP_WELCOME' => 'Welcome to the User Control Panel. From here you can monitor, view and update your profile, preferences, subscribed forums and topics. You can also send messages to other users (if permitted). Please ensure you read any announcements before continuing.', |
