aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-01-10 17:25:53 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-02-06 11:35:53 -0600
commitbabdb92aa998728b58eec1e3f2c036b5f2342492 (patch)
treeefb00da8b4cc674533d00a515004ceba217f45e5 /phpBB/language
parentca55f6c4817d85b94562597cba79037ae440d973 (diff)
downloadforums-babdb92aa998728b58eec1e3f2c036b5f2342492.tar
forums-babdb92aa998728b58eec1e3f2c036b5f2342492.tar.gz
forums-babdb92aa998728b58eec1e3f2c036b5f2342492.tar.bz2
forums-babdb92aa998728b58eec1e3f2c036b5f2342492.tar.xz
forums-babdb92aa998728b58eec1e3f2c036b5f2342492.zip
[feature/migrations] Remove hardcoded language, use lang instead.
PHPBB3-9737
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index f7820714e1..7607512eab 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -397,7 +397,10 @@ $lang = array_merge($lang, array(
'CURRENT_VERSION' => 'Current version',
'DATABASE_TYPE' => 'Database type',
+ 'DATABASE_UPDATE_COMPLETE' => 'Database updater has completed!',
+ 'DATABASE_UPDATE_CONTINUE' => 'Continue database update.',
'DATABASE_UPDATE_INFO_OLD' => 'The database update file within the install directory is outdated. Please make sure you uploaded the correct version of the file.',
+ 'DATABASE_UPDATE_NOT_COMPLETED' => 'The database update has not yet completed.',
'DELETE_USER_REMOVE' => 'Delete user and remove posts',
'DELETE_USER_RETAIN' => 'Delete user but keep posts',
'DESTINATION' => 'Destination file',