PHP Classes

File: upgrade/language/english/upgrade.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   upgrade/language/english/upgrade.php   Download  
File: upgrade/language/english/upgrade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 1,425 bytes
 

Contents

Class file image Download
<?php
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team

define('_XOOPS_UPGRADE', 'XOOPS System Upgrade');
define('_CHECKING_APPLIED', 'Checking applied upgrades:');
define('_SET_FILES_WRITABLE', 'Make the following files writable before proceeding:');
define('_NO_NEED_UPGRADE', 'No upgrade necessary. Please %s and remove this folder from your server');
define('_NEED_UPGRADE', 'Upgrade needed');
define('_PROCEED_UPGRADE', 'Proceed to upgrade');
define('_PERFORMING_UPGRADE', 'Applied patch %s');

define('_USER_LOGIN', 'Login Required');

define('_MANUAL_INSTRUCTIONS', 'Manual installation instructions');

// %s is filename
define('_FAILED_PATCH', 'Failed to patch %s');
define('_APPLY_NEXT', 'Apply next upgrade (%s)');
define('_COPY_RED_LINES', 'Copy the following red lines to %s');

define('_FINISH', 'Finish');
define('_RELOAD', 'Reload');

define('_UPGRADE_CHARSET', 'UTF-8');
define('_UPDATE_SYSTEM_MODULE', 'update system module');

define('_LANGUAGE', 'Language');
define('_SUPPORT', 'Support');
define('_XOOPS_SOURCE_CODE', 'XOOPS on GitHub');
define('_PATCH_COUNT', 'Patches Sets');
define('_USERNAME_PLACEHOLDER', 'Your Username');
define('_PASSWORD_PLACEHOLDER', 'Your Password');
define('_CONTINUE', 'Continue');

define('XOOPS_ERROR_ENCOUNTERED', 'Error');
define('XOOPS_ERROR_SEE_BELOW', 'See below for messages.');
define('_FILE_ACCESS_ERROR', 'Could not access the file %s');