mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixing some tiny bugs...
- correctly close span tags within code=php git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -40,6 +40,7 @@ $lang = array_merge($lang, array(
|
||||
'ADMIN_UPLOAD_ERROR' => 'Errors while trying to attach file: “%s”.',
|
||||
'ALLOWED_FORUMS' => 'Allowed forums',
|
||||
'ALLOWED_FORUMS_EXPLAIN' => 'Able to post the assigned extensions at the selected (or all if selected) forums.',
|
||||
'ALLOWED_IN_PM_POST' => 'Allowed',
|
||||
'ALLOW_ATTACHMENTS' => 'Allow attachments',
|
||||
'ALLOW_ALL_FORUMS' => 'Allow all forums',
|
||||
'ALLOW_IN_PM' => 'Allowed in private messaging',
|
||||
@@ -109,7 +110,8 @@ $lang = array_merge($lang, array(
|
||||
'MODE_INLINE' => 'Inline',
|
||||
'MODE_PHYSICAL' => 'Physical',
|
||||
|
||||
'NOT_ALLOWED_IN_PM' => 'Not allowed in private messages',
|
||||
'NOT_ALLOWED_IN_PM' => 'Only allowed in posts',
|
||||
'NOT_ALLOWED_IN_PM_POST' => 'Not allowed',
|
||||
'NOT_ASSIGNED' => 'Not assigned',
|
||||
'NO_EXT_GROUP' => 'None',
|
||||
'NO_EXT_GROUP_NAME' => 'No group name entered',
|
||||
|
@@ -36,7 +36,7 @@ $lang = array_merge($lang, array(
|
||||
'30_MINS' => '30 minutes',
|
||||
'6_HOURS' => '6 hours',
|
||||
|
||||
'ACP_BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or e-mail address. These methods prevent a user reaching any part of the board. You can give a short (maximum 3000 characters) reason for the ban if you wish. This will be displayed in the admin log. The duration of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <span style="text-decoration: underline;">Until -></span> for the ban length and enter a date in yyyy-mm-dd format.',
|
||||
'ACP_BAN_EXPLAIN' => 'Here you can control the banning of users by name, IP or e-mail address. These methods prevent a user reaching any part of the board. You can give a short (maximum 3000 characters) reason for the ban if you wish. This will be displayed in the admin log. The duration of a ban can also be specified. If you want the ban to end on a specific date rather than after a set time period select <span style="text-decoration: underline;">Until -></span> for the ban length and enter a date in <kbd>YYYY-MM-DD</kbd> format.',
|
||||
|
||||
'BAN_EXCLUDE' => 'Exclude from banning',
|
||||
'BAN_LENGTH' => 'Length of ban',
|
||||
@@ -59,7 +59,7 @@ $lang = array_merge($lang, array(
|
||||
'IP_UNBAN' => 'Un-ban or un-exclude IPs',
|
||||
'IP_UNBAN_EXPLAIN' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Excluded IPs are emphasised.',
|
||||
|
||||
'LENGTH_BAN_INVALID' => 'The date has to be formated YYYY-MM-DD',
|
||||
'LENGTH_BAN_INVALID' => 'The date has to be formatted <kbd>YYYY-MM-DD</kbd>.',
|
||||
|
||||
'PERMANENT' => 'Permanent',
|
||||
|
||||
|
@@ -31,7 +31,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administrate all your usergroups, you can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description.',
|
||||
'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administrate all your usergroups, you can delete, create and edit existing groups. You may choose group leaders, toggle open/closed group status and set the group name and description.',
|
||||
'ADD_USERS' => 'Add users',
|
||||
'ADD_USERS_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a separate line.',
|
||||
|
||||
|
@@ -161,7 +161,7 @@ $lang = array_merge($lang, array(
|
||||
'FINAL_STEP' => 'Processing final step',
|
||||
'FORUM_ADDRESS' => 'Board address',
|
||||
'FORUM_ADDRESS_EXPLAIN' => 'This is the URL of your former board, for example <samp>http://www.example.com/phpBB2/</samp>. If an address is entered here and not left empty every instance of this address will be replaced by your new board address within messages, private messages and signatures.',
|
||||
'FORUM_PATH' => 'Forum path',
|
||||
'FORUM_PATH' => 'Board path',
|
||||
'FORUM_PATH_EXPLAIN' => 'This is the <strong>relative</strong> path on disk to your former board from the <strong>root of your phpBB installation</strong>.',
|
||||
'FOUND' => 'Found',
|
||||
'FTP_CONFIG' => 'Transfer config by FTP',
|
||||
|
@@ -79,6 +79,7 @@ $lang = array_merge($lang, array(
|
||||
'DISABLE_SMILIES' => 'Disable smilies',
|
||||
'DISALLOWED_EXTENSION' => 'The extension %s is not allowed.',
|
||||
'DRAFT_LOADED' => 'Draft loaded into posting area, you may want to finish your post now.<br />Your draft will be deleted after submitting this post.',
|
||||
'DRAFT_LOADED_PM' => 'Draft loaded into message area, you may want to finish your private message now.<br />Your draft will be deleted after submitting this private message.',
|
||||
'DRAFT_SAVED' => 'Draft successfully saved.',
|
||||
'DRAFT_TITLE' => 'Draft title',
|
||||
|
||||
|
Reference in New Issue
Block a user