From 9118c5ad835f27d8c96c08333ccb66400d0574b2 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Mon, 3 Jul 2006 19:41:55 +0000 Subject: [PATCH] Missing language string git-svn-id: file:///svn/phpbb/trunk@6142 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 1c064bee65..9e1bb17c3d 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -63,6 +63,7 @@ $lang = array_merge($lang, array( 'CONVERT_INTRO_BODY' => 'From here, you are able to import data from other (installed) forum systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the forum software you wish to convert from, please check our website where further conversion modules may be available for download.', 'CONVERT_NOT_EXIST' => 'The specified convertor does not exist', 'CONVERT_SETTINGS_VERIFIED' => 'The information you entered has been verified. To start the conversion progress, push the button below to begin', + 'COULD_NOT_COPY' => 'Could not copy file %1$s to %2$s

Please check that the target directory exists and is writable by the webserver', 'COULD_NOT_FIND_PATH' => 'Could not find path to your former forum. Please check your settings and try again.
» Specified source path was %s', 'DBMS' => 'Database type',