mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
54 lines
2.3 KiB
PHP
54 lines
2.3 KiB
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return [
|
|
'LAN_UPDATE_2' => "Action",
|
|
'LAN_UPDATE_3' => "Not Needed",
|
|
'LAN_UPDATE_4' => "Update from [x] to [y]",
|
|
'LAN_UPDATE_5' => "Update core database structure",
|
|
'LAN_UPDATE_7' => "Executed [x]",
|
|
'LAN_UPDATE_12' => "One of your tables contains duplicate entries.",
|
|
'LAN_UPDATE_13' => "Add new or missing core settings",
|
|
'LAN_UPDATE_14' => "Start version:",
|
|
'LAN_UPDATE_20' => "Updating Preference(s):",
|
|
'LAN_UPDATE_21' => "Updating Table Structure:",
|
|
'LAN_UPDATE_22' => "Converting Serialized Preference(s):",
|
|
'LAN_UPDATE_23' => "Updating Menu Path:",
|
|
'LAN_UPDATE_24' => "Deleting Deprecated Table Field:",
|
|
'LAN_UPDATE_25' => "Deleting obsolete table:",
|
|
'LAN_UPDATE_26' => "Extending IP address field:",
|
|
'LAN_UPDATE_27' => "Adding Table:",
|
|
'LAN_UPDATE_28' => "[x] saved emails moved",
|
|
'LAN_UPDATE_29' => "Depending on your particular configuration, you may need to run the upgrade process several times.",
|
|
'LAN_UPDATE_37' => "Add index [x] to table [y]",
|
|
'LAN_UPDATE_38' => "Update front page settings",
|
|
'LAN_UPDATE_40' => "Update newsfeeds table",
|
|
'LAN_UPDATE_41' => "User timezone field processed",
|
|
'LAN_UPDATE_42' => "Error transferring user timezone data - aborted",
|
|
'LAN_UPDATE_43' => "Rename dblog table",
|
|
'LAN_UPDATE_44' => "Rename rolling log table",
|
|
'LAN_UPDATE_45' => "Adding new table to database:",
|
|
'LAN_UPDATE_46' => "Error reading table definition:",
|
|
'LAN_UPDATE_50' => "Obsolete prefs deleted:",
|
|
'LAN_UPDATE_51' => "Update plugin table definition:",
|
|
'LAN_UPDATE_52' => "Update downloads table",
|
|
'LAN_UPDATE_53' => "Update download mirror table",
|
|
'LAN_UPDATE_54' => "Missing table [y] - cannot add index [x]",
|
|
'LAN_UPDATE_55' => "Description",
|
|
'LAN_UPDATE_56' => "System Update",
|
|
'LAN_UPDATE_57' => "Before continuing, please manually delete the following outdated folders from your system:",
|
|
'LAN_UPDATE_CAPTION_PLUGIN' => "Plugin Updates",
|
|
'LAN_UPDATE_CAPTION_CORE' => "Core Updates",
|
|
'LAN_UPDATE_58' => "It is highly recommended that you run [File Inspector] after you have completed all the updates, in order to detect any outdated files that need to be removed.",
|
|
];
|