aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-23 16:04:51 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-23 16:04:51 +0000
commit4cf863dcb32ebbbf4dfbf706d9e00891dd65b8ad (patch)
tree7e06c8e4c6c39b8a0cb0e15209863f330313e949 /phpBB/language
parent5879c1c5c1e7b0860a76a0fc62f62d171c2488f0 (diff)
downloadforums-4cf863dcb32ebbbf4dfbf706d9e00891dd65b8ad.tar
forums-4cf863dcb32ebbbf4dfbf706d9e00891dd65b8ad.tar.gz
forums-4cf863dcb32ebbbf4dfbf706d9e00891dd65b8ad.tar.bz2
forums-4cf863dcb32ebbbf4dfbf706d9e00891dd65b8ad.tar.xz
forums-4cf863dcb32ebbbf4dfbf706d9e00891dd65b8ad.zip
Changes to the language handling during the install
git-svn-id: file:///svn/phpbb/trunk@6200 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index cf7b33b8b1..f56b9c3b56 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -49,6 +49,7 @@ $lang = array_merge($lang, array(
'CAT_CONVERT' => 'Convert',
'CAT_INSTALL' => 'Install',
'CAT_OVERVIEW' => 'Overview',
+ 'CHANGE' => 'Change',
'CHECK_TABLE_PREFIX' => 'Please check your table prefix and try again.',
'CLEAN_VERIFY' => 'Cleaning up and verifying the final structure',
'CONFIG_CONVERT' => 'Converting the configuration',
@@ -210,6 +211,7 @@ $lang = array_merge($lang, array(
'SCRIPT_PATH' => 'Script path',
'SCRIPT_PATH_EXPLAIN' => 'The path where phpBB2 is located relative to the domain name',
+ 'SELECT_LANG' => 'Select language',
'SERVER_CONFIG' => 'Server Configuration',
'SOFTWARE' => 'Forum Software',
'SPECIFY_OPTIONS' => 'Specify Conversion Options',