mirror of
https://github.com/e107inc/e107.git
synced 2025-10-09 03:56:24 +02:00
19 lines
746 B
PHP
19 lines
746 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("METLAN_00", "Meta & Custom Tags");
|
|
|
|
define("METLAN_1", "Additional meta tags");
|
|
define("METLAN_2", "e.g. < meta name='revisit-after' content='30 days' />");
|
|
define("METLAN_3", "Use news title and summary as the meta-description on news pages.");
|
|
|
|
define("METLAN_4", "Custom tags (inside [x] tags)");
|
|
define("METLAN_5", "Custom tags (after [x])");
|
|
define("METLAN_6", "Custom tags (before [x])");
|
|
define("METLAN_7", "Any meta data or custom HTML tags entered here (such as <script> tags or Google analytics code) will be included on every page of the website in their designated areas.");
|