Removed useless unlink()

Added missing delete for old data when converting & missing vars
Added missing language variables to English language files
This commit is contained in:
Marc Alexander
2011-05-10 22:15:47 +02:00
parent 8c0f6c1bfc
commit 8946ead961
4 changed files with 14 additions and 3 deletions

View File

@@ -112,6 +112,12 @@ $lang = array_merge($lang, array(
'MODULE_UPLOAD_MKDIR_FAILURE' => 'Unable to create a folder.',
'MODULE_COPY_FAILURE' => 'Unable to copy the following file: %1$s',
'MODULE_CORRUPTED' => 'The module you are trying to upload seems to be corrupted.',
'PORTAL_NEW_FILES' => 'New files',
'PORTAL_MODULE_SOURCE' => 'Source',
'PORTAL_MODULE_TARGET' => 'Target',
'PORTAL_MODULE_STATUS' => 'Status',
'PORTAL_MODULE_SUCCESS' => 'Success',
'PORTAL_MODULE_ERROR' => 'Error',
// Install
'PORTAL_BASIC_INSTALL' => 'Adding basic set of modules',