diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-22 16:22:45 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-22 16:22:45 +0000 |
commit | f86535cc0832341e0e4865a4e21f3999bd530011 (patch) | |
tree | ca487acd0a07be68f1d3df24c82fd6b0345783be /phpBB/install.php | |
parent | 93da8d60f0626276da47c5943525fc1e63ddd865 (diff) | |
download | forums-f86535cc0832341e0e4865a4e21f3999bd530011.tar forums-f86535cc0832341e0e4865a4e21f3999bd530011.tar.gz forums-f86535cc0832341e0e4865a4e21f3999bd530011.tar.bz2 forums-f86535cc0832341e0e4865a4e21f3999bd530011.tar.xz forums-f86535cc0832341e0e4865a4e21f3999bd530011.zip |
Language updates
git-svn-id: file:///svn/phpbb/trunk@1676 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install.php')
-rw-r--r-- | phpBB/install.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/install.php b/phpBB/install.php index 7bf31de9b0..84b339e308 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -545,13 +545,13 @@ else if( ( empty($install_step) || $admin_pass1 != $admin_pass2 || $dbhost == "" "L_DBMS" => $lang['dbms'], "L_DB_HOST" => $lang['DB_Host'], "L_DB_NAME" => $lang['DB_Name'], - "L_DB_USER" => $lang['Database'] . ' ' . $lang['Username'], - "L_DB_PASSWORD" => $lang['Database'] . ' ' . $lang['Password'], + "L_DB_USER" => $lang['DB_Username'], + "L_DB_PASSWORD" => $lang['DB_Password'], "L_DB_PREFIX" => $lang['Table_Prefix'], "L_UPGRADE" => $lang['Install_Method'], - "L_ADMIN_USERNAME" => $lang['Administrator'] . ' ' . $lang['Username'], - "L_ADMIN_PASSWORD" => $lang['Administrator'] . ' ' . $lang['Password'], - "L_ADMIN_CONFIRM_PASSWORD" => $lang['Confirm'] . ' ' . $lang['Password'], + "L_ADMIN_USERNAME" => $lang['Admin_Username'], + "L_ADMIN_PASSWORD" => $lang['Admin_Password'], + "L_ADMIN_CONFIRM_PASSWORD" => $lang['Admin_Password_confirm'], "L_SUBMIT" => $lang['Start_Install'], "DB_PREFIX" => ( !empty($table_prefix) ) ? $table_prefix : "phpbb_", |