1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-13 03:54:57 +01:00

only tiny change

git-svn-id: file:///svn/phpbb/trunk@6789 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-12-22 16:34:00 +00:00
parent 7dbef7096d
commit e66429cba1

View File

@ -76,7 +76,6 @@ $lang = array_merge($lang, array(
'CONV_ERROR_ATTACH_FTP_DIR' => 'FTP Upload for Attachments is enabled at the old board. Please copy all Attachment files to a directory accessible, disable ftp uploading and make sure a valid upload dir is specified. If you have done this, restart the convertor.',
'CONV_ERROR_CONFIG_EMPTY' => 'There is no configuration information available for the conversion.',
'CONV_ERROR_FORUM_ACCESS' => 'Unable to get forum access information.',
'CONV_ERROR_FORUM_MAPPING' => 'The forum mapping information is missing.',
'CONV_ERROR_GET_CATEGORIES' => 'Unable to get categories.',
'CONV_ERROR_GET_CONFIG' => 'Could not retrieve your forum configuration.',
'CONV_ERROR_COULD_NOT_READ' => 'Unable to access/read "%s".',
@ -153,7 +152,7 @@ $lang = array_merge($lang, array(
'FILLING_TABLES' => 'Filling Tables',
'FINAL_STEP' => 'Process Final Step',
'FORUM_ADDRESS' => 'Forum address',
'FORUM_ADDRESS_EXPLAIN' => 'This is the http address of your former forum',
'FORUM_ADDRESS_EXPLAIN' => 'This is the http address of your former forum, for example <samp>http://www.example.com/phpBB2/</samp>. If an address is entered here and not left empty every instance of this address will be replaced by your new forum address within messages, private messages and signatures.',
'FORUM_PATH' => 'Forum path',
'FORUM_PATH_EXPLAIN' => 'This is the <strong>relative</strong> path on disk to your former forum from the <strong>root of your phpBB install</strong>',
'FOUND' => 'Found',