mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Assorted minor language changes
git-svn-id: file:///svn/phpbb/trunk@6233 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
82f42bb5fa
commit
957a3bcda1
5 changed files with 6 additions and 6 deletions
|
@ -17,7 +17,7 @@ phpBB Lead Developers : Acyd Burn (Meik Sievertsen)
|
|||
phpBB Developers : Ashe (Ludovic Arnaud) - [10/2002 - 11/2003, 06/2006 - ]
|
||||
DavidMJ (David M.)
|
||||
GrahamJE (Graham Eames)
|
||||
naderman (Nils Aderman)
|
||||
naderman (Nils Adermann)
|
||||
subBlue (Tom Beddard)
|
||||
|
||||
BartVB (Bart van Bragt) - [11/2000 - 03/2006]
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -125,7 +125,7 @@ $lang = array_merge($lang, array(
|
|||
'FTP_CONFIG' => 'Transfer config by FTP',
|
||||
'FTP_CONFIG_EXPLAIN' => 'phpBB has detected the presence of the FTP module on this server. You may attempt to install your config.php via this if you wish. You will need to supply the information listed below. Remember your username and password are those to your server! (ask your hosting provider for details if you are unsure what these are)',
|
||||
'FTP_PATH' => 'FTP Path',
|
||||
'FTP_PATH_EXPLAIN' => 'This is the path from your root directory to that of phpBB2, e.g. htdocs/phpBB2/',
|
||||
'FTP_PATH_EXPLAIN' => 'This is the path from your root directory to that of phpBB, e.g. htdocs/phpBB3/',
|
||||
'FTP_UPLOAD' => 'Upload',
|
||||
|
||||
'GPL' => 'General Public License',
|
||||
|
@ -210,7 +210,7 @@ $lang = array_merge($lang, array(
|
|||
'RETRY_WRITE_EXPLAIN' => 'If you wish you can change the permissions on config.php to allow phpBB to write to it. Should you wish to do that you can click Retry below to try again. Remember to return the permissions on config.php after phpBB has finished installation.',
|
||||
|
||||
'SCRIPT_PATH' => 'Script path',
|
||||
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB2 is located relative to the domain name',
|
||||
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB is located relative to the domain name',
|
||||
'SELECT_LANG' => 'Select language',
|
||||
'SERVER_CONFIG' => 'Server Configuration',
|
||||
'SOFTWARE' => 'Forum Software',
|
||||
|
|
|
@ -55,7 +55,7 @@ $lang = array_merge($lang, array(
|
|||
'EMPTY_SUBJECT_EMAIL' => 'You must specify a subject for the email.',
|
||||
'EQUAL_TO' => 'Equal to',
|
||||
|
||||
'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself). Alternatively you can mark the users required and click the Select Marked button.',
|
||||
'FIND_USERNAME_EXPLAIN' => 'Use this form to search for specific members. You do not need to fill out all fields. To match partial data use * as a wildcard. When entering dates use the format yyyy-mm-dd, e.g. 2002-01-01. Use the mark checkboxes to select one or more usernames (several usernames may be accepted depending on the form itself) and click the Select Marked button to return to the previous form.',
|
||||
'FLOOD_EMAIL_LIMIT' => 'You cannot send another email at this time. Please try again later.',
|
||||
|
||||
'GROUP_LEADER' => 'Group leader',
|
||||
|
|
Loading…
Add table
Reference in a new issue