From 2d1eb29e366b5091feb273417836c0ee2f9ee6cc Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 11 Oct 2003 23:55:07 +0000 Subject: Various new phrases git-svn-id: file:///svn/phpbb/trunk@4556 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'phpBB/language/en/lang_admin.php') diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 8e151b3b5b..705cf58404 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -214,6 +214,9 @@ $lang += array( 'LOG_BBCODE_ADD' => 'Added new BBCode
» %s', 'LOG_BBCODE_EDIT' => 'Edited BBCode
» %s', 'LOG_BBCODE_DELETE' => 'Deleted BBCode
» %s', + + 'LOG_EMAIL_ERROR' => '%s', + 'LOG_JABBER_ERROR' => '%s', ); // Index page @@ -643,6 +646,10 @@ $lang += array( 'SMTP_SERVER' => 'SMTP Server Address', 'SMTP_PORT' => 'SMTP Server Port', 'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port.', + 'SMTP_AUTH_METHOD' => 'Authentication method for SMTP', + 'SMTP_AUTH_METHOD_EXPLAIN' => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.', + 'SMTP_LOGIN' => 'LOGIN', + 'SMTP_PLAIN' => 'PLAIN', 'SMTP_USERNAME' => 'SMTP Username', 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your smtp server requires it.', 'SMTP_PASSWORD' => 'SMTP Password', @@ -758,6 +765,15 @@ $lang += array( $lang += array( 'KARMA_SETTINGS' => 'Karma Settings', 'KARMA_SETTINGS_EXPLAIN'=> 'Here you can enable and disable the user Karma rating system. You can also modify the weighting factors used to derive each users karma.', + 'ENABLE_KARMA' => 'Enable Karma', + + 'KARMA_HIST_WEIGHT' => 'Historical ratings weighting', + 'KARMA_HIST_WEIGHT_EXPLAIN' => 'Ratings made before the previous 30 days', + 'KARMA_DAY_WEIGHT' => 'Recent ratings weighting', + 'KARMA_DAY_WEIGHT_EXPLAIN' => 'Ratings made in past 30 days', + 'KARMA_REG_WEIGHT' => 'Membership length weighting', + 'KARMA_REG_WEIGHT_EXPLAIN' => 'Total length of membership', + 'KARMA_POST_WEIGHT' => 'Total posts weighting', ); // Avatars -- cgit v1.2.1