mirror of
https://github.com/e107inc/e107.git
synced 2025-02-07 07:47:59 +01:00
14 lines
334 B
PHP
14 lines
334 B
PHP
<?php
|
|
/**
|
|
* Copyright (C) e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
* $Id$
|
|
*
|
|
* News menu language file
|
|
*/
|
|
|
|
define("TD_MENU_L1", "Other News");
|
|
define("TD_MENU_L2", "Other News");
|
|
|
|
define("LAN_NEWSCAT_MENU_TITLE", "News Categories");
|
|
define("LAN_NEWSLATEST_MENU_TITLE", "Latest News");
|
|
?>
|