mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
git-svn-id: file:///svn/phpbb/trunk@4062 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -580,7 +580,7 @@ $lang = array_merge($lang, array(
|
||||
'BOARD_DEFAULTS_EXPLAIN' => 'These settings allow you to define a number of default or global settings used by the board. For example, to disable the use of HTML across the entire board alter the relevant setting below. This data is also used for new user registrations and (where relevant) guest users.',
|
||||
'DEFAULT_STYLE' => 'Default Style',
|
||||
'OVERRIDE_STYLE' => 'Override user style',
|
||||
'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default',
|
||||
'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default.',
|
||||
'DEFAULT_LANGUAGE' => 'Default Language',
|
||||
'DATE_FORMAT' => 'Date Format',
|
||||
'DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP date function.',
|
||||
@@ -590,23 +590,35 @@ $lang = array_merge($lang, array(
|
||||
'CHAR_LIMIT_EXPLAIN' => 'Set to 0 for unlimited characters.',
|
||||
'SMILIES_LIMIT' => 'Max smilies per post',
|
||||
'SMILIES_LIMIT_EXPLAIN' => 'Set to 0 for unlimited smilies.',
|
||||
'QUOTE_DEPTH_LIMIT' => 'Max nested quotes in posts',
|
||||
'QUOTE_DEPTH_LIMIT' => 'Max nested quotes per post',
|
||||
'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Set to 0 for unlimited depth.',
|
||||
'ALLOW_TOPIC_NOTIFY' => 'Allow Topic Watching',
|
||||
'ALLOW_FORUM_NOTIFY' => 'Allow Forum Watching',
|
||||
'ALLOW_NAME_CHANGE' => 'Allow Username changes',
|
||||
'USERNAME_LENGTH' => 'Username length',
|
||||
'USERNAME_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in usernames.',
|
||||
'USERNAME_CHARS' => 'Limit username chars',
|
||||
'USERNAME_CHARS_EXPLAIN' => 'Restrict type of characters that may be used in usernames, spacers are; space, -, +, _, [ and ]',
|
||||
'PASSWORD_LENGTH' => 'Password length',
|
||||
'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
|
||||
'MIN_CHARS' => 'Min',
|
||||
'MAX_CHARS' => 'Max',
|
||||
'ALLOW_EMAIL_REUSE' => 'Allow Email address re-use',
|
||||
'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same email address.',
|
||||
'ALLOW_ATTACHMENTS' => 'Allow Attachments',
|
||||
'ALLOW_HTML' => 'Allow HTML',
|
||||
'ALLOWED_TAGS' => 'Allowed HTML tags',
|
||||
'ALLOWED_TAGS_EXPLAIN' => 'Separate tags with commas',
|
||||
'ALLOWED_TAGS_EXPLAIN' => 'Separate tags with commas.',
|
||||
'ALLOW_BBCODE' => 'Allow BBCode',
|
||||
'ALLOW_SMILIES' => 'Allow Smilies',
|
||||
'ALLOW_SIG' => 'Allow Signatures',
|
||||
'MAX_SIG_LENGTH' => 'Maximum signature length',
|
||||
'MAX_SIG_LENGTH_EXPLAIN' => 'Maximum number of characters in user signatures',
|
||||
'MAX_SIG_LENGTH_EXPLAIN' => 'Maximum number of characters in user signatures.',
|
||||
'ALLOW_NO_CENSORS' => 'Allow Disable of Censors',
|
||||
'ALLOW_NO_CENSORS_EXPLAINS' => 'User can disable word censoring.',
|
||||
|
||||
'USERNAME_CHARS_ANY' => 'Any character',
|
||||
'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',
|
||||
'USERNAME_ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||
|
||||
'PHP_INFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by support or other Team Member on the support forums.',
|
||||
|
||||
|
Reference in New Issue
Block a user