article.php
2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
// * @source See SOURCE.txt for source and other copyright.
// * @license GNU General Public License version 3; see LICENSE.txt
// Heading
$_['heading_title'] = 'Articles';
// Text
$_['text_success'] = 'Success: You have modified articles!';
$_['text_list'] = 'Article List';
$_['text_add'] = 'Add Article';
$_['text_edit'] = 'Edit Article';
$_['text_default'] = 'Default';
// Column
$_['column_name'] = 'Article Name';
$_['column_image'] = 'Image';
$_['column_status'] = 'Status';
$_['column_noindex'] = 'Index';
$_['column_action'] = 'Action';
// Entry
$_['entry_name'] = 'Article Name';
$_['entry_description'] = 'Article';
$_['entry_meta_title'] = 'Meta Tag Title';
$_['entry_meta_h1'] = 'HTML Tag H1';
$_['entry_meta_keyword'] = 'Meta Tag Keywords';
$_['entry_meta_description'] = 'Meta Tag Description';
$_['entry_keyword'] = 'SEO URL';
$_['entry_store'] = 'Stores';
$_['entry_image'] = 'Image';
$_['entry_status'] = 'Status';
$_['entry_noindex'] = 'Index';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_category'] = 'Categories';
$_['entry_main_category'] = 'Main Category';
$_['entry_download'] = 'Downloads';
$_['entry_related'] = 'Related Article';
$_['entry_related_product'] = 'Related Products';
$_['entry_tag'] = 'Product Tags';
$_['entry_layout'] = 'Layout Override';
// Help
$_['help_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the keyword is globally unique.';
$_['help_category'] = '(Autocomplete)';
$_['help_download'] = '(Autocomplete)';
$_['help_related'] = '(Autocomplete)';
$_['help_related_product'] = '(Autocomplete)';
$_['help_tag'] = 'comma separated';
$_['help_noindex'] = 'indexing in search engines Google, Bing and other';
// Error
$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
$_['error_permission'] = 'Warning: You do not have permission to modify products!';
$_['error_name'] = 'Product Name must be greater than 3 and less than 255 characters!';
$_['error_meta_title'] = 'Meta Title must be greater than 0 and less than 255 characters!';
$_['error_meta_h1'] = 'HTML Tag H1 must be greater than 0 and less than 255 characters!';
$_['error_keyword'] = 'SEO keyword already in use!';