mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* Copyright (C) 2008-2025 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.");
|
||||
|
||||
define("METLAN_8", "SEO Title Character Limit");
|
||||
define("METLAN_9", "SEO Description Character Limit");
|
||||
return [
|
||||
'METLAN_00' => "Meta & Custom Tags",
|
||||
'METLAN_1' => "Additional meta tags",
|
||||
'METLAN_2' => "e.g. < meta name='revisit-after' content='30 days' />",
|
||||
'METLAN_3' => "Use news title and summary as the meta-description on news pages.",
|
||||
'METLAN_4' => "Custom tags (inside [x] tags)",
|
||||
'METLAN_5' => "Custom tags (after [x])",
|
||||
'METLAN_6' => "Custom tags (before [x])",
|
||||
'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.",
|
||||
'METLAN_8' => "SEO Title Character Limit",
|
||||
'METLAN_9' => "SEO Description Character Limit",
|
||||
];
|
||||
|
Reference in New Issue
Block a user