mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 16:23:35 +01:00
25 lines
809 B
PHP
25 lines
809 B
PHP
<?php
|
|
/*
|
|
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
* $Id: lan_meta.php,v 1.2 2008-12-15 13:42:25 secretr Exp $
|
|
*
|
|
* Admin Language File
|
|
*
|
|
*/
|
|
|
|
define("METLAN_1", "Meta tags updated in database");
|
|
define("METLAN_2", "Enter additional meta-tags");
|
|
define("METLAN_3", "Enter new meta tag settings");
|
|
//define("METLAN_4", "Updated");
|
|
define("METLAN_5", "type your description here");
|
|
define("METLAN_6", "type, a, list, of, your, keywords, here");
|
|
define("METLAN_7", "type your copyright info here");
|
|
define("METLAN_8", "Meta Tags");
|
|
|
|
define("METLAN_9", "Description");
|
|
define("METLAN_10", "Keywords");
|
|
define("METLAN_11", "Copyright");
|
|
define("METLAN_12", "Use News title and summary as the meta-description on news pages.");
|
|
define("METLAN_13", "Author");
|
|
|
|
?>
|