mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user