mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different apart from this, code cleanage, bug fixing, etc. git-svn-id: file:///svn/phpbb/trunk@6015 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -128,6 +128,7 @@ $lang = array_merge($lang, array(
|
||||
'EDIT_POST' => 'Edit post',
|
||||
'EMAIL' => 'Email',
|
||||
'EMAIL_ADDRESS' => 'Email address',
|
||||
'EMAIL_SMTP_ERROR_RESPONSE' => "Ran into problems sending Mail at <strong>Line %s</strong>. Response: %s",
|
||||
'EMPTY_SUBJECT' => 'You must specify a subject when posting a new topic.',
|
||||
'ENABLED' => 'Enabled',
|
||||
'ENCLOSURE' => 'Enclosure',
|
||||
@@ -217,15 +218,16 @@ $lang = array_merge($lang, array(
|
||||
'HOURS' => 'Hours',
|
||||
'HOME' => 'Home',
|
||||
|
||||
'ICQ_STATUS' => 'ICQ status',
|
||||
'IF' => 'if',
|
||||
'IMAGE' => 'Image',
|
||||
'IN' => 'in',
|
||||
'INDEX' => 'Index page',
|
||||
'INFORMATION' => 'Information',
|
||||
'INTERESTS' => 'Interests',
|
||||
'INVALID_EMAIL_LOG' => '<strong>%s</strong> possibly an invalid email address?',
|
||||
'IP' => 'IP',
|
||||
'ICQ_STATUS' => 'ICQ status',
|
||||
'IF' => 'if',
|
||||
'IMAGE' => 'Image',
|
||||
'IN' => 'in',
|
||||
'INDEX' => 'Index page',
|
||||
'INFORMATION' => 'Information',
|
||||
'INTERESTS' => 'Interests',
|
||||
'INVALID_DIGEST_CHALLENGE' => 'Invalid digest challenge',
|
||||
'INVALID_EMAIL_LOG' => '<strong>%s</strong> possibly an invalid email address?',
|
||||
'IP' => 'IP',
|
||||
|
||||
'JOINED' => 'Joined',
|
||||
'JUMP_PAGE' => 'Enter the page number you wish to go to',
|
||||
@@ -293,7 +295,11 @@ $lang = array_merge($lang, array(
|
||||
'NO_AUTH_ADMIN' => 'You do not have admin permissions and therefore not allowed to access the administration control panel.',
|
||||
'NO_AUTH_ADMIN_USER_DIFFER' => 'You are not able to re-authenticate as a different user.',
|
||||
'NO_AUTH_OPERATION' => 'You do not have the neccessary permissions to complete this operation.',
|
||||
'NO_CONNECT_TO_SMTP_HOST' => 'Could not connect to smtp host : %s : %s',
|
||||
'NO_BIRTHDAYS' => 'No birthdays today',
|
||||
'NO_EMAIL_MESSAGE' => 'Email message was blank',
|
||||
'NO_EMAIL_RESPONSE_CODE' => 'Could not get mail server response codes',
|
||||
'NO_EMAIL_SUBJECT' => 'No email subject specified',
|
||||
'NO_FORUM' => 'The forum you selected does not exist',
|
||||
'NO_FORUMS' => 'This board has no forums',
|
||||
'NO_GROUP' => 'The requested usergroup does not exist.',
|
||||
@@ -304,6 +310,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_NEW_POSTS' => 'No new posts',
|
||||
'NO_POSTS' => 'No posts',
|
||||
'NO_SUCH_SEARCH_MODULE' => 'The specified search backend doesn\'t exist',
|
||||
'NO_SUPPORTED_AUTH_METHODS' => 'No supported authentication methods',
|
||||
'NO_TOPIC' => 'The requested topic does not exist.',
|
||||
'NO_TOPICS' => 'There are no topics or posts in this forum.',
|
||||
'NO_UNREAD_PM' => '<strong>0</strong> unread messages',
|
||||
@@ -415,6 +422,7 @@ $lang = array_merge($lang, array(
|
||||
'SETTINGS' => 'Settings',
|
||||
'SIGNATURE' => 'Signature',
|
||||
'SKIP' => 'Skip to content',
|
||||
'SMTP_NO_AUTH_SUPPORT' => 'SMTP server does not support authentication',
|
||||
'SORRY_AUTH_READ' => 'You are not authorised to read this forum',
|
||||
'SORT_BY' => 'Sort by',
|
||||
'SORT_JOINED' => 'Joined date',
|
||||
@@ -439,18 +447,41 @@ $lang = array_merge($lang, array(
|
||||
'THE_TEAM' => 'The team',
|
||||
'TIME' => 'Time',
|
||||
|
||||
'TOO_LONG_AIM' => 'The screenname you entered is too long.',
|
||||
'TOO_LONG_CONFIRM_CODE' => 'The confirm code you entered is too long.',
|
||||
'TOO_LONG_ICQ' => 'The ICQ number you entered is too long.',
|
||||
'TOO_LONG_INTERESTS' => 'The interests you entered is too long.',
|
||||
'TOO_LONG_JABBER' => 'The jabber account name you entered is too long.',
|
||||
'TOO_LONG_LOCATION' => 'The location you entered is too long.',
|
||||
'TOO_LONG_MSN' => 'The MSN name you entered is too long.',
|
||||
'TOO_LONG_NEW_PASSWORD' => 'The password you entered is too long.',
|
||||
'TOO_LONG_OCCUPATION' => 'The occupation you entered is too long.',
|
||||
'TOO_LONG_PASSWORD_CONFIRM' => 'The password confirmation you entered is too long.',
|
||||
'TOO_LONG_USER_PASSWORD' => 'The password you entered is too long.',
|
||||
'TOO_LONG_USERNAME' => 'The username you entered is too long.',
|
||||
'TOO_LONG_EMAIL' => 'The email address you entered is too long.',
|
||||
'TOO_LONG_EMAIL_CONFIRM' => 'The email address confirmation you entered is too long.',
|
||||
'TOO_LONG_WEBSITE' => 'The website address you entered is too long.',
|
||||
'TOO_LONG_YIM' => 'The yahoo messenger name you entered is too long.',
|
||||
|
||||
'TOO_MANY_VOTE_OPTIONS' => 'You have tried to vote for too many options.',
|
||||
|
||||
'TOO_SHORT_AIM' => 'The screenname you entered is too short.',
|
||||
'TOO_SHORT_CONFIRM_CODE' => 'The confirm code you entered is too short.',
|
||||
'TOO_SHORT_ICQ' => 'The ICQ number you entered is too short.',
|
||||
'TOO_SHORT_INTERESTS' => 'The interests you entered is too short.',
|
||||
'TOO_SHORT_JABBER' => 'The jabber account name you entered is too short.',
|
||||
'TOO_SHORT_LOCATION' => 'The location you entered is too short.',
|
||||
'TOO_SHORT_MSN' => 'The MSN name you entered is too short.',
|
||||
'TOO_SHORT_NEW_PASSWORD' => 'The password you entered is too short.',
|
||||
'TOO_SHORT_OCCUPATION' => 'The occupation you entered is too short.',
|
||||
'TOO_SHORT_PASSWORD_CONFIRM' => 'The password confirmation you entered is too short.',
|
||||
'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.',
|
||||
'TOO_SHORT_USERNAME' => 'The username you entered is too short.',
|
||||
'TOO_SHORT_EMAIL' => 'The email address you entered is too short.',
|
||||
'TOO_SHORT_EMAIL_CONFIRM' => 'The email address confirmation you entered is too short.',
|
||||
'TOO_SHORT_WEBSITE' => 'The website address you entered is too short.',
|
||||
'TOO_SHORT_YIM' => 'The yahoo messenger name you entered is too short.',
|
||||
|
||||
'TOPIC' => 'Topic',
|
||||
'TOPICS' => 'Topics',
|
||||
@@ -524,6 +555,11 @@ $lang = array_merge($lang, array(
|
||||
'WHO_IS_ONLINE' => 'Who is online',
|
||||
'WRONG_PASSWORD' => 'You entered an incorrect password.',
|
||||
|
||||
'WRONG_DATA_ICQ' => 'The number you entered is not a valid icq number.',
|
||||
'WRONG_DATA_JABBER' => 'The name you entered is not a valid jabber account name.',
|
||||
'WRONG_DATA_LANG' => 'The language you specified is not valid.',
|
||||
'WRONG_DATA_WEBSITE' => 'The website address has to be a valid url, including the protocol. For example http://www.example.com/.',
|
||||
|
||||
'YEAR' => 'Year',
|
||||
'YES' => 'Yes',
|
||||
'YOU_LAST_VISIT' => 'Last visit was: %s',
|
||||
|
Reference in New Issue
Block a user