1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Update lan_admin.php

This commit is contained in:
Gábor
2017-05-02 06:47:57 +02:00
committed by GitHub
parent c9c7a1a8cc
commit 9fa9d66a61

View File

@@ -332,6 +332,7 @@ define("LAN_OPTIONAL", "optional");
define("LAN_INACTIVE","Inactive");
define("LAN_ACTIVATE","Activate");
define("LAN_ACCEPT","Accept");
define("LAN_PASSWORD_WARNING", "It is HIGHLY recommended that you [change your password encoding] to the PHP Default. (Password hashes will be automatically upgraded during user login.)");
define("LAN_PENDING","Pending");
define("LAN_SUBMITTED","Submitted");
define("LAN_POSTED_BY_X","Posted by [x] [y]");
@@ -466,7 +467,6 @@ define("LAN_UI_BATCH_DEATTACH_SUCCESS", "[x] removed from [y] record(s).");
define("LAN_UI_EDIT_LABEL", "Update record #[x]");
define("LAN_UI_CREATE_LABEL", "Create new record");
define("LAN_UI_PREF_LABEL", "Settings");
define("LAN_UI_PASSWORD_WARNING", "It is HIGHLY recommended that you [change your password encoding] to the PHP Default.[br](Password hashes will be automatically upgraded during user login.)");
define("LAN_UI_DELETE_LABEL", "Confirm Delete");
define("LAN_UI_DELETE_WARNING", "You are about to delete [x] records. Please confirm to continue.");
define("LAN_UI_BATCH_CREATELINK", "Create Link");