1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

Various updates and fixes ... no doubt there are new bugs but where would the fun be without them?

git-svn-id: file:///svn/phpbb/trunk@4090 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-06-06 15:23:50 +00:00
parent 8a09c0d75f
commit d1dd262f83
12 changed files with 222 additions and 181 deletions

View File

@@ -92,21 +92,21 @@ $lang = array_merge($lang, array(
'LOOK_UP_FORUM' => 'Select a Forum',
'log_index_activate' => '<b>Activated inactive users</b><br />%s users',
'log_index_delete' => '<b>Deleted inactive users</b><br />%s',
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />%s',
'LOG_MASS_EMAIL' => '<b>Sent mass email</b><br />%s',
'log_index_activate' => '<b>Activated inactive users</b><br />&#187; %s users',
'log_index_delete' => '<b>Deleted inactive users</b><br />&#187; %s',
'LOG_INDEX_REMIND' => '<b>Sent reminder emails to inactive users</b><br />&#187; %s',
'LOG_MASS_EMAIL' => '<b>Sent mass email</b><br />&#187; %s',
'log_delete_word' => '<b>Deleted word censor</b>',
'log_edit_word' => '<b>Edited word censor</b><br />%s',
'log_add_word' => '<b>Added word censor</b><br />%s',
'log_edit_word' => '<b>Edited word censor</b><br />&#187; %s',
'log_add_word' => '<b>Added word censor</b><br />&#187; %s',
'log_template_edit' => '<b>Edited template</b><br />%s / %s',
'log_imageset_edit' => '<b>Edited imageset</b><br />%s',
'log_style_edit' => '<b>Edited style</b><br />%s',
'log_theme_edit' => '<b>Edited theme</b><br />%s',
'log_imageset_edit' => '<b>Edited imageset</b><br />&#187; %s',
'log_style_edit' => '<b>Edited style</b><br />&#187; %s',
'log_theme_edit' => '<b>Edited theme</b><br />&#187; %s',
'log_db_backup' => '<b>Database backup</b>',
'log_db_restore' => '<b>Database restore</b>',
'log_search_index' => '<b>Re-indexed search system</b><br />%s',
'log_disallow_add' => '<b>Added disallowed username</b><br />%s',
'log_search_index' => '<b>Re-indexed search system</b><br />&#187; %s',
'log_disallow_add' => '<b>Added disallowed username</b><br />&#187; %s',
'log_disallow_delete' => '<b>Deleted disallowed username</b>',
'log_admin_clear' => '<b>Cleared admin log</b>',
@@ -130,6 +130,7 @@ $lang = array_merge($lang, array(
'LOG_EMAIL_CONFIG' => '<b>Altered email settings</b>',
'LOG_AVATAR_CONFIG' => '<b>Altered avatar settings</b>',
'LOG_AUTH_CONFIG' => '<b>Altered authentication settings</b>',
'LOG_LOAD_CONFIG' => '<b>Altered load settings</b>',
'LOG_ATTACH_CONFIG' => '<b>Altered attachment settings</b>',
@@ -448,6 +449,8 @@ $lang = array_merge($lang, array(
'ALLOW_UPLOAD' => 'Enable avatar uploading',
'MAX_FILESIZE' => 'Maximum Avatar File Size',
'MAX_FILESIZE_EXPLAIN' => 'For uploaded avatar files',
'MIN_AVATAR_SIZE' => 'Minimum Avatar Dimensions',
'MIN_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)',
'MAX_AVATAR_SIZE' => 'Maximum Avatar Dimensions',
'MAX_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)',
'AVATAR_STORAGE_PATH' => 'Avatar Storage Path',
@@ -606,6 +609,8 @@ $lang = array_merge($lang, array(
'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
'MIN_CHARS' => 'Min',
'MAX_CHARS' => 'Max',
'MIN_RATINGS' => 'Ratings count before karma',
'MIN_RATINGS_EXPLAIN' => 'Number of distinct ratings before users karma is calculated.',
'ALLOW_EMAIL_REUSE' => 'Allow Email address re-use',
'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same email address.',
'ALLOW_ATTACHMENTS' => 'Allow Attachments',
@@ -846,6 +851,9 @@ $lang = array_merge($lang, array(
'COMPOSE' => 'Compose',
'RECIPIENTS' => 'Recipients',
'ALL_USERS' => 'All Users',
'NO_EMAIL_SUBJECT' => 'You must specify a subject for your message.',
'NO_EMAIL_MESSAGE' => 'You must enter a message.',
'EMAIL_SENT' => 'Your message has been queued for sending.',
'RANKS_EXPLAIN' => 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility',
@@ -887,7 +895,7 @@ $lang = array_merge($lang, array(
'Template' => 'Select template',
'Download' => 'Download',
'Edit_theme' => 'Edit Theme',
'Edit_theme_explain' => 'Use this panel to edit an existing theme. You can modify (or add) both CSS to be included within each page output by the forum (subject to the template including it) and an externally linked stylesheet. Remember, the location of the stylesheet is relative to the phpBB root directory.',
'Edit_theme_explain' => 'Use this panel to edit an existing theme. Each editable class can be selected individually. Set only the parameters you need, e.g. if you do not want a border leave the border parameters blank.',
'Select_theme' => 'Select theme',
'CSS_data' => 'CSS Data',
'CSS_data_explain' => 'This CSS is output to the template and may be included within the header of each page.',

View File

@@ -226,6 +226,7 @@ $lang = array(
'RETURN_INDEX' => 'Click %sHere%s to return to the index',
'RETURN_TOPIC' => 'Click %sHere%s to return to the topic',
'RETURN_POST' => 'Click %sHere%s to return to the post',
'RETURN_FORUM' => 'Click %sHere%s to return to the forum',
'RETURN_LOGIN' => 'Click %sHere%s to try again',
'RETURN_MCP' => 'Click %sHere%s to return to the Moderator Control Panel',
@@ -299,6 +300,20 @@ $lang = array(
'LOGIN_FORUM' => 'To view or post in this forum you must enter a password.',
'WRONG_PASSWORD'=> 'You entered an incorrect password.',
'KARMA' => array(
'-5' => 'Extremely Bad',
'-4' => 'Very Bad',
'-3' => 'Very Poor',
'-2' => 'Bad',
'-1' => 'Poor',
'0' => 'Neutral',
'1' => 'Not Bad',
'2' => 'Good',
'3' => 'Very Good',
'4' => 'Extremely good',
'5' => 'Excellent'
),
'INDEX' => 'Index page',
'REDIRECTS' => 'Total redirects',
@@ -420,6 +435,7 @@ $lang = array(
'VIEW_FORUM_TOPICS' => '%d Topics',
// Viewtopic
'VIEW_TOPIC' => 'View topic',
'LOGIN_VIEWTOPIC' => 'The board administrator requires you to be registered and logged in to view this topic.',
'PRINT_TOPIC' => 'Print View',
@@ -438,10 +454,14 @@ $lang = array(
'BACK_TO_TOP' => 'Back to top',
'POST_SUBJECT' => 'Post subject',
'KARMA_LEVEL' => 'Karma Level',
'READ_PROFILE' => 'Profile',
'SEND_EMAIL' => 'Email',
'VISIT_WEBSITE' => 'WWW',
'ICQ_STATUS' => 'ICQ Status',
'ICQ_STATUS' => 'ICQ Status',
'RATE' => 'Rate',
'RATE_GOOD' => 'Good',
'RATE_BAD' => 'Bad',
'EDIT_POST' => 'Edit',
'VIEW_IP' => 'IP',
'DELETE_POST' => 'Delete',
@@ -488,6 +508,9 @@ $lang = array(
'POLL_RUN_TILL' => 'Poll runs till %s', // %s = date/time
'VOTE_SUBMITTED' => 'Your vote has been cast',
'RATING_UPDATED' => 'Your existing rating for this poster has been updated',
'RATING_ADDED' => 'Your rating for this poster has been saved.',
'VIEW_TOPIC_POST' => '1 Post',
'VIEW_TOPIC_POSTS' => '%d Posts',
@@ -721,7 +744,7 @@ $lang = array(
'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.',
'AVATAR_WRONG_SIZE' => 'The avatar must be at most %1$d pixels wide and %2$d pixels high.',
'AVATAR_WRONG_SIZE' => 'The avatar must be at least %1$d pixels wide, %2$d pixels high and at most %3$d pixels wide and %4$d pixels high.',
'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %d bytes.',
'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.',
@@ -735,6 +758,7 @@ $lang = array(
'NOTIFY_ON_PM' => 'Email me on new private messages',
'POPUP_ON_PM' => 'Pop up window on new private message',
'SHOW_EMAIL' => 'Users can contact me by email',
'ADMIN_EMAIL' => 'Administrators can email me information',
'BOARD_STYLE' => 'My board style',
'BOARD_LANGUAGE' => 'My language',
'BOARD_TIMEZONE' => 'My timezone',
@@ -749,6 +773,8 @@ $lang = array(
'VIEW_SIGS' => 'Display Signatures',
'VIEW_AVATARS' => 'Display Avatars',
'DISABLE_CENSORS' => 'Enable Word censoring',
'MINIMUM_KARMA' => 'Minimum User Karma',
'MINIMUM_KARMA_EXPLAIN'=> 'Posts by users with Karma less than this will be ignored.',
'VIEW_TOPICS_DAYS' => 'Display topics from previous days',
'VIEW_TOPICS_KEY' => 'Display topics ordering by',
'VIEW_TOPICS_DIR' => 'Display topic order direction',