Ekdant-Online-Store/admininistrator/language/en-gb/marketplace/installer.php

39 lines
1.9 KiB
PHP
Raw Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Heading
$_['heading_title'] = 'Extension Installer';
// Text
$_['text_upload'] = 'Success: The extension has been uploaded!';
$_['text_success'] = 'Success: You have modified extensions!';
$_['text_progress'] = 'Install Progress';
$_['text_installed'] = 'Installed Extensions';
// Column
$_['column_image'] = 'Image';
$_['column_name'] = 'Extension Name';
$_['column_version'] = 'Version';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_progress'] = 'Progress';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify extensions!';
$_['error_install'] = 'Warning: Could not find install.json!';
$_['error_default'] = 'Default extension could not be uninstalled or deleted!';
$_['error_extension'] = 'Installed extension could not be found!';
$_['error_installed'] = 'Extension already installed!';
$_['error_uninstall'] = 'There are %s extensions that need to be uninstalled before this extension can be safely removed!';
$_['error_name'] = 'Name must be between 3 and 128 characters!';
$_['error_version'] = 'Version must be between 3 and 128 characters!';
$_['error_author'] = 'Author must be between 3 and 128 characters!';
$_['error_link'] = 'Link must be between 3 and 128 characters!';
$_['error_filename'] = 'Filename must be between 3 and 128 characters!';
$_['error_file'] = 'Install file %s could not be found!';
$_['error_file_exists'] = 'File already exist!';
$_['error_file_type'] = 'Invalid file type!';
$_['error_directory'] = 'Install directory %s could not be found!';
$_['error_directory_exists'] = 'Path %s already exists!';
$_['error_unzip'] = 'Zip file could not be opened!';
$_['error_upload'] = 'File could not be uploaded!';