mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Admin Language File
|
||||
*
|
||||
@@ -10,61 +10,44 @@
|
||||
|
||||
|
||||
|
||||
define("LAN_UPDATE_2", "Action");
|
||||
define("LAN_UPDATE_3", "Not Needed");
|
||||
define("LAN_UPDATE_4", "Update from [x] to [y]");
|
||||
define("LAN_UPDATE_5", "Update core database structure");
|
||||
define("LAN_UPDATE_7", "Executed [x]");
|
||||
define("LAN_UPDATE_12", "One of your tables contains duplicate entries.");
|
||||
define("LAN_UPDATE_13", "Add new or missing core settings");
|
||||
define("LAN_UPDATE_14", "Start version: ");
|
||||
|
||||
// Messages as part of 0.7 to 0.8 update process
|
||||
define("LAN_UPDATE_20", "Updating Preference(s): ");
|
||||
define("LAN_UPDATE_21", "Updating Table Structure: ");
|
||||
define("LAN_UPDATE_22", "Converting Serialized Preference(s): ");
|
||||
define("LAN_UPDATE_23", "Updating Menu Path: ");
|
||||
define("LAN_UPDATE_24", "Deleting Deprecated Table Field: ");
|
||||
define("LAN_UPDATE_25", "Deleting obsolete table: ");
|
||||
define("LAN_UPDATE_26", "Extending IP address field: ");
|
||||
define("LAN_UPDATE_27", "Adding Table: ");
|
||||
define("LAN_UPDATE_28", "[x] saved emails moved");
|
||||
define("LAN_UPDATE_29", "Depending on your particular configuration, you may need to run the upgrade process several times.");
|
||||
|
||||
// Everything below here needs reviewing.
|
||||
|
||||
// define("LAN_UPDATE_35", "Error modifying data in comment table");
|
||||
// define("LAN_UPDATE_36", "Error deleting old field in comment table");
|
||||
define("LAN_UPDATE_37", "Add index [x] to table [y]");
|
||||
define("LAN_UPDATE_38", "Update front page settings");
|
||||
// define("LAN_UPDATE_39", "Update linkwords table");
|
||||
define("LAN_UPDATE_40", "Update newsfeeds table");
|
||||
define("LAN_UPDATE_41", "User timezone field processed");
|
||||
define("LAN_UPDATE_42", "Error transferring user timezone data - aborted");
|
||||
define("LAN_UPDATE_43", "Rename dblog table");
|
||||
define("LAN_UPDATE_44", "Rename rolling log table");
|
||||
define("LAN_UPDATE_45", "Adding new table to database: ");
|
||||
define("LAN_UPDATE_46", "Error reading table definition: ");
|
||||
|
||||
define("LAN_UPDATE_50", "Obsolete prefs deleted: ");
|
||||
define("LAN_UPDATE_51", "Update plugin table definition: ");
|
||||
define("LAN_UPDATE_52", "Update downloads table");
|
||||
define("LAN_UPDATE_53", "Update download mirror table");
|
||||
define("LAN_UPDATE_54", "Missing table [y] - cannot add index [x]");
|
||||
define("LAN_UPDATE_55", "Description");
|
||||
define("LAN_UPDATE_56", "System Update");
|
||||
|
||||
define("LAN_UPDATE_57", "Before continuing, please manually delete the following outdated folders from your system:");
|
||||
|
||||
define("LAN_UPDATE_CAPTION_PLUGIN", "Plugin Updates"); // Unused
|
||||
define("LAN_UPDATE_CAPTION_CORE", "Core Updates"); // Unused
|
||||
|
||||
define("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.");
|
||||
|
||||
// define("LAN_UPDATE_5", "Update available");
|
||||
// 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");
|
||||
|
||||
|
||||
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.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user