mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
Use standard LANs
This commit is contained in:
parent
ea06f9a446
commit
d10a42a640
@ -663,11 +663,11 @@ class page
|
||||
if ($admin_log->logArrayDiffs($temp, $pref, 'CPAGE_04'))
|
||||
{
|
||||
save_prefs(); // Only save if changes
|
||||
$emessage->add(CUSLAN_45, E_MESSAGE_SUCCESS);
|
||||
$emessage->add(LAN_SETSAVED, E_MESSAGE_SUCCESS);
|
||||
}
|
||||
else
|
||||
{
|
||||
$emessage->add(CUSLAN_46);
|
||||
$emessage->add(LAN_NOCHANGE_NOTSAVED);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -221,7 +221,8 @@ define("LAN_MANAGE","Manage");
|
||||
define("LAN_UPDATE","Update");
|
||||
define("LAN_SAVE","Save");
|
||||
define("LAN_SAVED","Saved");
|
||||
define("LAN_SETSAVED","Your settings have been saved");
|
||||
define('LAN_SETSAVED','Your settings have been saved');
|
||||
define('LAN_NOCHANGE_NOTSAVED', 'Nothing changed - not saved');
|
||||
define("LAN_CONFIRMDEL","Please confirm you wish to delete");
|
||||
define("LAN_JSCONFIRM","Are you sure?");
|
||||
define("LAN_OPTIONS","Options");
|
||||
|
@ -50,8 +50,8 @@ define("CUSLAN_41", "Display author and date information");
|
||||
define("CUSLAN_42", "No pages defined yet");
|
||||
define('CUSLAN_43', 'untitled menu: ');
|
||||
define('CUSLAN_44', 'untitled page');
|
||||
define('CUSLAN_45', 'Settings saved');
|
||||
define('CUSLAN_46', 'Nothing changed - not saved');
|
||||
//define('CUSLAN_45', 'Settings saved');
|
||||
//define('CUSLAN_46', 'Nothing changed - not saved');
|
||||
define('CUSLAN_47', 'General Information');
|
||||
define('CUSLAN_48', "Pages");
|
||||
define('CUSLAN_49', "Menus");
|
||||
|
Loading…
x
Reference in New Issue
Block a user