mirror of
https://github.com/e107inc/e107.git
synced 2025-02-22 15:55:39 +01:00
26 lines
864 B
PHP
26 lines
864 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_e107_update.php,v $
|
|
| $Revision: 1.2 $
|
|
| $Date: 2007-06-24 16:18:53 $
|
|
| $Author: e107steved $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("LAN_UPDATE_2", "Action");
|
|
define("LAN_UPDATE_3", "Not Needed");
|
|
|
|
define("LAN_UPDATE_5", "Update available");
|
|
define("LAN_UPDATE_7", "Executed");
|
|
define("LAN_UPDATE_8", "Update from");
|
|
define("LAN_UPDATE_9", "to");
|
|
//define("LAN_UPDATE_10", "Available Updates");
|
|
//define("LAN_UPDATE_11", ".617 to .7 Update Continued");
|
|
define("LAN_UPDATE_12", "One of your tables contains duplicate entries.");
|
|
define("LAN_UPDATE_13", "Add additional/missing core settings");
|
|
|
|
|
|
?>
|