mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -139,7 +139,8 @@ $lang = array_merge($lang, array(
|
||||
'EDIT_TIME_EXPLAIN' => 'Limits the time available to edit a new post. Setting the value to 0 disables this behaviour.',
|
||||
'FLOOD_INTERVAL' => 'Flood interval',
|
||||
'FLOOD_INTERVAL_EXPLAIN' => 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.',
|
||||
'HOT_THRESHOLD' => 'Posts per topic threshold required for the hot topic annotation. Set to 0 to disable hot topics.',
|
||||
'HOT_THRESHOLD' => 'Hot topic threshold',
|
||||
'HOT_THRESHOLD_EXPLAIN' => 'Posts per topic threshold required for the hot topic annotation. Set to 0 to disable hot topics.',
|
||||
'MAX_POLL_OPTIONS' => 'Maximum number of poll options',
|
||||
'MAX_POST_FONT_SIZE' => 'Maximum font size per post',
|
||||
'MAX_POST_FONT_SIZE_EXPLAIN' => 'Maximum font size allowed in a post. Set to 0 for unlimited font size.',
|
||||
@@ -165,13 +166,13 @@ $lang = array_merge($lang, array(
|
||||
'MAX_SIG_FONT_SIZE' => 'Maximum signature font size',
|
||||
'MAX_SIG_FONT_SIZE_EXPLAIN' => 'Maximum font size allowed in user signatures. Set to 0 for unlimited size.',
|
||||
'MAX_SIG_IMG_HEIGHT' => 'Maximum signature image height',
|
||||
'MAX_SIG_IMG_HEIGHT_EXPLAIN' => 'Maximum height of an image/flash file in user signatures. Set to 0 for unlimited size.',
|
||||
'MAX_SIG_IMG_HEIGHT_EXPLAIN' => 'Maximum height of an image/flash file in user signatures. Set to 0 for unlimited height.',
|
||||
'MAX_SIG_IMG_WIDTH' => 'Maximum signature image width',
|
||||
'MAX_SIG_IMG_WIDTH_EXPLAIN' => 'Maximum width of an image/flash file in user signatures. Set to 0 for unlimited size.',
|
||||
'MAX_SIG_IMG_WIDTH_EXPLAIN' => 'Maximum width of an image/flash file in user signatures. Set to 0 for unlimited width.',
|
||||
'MAX_SIG_LENGTH' => 'Maximum signature length',
|
||||
'MAX_SIG_LENGTH_EXPLAIN' => 'Maximum number of characters in user signatures.',
|
||||
'MAX_SIG_SMILIES' => 'Maximum smilies per signature',
|
||||
'MAX_SIG_SMILIES_EXPLAIN' => 'Maximum smilies allowed in user signatures. Set to 0 for unlimited size.',
|
||||
'MAX_SIG_SMILIES_EXPLAIN' => 'Maximum smilies allowed in user signatures. Set to 0 for unlimited smilies.',
|
||||
'MAX_SIG_URLS' => 'Maximum signature links',
|
||||
'MAX_SIG_URLS_EXPLAIN' => 'Maximum number of links in user signatures. Set to 0 for unlimited links.',
|
||||
));
|
||||
@@ -411,14 +412,14 @@ $lang = array_merge($lang, array(
|
||||
'ERR_JAB_CONNECT' => 'Could not connect to Jabber server.',
|
||||
'ERR_JAB_PASSCHG' => 'Could not change password.',
|
||||
'ERR_JAB_PASSFAIL' => 'Password update failed, %s.',
|
||||
'ERR_JAB_REGISTER' => 'An error occured trying to register this account, %s.',
|
||||
'ERR_JAB_REGISTER' => 'An error occurred trying to register this account, %s.',
|
||||
'ERR_JAB_USERNAME' => 'The username specified already exists, please choose an alternative.',
|
||||
|
||||
'JAB_CHANGED' => 'Jabber account changed successfully.',
|
||||
'JAB_ENABLE' => 'Enable Jabber',
|
||||
'JAB_ENABLE_EXPLAIN' => 'Enables use of jabber messaging and notifications',
|
||||
'JAB_PACKAGE_SIZE' => 'Jabber package size',
|
||||
'JAB_PACKAGE_SIZE_EXPLAIN' => 'This is the number of messages sent in one package. If set to 0 the message is sent immediately and gets not queued for later sending.',
|
||||
'JAB_PACKAGE_SIZE_EXPLAIN' => 'This is the number of messages sent in one package. If set to 0 the message is sent immediately and is not queued for later sending.',
|
||||
'JAB_PASSWORD' => 'Jabber password',
|
||||
'JAB_PASS_CHANGED' => 'Jabber password changed successfully.',
|
||||
'JAB_PORT' => 'Jabber port',
|
||||
|
Reference in New Issue
Block a user