mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
Assorted minor language changes
git-svn-id: file:///svn/phpbb/trunk@6233 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -283,7 +283,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
// Auth settings
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_AUTH_SETTINGS_EXPLAIN' => 'phpBB2 supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.',
|
||||
'ACP_AUTH_SETTINGS_EXPLAIN' => 'phpBB supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.',
|
||||
|
||||
'AUTH_METHOD' => 'Select an authentication method',
|
||||
|
||||
|
@@ -182,7 +182,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'RANK_ADDED' => 'The rank was successfully added.',
|
||||
'RANK_IMAGE' => 'Rank Image',
|
||||
'RANK_IMAGE_EXPLAIN' => 'Use this to define a small image associated with the rank. The path is relative to the root phpBB2 directory.',
|
||||
'RANK_IMAGE_EXPLAIN' => 'Use this to define a small image associated with the rank. The path is relative to the root phpBB directory.',
|
||||
'RANK_MINIMUM' => 'Minimum Posts',
|
||||
'RANK_REMOVED' => 'The rank was successfully deleted.',
|
||||
'RANK_SPECIAL' => 'Set as Special Rank',
|
||||
|
Reference in New Issue
Block a user