mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
- a bunch of bugfixes. :P
git-svn-id: file:///svn/phpbb/trunk@5678 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -226,6 +226,7 @@ $lang = array_merge($lang, array(
|
||||
'OFF' => 'OFF',
|
||||
'ON' => 'ON',
|
||||
|
||||
'PROCEED_TO_ACP' => 'Click %sHere%s to procced to the ACP',
|
||||
'REMIND' => 'Remind',
|
||||
'REORDER' => 'Reorder',
|
||||
'RETURN_TO' => 'Return to ...',
|
||||
|
@@ -57,7 +57,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'tokens' => array(
|
||||
'TEXT' => 'Any text, including foreign characters, numbers, etc...',
|
||||
'NUMBER' => 'Any serie of digits',
|
||||
'NUMBER' => 'Any series of digits',
|
||||
'EMAIL' => 'A valid email address',
|
||||
'URL' => 'A valid URL using any protocol (http, ftp, etc... cannot be used for javascript exploits). If none is given, "http://" is prepended to to the string',
|
||||
'LOCAL_URL' => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol',
|
||||
|
@@ -33,7 +33,9 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'BAN_SUCCESSFULL' => 'Ban entered successfully',
|
||||
|
||||
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.',
|
||||
'CANNOT_REMOVE_ANONYMOUS' => 'You are not able to remove the guest user account.',
|
||||
'CANNOT_REMOVE_YOURSELF' => 'You are not allowed to remove your own user account.',
|
||||
'CONFIRM_EMAIL_EXPLAIN' => 'You only need to specify this if you are changing the users email address.',
|
||||
|
||||
'DELETE_POSTS' => 'Delete posts',
|
||||
'DELETE_USER' => 'Delete user',
|
||||
|
@@ -153,6 +153,7 @@ $lang = array_merge($lang, array(
|
||||
'POST_STORED_MOD' => 'Your message has been saved but requires approval',
|
||||
'POST_TOPIC' => 'Post a new topic',
|
||||
'POST_TOPIC_AS' => 'Post topic as',
|
||||
'PROGRESS_BAR' => 'Progress bar',
|
||||
|
||||
'QUOTE_DEPTH_EXCEEDED' => 'You may embed only %1$d quotes within each other.',
|
||||
|
||||
|
@@ -263,6 +263,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_FRIENDS' => 'No friends currently defined',
|
||||
'NO_FRIENDS_OFFLINE' => 'No friends offline',
|
||||
'NO_FRIENDS_ONLINE' => 'No friends online',
|
||||
'NO_GROUP_SELECTED' => 'No group specified',
|
||||
'NO_IMPORTANT_NEWS' => 'No important announcements present',
|
||||
'NO_MESSAGE' => 'Private Message could not be found',
|
||||
'NO_NEW_FOLDER_NAME' => 'You have to specify a new folder name',
|
||||
|
Reference in New Issue
Block a user