1
0

32 lines
1015 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Heading
$_['heading_title'] = 'SEO URL';
// Text
$_['text_success'] = 'Success: You have modified SEO URL!';
$_['text_list'] = 'SEO URL List';
$_['text_add'] = 'Add SEO URL';
$_['text_edit'] = 'Edit SEO URL';
$_['text_filter'] = 'Filter';
$_['text_default'] = 'Default';
// Column
$_['column_query'] = 'Query';
$_['column_keyword'] = 'Keyword';
$_['column_store'] = 'Store';
$_['column_language'] = 'Language';
2020-03-02 02:28:04 +02:00
$_['column_action'] = 'Toiminto';
2020-02-12 23:25:39 +02:00
// Entry
2021-10-08 18:17:57 +03:00
$_['entry_query'] = 'Query';
$_['entry_keyword'] = 'Keyword';
$_['entry_store'] = 'Store';
$_['entry_language'] = 'Language';
2020-02-12 23:25:39 +02:00
// Error
2020-02-16 13:32:04 +02:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify SEO URL!';
2021-10-08 18:17:57 +03:00
$_['error_query'] = 'Query must be between 3 and 64 characters!';
$_['error_keyword'] = 'Keyword must be between 3 and 64 characters!';
$_['error_exists'] = 'Keyword already in use!';
$_['error_query_exists'] = 'Query already in use!';