mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 16:23:35 +01:00
LANS found on PAGE and MENU replaced with common terms - plus other odd instances of same terms.
19 lines
485 B
PHP
19 lines
485 B
PHP
<?php
|
|
/*
|
|
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
* $Id$
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
define("UDALAN_1", "Error - please re-submit.");
|
|
define("UDALAN_2", "Admin Settings updated");
|
|
define("UDALAN_3", "Settings updated for");
|
|
define("UDALAN_4", "Name");
|
|
//define("UDALAN_5", "Password");//LAN_PASSWORD
|
|
define("UDALAN_6", "Re-type password");
|
|
define("UDALAN_7", "Change password");
|
|
define("UDALAN_8", "Password updated for");
|
|
|
|
?>
|