mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- fixed some bugs
- changed attachment handling a bit - tried to remove target tags out of the code - do not add session ids to urls for bots as well as not creating a new session on each page view for them I bet i introduced some bugs too. ;) git-svn-id: file:///svn/phpbb/trunk@6364 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -67,6 +67,8 @@ $lang = array_merge($lang, array(
|
||||
'ALLOW_SIG_BBCODE' => 'Allow BBCode in user signatures',
|
||||
'ALLOW_SIG_FLASH' => 'Allow use of FLASH BBCode Tag in user signatures',
|
||||
'ALLOW_SIG_IMG' => 'Allow use of IMG BBCode Tag in user signatures',
|
||||
'ALLOW_SIG_LINKS' => 'Allow use of links in user signatures',
|
||||
'ALLOW_SIG_LINKS_EXPLAIN' => 'If disallowed the URL bbcode tag and automatic/magic urls are disabled.',
|
||||
'ALLOW_SIG_SMILIES' => 'Allow use of smilies in user signatures',
|
||||
'ALLOW_SMILIES' => 'Allow Smilies',
|
||||
'ALLOW_TOPIC_NOTIFY' => 'Allow Topic Watching',
|
||||
@@ -122,6 +124,8 @@ $lang = array_merge($lang, array(
|
||||
// Post Settings
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_POST_SETTINGS_EXPLAIN' => 'Here you can set all default settings for posting',
|
||||
'ALLOW_POST_LINKS' => 'Allow links in posts/private messages',
|
||||
'ALLOW_POST_LINKS_EXPLAIN' => 'If disallowed the URL bbcode tag and automatic/magic urls are disabled.',
|
||||
|
||||
'BUMP_INTERVAL' => 'Bump Interval',
|
||||
'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic.',
|
||||
|
@@ -56,8 +56,9 @@ $lang = array_merge($lang, array(
|
||||
'BOT_VIS' => 'Bot visible',
|
||||
'BOT_VIS_EXPLAIN' => 'Allow bot to be seen by all users in online lists.',
|
||||
|
||||
'ERR_BOT_NO_IP' => 'The IP addresses you supplied were invalid or the hostname could not be resolved.',
|
||||
'ERR_BOT_NO_MATCHES' => 'You must supply at least one of an agent or IP for this bot match.',
|
||||
'ERR_BOT_AGENT_MATCHES_UA' => 'The bot agent you supplied is similar to the one you are currently using. Please adjust the agent for this bot.',
|
||||
'ERR_BOT_NO_IP' => 'The IP addresses you supplied were invalid or the hostname could not be resolved.',
|
||||
'ERR_BOT_NO_MATCHES' => 'You must supply at least one of an agent or IP for this bot match.',
|
||||
|
||||
'NO_BOT' => 'Found no bot with the specified ID',
|
||||
));
|
||||
|
@@ -308,10 +308,11 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'NO_INACTIVE_USERS' => 'No inactive users',
|
||||
'NOT_AVAILABLE' => 'Not available',
|
||||
'NUMBER_FILES' => 'Number of Attachments',
|
||||
'NUMBER_FILES' => 'Number of attachments',
|
||||
'NUMBER_POSTS' => 'Number of posts',
|
||||
'NUMBER_TOPICS' => 'Number of topics',
|
||||
'NUMBER_USERS' => 'Number of users',
|
||||
'NUMBER_ORPHAN' => 'Orphan attachments',
|
||||
|
||||
'POSTS_PER_DAY' => 'Posts per day',
|
||||
|
||||
@@ -325,7 +326,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'TOPICS_PER_DAY' => 'Topics per day',
|
||||
|
||||
'UPLOAD_DIR_SIZE' => 'Upload directory size',
|
||||
'UPLOAD_DIR_SIZE' => 'Size of posted attachments',
|
||||
'USERS_PER_DAY' => 'Users per day',
|
||||
|
||||
'VALUE' => 'Value',
|
||||
|
@@ -52,7 +52,7 @@ $lang = array_merge($lang, array(
|
||||
'ADMINISTRATOR' => 'Administrator',
|
||||
'ADMINISTRATORS' => 'Administrators',
|
||||
'AGE' => 'Age',
|
||||
'AIM' => 'AIM',
|
||||
'AIM' => 'AIM',
|
||||
'ALLOWED' => 'Allowed',
|
||||
'ALL_FILES' => 'All files',
|
||||
'ALL_FORUMS' => 'All forums',
|
||||
@@ -97,6 +97,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'CANCEL' => 'Cancel',
|
||||
'CHANGE' => 'Change',
|
||||
'CHANGE_FONT_SIZE' => 'Change font size',
|
||||
'CLICK_VIEW_PRIVMSG' => '%sGo to your inbox%s',
|
||||
'CLOSE_WINDOW' => 'Close window',
|
||||
'COLOUR_SWATCH' => 'Colour swatch',
|
||||
@@ -150,6 +151,7 @@ $lang = array_merge($lang, array(
|
||||
'FAQ_EXPLAIN' => 'Frequently Asked Questions',
|
||||
'FILENAME' => 'Filename',
|
||||
'FILESIZE' => 'Filesize',
|
||||
'FILEDATE' => 'Filedate',
|
||||
'FILE_COMMENT' => 'File comment',
|
||||
'FILE_NOT_FOUND' => 'The requested file could not be found',
|
||||
'FIND_USERNAME' => 'Find a member',
|
||||
@@ -338,6 +340,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_TOPICS' => 'There are no topics or posts in this forum.',
|
||||
'NO_TOPICS_TIME_FRAME' => 'No topics exist inside this forum for the selected time frame.',
|
||||
'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
|
||||
'NO_UPLOAD_FORM_FOUND' => 'Upload initiated but no valid file upload form found.',
|
||||
'NO_USER' => 'The requested user does not exist.',
|
||||
'NO_USERS' => 'The requested users do not exist',
|
||||
'NO_USER_SPECIFIED' => 'No username was specified',
|
||||
@@ -553,6 +556,7 @@ $lang = array_merge($lang, array(
|
||||
'USERGROUPS' => 'Groups',
|
||||
'USERNAME' => 'Username',
|
||||
'USERNAMES' => 'Usernames',
|
||||
'USER_AVATAR' => 'User avatar',
|
||||
'USER_CANNOT_READ' => 'You cannot read posts in this forum',
|
||||
'USER_POST' => '%d Post',
|
||||
'USER_POSTS' => '%d Posts',
|
||||
@@ -581,6 +585,7 @@ $lang = array_merge($lang, array(
|
||||
'VIEW_TOPIC_MOVED' => 'Moved: ',
|
||||
'VIEW_TOPIC_POLL' => 'Poll: ',
|
||||
'VIEW_TOPIC_STICKY' => 'Sticky: ',
|
||||
'VISIT_WEBSITE' => 'Visit website',
|
||||
|
||||
'WARNINGS' => 'Warnings',
|
||||
'WARN_USER' => 'Warn user',
|
||||
|
@@ -86,7 +86,7 @@ $help = array(
|
||||
),
|
||||
array(
|
||||
0 => 'Adding an image to a post',
|
||||
1 => 'phpBB BBCode incorporates a tag for including images in your posts. Two very important things to remember when using this tag are; many users do not appreciate lots of images being shown in posts and secondly the image you display must already be available on the internet (it cannot exist only on your computer for example, unless you run a webserver!). There is currently no way of storing images locally with phpBB (all these issues are expected to be addressed in the next release of phpBB). To display an image you must surround the URL pointing to the image with <strong>[img][/img]</strong> tags. For example:<br /><br /><strong>[img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img]</strong><br /><br />As noted in the URL section above you can wrap an image in a <strong>[url][/url]</strong> tag if you wish, eg.<br /><br /><strong>[url=http://www.phpbb.com/][img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img][/url]</strong><br /><br />would generate:<br /><br /><a href="http://www.phpbb.com/" target="_blank"><img src="http://www.phpbb.com/images/phplogo.gif" border="0" alt="" /></a><br />'
|
||||
1 => 'phpBB BBCode incorporates a tag for including images in your posts. Two very important things to remember when using this tag are; many users do not appreciate lots of images being shown in posts and secondly the image you display must already be available on the internet (it cannot exist only on your computer for example, unless you run a webserver!). There is currently no way of storing images locally with phpBB (all these issues are expected to be addressed in the next release of phpBB). To display an image you must surround the URL pointing to the image with <strong>[img][/img]</strong> tags. For example:<br /><br /><strong>[img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img]</strong><br /><br />As noted in the URL section above you can wrap an image in a <strong>[url][/url]</strong> tag if you wish, eg.<br /><br /><strong>[url=http://www.phpbb.com/][img]</strong>http://www.phpbb.com/images/phplogo.gif<strong>[/img][/url]</strong><br /><br />would generate:<br /><br /><a href="http://www.phpbb.com/" target="_blank"><img src="http://www.phpbb.com/images/phplogo.gif" alt="" /></a><br />'
|
||||
),
|
||||
array(
|
||||
0 => '--',
|
||||
|
@@ -235,7 +235,7 @@ $lang = array_merge($lang, array(
|
||||
'SUB_SUPPORT' => 'Support',
|
||||
'SUCCESSFUL_CONNECT' => 'Successful Connection',
|
||||
// TODO: Write some text on obtaining support
|
||||
'SUPPORT_BODY' => 'During the beta phase a minimal level of support will be given at <a href="http://www.phpbb.com/phpBB/viewforum.php?f=46">the phpBB 3.0 Beta support forum</a>. We will provide answers to general setup questions, configuration problems and support for determining common problems mostly related to bugs. We will not support modifications, custom code/style additions or any users using the beta packages within a live environment.</p><p>For additional assistance, please refer to our <a href="http://www.phpbb.com/support/documentation/3.0/quickstart/">Quick Start Guide</a>.</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/" target="_new">subscribe to our mailing list</a>',
|
||||
'SUPPORT_BODY' => 'During the beta phase a minimal level of support will be given at <a href="http://www.phpbb.com/phpBB/viewforum.php?f=46">the phpBB 3.0 Beta support forum</a>. We will provide answers to general setup questions, configuration problems and support for determining common problems mostly related to bugs. We will not support modifications, custom code/style additions or any users using the beta packages within a live environment.</p><p>For additional assistance, please refer to our <a href="http://www.phpbb.com/support/documentation/3.0/quickstart/">Quick Start Guide</a>.</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/">subscribe to our mailing list</a>',
|
||||
'SYNC_FORUMS' => 'Starting to sync forums',
|
||||
'SYNC_TOPICS' => 'Starting to sync topics',
|
||||
'SYNC_TOPIC_ID' => 'Synchronising topics from topic_id $1%s to $2%s',
|
||||
@@ -379,7 +379,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
<h1>Release announcement</h1>
|
||||
|
||||
<p>Please read <a href="%1$s" title="%1$s" target="_blank">the release announcement for the latest version</a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>
|
||||
<p>Please read <a href="%1$s" title="%1$s">the release announcement for the latest version</a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>
|
||||
|
||||
<br />
|
||||
|
||||
@@ -388,7 +388,7 @@ $lang = array_merge($lang, array(
|
||||
<p>The recommended way of updating your installation only takes the following steps:</p>
|
||||
|
||||
<ul style="margin-left: 20px; font-size: 1.1em;">
|
||||
<li>Go to the <a href="http://www.phpbb.com/downloads.php" title="http://www.phpbb.com/downloads.php" target="_blank">phpBB.com downloads page</a> and download the correct archive. If you are unsure you can <a href="%2$s" title="%2$s">download the correct archive directly</a> as a zip file.<br /><br /></li>
|
||||
<li>Go to the <a href="http://www.phpbb.com/downloads.php" title="http://www.phpbb.com/downloads.php">phpBB.com downloads page</a> and download the correct archive. If you are unsure you can <a href="%2$s" title="%2$s">download the correct archive directly</a> as a zip file.<br /><br /></li>
|
||||
<li>Unpack the archive<br /><br /></li>
|
||||
<li>Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).<br /><br /></li>
|
||||
</ul>
|
||||
|
@@ -94,6 +94,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',
|
||||
|
||||
'ORDER' => 'Order',
|
||||
'OTHER' => 'Other',
|
||||
|
||||
'POST_IP' => 'Posted from IP/domain',
|
||||
|
||||
|
@@ -187,6 +187,8 @@ $lang = array_merge($lang, array(
|
||||
'UPDATE_COMMENT' => 'Update comment',
|
||||
'URL_INVALID' => 'The URL you specified is invalid.',
|
||||
'URL_NOT_FOUND' => 'The file specified could not be found.',
|
||||
'URL_IS_OFF' => '[url] is <em>OFF</em>',
|
||||
'URL_IS_ON' => '[url] is <em>ON</em>',
|
||||
'USER_CANNOT_BUMP' => 'You cannot bump topics in this forum',
|
||||
'USER_CANNOT_DELETE' => 'You cannot delete posts in this forum',
|
||||
'USER_CANNOT_EDIT' => 'You cannot edit posts in this forum',
|
||||
|
@@ -104,7 +104,7 @@ $lang = array_merge($lang, array(
|
||||
'BIRTHDAY' => 'Birthday',
|
||||
'BIRTHDAY_EXPLAIN' => 'Setting a year will list your age when it is your birthday.',
|
||||
'BOARD_DATE_FORMAT' => 'My date format',
|
||||
'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="http://www.php.net/date" onclick="this.target=\'_blank\';" title="Opens in a new window">date()</a> function',
|
||||
'BOARD_DATE_FORMAT_EXPLAIN' => 'The syntax used is identical to the PHP <a href="http://www.php.net/date">date()</a> function',
|
||||
'BOARD_DST' => 'Daylight Saving Time is in effect',
|
||||
'BOARD_LANGUAGE' => 'My language',
|
||||
'BOARD_STYLE' => 'My board style',
|
||||
|
Reference in New Issue
Block a user