1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Update lan_admin.php

This commit is contained in:
Gábor 2018-07-06 07:39:34 +02:00 committed by GitHub
parent 31e16310e7
commit 510453a870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -551,3 +551,5 @@ define("LAN_UI_FILTER_NEXT_WEEK", "Next Week");
define("LAN_UI_FILTER_NEXT_MONTH", "Next Month");
define("LAN_UI_FILTER_NEXT_YEAR", "Next Year");
define("LAN_UI_FILTER_IS_EMPTY", "Is Empty");
define("LAN_RECALCULATE_COMMENT_COUNT", "Recalculate comment count");
define("LAN_SUCC_RECALCULATE_COMMENT_COUNT", "Comment count successfully recalculated!");