mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled
- mcp fixes - fixed some usability issues git-svn-id: file:///svn/phpbb/trunk@6447 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -401,36 +401,37 @@ $lang = array_merge($lang, array(
|
||||
'UCP_JABBER' => 'Jabber address',
|
||||
|
||||
'UCP_MAIN' => 'Overview',
|
||||
'UCP_MAIN_BOOKMARKS' => 'Bookmarks',
|
||||
'UCP_MAIN_DRAFTS' => 'Saved drafts',
|
||||
'UCP_MAIN_ATTACHMENTS' => 'Manage attachments',
|
||||
'UCP_MAIN_BOOKMARKS' => 'Manage bookmarks',
|
||||
'UCP_MAIN_DRAFTS' => 'Manage drafts',
|
||||
'UCP_MAIN_FRONT' => 'Front page',
|
||||
'UCP_MAIN_SUBSCRIBED' => 'Subscribed',
|
||||
'UCP_MAIN_SUBSCRIBED' => 'Manage subscriptions',
|
||||
|
||||
'UCP_MSNM' => 'MSN Messenger',
|
||||
'UCP_NO_ATTACHMENTS' => 'You have posted no files',
|
||||
|
||||
'UCP_PREFS' => 'Forum preferences',
|
||||
'UCP_PREFS_PERSONAL' => 'Personal settings',
|
||||
'UCP_PREFS_POST' => 'Posting messages',
|
||||
'UCP_PREFS_VIEW' => 'Viewing posts',
|
||||
'UCP_PREFS_PERSONAL' => 'Edit global settings',
|
||||
'UCP_PREFS_POST' => 'Edit posting defaults',
|
||||
'UCP_PREFS_VIEW' => 'Edit display options',
|
||||
|
||||
'UCP_PM' => 'Private messages',
|
||||
'UCP_PM_COMPOSE' => 'Compose message',
|
||||
'UCP_PM_DRAFTS' => 'PM drafts',
|
||||
'UCP_PM_OPTIONS' => 'Options',
|
||||
'UCP_PM_DRAFTS' => 'Manage PM drafts',
|
||||
'UCP_PM_OPTIONS' => 'Edit options',
|
||||
'UCP_PM_POPUP' => 'Private messages',
|
||||
'UCP_PM_POPUP_TITLE' => 'Private message popup',
|
||||
'UCP_PM_UNREAD' => 'Unread messages',
|
||||
'UCP_PM_VIEW' => 'View messages',
|
||||
|
||||
'UCP_PROFILE' => 'Profile',
|
||||
'UCP_PROFILE_AVATAR' => 'Your avatar',
|
||||
'UCP_PROFILE_PROFILE_INFO' => 'Your profile',
|
||||
'UCP_PROFILE_REG_DETAILS' => 'Registration details',
|
||||
'UCP_PROFILE_SIGNATURE' => 'Your signature',
|
||||
'UCP_PROFILE_AVATAR' => 'Edit avatar',
|
||||
'UCP_PROFILE_PROFILE_INFO' => 'Edit profile',
|
||||
'UCP_PROFILE_REG_DETAILS' => 'Edit account settings',
|
||||
'UCP_PROFILE_SIGNATURE' => 'Edit signature',
|
||||
|
||||
'UCP_USERGROUPS' => 'Usergroups',
|
||||
'UCP_USERGROUPS_MEMBER' => 'Memberships',
|
||||
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
|
||||
'UCP_USERGROUPS_MANAGE' => 'Manage groups',
|
||||
|
||||
'UCP_REGISTER_DISABLE' => 'Creating a new account is currently not possible.',
|
||||
@@ -438,9 +439,9 @@ $lang = array_merge($lang, array(
|
||||
'UCP_RESEND' => 'Send activation email',
|
||||
'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.',
|
||||
'UCP_YIM' => 'Yahoo Messenger',
|
||||
'UCP_ZEBRA' => 'Friends and Foes',
|
||||
'UCP_ZEBRA_FOES' => 'Foes',
|
||||
'UCP_ZEBRA_FRIENDS' => 'Friends',
|
||||
'UCP_ZEBRA' => 'Friends & Foes',
|
||||
'UCP_ZEBRA_FOES' => 'Manage foes',
|
||||
'UCP_ZEBRA_FRIENDS' => 'Manage friends',
|
||||
'UNKNOWN_FOLDER' => 'Unknown folder',
|
||||
'UNWATCH_MARKED' => 'Unwatch marked',
|
||||
'UPLOAD_AVATAR_FILE' => 'Upload from your machine',
|
||||
|
Reference in New Issue
Block a user