1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00
Files
php-e107/e107_languages/English/admin/lan_meta.php

22 lines
841 B
PHP

<?php
/*
* Copyright (C) 2008-2025 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
*/
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",
];