Files
kupshop/admin/lang/english/seo.php
2025-08-02 16:30:27 +02:00

12 lines
410 B
PHP

<?php
$txt_str['seo'] = [
'flapSeo' => 'SEO',
'meta_title' => 'Title',
'meta_description' => 'Description',
'maxLength70' => '70 characters maximum.',
'maxLength100' => '100 characters maximum.',
'maxLength160' => 'Max 160 characters. Start with capital letter and end with full stop.',
'maxLength250' => 'Max 250 characters. Start with capital letter and end with full stop.',
];