Ekdant-Online-Store/admininistrator/language/en-gb/tool/upgrade.php

30 lines
1.3 KiB
PHP
Raw Permalink Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Heading
$_['heading_title'] = 'Upgrade';
// Text
$_['text_success'] = 'Success: You are using the latest version %s!';
$_['text_upgrade'] = 'Check Latest Version';
$_['text_information'] = 'Version Information';
$_['text_current_version'] = 'Current Version';
$_['text_latest_version'] = 'Latest Version';
$_['text_date_added'] = 'Release Date';
$_['text_change'] = 'Change Log';
$_['text_status'] = 'Upgrade Status';
$_['text_ready'] = 'Click the upgrade button to upgrade to the latest version...';
$_['text_download'] = 'Downloading latest...';
$_['text_install'] = 'Copying files...';
$_['text_patch'] = 'Applying patches...';
// Button
$_['button_upgrade'] = 'Upgrade';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify upgrades!';
$_['error_connection'] = 'Could not connect to the upgrade server!';
$_['error_version'] = 'Version is lower than the current version!';
$_['error_download'] = 'Upgrade could not be downloaded!';
$_['error_file'] = 'Upgrade file could not be found!';
$_['error_directory'] = 'Could not create directory %s!';
$_['error_copy'] = 'Could not copy file %s to %s!';
$_['error_unzip'] = 'Zip file could not be opened!';