mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
new module creation
This commit is contained in:
27
e107_languages/English/admin/lan_meta.php
Normal file
27
e107_languages/English/admin/lan_meta.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_meta.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:41 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
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");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user