mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 16:26:20 +02:00
LANS found on PAGE and MENU replaced with common terms - plus other odd instances of same terms.
27 lines
728 B
PHP
27 lines
728 B
PHP
<?php
|
|
/*
|
|
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
define("MDCLAN_1", "Moderated.");
|
|
define("MDCLAN_2", "No comments for this item");
|
|
define("MDCLAN_3", "Member");
|
|
define("MDCLAN_4", "Guest");
|
|
define("MDCLAN_5", "unblock");
|
|
define("MDCLAN_6", "block");
|
|
|
|
define("MDCLAN_8", "Moderate Comments");
|
|
define("MDCLAN_9", "Warning! Deleting Parent comments will also delete all replies!");
|
|
|
|
//define("MDCLAN_10", "options");//LAN_OPTIONS
|
|
define("MDCLAN_11", "comment");
|
|
define("MDCLAN_12", "comments");
|
|
define("MDCLAN_13", "blocked");
|
|
define("MDCLAN_14", "lock comments");
|
|
define("MDCLAN_15", "open");
|
|
define("MDCLAN_16", "locked");
|
|
|
|
?>
|