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

Update lan_error.php

This commit is contained in:
Gábor 2018-05-08 08:22:12 +02:00 committed by GitHub
parent 01ad6fe896
commit 7b13e891ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,4 +64,8 @@ define("LAN_ERROR_44", "Site logo");
define("LAN_ERROR_45", "What can you do now?");
define("LAN_ERROR_46", "Check log for details.");
define("LAN_ERROR_47", "Validation error: News title can\'t be empty!");
define("LAN_ERROR_48", "Validation error: News SEF URL value is required field and can\'t be empty!");
define("LAN_ERROR_49", "Validation error: News SEF URL is unique field - current value already in use! Please choose another SEF URL value.");
define("LAN_ERROR_50", "Validation error: News category can\'t be empty!");
?>