Рамиз Мирзаев

Add English lang

Showing 431 changed files with 2606 additions and 0 deletions
This diff is collapsed. Click to expand it.
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Articles';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified articles!';
10 +$_['text_list'] = 'Article List';
11 +$_['text_add'] = 'Add Article';
12 +$_['text_edit'] = 'Edit Article';
13 +$_['text_default'] = 'Default';
14 +
15 +// Column
16 +$_['column_name'] = 'Article Name';
17 +$_['column_image'] = 'Image';
18 +$_['column_status'] = 'Status';
19 +$_['column_noindex'] = 'Index';
20 +$_['column_action'] = 'Action';
21 +
22 +// Entry
23 +$_['entry_name'] = 'Article Name';
24 +$_['entry_description'] = 'Article';
25 +$_['entry_meta_title'] = 'Meta Tag Title';
26 +$_['entry_meta_h1'] = 'HTML Tag H1';
27 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
28 +$_['entry_meta_description'] = 'Meta Tag Description';
29 +$_['entry_keyword'] = 'SEO URL';
30 +$_['entry_store'] = 'Stores';
31 +$_['entry_image'] = 'Image';
32 +$_['entry_status'] = 'Status';
33 +$_['entry_noindex'] = 'Index';
34 +$_['entry_sort_order'] = 'Sort Order';
35 +$_['entry_category'] = 'Categories';
36 +$_['entry_main_category'] = 'Main Category';
37 +$_['entry_download'] = 'Downloads';
38 +$_['entry_related'] = 'Related Article';
39 +$_['entry_related_product'] = 'Related Products';
40 +$_['entry_tag'] = 'Product Tags';
41 +$_['entry_layout'] = 'Layout Override';
42 +
43 +// Help
44 +$_['help_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the keyword is globally unique.';
45 +$_['help_category'] = '(Autocomplete)';
46 +$_['help_download'] = '(Autocomplete)';
47 +$_['help_related'] = '(Autocomplete)';
48 +$_['help_related_product'] = '(Autocomplete)';
49 +$_['help_tag'] = 'comma separated';
50 +$_['help_noindex'] = 'indexing in search engines Google, Bing and other';
51 +
52 +// Error
53 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
54 +$_['error_permission'] = 'Warning: You do not have permission to modify products!';
55 +$_['error_name'] = 'Product Name must be greater than 3 and less than 255 characters!';
56 +$_['error_meta_title'] = 'Meta Title must be greater than 0 and less than 255 characters!';
57 +$_['error_meta_h1'] = 'HTML Tag H1 must be greater than 0 and less than 255 characters!';
58 +$_['error_keyword'] = 'SEO keyword already in use!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Categories';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified categories!';
10 +$_['text_list'] = 'Category List';
11 +$_['text_add'] = 'Add Category';
12 +$_['text_edit'] = 'Edit Category';
13 +$_['text_default'] = 'Default';
14 +$_['text_category_total'] = 'Total Categories: ';
15 +
16 +// Column
17 +$_['column_name'] = 'Category Name';
18 +$_['column_sort_order'] = 'Sort Order';
19 +$_['column_noindex'] = 'Index';
20 +$_['column_action'] = 'Action';
21 +
22 +// Entry
23 +$_['entry_name'] = 'Category Name';
24 +$_['entry_description'] = 'Description';
25 +$_['entry_meta_title'] = 'Meta Tag Title';
26 +$_['entry_meta_h1'] = 'HTML Tag H1';
27 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
28 +$_['entry_meta_description'] = 'Meta Tag Description';
29 +$_['entry_keyword'] = 'SEO Keyword';
30 +$_['entry_parent'] = 'Parent';
31 +$_['entry_store'] = 'Stores';
32 +$_['entry_image'] = 'Image';
33 +$_['entry_top'] = 'Top';
34 +$_['entry_column'] = 'Columns';
35 +$_['entry_sort_order'] = 'Sort Order';
36 +$_['entry_status'] = 'Status';
37 +$_['entry_noindex'] = 'Index';
38 +$_['entry_layout'] = 'Layout Override';
39 +
40 +// Help
41 +$_['help_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the keyword is globally unique.';
42 +$_['help_top'] = 'Display in the top menu bar. Only works for the top parent categories.';
43 +$_['help_column'] = 'Number of columns to use for the bottom 3 categories. Only works for the top parent categories.';
44 +$_['help_noindex'] = 'indexing in search engines Google, Bing and other';
45 +
46 +// Error
47 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
48 +$_['error_permission'] = 'Warning: You do not have permission to modify categories!';
49 +$_['error_name'] = 'Category Name must be between 2 and 32 characters!';
50 +$_['error_meta_title'] = 'Meta Title must be greater than 0 and less than 255 characters!';
51 +$_['error_meta_h1'] = 'HTML Tag H1 must be greater than 0 and less than 255 characters!';
52 +$_['error_keyword'] = 'SEO keyword already in use!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Reviews';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified reviews!';
10 +$_['text_list'] = 'Review List';
11 +$_['text_add'] = 'Add Review';
12 +$_['text_edit'] = 'Edit Review';
13 +
14 +// Column
15 +$_['column_article'] = 'Article';
16 +$_['column_author'] = 'Author';
17 +$_['column_rating'] = 'Rating';
18 +$_['column_status'] = 'Status';
19 +$_['column_date_added'] = 'Date Added';
20 +$_['column_action'] = 'Action';
21 +
22 +// Entry
23 +$_['entry_article'] = 'Article';
24 +$_['entry_author'] = 'Author';
25 +$_['entry_rating'] = 'Rating';
26 +$_['entry_status'] = 'Status';
27 +$_['entry_text'] = 'Text';
28 +$_['entry_date_added'] = 'Date Added';
29 +
30 +// Help
31 +$_['help_article'] = '(Autocomplete)';
32 +
33 +// Error
34 +$_['error_permission'] = 'Warning: You do not have permission to modify reviews!';
35 +$_['error_article'] = 'Article required!';
36 +$_['error_author'] = 'Author must be between 3 and 64 characters!';
37 +$_['error_text'] = 'Review Text must be at least 1 character!';
38 +$_['error_rating'] = 'Review rating required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Setting Blog';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified setting blog!';
10 +$_['text_edit'] = 'Edit Setting blog';
11 +$_['text_article'] = 'articles';
12 +$_['text_review'] = 'Reviews';
13 +
14 +// Entry
15 +$_['entry_article_limit'] = 'Default Items Per Page (Catalog)';
16 +$_['entry_article_description_length'] = 'List Description Limit (Catalog)';
17 +$_['entry_limit_admin'] = 'Default Items Per Page (Admin)';
18 +$_['entry_article_count'] = 'Category article Count';
19 +$_['entry_blog_menu'] = 'Top menu';
20 +$_['entry_article_download'] = 'Allow downloads';
21 +$_['entry_review'] = 'Allow Reviews';
22 +$_['entry_review_guest'] = 'Allow Guest Reviews';
23 +$_['entry_review_mail'] = 'New Review Alert Mail';
24 +$_['entry_image_category'] = 'Category Image Size';
25 +$_['entry_image_article'] = 'article Image List Size';
26 +$_['entry_image_related'] = 'Related article Image Size';
27 +$_['entry_width'] = 'Width';
28 +$_['entry_height'] = 'Height';
29 +$_['entry_name'] = 'Name';
30 +$_['entry_meta_title'] = 'Meta Title';
31 +$_['entry_html_h1'] = 'Html Tag H1';
32 +$_['entry_meta_description'] = 'Meta Tag Description';
33 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
34 +
35 +// Help
36 +$_['help_article_limit'] = 'Determines how many catalog items are shown per page (articles, etc).';
37 +$_['help_article_description_length'] = 'In the list view, short description character limit (categories, etc).';
38 +$_['help_limit_admin'] = 'Determines how many admin items are shown per page (articles, categories, etc).';
39 +$_['help_article_count'] = 'Show the number of articles inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!';
40 +$_['help_blog_menu'] = 'Show the top horizontal menu link on the blog.';
41 +$_['help_review'] = 'Enable/Disable new review entry and display of existing reviews.';
42 +$_['help_review_guest'] = 'Allow guests to post reviews.';
43 +$_['help_review_mail'] = 'Send an email to the store owner when a new review is created.';
44 +
45 +// Error
46 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
47 +$_['error_permission'] = 'Warning: You do not have permission to modify settings!';
48 +$_['error_limit'] = 'Limit required!';
49 +$_['error_image_article'] = 'Article List Size dimensions required!';
50 +$_['error_image_category'] = 'Category List Size dimensions required!';
51 +$_['error_image_related'] = 'Related article Image Size dimensions required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Attributes';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified attributes!';
7 +$_['text_list'] = 'Attribute List';
8 +$_['text_add'] = 'Add Attribute';
9 +$_['text_edit'] = 'Edit Attribute';
10 +
11 +// Column
12 +$_['column_name'] = 'Attribute Name';
13 +$_['column_attribute_group'] = 'Attribute Group';
14 +$_['column_sort_order'] = 'Sort Order';
15 +$_['column_action'] = 'Action';
16 +
17 +// Entry
18 +$_['entry_name'] = 'Attribute Name';
19 +$_['entry_attribute_group'] = 'Attribute Group';
20 +$_['entry_sort_order'] = 'Sort Order';
21 +
22 +// Error
23 +$_['error_permission'] = 'Warning: You do not have permission to modify attributes!';
24 +$_['error_attribute_group'] = 'Attribute Group Required!';
25 +$_['error_name'] = 'Attribute Name must be between 1 and 64 characters!';
26 +$_['error_product'] = 'Warning: This attribute cannot be deleted as it is currently assigned to %s products!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Attribute Groups';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified attribute groups!';
7 +$_['text_list'] = 'Attribute Group List';
8 +$_['text_add'] = 'Add Attribute Group';
9 +$_['text_edit'] = 'Edit Attribute Group';
10 +
11 +// Column
12 +$_['column_name'] = 'Attribute Group Name';
13 +$_['column_sort_order'] = 'Sort Order';
14 +$_['column_action'] = 'Action';
15 +
16 +// Entry
17 +$_['entry_name'] = 'Attribute Group Name';
18 +$_['entry_sort_order'] = 'Sort Order';
19 +
20 +// Error
21 +$_['error_permission'] = 'Warning: You do not have permission to modify attribute groups!';
22 +$_['error_name'] = 'Attribute Group Name must be between 1 and 64 characters!';
23 +$_['error_attribute'] = 'Warning: This attribute group cannot be deleted as it is currently assigned to %s attributes!';
24 +$_['error_product'] = 'Warning: This attribute group cannot be deleted as it is currently assigned to %s products!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Categories';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified categories!';
10 +$_['text_list'] = 'Category List';
11 +$_['text_add'] = 'Add Category';
12 +$_['text_edit'] = 'Edit Category';
13 +$_['text_default'] = 'Default';
14 +$_['text_category_total'] = 'Total Categories: ';
15 +$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
16 +
17 +// Column
18 +$_['column_name'] = 'Category Name';
19 +$_['column_sort_order'] = 'Sort Order';
20 +$_['column_noindex'] = 'Index';
21 +$_['column_action'] = 'Action';
22 +
23 +// Entry
24 +$_['entry_name'] = 'Category Name';
25 +$_['entry_meta_h1'] = 'Meta Tag H1';
26 +$_['entry_description'] = 'Description';
27 +$_['entry_meta_title'] = 'Meta Tag Title';
28 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
29 +$_['entry_meta_description'] = 'Meta Tag Description';
30 +$_['entry_store'] = 'Stores';
31 +$_['entry_keyword'] = 'Keyword';
32 +$_['entry_parent'] = 'Parent';
33 +$_['entry_filter'] = 'Filters';
34 +$_['entry_image'] = 'Image';
35 +$_['entry_top'] = 'Top';
36 +$_['entry_column'] = 'Columns';
37 +$_['entry_sort_order'] = 'Sort Order';
38 +$_['entry_status'] = 'Status';
39 +$_['entry_layout'] = 'Layout Override';
40 +$_['entry_noindex'] = 'Index';
41 +$_['entry_related_wb'] = 'Featured Products:';
42 +$_['entry_related_article'] = 'Featured Articles:';
43 +
44 +// Help
45 +$_['help_filter'] = '(Autocomplete)';
46 +$_['help_top'] = 'Display in the top menu bar. Only works for the top parent categories.';
47 +$_['help_column'] = 'Number of columns to use for the bottom 3 categories. Only works for the top parent categories.';
48 +$_['help_related'] = '(Autocomplete)';
49 +
50 +// Error
51 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
52 +$_['error_permission'] = 'Warning: You do not have permission to modify categories!';
53 +$_['error_name'] = 'Category Name must be between 1 and 255 characters!';
54 +$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
55 +$_['error_keyword'] = 'SEO URL already in use!';
56 +$_['error_unique'] = 'SEO URL must be unique!';
57 +$_['error_parent'] = 'The parent category you have chosen is a child of the current one!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Downloads';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified downloads!';
7 +$_['text_list'] = 'Download List';
8 +$_['text_add'] = 'Add Download';
9 +$_['text_edit'] = 'Edit Download';
10 +$_['text_upload'] = 'Your file was successfully uploaded!';
11 +
12 +// Column
13 +$_['column_name'] = 'Download Name';
14 +$_['column_date_added'] = 'Date Added';
15 +$_['column_action'] = 'Action';
16 +
17 +// Entry
18 +$_['entry_name'] = 'Download Name';
19 +$_['entry_filename'] = 'Filename';
20 +$_['entry_mask'] = 'Mask';
21 +
22 +// Help
23 +$_['help_filename'] = 'You can upload via the upload button or use FTP to upload to the download directory and enter the details below.';
24 +$_['help_mask'] = 'It is recommended that the filename and the mask are different to stop people trying to directly link to your downloads.';
25 +
26 +// Error
27 +$_['error_permission'] = 'Warning: You do not have permission to modify downloads!';
28 +$_['error_name'] = 'Download Name must be between 3 and 64 characters!';
29 +$_['error_upload'] = 'Upload required!';
30 +$_['error_filename'] = 'Filename must be between 3 and 128 characters!';
31 +$_['error_exists'] = 'File does not exist!';
32 +$_['error_mask'] = 'Mask must be between 3 and 128 characters!';
33 +$_['error_filetype'] = 'Invalid file type!';
34 +$_['error_product'] = 'Warning: This download cannot be deleted as it is currently assigned to %s products!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Filters';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified filters!';
7 +$_['text_list'] = 'Filter List';
8 +$_['text_add'] = 'Add Filter';
9 +$_['text_edit'] = 'Edit Filter';
10 +$_['text_group'] = 'Filter Group';
11 +$_['text_value'] = 'Filter Values';
12 +
13 +// Column
14 +$_['column_group'] = 'Filter Group';
15 +$_['column_sort_order'] = 'Sort Order';
16 +$_['column_action'] = 'Action';
17 +
18 +// Entry
19 +$_['entry_group'] = 'Filter Group Name';
20 +$_['entry_name'] = 'Filter Name';
21 +$_['entry_sort_order'] = 'Sort Order';
22 +
23 +// Error
24 +$_['error_permission'] = 'Warning: You do not have permission to modify filters!';
25 +$_['error_group'] = 'Filter Group Name must be between 1 and 64 characters!';
26 +$_['error_name'] = 'Filter Name must be between 1 and 64 characters!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Information';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified information!';
10 +$_['text_list'] = 'Information List';
11 +$_['text_add'] = 'Add Information';
12 +$_['text_edit'] = 'Edit Information';
13 +$_['text_default'] = 'Default';
14 +$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
15 +
16 +// Column
17 +$_['column_title'] = 'Information Title';
18 +$_['column_sort_order'] = 'Sort Order';
19 +$_['column_noindex'] = 'Index';
20 +$_['column_action'] = 'Action';
21 +
22 +// Entry
23 +$_['entry_title'] = 'Information Title';
24 +$_['entry_meta_h1'] = 'Meta Tag H1';
25 +$_['entry_description'] = 'Description';
26 +$_['entry_meta_title'] = 'Meta Tag Title';
27 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
28 +$_['entry_meta_description'] = 'Meta Tag Description';
29 +$_['entry_store'] = 'Stores';
30 +$_['entry_keyword'] = 'Keyword';
31 +$_['entry_bottom'] = 'Bottom';
32 +$_['entry_status'] = 'Status';
33 +$_['entry_sort_order'] = 'Sort Order';
34 +$_['entry_layout'] = 'Layout Override';
35 +$_['entry_noindex'] = 'Index';
36 +
37 +// Help
38 +$_['help_bottom'] = 'Display in the bottom footer.';
39 +
40 +// Error
41 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
42 +$_['error_permission'] = 'Warning: You do not have permission to modify information!';
43 +$_['error_title'] = 'Information Title must be between 1 and 64 characters!';
44 +$_['error_description'] = 'Description must be more than 3 characters!';
45 +$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
46 +$_['error_keyword'] = 'SEO URL already in use!';
47 +$_['error_unique'] = 'SEO URL must be unique!';
48 +$_['error_account'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store account terms!';
49 +$_['error_checkout'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store checkout terms!';
50 +$_['error_affiliate'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store affiliate terms!';
51 +$_['error_return'] = 'Warning: This information page cannot be deleted as it is currently assigned as the store return terms!';
52 +$_['error_store'] = 'Warning: This information page cannot be deleted as it is currently used by %s stores!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Manufacturers';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified manufacturers!';
10 +$_['text_list'] = 'Manufacturer List';
11 +$_['text_add'] = 'Add Manufacturer';
12 +$_['text_edit'] = 'Edit Manufacturer';
13 +$_['text_default'] = 'Default';
14 +$_['text_percent'] = 'Percentage';
15 +$_['text_amount'] = 'Fixed Amount';
16 +$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
17 +
18 +// Column
19 +$_['column_name'] = 'Manufacturer Name';
20 +$_['column_sort_order'] = 'Sort Order';
21 +$_['column_noindex'] = 'Index';
22 +$_['column_action'] = 'Action';
23 +
24 +// Entry
25 +$_['entry_name'] = 'Manufacturer Name';
26 +$_['entry_meta_h1'] = 'Meta Tag H1';
27 +$_['entry_description'] = 'Description';
28 +$_['entry_meta_title'] = 'Meta Tag Title';
29 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
30 +$_['entry_meta_description'] = 'Meta Tag Description';
31 +$_['entry_store'] = 'Stores';
32 +$_['entry_keyword'] = 'Keyword';
33 +$_['entry_image'] = 'Image';
34 +$_['entry_sort_order'] = 'Sort Order';
35 +$_['entry_type'] = 'Type';
36 +$_['entry_noindex'] = 'Index';
37 +$_['entry_related_mn'] = 'Featured Products:';
38 +$_['entry_related_article'] = 'Featured Articles:';
39 +$_['entry_layout'] = 'Layout Override';
40 +$_['tab_design'] = 'Design';
41 +
42 +// Help
43 +$_['help_related'] = '(Autocomplete)';
44 +
45 +// Error
46 +$_['error_permission'] = 'Warning: You do not have permission to modify manufacturers!';
47 +$_['error_name'] = 'Manufacturer Name must be between 1 and 64 characters!';
48 +$_['error_keyword'] = 'SEO URL already in use!';
49 +$_['error_unique'] = 'SEO URL must be unique!';
50 +$_['error_product'] = 'Warning: This manufacturer cannot be deleted as it is currently assigned to %s products!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Options';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified options!';
7 +$_['text_list'] = 'Option List';
8 +$_['text_add'] = 'Add Option';
9 +$_['text_edit'] = 'Edit Option';
10 +$_['text_choose'] = 'Choose';
11 +$_['text_select'] = 'Select';
12 +$_['text_radio'] = 'Radio';
13 +$_['text_checkbox'] = 'Checkbox';
14 +$_['text_input'] = 'Input';
15 +$_['text_text'] = 'Text';
16 +$_['text_textarea'] = 'Textarea';
17 +$_['text_file'] = 'File';
18 +$_['text_date'] = 'Date';
19 +$_['text_datetime'] = 'Date &amp; Time';
20 +$_['text_time'] = 'Time';
21 +$_['text_option'] = 'Option';
22 +$_['text_value'] = 'Option Values';
23 +
24 +// Column
25 +$_['column_name'] = 'Option Name';
26 +$_['column_sort_order'] = 'Sort Order';
27 +$_['column_action'] = 'Action';
28 +
29 +// Entry
30 +$_['entry_name'] = 'Option Name';
31 +$_['entry_type'] = 'Type';
32 +$_['entry_option_value'] = 'Option Value Name';
33 +$_['entry_image'] = 'Image';
34 +$_['entry_sort_order'] = 'Sort Order';
35 +
36 +// Error
37 +$_['error_permission'] = 'Warning: You do not have permission to modify options!';
38 +$_['error_name'] = 'Option Name must be between 1 and 128 characters!';
39 +$_['error_type'] = 'Warning: Option Values required!';
40 +$_['error_option_value'] = 'Option Value Name must be between 1 and 128 characters!';
41 +$_['error_product'] = 'Warning: This option cannot be deleted as it is currently assigned to %s products!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Products';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified products!';
10 +$_['text_list'] = 'Product List';
11 +$_['text_add'] = 'Add Product';
12 +$_['text_edit'] = 'Edit Product';
13 +$_['text_filter'] = 'Filter';
14 +$_['text_plus'] = '+';
15 +$_['text_minus'] = '-';
16 +$_['text_default'] = 'Default';
17 +$_['text_option'] = 'Option';
18 +$_['text_option_value'] = 'Option Value';
19 +$_['text_percent'] = 'Percentage';
20 +$_['text_amount'] = 'Fixed Amount';
21 +$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';
22 +
23 +// Column
24 +$_['column_name'] = 'Product Name';
25 +$_['column_model'] = 'Model';
26 +$_['column_image'] = 'Image';
27 +$_['column_price'] = 'Price';
28 +$_['column_quantity'] = 'Quantity';
29 +$_['column_status'] = 'Status';
30 +$_['column_noindex'] = 'Index';
31 +$_['column_action'] = 'Action';
32 +
33 +// Entry
34 +$_['entry_name'] = 'Product Name';
35 +$_['entry_description'] = 'Description';
36 +$_['entry_meta_title'] = 'Meta Tag Title';
37 +$_['entry_meta_h1'] = 'Meta Tag H1';
38 +$_['entry_meta_keyword'] = 'Meta Tag Keywords';
39 +$_['entry_meta_description'] = 'Meta Tag Description';
40 +$_['entry_store'] = 'Stores';
41 +$_['entry_keyword'] = 'Keyword';
42 +$_['entry_model'] = 'Model';
43 +$_['entry_sku'] = 'SKU';
44 +$_['entry_upc'] = 'UPC';
45 +$_['entry_ean'] = 'EAN';
46 +$_['entry_jan'] = 'JAN';
47 +$_['entry_isbn'] = 'ISBN';
48 +$_['entry_mpn'] = 'MPN';
49 +$_['entry_location'] = 'Location';
50 +$_['entry_shipping'] = 'Requires Shipping';
51 +$_['entry_manufacturer'] = 'Manufacturer';
52 +$_['entry_date_available'] = 'Date Available';
53 +$_['entry_quantity'] = 'Quantity';
54 +$_['entry_minimum'] = 'Minimum Quantity';
55 +$_['entry_stock_status'] = 'Out Of Stock Status';
56 +$_['entry_price'] = 'Price';
57 +$_['entry_tax_class'] = 'Tax Class';
58 +$_['entry_points'] = 'Points';
59 +$_['entry_option_points'] = 'Points';
60 +$_['entry_subtract'] = 'Subtract Stock';
61 +$_['entry_weight_class'] = 'Weight Class';
62 +$_['entry_weight'] = 'Weight';
63 +$_['entry_dimension'] = 'Dimensions (L x W x H)';
64 +$_['entry_length_class'] = 'Length Class';
65 +$_['entry_length'] = 'Length';
66 +$_['entry_width'] = 'Width';
67 +$_['entry_height'] = 'Height';
68 +$_['entry_image'] = 'Image';
69 +$_['entry_additional_image'] = 'Additional Images';
70 +$_['entry_customer_group'] = 'Customer Group';
71 +$_['entry_date_start'] = 'Date Start';
72 +$_['entry_date_end'] = 'Date End';
73 +$_['entry_priority'] = 'Priority';
74 +$_['entry_attribute'] = 'Attribute';
75 +$_['entry_attribute_group'] = 'Attribute Group';
76 +$_['entry_text'] = 'Text';
77 +$_['entry_option'] = 'Option';
78 +$_['entry_option_value'] = 'Option Value';
79 +$_['entry_required'] = 'Required';
80 +$_['entry_status'] = 'Status';
81 +$_['entry_sort_order'] = 'Sort Order';
82 +$_['entry_category'] = 'Categories';
83 +$_['entry_sub_category'] = 'include subcategories';
84 +$_['entry_main_category'] = 'Main Category';
85 +$_['entry_min'] = 'From';
86 +$_['entry_max'] = 'To';
87 +$_['entry_filter'] = 'Filters';
88 +$_['entry_download'] = 'Downloads';
89 +$_['entry_related'] = 'Related Products';
90 +$_['entry_related_article'] = 'Related Articles';
91 +$_['entry_tag'] = 'Product Tags';
92 +$_['entry_reward'] = 'Reward Points';
93 +$_['entry_layout'] = 'Layout Override';
94 +$_['entry_recurring'] = 'Recurring Profile';
95 +$_['entry_main_category'] = 'Main Category';
96 +$_['entry_noindex'] = 'Index';
97 +
98 +// Help
99 +$_['help_sku'] = 'Stock Keeping Unit';
100 +$_['help_upc'] = 'Universal Product Code';
101 +$_['help_ean'] = 'European Article Number';
102 +$_['help_jan'] = 'Japanese Article Number';
103 +$_['help_isbn'] = 'International Standard Book Number';
104 +$_['help_mpn'] = 'Manufacturer Part Number';
105 +$_['help_manufacturer'] = '(Autocomplete)';
106 +$_['help_minimum'] = 'Force a minimum ordered amount';
107 +$_['help_stock_status'] = 'Status shown when a product is out of stock';
108 +$_['help_points'] = 'Number of points needed to buy this item. If you don\'t want this product to be purchased with points leave as 0.';
109 +$_['help_category'] = '(Autocomplete)';
110 +$_['help_filter'] = '(Autocomplete)';
111 +$_['help_download'] = '(Autocomplete)';
112 +$_['help_related'] = '(Autocomplete)';
113 +$_['help_tag'] = 'Comma separated';
114 +$_['help_main_category'] = 'Select main category';
115 +$_['help_noindex'] = 'Indexing in the search engines Google, Bing and others';
116 +
117 +// Error
118 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
119 +$_['error_permission'] = 'Warning: You do not have permission to modify products!';
120 +$_['error_name'] = 'Product Name must be greater than 1 and less than 255 characters!';
121 +$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!';
122 +$_['error_model'] = 'Product Model must be greater than 1 and less than 64 characters!';
123 +$_['error_keyword'] = 'SEO URL already in use!';
124 +$_['error_unique'] = 'SEO URL must be unique!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Recurring Profiles';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified recurring profiles!';
7 +$_['text_list'] = 'Recurring Profile List';
8 +$_['text_add'] = 'Add Recurring Profile';
9 +$_['text_edit'] = 'Edit Recurring Profile';
10 +$_['text_day'] = 'Day';
11 +$_['text_week'] = 'Week';
12 +$_['text_semi_month'] = 'Semi Month';
13 +$_['text_month'] = 'Month';
14 +$_['text_year'] = 'Year';
15 +$_['text_recurring'] = '<p><i class="fa fa-info-circle"></i> Recurring amounts are calculated by the frequency and cycles.</p><p>For example if you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks.</p><p>The duration is the number of times the user will make a payment, set this to 0 if you want payments until they are cancelled.</p>';
16 +$_['text_profile'] = 'Recurring Profile';
17 +$_['text_trial'] = 'Trial Profile';
18 +
19 +// Entry
20 +$_['entry_name'] = 'Name';
21 +$_['entry_price'] = 'Price';
22 +$_['entry_duration'] = 'Duration';
23 +$_['entry_cycle'] = 'Cycle';
24 +$_['entry_frequency'] = 'Frequency';
25 +$_['entry_trial_price'] = 'Trial price';
26 +$_['entry_trial_duration'] = 'Trial duration';
27 +$_['entry_trial_status'] = 'Trial status';
28 +$_['entry_trial_cycle'] = 'Trial cycle';
29 +$_['entry_trial_frequency'] = 'Trial frequency';
30 +$_['entry_status'] = 'Status';
31 +$_['entry_sort_order'] = 'Sort Order';
32 +
33 +// Column
34 +$_['column_name'] = 'Name';
35 +$_['column_sort_order'] = 'Sort Order';
36 +$_['column_action'] = 'Action';
37 +
38 +// Error
39 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
40 +$_['error_permission'] = 'Warning: You do not have permission to modify recurring profiles!';
41 +$_['error_name'] = 'Profile Name must be greater than 3 and less than 255 characters!';
42 +$_['error_product'] = 'Warning: This recurring profile cannot be deleted as it is currently assigned to %s products!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Reviews';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified reviews!';
7 +$_['text_list'] = 'Review List';
8 +$_['text_add'] = 'Add Review';
9 +$_['text_edit'] = 'Edit Review';
10 +$_['text_filter'] = 'Filter';
11 +
12 +// Column
13 +$_['column_product'] = 'Product';
14 +$_['column_author'] = 'Author';
15 +$_['column_rating'] = 'Rating';
16 +$_['column_status'] = 'Status';
17 +$_['column_date_added'] = 'Date Added';
18 +$_['column_action'] = 'Action';
19 +
20 +// Entry
21 +$_['entry_product'] = 'Product';
22 +$_['entry_author'] = 'Author';
23 +$_['entry_rating'] = 'Rating';
24 +$_['entry_status'] = 'Status';
25 +$_['entry_text'] = 'Text';
26 +$_['entry_date_added'] = 'Date Added';
27 +
28 +// Help
29 +$_['help_product'] = '(Autocomplete)';
30 +
31 +// Error
32 +$_['error_permission'] = 'Warning: You do not have permission to modify reviews!';
33 +$_['error_product'] = 'Product required!';
34 +$_['error_author'] = 'Author must be between 3 and 64 characters!';
35 +$_['error_text'] = 'Review Text must be at least 1 character!';
36 +$_['error_rating'] = 'Review rating required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Text
3 +$_['text_api'] = 'API';
4 +$_['text_attribute'] = 'Attributes';
5 +$_['text_attribute_group'] = 'Attribute Groups';
6 +$_['text_backup'] = 'Backup / Restore';
7 +$_['text_banner'] = 'Banners';
8 +$_['text_catalog'] = 'Catalog';
9 +$_['text_category'] = 'Categories';
10 +$_['text_country'] = 'Countries';
11 +$_['text_coupon'] = 'Coupons';
12 +$_['text_currency'] = 'Currencies';
13 +$_['text_customer'] = 'Customers';
14 +$_['text_customer_group'] = 'Customer Groups';
15 +$_['text_customer_online'] = 'Customer Online';
16 +$_['text_customer_approval'] = 'Customer Approvals';
17 +$_['text_custom_field'] = 'Custom Fields';
18 +$_['text_dashboard'] = 'Dashboard';
19 +$_['text_design'] = 'Design';
20 +$_['text_download'] = 'Downloads';
21 +$_['text_log'] = 'Error Logs';
22 +$_['text_event'] = 'Events';
23 +$_['text_extension'] = 'Extensions';
24 +$_['text_filter'] = 'Filters';
25 +$_['text_geo_zone'] = 'Geo Zones';
26 +$_['text_information'] = 'Information';
27 +$_['text_installer'] = 'Installer';
28 +$_['text_language'] = 'Languages';
29 +$_['text_language_editor'] = 'Language Editor';
30 +$_['text_layout'] = 'Layouts';
31 +$_['text_localisation'] = 'Localisation';
32 +$_['text_location'] = 'Store Location';
33 +$_['text_contact'] = 'Mail';
34 +$_['text_marketing'] = 'Marketing';
35 +$_['text_marketplace'] = 'Marketplace OpenCart.com';
36 +$_['text_maintenance'] = 'Maintenance';
37 +$_['text_menu'] = 'Menu Manager';
38 +$_['text_modification'] = 'Modifications';
39 +$_['text_manufacturer'] = 'Manufacturers';
40 +$_['text_navigation'] = 'Navigation';
41 +$_['text_opencartforum'] = 'OpenCartForum Marketplace';
42 +$_['text_option'] = 'Options';
43 +$_['text_order'] = 'Orders';
44 +$_['text_order_status'] = 'Order Statuses';
45 +$_['text_online'] = 'Who\'s Online';
46 +$_['text_product'] = 'Products';
47 +$_['text_reports'] = 'Reports';
48 +$_['text_review'] = 'Reviews';
49 +$_['text_return'] = 'Returns';
50 +$_['text_return_action'] = 'Return Actions';
51 +$_['text_return_reason'] = 'Return Reasons';
52 +$_['text_return_status'] = 'Return Statuses';
53 +$_['text_sale'] = 'Sales';
54 +$_['text_setting'] = 'Settings';
55 +$_['text_seo_url'] = 'SEO URL';
56 +$_['text_statistics'] = 'Statistics';
57 +$_['text_stock_status'] = 'Stock Statuses';
58 +$_['text_system'] = 'System';
59 +$_['text_tax'] = 'Taxes';
60 +$_['text_tax_class'] = 'Tax Classes';
61 +$_['text_tax_rate'] = 'Tax Rates';
62 +$_['text_translation'] = 'Translations';
63 +$_['text_theme'] = 'Theme Editor';
64 +$_['text_upload'] = 'Uploads';
65 +$_['text_user'] = 'Users';
66 +$_['text_users'] = 'Users';
67 +$_['text_user_group'] = 'User Groups';
68 +$_['text_voucher'] = 'Gift Vouchers';
69 +$_['text_voucher_theme'] = 'Voucher Themes';
70 +$_['text_weight_class'] = 'Weight Classes';
71 +$_['text_length_class'] = 'Length Classes';
72 +$_['text_zone'] = 'Zones';
73 +$_['text_recurring'] = 'Recurring Profiles';
74 +$_['text_order_recurring'] = 'Recurring Orders';
75 +$_['text_complete_status'] = 'Orders Completed';
76 +$_['text_processing_status'] = 'Orders Processing';
77 +$_['text_other_status'] = 'Other Statuses';
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Dashboard';
4 +
5 +// Error
6 +$_['error_install'] = 'Warning: Install folder still exists and should be deleted for security reasons!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Developer Settings';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified developer settings!';
10 +$_['text_theme'] = 'theme';
11 +$_['text_sass'] = 'SASS';
12 +$_['text_systemcache'] = 'System';
13 +$_['text_imgcache'] = 'Images';
14 +$_['text_allcache'] = 'All';
15 +$_['text_cache'] = 'Success: You have cleared the %s cache!';
16 +$_['text_img_cache'] = 'Success: You have cleared the %s cache!';
17 +
18 +// Column
19 +$_['column_component'] = 'Component';
20 +$_['column_action'] = 'Action';
21 +
22 +// Entry
23 +$_['entry_theme'] = 'Theme';
24 +$_['entry_sass'] = 'SASS';
25 +$_['entry_cache'] = 'Cache';
26 +$_['entry_systemcache'] = 'System Cache';
27 +$_['entry_imgcache'] = 'Image resizes (this is not a cache, do not delete without a good reason)';
28 +$_['entry_allcache'] = 'Clear all cache and resize images';
29 +
30 +// Button
31 +$_['button_on'] = 'On';
32 +$_['button_off'] = 'Off';
33 +
34 +// Error
35 +$_['error_permission'] = 'Warning: You do not have permission to modify developer settings!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Image Manager';
4 +
5 +// Text
6 +$_['text_uploaded'] = 'Success: Your file has been uploaded!';
7 +$_['text_directory'] = 'Success: Directory created!';
8 +$_['text_delete'] = 'Success: Your file or directory has been deleted!';
9 +
10 +// Entry
11 +$_['entry_search'] = 'Search..';
12 +$_['entry_folder'] = 'Folder Name';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: Permission Denied!';
16 +$_['error_filename'] = 'Warning: Filename must be between 3 and 255!';
17 +$_['error_folder'] = 'Warning: Folder name must be between 3 and 255!';
18 +$_['error_exists'] = 'Warning: A file or directory with the same name already exists!';
19 +$_['error_directory'] = 'Warning: Directory does not exist!';
20 +$_['error_filesize'] = 'Warning: Incorrect file size!';
21 +$_['error_filetype'] = 'Warning: Incorrect file type!';
22 +$_['error_upload'] = 'Warning: File could not be uploaded for an unknown reason!';
23 +$_['error_delete'] = 'Warning: You can not delete this directory!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Text
3 +$_['text_footer'] = '<a href="https://ocstore.com/?utm_source=ocstore3_install">ocStore</a> &copy; 2009-' . date('Y') . ' All Rights Reserved.';
4 +$_['text_version'] = 'Version %s';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Forgot Your Password?';
4 +
5 +// Text
6 +$_['text_forgotten'] = 'Forgotten Password';
7 +$_['text_your_email'] = 'Your E-Mail Address';
8 +$_['text_email'] = 'Enter the e-mail address associated with your account. Click submit to have a password reset link e-mailed to you.';
9 +$_['text_success'] = 'An email with a confirmation link has been sent your admin email address.';
10 +
11 +// Entry
12 +$_['entry_email'] = 'E-Mail Address';
13 +$_['entry_password'] = 'New Password';
14 +$_['entry_confirm'] = 'Confirm';
15 +
16 +// Error
17 +$_['error_email'] = 'Warning: The E-Mail Address was not found in our records, please try again!';
18 +$_['error_password'] = 'Password must be between 4 and 20 characters!';
19 +$_['error_confirm'] = 'Password and password confirmation do not match!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'ocStore';
7 +
8 +// Text
9 +$_['text_profile'] = 'Your Profile';
10 +$_['text_store'] = 'Stores';
11 +$_['text_help'] = 'Help';
12 +$_['text_homepage'] = 'ocStore Homepage';
13 +$_['text_support'] = 'Support Forum';
14 +$_['text_documentation'] = 'Documentation';
15 +$_['text_logout'] = 'Logout';
16 +$_['text_search_options'] = 'Search Options';
17 +$_['text_new'] = 'New';
18 +$_['text_new_category'] = 'Category';
19 +$_['text_new_customer'] = 'Customer';
20 +$_['text_new_download'] = 'Download';
21 +$_['text_new_manufacturer'] = 'Manufacturer';
22 +$_['text_new_product'] = 'Product';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Administration';
4 +
5 +// Text
6 +$_['text_heading'] = 'Administration';
7 +$_['text_login'] = 'Please enter your login details.';
8 +$_['text_forgotten'] = 'Forgotten Password';
9 +
10 +// Entry
11 +$_['entry_username'] = 'Username';
12 +$_['entry_password'] = 'Password';
13 +
14 +// Button
15 +$_['button_login'] = 'Login';
16 +
17 +// Error
18 +$_['error_login'] = 'No match for Username and/or Password.';
19 +$_['error_token'] = 'Invalid token session. Please login again.';
20 +$_['error_attempts'] = 'Warning: Your account has exceeded allowed number of login attempts. Please try again in 1 hour or reset password.';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Profile';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified your profile!';
7 +$_['text_edit'] = 'Edit Your Profile';
8 +
9 +// Column
10 +$_['column_username'] = 'Username';
11 +$_['column_status'] = 'Status';
12 +$_['column_date_added'] = 'Date Added';
13 +$_['column_action'] = 'Action';
14 +
15 +// Entry
16 +$_['entry_username'] = 'Username';
17 +$_['entry_password'] = 'Password';
18 +$_['entry_confirm'] = 'Confirm';
19 +$_['entry_firstname'] = 'First Name';
20 +$_['entry_lastname'] = 'Last Name';
21 +$_['entry_email'] = 'E-Mail';
22 +$_['entry_image'] = 'Image';
23 +
24 +// Error
25 +$_['error_permission'] = 'Warning: You do not have permission to modify your profile!';
26 +$_['error_exists_username'] = 'Warning: Username is already in use!';
27 +$_['error_username'] = 'Username must be between 3 and 20 characters!';
28 +$_['error_password'] = 'Password must be between 4 and 20 characters!';
29 +$_['error_confirm'] = 'Password and password confirmation do not match!';
30 +$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
31 +$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
32 +$_['error_email'] = 'E-Mail Address does not appear to be valid!';
33 +$_['error_exists_email'] = 'Warning: E-Mail Address is already registered!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Reset your password';
4 +
5 +// Text
6 +$_['text_password'] = 'Enter the new password you wish to use.';
7 +$_['text_success'] = 'Success: Your password has been successfully updated.';
8 +
9 +// Entry
10 +$_['entry_password'] = 'Password';
11 +$_['entry_confirm'] = 'Confirm';
12 +
13 +// Error
14 +$_['error_password'] = 'Password must be between 4 and 20 characters!';
15 +$_['error_confirm'] = 'Password and password confirmation do not match!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Important Security Notification!';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified the storage folder!';
7 +$_['text_admin'] = 'Edit admin/config.php and change';
8 +$_['text_security'] = 'It is very imporant that you move the storage directory outside of the web directory (e.g. public_html, www or htdocs).';
9 +$_['text_choose'] = 'Choose how to move the storage directory';
10 +$_['text_automatic'] = 'Automatically Move';
11 +$_['text_manual'] = 'Manually Move';
12 +$_['text_move'] = 'Move';
13 +$_['text_to'] = 'to';
14 +$_['text_config'] = 'Edit config.php change';
15 +$_['text_admin'] = 'Edit admin/config.php and change';
16 +
17 +// Entry
18 +$_['entry_directory'] = 'Directory';
19 +
20 +// Button
21 +$_['button_move'] = 'Move';
22 +$_['button_manual'] = 'Manual';
23 +
24 +// Error
25 +$_['error_permission'] = 'Warning: You do not have permission to modify the storage directory!';
26 +$_['error_path'] = 'Warning: Invalid path!';
27 +$_['error_directory'] = 'Warning: Invalid directory!';
28 +$_['error_exists'] = 'Warning: Directory already exists!';
29 +$_['error_writable'] = 'Warning: config.php and admin/config.php need to be made writable!';
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Custom Fields';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified custom fields!';
7 +$_['text_list'] = 'Custom Field List';
8 +$_['text_add'] = 'Add Custom Field';
9 +$_['text_edit'] = 'Edit Custom Field';
10 +$_['text_choose'] = 'Choose';
11 +$_['text_select'] = 'Select';
12 +$_['text_radio'] = 'Radio';
13 +$_['text_checkbox'] = 'Checkbox';
14 +$_['text_input'] = 'Input';
15 +$_['text_text'] = 'Text';
16 +$_['text_textarea'] = 'Textarea';
17 +$_['text_file'] = 'File';
18 +$_['text_date'] = 'Date';
19 +$_['text_datetime'] = 'Date &amp; Time';
20 +$_['text_time'] = 'Time';
21 +$_['text_account'] = 'Account';
22 +$_['text_address'] = 'Address';
23 +$_['text_affiliate'] = 'Affiliate';
24 +$_['text_regex'] = 'Regex';
25 +$_['text_custom_field'] = 'Custom Field';
26 +$_['text_value'] = 'Custom Field Values';
27 +
28 +// Column
29 +$_['column_name'] = 'Custom Field Name';
30 +$_['column_location'] = 'Location';
31 +$_['column_type'] = 'Type';
32 +$_['column_sort_order'] = 'Sort Order';
33 +$_['column_action'] = 'Action';
34 +
35 +// Entry
36 +$_['entry_name'] = 'Custom Field Name';
37 +$_['entry_location'] = 'Location';
38 +$_['entry_type'] = 'Type';
39 +$_['entry_value'] = 'Value';
40 +$_['entry_validation'] = 'Validation';
41 +$_['entry_custom_value'] = 'Custom Field Value Name';
42 +$_['entry_customer_group'] = 'Customer Group';
43 +$_['entry_required'] = 'Required';
44 +$_['entry_status'] = 'Status';
45 +$_['entry_sort_order'] = 'Sort Order';
46 +
47 +// Help
48 +$_['help_regex'] = 'Use regex. E.g: /[a-zA-Z0-9_-]/';
49 +$_['help_sort_order'] = 'Use minus to count backwards from the last field in the set.';
50 +
51 +// Error
52 +$_['error_permission'] = 'Warning: You do not have permission to modify custom fields!';
53 +$_['error_name'] = 'Custom Field Name must be between 1 and 128 characters!';
54 +$_['error_type'] = 'Warning: Custom Field Values required!';
55 +$_['error_custom_value'] = 'Custom Value Name must be between 1 and 128 characters!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Customers';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified customers!';
7 +$_['text_list'] = 'Customer List';
8 +$_['text_add'] = 'Add Customer';
9 +$_['text_edit'] = 'Edit Customer';
10 +$_['text_default'] = 'Default';
11 +$_['text_account'] = 'Customer Details';
12 +$_['text_password'] = 'Password';
13 +$_['text_other'] = 'Other';
14 +$_['text_affiliate'] = 'Affiliate Details';
15 +$_['text_payment'] = 'Payment Details';
16 +$_['text_balance'] = 'Balance';
17 +$_['text_cheque'] = 'Cheque';
18 +$_['text_paypal'] = 'PayPal';
19 +$_['text_bank'] = 'Bank Transfer';
20 +$_['text_history'] = 'History';
21 +$_['text_history_add'] = 'Add History';
22 +$_['text_transaction'] = 'Transactions';
23 +$_['text_transaction_add'] = 'Add Transaction';
24 +$_['text_reward'] = 'Reward Points';
25 +$_['text_reward_add'] = 'Add Reward Points';
26 +$_['text_ip'] = 'IP';
27 +$_['text_option'] = 'Options';
28 +$_['text_login'] = 'Login into Store';
29 +$_['text_unlock'] = 'Unlock Account';
30 +
31 +// Column
32 +$_['column_name'] = 'Customer Name';
33 +$_['column_email'] = 'E-Mail';
34 +$_['column_customer_group'] = 'Customer Group';
35 +$_['column_status'] = 'Status';
36 +$_['column_date_added'] = 'Date Added';
37 +$_['column_comment'] = 'Comment';
38 +$_['column_description'] = 'Description';
39 +$_['column_amount'] = 'Amount';
40 +$_['column_points'] = 'Points';
41 +$_['column_ip'] = 'IP';
42 +$_['column_total'] = 'Total Accounts';
43 +$_['column_action'] = 'Action';
44 +
45 +// Entry
46 +$_['entry_customer_group'] = 'Customer Group';
47 +$_['entry_firstname'] = 'First Name';
48 +$_['entry_lastname'] = 'Last Name';
49 +$_['entry_email'] = 'E-Mail';
50 +$_['entry_telephone'] = 'Telephone';
51 +$_['entry_newsletter'] = 'Newsletter';
52 +$_['entry_status'] = 'Status';
53 +$_['entry_approved'] = 'Approved';
54 +$_['entry_safe'] = 'Safe';
55 +$_['entry_password'] = 'Password';
56 +$_['entry_confirm'] = 'Confirm';
57 +$_['entry_company'] = 'Company';
58 +$_['entry_address_1'] = 'Address 1';
59 +$_['entry_address_2'] = 'Address 2';
60 +$_['entry_city'] = 'City';
61 +$_['entry_postcode'] = 'Postcode';
62 +$_['entry_country'] = 'Country';
63 +$_['entry_zone'] = 'Region / State';
64 +$_['entry_default'] = 'Default Address';
65 +$_['entry_affiliate'] = 'Affiliate';
66 +$_['entry_tracking'] = 'Tracking Code';
67 +$_['entry_website'] = 'Web Site';
68 +$_['entry_commission'] = 'Commission (%)';
69 +$_['entry_tax'] = 'Tax ID';
70 +$_['entry_payment'] = 'Payment Method';
71 +$_['entry_cheque'] = 'Cheque Payee Name';
72 +$_['entry_paypal'] = 'PayPal Email Account';
73 +$_['entry_bank_name'] = 'Bank Name';
74 +$_['entry_bank_branch_number'] = 'ABA/BSB number (Branch Number)';
75 +$_['entry_bank_swift_code'] = 'SWIFT Code';
76 +$_['entry_bank_account_name'] = 'Account Name';
77 +$_['entry_bank_account_number'] = 'Account Number';
78 +$_['entry_comment'] = 'Comment';
79 +$_['entry_description'] = 'Description';
80 +$_['entry_amount'] = 'Amount';
81 +$_['entry_points'] = 'Points';
82 +$_['entry_name'] = 'Customer Name';
83 +$_['entry_ip'] = 'IP';
84 +$_['entry_date_added'] = 'Date Added';
85 +
86 +// Help
87 +$_['help_safe'] = 'Set to true to avoid this customer from being caught by the anti-fraud system';
88 +$_['help_affiliate'] = 'Enable / Disable the customers ability to use the affiliate system.';
89 +$_['help_tracking'] = 'The tracking code that will be used to track referrals.';
90 +$_['help_commission'] = 'Percentage the affiliate receives on each order.';
91 +$_['help_points'] = 'Use minus to remove points';
92 +
93 +// Error
94 +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
95 +$_['error_permission'] = 'Warning: You do not have permission to modify customers!';
96 +$_['error_exists'] = 'Warning: E-Mail Address is already registered!';
97 +$_['error_firstname'] = 'First Name must be between 1 and 32 characters!';
98 +$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!';
99 +$_['error_email'] = 'E-Mail Address does not appear to be valid!';
100 +$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
101 +$_['error_password'] = 'Password must be between 4 and 20 characters!';
102 +$_['error_confirm'] = 'Password and password confirmation do not match!';
103 +$_['error_address_1'] = 'Address 1 must be between 3 and 128 characters!';
104 +$_['error_city'] = 'City must be between 2 and 128 characters!';
105 +$_['error_postcode'] = 'Postcode must be between 2 and 10 characters for this country!';
106 +$_['error_country'] = 'Please select a country!';
107 +$_['error_zone'] = 'Please select a region / state!';
108 +$_['error_custom_field'] = '%s required!';
109 +$_['error_tracking'] = 'Tracking Code required!';
110 +$_['error_tracking_exists'] = 'Tracking code is being used by another affiliate!';
111 +$_['error_cheque'] = 'Cheque Payee Name required!';
112 +$_['error_paypal'] = 'PayPal Email Address does not appear to be valid!';
113 +$_['error_bank_account_name'] = 'Account Name required!';
114 +$_['error_bank_account_number'] = 'Account Number required!';
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Customer Approvals';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified customer approvals!';
7 +$_['text_list'] = 'Customer Approval List';
8 +$_['text_default'] = 'Default';
9 +$_['text_customer'] = 'Customer';
10 +$_['text_affiliate'] = 'Affiliate';
11 +
12 +// Column
13 +$_['column_name'] = 'Customer Name';
14 +$_['column_email'] = 'E-Mail';
15 +$_['column_customer_group'] = 'Customer Group';
16 +$_['column_type'] = 'Type';
17 +$_['column_date_added'] = 'Date Added';
18 +$_['column_action'] = 'Action';
19 +
20 +// Entry
21 +$_['entry_name'] = 'Customer Name';
22 +$_['entry_email'] = 'E-Mail';
23 +$_['entry_customer_group'] = 'Customer Group';
24 +$_['entry_type'] = 'Type';
25 +$_['entry_date_added'] = 'Date Added';
26 +
27 +// Error
28 +$_['error_permission'] = 'Warning: You do not have permission to modify customer approvals!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Customer Groups';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified customer groups!';
7 +$_['text_list'] = 'Customer Group List';
8 +$_['text_add'] = 'Add Customer Group';
9 +$_['text_edit'] = 'Edit Customer Group';
10 +
11 +// Column
12 +$_['column_name'] = 'Customer Group Name';
13 +$_['column_sort_order'] = 'Sort Order';
14 +$_['column_action'] = 'Action';
15 +
16 +// Entry
17 +$_['entry_name'] = 'Customer Group Name';
18 +$_['entry_description'] = 'Description';
19 +$_['entry_approval'] = 'Approve New Customers';
20 +$_['entry_sort_order'] = 'Sort Order';
21 +
22 +// Help
23 +$_['help_approval'] = 'Customers must be approved by an administrator before they can login.';
24 +
25 +// Error
26 +$_['error_permission'] = 'Warning: You do not have permission to modify customer groups!';
27 +$_['error_name'] = 'Customer Group Name must be between 3 and 32 characters!';
28 +$_['error_default'] = 'Warning: This customer group cannot be deleted as it is currently assigned as the default store customer group!';
29 +$_['error_store'] = 'Warning: This customer group cannot be deleted as it is currently assigned to %s stores!';
30 +$_['error_customer'] = 'Warning: This customer group cannot be deleted as it is currently assigned to %s customers!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Banners';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified banners!';
7 +$_['text_list'] = 'Banner List';
8 +$_['text_add'] = 'Add Banner';
9 +$_['text_edit'] = 'Edit Banner';
10 +$_['text_default'] = 'Default';
11 +
12 +// Column
13 +$_['column_name'] = 'Banner Name';
14 +$_['column_status'] = 'Status';
15 +$_['column_action'] = 'Action';
16 +
17 +// Entry
18 +$_['entry_name'] = 'Banner Name';
19 +$_['entry_title'] = 'Title';
20 +$_['entry_link'] = 'Link';
21 +$_['entry_image'] = 'Image';
22 +$_['entry_status'] = 'Status';
23 +$_['entry_sort_order'] = 'Sort Order';
24 +
25 +// Error
26 +$_['error_permission'] = 'Warning: You do not have permission to modify banners!';
27 +$_['error_name'] = 'Banner Name must be between 3 and 64 characters!';
28 +$_['error_title'] = 'Banner Title must be between 2 and 64 characters!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Layouts';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified layouts!';
10 +$_['text_list'] = 'Layout List';
11 +$_['text_add'] = 'Add Layout';
12 +$_['text_edit'] = 'Edit Layout';
13 +$_['text_move'] = 'You can move and reorder modules position';
14 +$_['text_remove'] = 'Remove';
15 +$_['text_route'] = 'Choose the store and routes to be used with this layout';
16 +$_['text_module'] = 'Choose the position of the modules';
17 +$_['text_default'] = 'Default';
18 +$_['text_content_top'] = 'Content Top';
19 +$_['text_content_bottom'] = 'Content Bottom';
20 +$_['text_column_left'] = 'Column Left';
21 +$_['text_column_right'] = 'Column Right';
22 +
23 +// Column
24 +$_['column_name'] = 'Layout Name';
25 +$_['column_action'] = 'Action';
26 +
27 +// Entry
28 +$_['entry_name'] = 'Layout Name';
29 +$_['entry_store'] = 'Store';
30 +$_['entry_route'] = 'Route';
31 +$_['entry_module'] = 'Module';
32 +
33 +// Error
34 +$_['error_permission'] = 'Warning: You do not have permission to modify layouts!';
35 +$_['error_name'] = 'Layout Name must be between 3 and 64 characters!';
36 +$_['error_default'] = 'Warning: This layout cannot be deleted as it is currently assigned as the default store layout!';
37 +$_['error_store'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s stores!';
38 +$_['error_product'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s products!';
39 +$_['error_category'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s categories!';
40 +$_['error_manufacturer'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s manufacturers!';
41 +$_['error_information'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'SEO URL';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified SEO URL!';
7 +$_['text_list'] = 'SEO URL List';
8 +$_['text_add'] = 'Add SEO URL';
9 +$_['text_edit'] = 'Edit SEO URL';
10 +$_['text_filter'] = 'Filter';
11 +$_['text_default'] = 'Default';
12 +
13 +// Column
14 +$_['column_query'] = 'Query';
15 +$_['column_keyword'] = 'Keyword';
16 +$_['column_store'] = 'Store';
17 +$_['column_language'] = 'Language';
18 +$_['column_action'] = 'Action';
19 +
20 +// Entry
21 +$_['entry_query'] = 'Query';
22 +$_['entry_keyword'] = 'Keyword';
23 +$_['entry_store'] = 'Store';
24 +$_['entry_language'] = 'Language';
25 +
26 +// Error
27 +$_['error_permission'] = 'Warning: You do not have permission to modify SEO URL!';
28 +$_['error_query'] = 'Query must be between 3 and 64 characters!';
29 +$_['error_keyword'] = 'Keyword must be between 3 and 64 characters!';
30 +$_['error_exists'] = 'Keyword already in use!';
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Theme Editor';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified themes!';
7 +$_['text_edit'] = 'Edit Theme';
8 +$_['text_store'] = 'Choose your store';
9 +$_['text_template'] = 'Choose a template';
10 +$_['text_default'] = 'Default';
11 +$_['text_history'] = 'Theme History';
12 +$_['text_twig'] = 'The theme editor uses the template language Twig. You can read about <a href="http://twig.sensiolabs.org/documentation" target="_blank" class="alert-link">Twig syntax here</a>.';
13 +
14 +// Column
15 +$_['column_store'] = 'Store';
16 +$_['column_route'] = 'Route';
17 +$_['column_theme'] = 'Theme';
18 +$_['column_date_added'] = 'Date Added';
19 +$_['column_action'] = 'Action';
20 +
21 +// Error
22 +$_['error_permission'] = 'Warning: You do not have permission to modify the theme editor!';
23 +$_['error_twig'] = 'Warning: You can only save .twig files!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Language Editor';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified language editor!';
7 +$_['text_list'] = 'Translation List';
8 +$_['text_edit'] = 'Edit Translation';
9 +$_['text_add'] = 'Add Translation';
10 +$_['text_default'] = 'Default';
11 +$_['text_store'] = 'Store';
12 +$_['text_language'] = 'Language';
13 +
14 +// Column
15 +$_['column_store'] = 'Store';
16 +$_['column_language'] = 'Language';
17 +$_['column_route'] = 'Route';
18 +$_['column_key'] = 'Key';
19 +$_['column_value'] = 'Value';
20 +$_['column_action'] = 'Action';
21 +
22 +// Entry
23 +$_['entry_store'] = 'Store';
24 +$_['entry_language'] = 'Language';
25 +$_['entry_route'] = 'Route';
26 +$_['entry_key'] = 'Key';
27 +$_['entry_default'] = 'Default';
28 +$_['entry_value'] = 'Value';
29 +
30 +// Error
31 +$_['error_permission'] = 'Warning: You do not have permission to modify language editor!';
32 +$_['error_key'] = 'Key must be between 3 and 64 characters!';
This diff is collapsed. Click to expand it.
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Page Not Found!';
4 +
5 +// Text
6 +$_['text_not_found'] = 'The page you are looking for could not be found! Please contact your administrator if the problem persists.';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Permission Denied!';
4 +
5 +// Text
6 +$_['text_permission'] = 'You do not have permission to access this page, please refer to your system administrator.';
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
1 +<?php
2 +$_['heading_title'] = 'Google Analytics';
3 +
4 +// Text
5 +$_['text_extension'] = 'Extensions';
6 +$_['text_success'] = 'Success: You have modified Google Analytics!';
7 +$_['text_edit'] = 'Edit Google Analytics';
8 +$_['text_signup'] = 'Login to your <a href="http://www.google.com/analytics/" target="_blank"><u>Google Analytics</u></a> account and after creating your website profile copy and paste the analytics code into this field.';
9 +$_['text_default'] = 'Default';
10 +
11 +// Entry
12 +$_['entry_code'] = 'Google Analytics Code';
13 +$_['entry_status'] = 'Status';
14 +
15 +// Error
16 +$_['error_permission'] = 'Warning: You do not have permission to modify Google Analytics!';
17 +$_['error_code'] = 'Code required!';
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Basic Captcha';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Basic Captcha!';
8 +$_['text_edit'] = 'Edit Basic Captcha';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify Basic Captcha!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Google reCAPTCHA';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Google reCAPTCHA!';
8 +$_['text_edit'] = 'Edit Google reCAPTCHA';
9 +$_['text_signup'] = 'Go to <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>Google reCAPTCHA page</u></a> and register your website.';
10 +
11 +// Entry
12 +$_['entry_key'] = 'Site key';
13 +$_['entry_secret'] = 'Secret key';
14 +$_['entry_status'] = 'Status';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify Google reCAPTCHA!';
18 +$_['error_key'] = 'Key required!';
19 +$_['error_secret'] = 'Secret required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'European Central Bank Currency Converter';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified fixer ECB rates!';
8 +$_['text_edit'] = 'Edit European Central Bank';
9 +$_['text_support'] = 'This extension requires at EUR currency to be available currency option.';
10 +
11 +// Entry
12 +$_['entry_status'] = 'Status';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify ECB currency rates!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Fixer';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified fixer currency rates!';
8 +$_['text_edit'] = 'Edit Fixer';
9 +$_['text_signup'] = 'Fixer.io is a currency conversion service <a href="https://fixer.io/" target="_blank" class="alert-link">signup here</a>.';
10 +$_['text_support'] = 'This extension Requires at EUR currency to be available currency option.';
11 +
12 +// Entry
13 +$_['entry_api'] = 'API Access Key';
14 +$_['entry_status'] = 'Status';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify fixer currency rates!';
18 +$_['error_api'] = 'API Access Key required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'National Bank of Ukraine';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified fixer NBU rates!';
8 +$_['text_edit'] = 'Edit National Bank of Ukraine';
9 +$_['text_support'] = 'This extension requires at UAH currency to be available currency option.';
10 +
11 +// Entry
12 +$_['entry_status'] = 'Status';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify NBU currency rates!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Recent Activity';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard activity!';
8 +$_['text_edit'] = 'Edit Dashboard Recent Activity';
9 +$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered a new account.';
10 +$_['text_activity_edit'] = '<a href="customer_id=%d">%s</a> updated their account details.';
11 +$_['text_activity_password'] = '<a href="customer_id=%d">%s</a> updated their account password.';
12 +$_['text_activity_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.';
13 +$_['text_activity_login'] = '<a href="customer_id=%d">%s</a> logged in.';
14 +$_['text_activity_forgotten'] = '<a href="customer_id=%d">%s</a> has requested a reset password.';
15 +$_['text_activity_address_add'] = '<a href="customer_id=%d">%s</a> added a new address.';
16 +$_['text_activity_address_edit'] = '<a href="customer_id=%d">%s</a> updated their address.';
17 +$_['text_activity_address_delete'] = '<a href="customer_id=%d">%s</a> deleted one of their addresses.';
18 +$_['text_activity_return_account'] = '<a href="customer_id=%d">%s</a> submitted a product <a href="return_id=%d">return</a>.';
19 +$_['text_activity_return_guest'] = '%s submitted a product <a href="return_id=%d">return</a>.';
20 +$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> added a <a href="order_id=%d">new order</a>.';
21 +$_['text_activity_order_guest'] = '%s created a <a href="order_id=%d">new order</a>.';
22 +$_['text_activity_affiliate_add'] = '<a href="customer_id=%d">%s</a> registered for a affiliate account.';
23 +$_['text_activity_affiliate_edit'] = '<a href="customer_id=%d">%s</a> updated their affiliate details.';
24 +$_['text_activity_transaction'] = '<a href="customer_id=%d">%s</a> received commission from an new <a href="order_id=%d">order</a>.';
25 +
26 +// Entry
27 +$_['entry_status'] = 'Status';
28 +$_['entry_sort_order'] = 'Sort Order';
29 +$_['entry_width'] = 'Width';
30 +
31 +// Error
32 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard activity!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Sales Analytics';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard chart!';
8 +$_['text_edit'] = 'Edit Dashboard Chart';
9 +$_['text_order'] = 'Orders';
10 +$_['text_customer'] = 'Customers';
11 +$_['text_day'] = 'Today';
12 +$_['text_week'] = 'Week';
13 +$_['text_month'] = 'Month';
14 +$_['text_year'] = 'Year';
15 +
16 +// Entry
17 +$_['entry_status'] = 'Status';
18 +$_['entry_sort_order'] = 'Sort Order';
19 +$_['entry_width'] = 'Width';
20 +
21 +// Error
22 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Total Customers';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard customer!';
8 +$_['text_edit'] = 'Edit Dashboard Customer';
9 +$_['text_view'] = 'View more...';
10 +
11 +// Entry
12 +$_['entry_status'] = 'Status';
13 +$_['entry_sort_order'] = 'Sort Order';
14 +$_['entry_width'] = 'Width';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard customer!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'World Map';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard map!';
8 +$_['text_edit'] = 'Edit Dashboard Map';
9 +$_['text_order'] = 'Orders';
10 +$_['text_sale'] = 'Sales';
11 +
12 +// Entry
13 +$_['entry_status'] = 'Status';
14 +$_['entry_sort_order'] = 'Sort Order';
15 +$_['entry_width'] = 'Width';
16 +
17 +// Error
18 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard map!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'People Online';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard online!';
8 +$_['text_edit'] = 'Edit Dashboard Online';
9 +$_['text_view'] = 'View more...';
10 +
11 +// Entry
12 +$_['entry_status'] = 'Status';
13 +$_['entry_sort_order'] = 'Sort Order';
14 +$_['entry_width'] = 'Width';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard online!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Total Orders';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard orders!';
8 +$_['text_edit'] = 'Edit Dashboard Orders';
9 +$_['text_view'] = 'View more...';
10 +
11 +// Entry
12 +$_['entry_status'] = 'Status';
13 +$_['entry_sort_order'] = 'Sort Order';
14 +$_['entry_width'] = 'Width';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard orders!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Latest Orders';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard recent orders!';
8 +$_['text_edit'] = 'Edit Dashboard Recent Orders';
9 +
10 +// Column
11 +$_['column_order_id'] = 'Order ID';
12 +$_['column_customer'] = 'Customer';
13 +$_['column_status'] = 'Status';
14 +$_['column_total'] = 'Total';
15 +$_['column_date_added'] = 'Date Added';
16 +$_['column_action'] = 'Action';
17 +
18 +
19 +// Entry
20 +$_['entry_status'] = 'Status';
21 +$_['entry_sort_order'] = 'Sort Order';
22 +$_['entry_width'] = 'Width';
23 +
24 +// Error
25 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard recent orders!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Total Sales';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified dashboard sales!';
8 +$_['text_edit'] = 'Edit Dashboard Sales';
9 +$_['text_view'] = 'View more...';
10 +
11 +// Entry
12 +$_['entry_status'] = 'Status';
13 +$_['entry_sort_order'] = 'Sort Order';
14 +$_['entry_width'] = 'Width';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboard sales!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +
3 +// Heading
4 +$_['heading_title'] = "Advertising";
5 +
6 +
7 +// Columns
8 +$_['column_name'] = "Advertising Name";
9 +$_['column_status'] = "Status";
10 +$_['column_action'] = "Action";
11 +
12 +
13 +// Text
14 +$_['text_success'] = "<strong>Success:</strong> You have modified advertising!";
15 +
16 +// Error
17 +$_['error_adblock'] = "It looks like you are using an ad blocker. In order to use this Advertising section, please disable your ad blocker for your OpenCart admin panel.";
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Analytics';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified analytics!';
7 +$_['text_list'] = 'Analytics List';
8 +
9 +// Column
10 +$_['column_name'] = 'Analytics Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify analytics!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Captchas';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified captchas!';
7 +$_['text_list'] = 'Captcha List';
8 +
9 +// Column
10 +$_['column_name'] = 'Captcha Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify captchas!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Currency Rates';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified currencies rates!';
7 +$_['text_list'] = 'Currency Rate List';
8 +
9 +// Column
10 +$_['column_name'] = 'Currency Rate Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify currencies rates!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Dashboard';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified dashboards!';
7 +$_['text_list'] = 'Dashboard List';
8 +
9 +// Column
10 +$_['column_name'] = 'Dashboard Name';
11 +$_['column_width'] = 'Width';
12 +$_['column_status'] = 'Status';
13 +$_['column_sort_order'] = 'Sort Order';
14 +$_['column_action'] = 'Action';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify dashboards!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Feeds';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified feeds!';
7 +$_['text_list'] = 'Feed List';
8 +
9 +// Column
10 +$_['column_name'] = 'Product Feed Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify feeds!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Anti-Fraud';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified anti-fraud!';
7 +$_['text_list'] = 'Anti-Fraud List';
8 +
9 +// Column
10 +$_['column_name'] = 'Anti-Fraud Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify anti-fraud!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Marketing';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified marketing!';
7 +$_['text_list'] = 'Analytics List';
8 +
9 +// Column
10 +$_['column_name'] = 'Marketing Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify marketing!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Menu';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified menu!';
7 +$_['text_list'] = 'Menu List';
8 +
9 +// Column
10 +$_['column_name'] = 'Menu Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify menu!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Modules';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified modules!';
10 +$_['text_layout'] = 'After you have installed and configured a module you can add it to a layout <a href="%s" class="alert-link">here</a>!';
11 +$_['text_add'] = 'Add Module';
12 +$_['text_list'] = 'Module List';
13 +$_['text_hide_modules'] = 'The list is not displayed modules, which are hidden in <a href="%s" class="alert-link">section </a> the control of user rights!';
14 +
15 +// Column
16 +$_['column_name'] = 'Module Name';
17 +$_['column_status'] = 'Status';
18 +$_['column_action'] = 'Action';
19 +
20 +// Entry
21 +$_['entry_code'] = 'Module';
22 +$_['entry_name'] = 'Module Name';
23 +
24 +// Error
25 +$_['error_permission'] = 'Warning: You do not have permission to modify modules!';
26 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
27 +$_['error_code'] = 'Extension required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Other';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified other extension!';
7 +$_['text_list'] = 'Other List';
8 +
9 +// Column
10 +$_['column_name'] = 'Other';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify other extension!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Payments';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified payments!';
10 +$_['text_list'] = 'Payment List';
11 +$_['text_recommended'] = 'Payments - Recommended Solutions';
12 +$_['text_hide_modules'] = 'The list is not displayed modules payments, which are hidden in <a href="%s" class="alert-link">section </a> the control of user rights!';
13 +
14 +
15 +// Column
16 +$_['column_name'] = 'Payment Method';
17 +$_['column_status'] = 'Status';
18 +$_['column_sort_order'] = 'Sort Order';
19 +$_['column_action'] = 'Action';
20 +
21 +// Error
22 +$_['error_permission'] = 'Warning: You do not have permission to modify payments!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Reports';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified reports!';
7 +$_['text_list'] = 'Reports List';
8 +
9 +// Column
10 +$_['column_name'] = 'Report Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_sort_order'] = 'Sort Order';
13 +$_['column_action'] = 'Action';
14 +
15 +// Error
16 +$_['error_permission'] = 'Warning: You do not have permission to modify reports!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Shipping';
7 +
8 +// Text
9 +$_['text_success'] = 'Success: You have modified shipping!';
10 +$_['text_list'] = 'Shipping List';
11 +$_['text_hide_modules'] = 'The list is not displayed modules shipping, which are hidden in <a href="%s" class="alert-link">section </a> the control of user rights!';
12 +
13 +// Column
14 +$_['column_name'] = 'Shipping Method';
15 +$_['column_status'] = 'Status';
16 +$_['column_sort_order'] = 'Sort Order';
17 +$_['column_action'] = 'Action';
18 +
19 +// Error
20 +$_['error_permission'] = 'Warning: You do not have permission to modify shipping!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Themes';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified themes!';
7 +$_['text_list'] = 'Theme List';
8 +
9 +// Column
10 +$_['column_name'] = 'Theme Name';
11 +$_['column_status'] = 'Status';
12 +$_['column_action'] = 'Action';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify themes!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Order Totals';
4 +
5 +// Text
6 +$_['text_success'] = 'Success: You have modified totals!';
7 +$_['text_list'] = 'Order Total List';
8 +
9 +// Column
10 +$_['column_name'] = 'Order Totals';
11 +$_['column_status'] = 'Status';
12 +$_['column_sort_order'] = 'Sort Order';
13 +$_['column_action'] = 'Action';
14 +
15 +// Error
16 +$_['error_permission'] = 'Warning: You do not have permission to modify totals!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Google Base';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Google Base feed!';
8 +$_['text_edit'] = 'Edit Google Base';
9 +$_['text_import'] = 'To download the latest Google category list by <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">clicking here</a> and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.';
10 +
11 +// Column
12 +$_['column_google_category'] = 'Google Category';
13 +$_['column_category'] = 'Category';
14 +$_['column_action'] = 'Action';
15 +
16 +// Entry
17 +$_['entry_google_category'] = 'Google Category';
18 +$_['entry_category'] = 'Category';
19 +$_['entry_data_feed'] = 'Data Feed Url';
20 +$_['entry_status'] = 'Status';
21 +
22 +// Error
23 +$_['error_permission'] = 'Warning: You do not have permission to modify Google Base feed!';
24 +$_['error_upload'] = 'File could not be uploaded!';
25 +$_['error_filetype'] = 'Invalid file type!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Google Sitemap';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Google Sitemap feed!';
8 +$_['text_edit'] = 'Edit Google Sitemap';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +$_['entry_data_feed'] = 'Data Feed Url';
13 +
14 +// Error
15 +$_['error_permission'] = 'Warning: You do not have permission to modify Google Sitemap feed!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'FraudLabs Pro';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified FraudLabs Pro Settings!';
8 +$_['text_edit'] = 'Settings';
9 +$_['text_signup'] = 'FraudLabs Pro is a fraud detection service. You can <a href="http://www.fraudlabspro.com/plan?ref=1730" target="_blank"><u>sign up here</u></a> for a free API Key.';
10 +$_['text_id'] = 'FraudLabs Pro ID';
11 +$_['text_ip_address'] = 'IP Address';
12 +$_['text_ip_net_speed'] = 'IP Net Speed';
13 +$_['text_ip_isp_name'] = 'IP ISP Name';
14 +$_['text_ip_usage_type'] = 'IP Usage Type';
15 +$_['text_ip_domain'] = 'IP Domain';
16 +$_['text_ip_time_zone'] = 'IP Time Zone';
17 +$_['text_ip_location'] = 'IP Location';
18 +$_['text_ip_distance'] = 'IP Distance';
19 +$_['text_ip_latitude'] = 'IP Latitude';
20 +$_['text_ip_longitude'] = 'IP Longitude';
21 +$_['text_risk_country'] = 'High Risk Country';
22 +$_['text_free_email'] = 'Free Email';
23 +$_['text_ship_forward'] = 'Ship Forward';
24 +$_['text_using_proxy'] = 'Using Proxy';
25 +$_['text_bin_found'] = 'BIN Found';
26 +$_['text_email_blacklist'] = 'Email Blacklist';
27 +$_['text_credit_card_blacklist'] = 'Credit Card Blacklist';
28 +$_['text_score'] = 'FraudLabs Pro Score';
29 +$_['text_status'] = 'FraudLabs Pro Status';
30 +$_['text_message'] = 'Message';
31 +$_['text_transaction_id'] = 'Transaction ID';
32 +$_['text_credits'] = 'Balance';
33 +$_['text_error'] = 'Error:';
34 +$_['text_flp_upgrade'] = '<a href="http://www.fraudlabspro.com/plan" target="_blank">[Upgrade]</a>';
35 +$_['text_flp_merchant_area'] = 'Please login to <a href="http://www.fraudlabspro.com/merchant/login" target="_blank">FraudLabs Pro Merchant Area</a> for more information about this order.';
36 +$_['text_rule_validation'] = 'Rules Validation';
37 +$_['text_testing'] = 'Testing Purpose';
38 +
39 +// Entry
40 +$_['entry_status'] = 'Status';
41 +$_['entry_key'] = 'API Key';
42 +$_['entry_score'] = 'Risk Score';
43 +$_['entry_order_status'] = 'Order Status';
44 +$_['entry_review_status'] = 'Review Status';
45 +$_['entry_approve_status'] = 'Approve Status';
46 +$_['entry_reject_status'] = 'Reject Status';
47 +$_['entry_simulate_ip'] = 'Simulate IP';
48 +
49 +// Help
50 +$_['help_order_status'] = 'Orders that have a score over your set risk score will be assigned this order status.';
51 +$_['help_review_status'] = 'Orders that marked as review by FraudLabs Pro will be assigned this order status.';
52 +$_['help_approve_status'] = 'Orders that marked as approve by FraudLabs Pro will be assigned this order status.';
53 +$_['help_reject_status'] = 'Orders that marked as reject by FraudLabs Pro will be assigned this order status.';
54 +$_['help_simulate_ip'] = 'Simulate the visitor IP address for testing. Leave blank to disable it.';
55 +$_['help_fraudlabspro_id'] = 'Unique identifier for a transaction screened by FraudLabs Pro system.';
56 +$_['help_ip_address'] = 'IP Address.';
57 +$_['help_ip_net_speed'] = 'Connection speed.';
58 +$_['help_ip_isp_name'] = 'ISP of the IP address.';
59 +$_['help_ip_usage_type'] = 'Usage type of the IP address. E.g, ISP, Commercial, Residential.';
60 +$_['help_ip_domain'] = 'Domain name of the IP address.';
61 +$_['help_ip_time_zone'] = 'Time zone of the IP address.';
62 +$_['help_ip_location'] = 'Location of the IP address.';
63 +$_['help_ip_distance'] = 'Distance from IP address to Billing Location.';
64 +$_['help_ip_latitude'] = 'Latitude of the IP address.';
65 +$_['help_ip_longitude'] = 'Longitude of the IP address.';
66 +$_['help_risk_country'] = 'Whether IP address country is in the latest high risk country list.';
67 +$_['help_free_email'] = 'Whether e-mail is from free e-mail provider.';
68 +$_['help_ship_forward'] = 'Whether shipping address is a freight forwarder address.';
69 +$_['help_using_proxy'] = 'Whether IP address is from Anonymous Proxy Server.';
70 +$_['help_bin_found'] = 'Whether the BIN information matches our BIN list.';
71 +$_['help_email_blacklist'] = 'Whether the email address is in our blacklist database.';
72 +$_['help_credit_card_blacklist'] = 'Whether the credit card is in our blacklist database.';
73 +$_['help_score'] = 'Risk score, 0 (low risk) - 100 (high risk).';
74 +$_['help_status'] = 'FraudLabs Pro status.';
75 +$_['help_message'] = 'FraudLabs Pro error message description.';
76 +$_['help_transaction_id'] = 'Unique identifier for a transaction screened by FraudLabs Pro system.';
77 +$_['help_credits'] = 'Balance of the credits available after this transaction.';
78 +
79 +// Error
80 +$_['error_permission'] = 'Warning: You do not have permission to modify FraudLabs Pro settings!';
81 +$_['error_key'] = 'API Key Required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Anti-Fraud IP';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Anti-Fraud IP!';
8 +$_['text_edit'] = 'Edit Anti-Fraud IP';
9 +$_['text_ip_add'] = 'Add IP Address';
10 +$_['text_ip_list'] = 'Fraud IP Address List';
11 +
12 +// Column
13 +$_['column_ip'] = 'IP';
14 +$_['column_total'] = 'Total Accounts';
15 +$_['column_date_added'] = 'Date Added';
16 +$_['column_action'] = 'Action';
17 +
18 +// Entry
19 +$_['entry_ip'] = 'IP';
20 +$_['entry_status'] = 'Status';
21 +$_['entry_order_status'] = 'Order Status';
22 +
23 +// Help
24 +$_['help_order_status'] = 'Customers that have a banned IP on their accounts will be assigned this order status and will not be allowed to reach the complete status automatically.';
25 +
26 +// Error
27 +$_['error_permission'] = 'Warning: You do not have permission to modify Anti-Fraud IP!';
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Default Menu';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Google Base feed!';
8 +$_['text_edit'] = 'Edit Google Base';
9 +$_['text_import'] = 'To download the latest Google category list by <a href="https://support.google.com/merchants/answer/160081?hl=en" target="_blank" class="alert-link">clicking here</a> and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.';
10 +
11 +// Column
12 +$_['column_google_category'] = 'Google Category';
13 +$_['column_category'] = 'Category';
14 +$_['column_action'] = 'Action';
15 +
16 +// Entry
17 +$_['entry_google_category'] = 'Google Category';
18 +$_['entry_category'] = 'Category';
19 +$_['entry_data_feed'] = 'Data Feed Url';
20 +$_['entry_status'] = 'Status';
21 +
22 +// Error
23 +$_['error_permission'] = 'Warning: You do not have permission to modify Google Base feed!';
24 +$_['error_upload'] = 'File could not be uploaded!';
25 +$_['error_filetype'] = 'Invalid file type!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Account';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified account module!';
8 +$_['text_edit'] = 'Edit Account Module';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify account module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Login with Amazon';
4 +
5 +//Text
6 +$_['text_module'] = 'Modules';
7 +$_['text_extension'] = 'Extensions';
8 +$_['text_success'] = 'Success: You have modified module Login with Amazon!';
9 +$_['text_content_top'] = 'Content Top';
10 +$_['text_content_bottom'] = 'Content Bottom';
11 +$_['text_column_left'] = 'Column Left';
12 +$_['text_column_right'] = 'Column Right';
13 +$_['text_lwa_button'] = 'Login with Amazon';
14 +$_['text_login_button'] = 'Login';
15 +$_['text_a_button'] = 'A';
16 +$_['text_gold_button'] = 'Gold';
17 +$_['text_darkgray_button'] = 'Dark Gray';
18 +$_['text_lightgray_button'] = 'Light Gray';
19 +$_['text_small_button'] = 'Small';
20 +$_['text_medium_button'] = 'Medium';
21 +$_['text_large_button'] = 'Large';
22 +$_['text_x_large_button'] = 'X-Large';
23 +
24 +//Entry
25 +$_['entry_button_type'] = 'Button Type';
26 +$_['entry_button_colour'] = 'Button Colour';
27 +$_['entry_button_size'] = 'Button Size';
28 +$_['entry_layout'] = 'Layout';
29 +$_['entry_position'] = 'Position';
30 +$_['entry_status'] = 'Status';
31 +$_['entry_sort_order'] = 'Sort Order';
32 +
33 +//Error
34 +$_['error_permission'] = 'Warning: You do not have permission to modify module Login with Amazon!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Amazon Pay';
4 +
5 +//Text
6 +$_['text_module'] = 'Modules';
7 +$_['text_extension'] = 'Extensions';
8 +$_['text_success'] = 'Success: You have modified module Amazon Pay!';
9 +$_['text_content_top'] = 'Content Top';
10 +$_['text_content_bottom'] = 'Content Bottom';
11 +$_['text_column_left'] = 'Column Left';
12 +$_['text_column_right'] = 'Column Right';
13 +$_['text_pwa_button'] = 'Amazon Pay';
14 +$_['text_pay_button'] = 'Pay';
15 +$_['text_a_button'] = 'A';
16 +$_['text_gold_button'] = 'Gold';
17 +$_['text_darkgray_button'] = 'Dark Gray';
18 +$_['text_lightgray_button'] = 'Light Gray';
19 +$_['text_small_button'] = 'Small';
20 +$_['text_medium_button'] = 'Medium';
21 +$_['text_large_button'] = 'Large';
22 +$_['text_x_large_button'] = 'X-Large';
23 +
24 +//Entry
25 +$_['entry_button_type'] = 'Button Type';
26 +$_['entry_button_colour'] = 'Button Colour';
27 +$_['entry_button_size'] = 'Button Size';
28 +$_['entry_layout'] = 'Layout';
29 +$_['entry_position'] = 'Position';
30 +$_['entry_status'] = 'Status';
31 +$_['entry_sort_order'] = 'Sort Order';
32 +
33 +//Error
34 +$_['error_permission'] = 'Warning: You do not have permission to modify module Amazon Pay!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Banner';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified banner module!';
8 +$_['text_edit'] = 'Edit Banner Module';
9 +
10 +// Entry
11 +$_['entry_name'] = 'Module Name';
12 +$_['entry_banner'] = 'Banner';
13 +$_['entry_dimension'] = 'Dimension (W x H) and Resize Type';
14 +$_['entry_width'] = 'Width';
15 +$_['entry_height'] = 'Height';
16 +$_['entry_status'] = 'Status';
17 +
18 +// Error
19 +$_['error_permission'] = 'Warning: You do not have permission to modify banner module!';
20 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
21 +$_['error_width'] = 'Width required!';
22 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Bestsellers';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified bestsellers module!';
8 +$_['text_edit'] = 'Edit Bestsellers Module';
9 +
10 +// Entry
11 +$_['entry_name'] = 'Module Name';
12 +$_['entry_limit'] = 'Limit';
13 +$_['entry_image'] = 'Image (W x H) and Resize Type';
14 +$_['entry_width'] = 'Width';
15 +$_['entry_height'] = 'Height';
16 +$_['entry_status'] = 'Status';
17 +
18 +// Error
19 +$_['error_permission'] = 'Warning: You do not have permission to modify bestsellers module!';
20 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
21 +$_['error_width'] = 'Width required!';
22 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Blog Category';
7 +
8 +// Text
9 +$_['text_extension'] = 'Extensions';
10 +$_['text_success'] = 'Success: You have modified blog category module!';
11 +$_['text_edit'] = 'Edit Blog Category Module';
12 +
13 +// Entry
14 +$_['entry_status'] = 'Status';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify blog category module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Featured Articles';
7 +
8 +// Text
9 +$_['text_extension'] = 'Extensions';
10 +$_['text_success'] = 'Success: You have modified featured articles module!';
11 +$_['text_edit'] = 'Edit Featured Module';
12 +
13 +// Entry
14 +$_['entry_name'] = 'Module Name';
15 +$_['entry_article'] = 'Articles';
16 +$_['entry_limit'] = 'Limit';
17 +$_['entry_width'] = 'Width';
18 +$_['entry_height'] = 'Height';
19 +$_['entry_status'] = 'Status';
20 +
21 +// Help
22 +$_['help_article'] = '(Autocomplete)';
23 +
24 +// Error
25 +$_['error_permission'] = 'Warning: You do not have permission to modify featured articles module!';
26 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
27 +$_['error_width'] = 'Width required!';
28 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Latest Articles';
7 +
8 +// Text
9 +$_['text_extension'] = 'Extensions';
10 +$_['text_success'] = 'Success: You have modified latest articles module!';
11 +$_['text_edit'] = 'Edit Latest Module';
12 +
13 +// Entry
14 +$_['entry_name'] = 'Module Name';
15 +$_['entry_limit'] = 'Limit';
16 +$_['entry_width'] = 'Width';
17 +$_['entry_height'] = 'Height';
18 +$_['entry_status'] = 'Status';
19 +
20 +// Error
21 +$_['error_permission'] = 'Warning: You do not have permission to modify latest articles module!';
22 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
23 +$_['error_width'] = 'Width required!';
24 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Carousel';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified carousel module!';
8 +$_['text_edit'] = 'Edit Carousel Module';
9 +
10 +// Entry
11 +$_['entry_name'] = 'Module Name';
12 +$_['entry_banner'] = 'Banner';
13 +$_['entry_width'] = 'Width';
14 +$_['entry_height'] = 'Height';
15 +$_['entry_status'] = 'Status';
16 +
17 +// Error
18 +$_['error_permission'] = 'Warning: You do not have permission to modify carousel module!';
19 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
20 +$_['error_width'] = 'Width required!';
21 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Category';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified category module!';
8 +$_['text_edit'] = 'Edit Category Module';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify category module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Divido Product Page Calculator';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Divido Product Page Calculator!';
8 +$_['text_edit'] = 'Edit Divido Product Page Calculator';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify module Divido Product Page Calculator!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Featured';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified featured module!';
8 +$_['text_edit'] = 'Edit Featured Module';
9 +
10 +// Entry
11 +$_['entry_name'] = 'Module Name';
12 +$_['entry_product'] = 'Products';
13 +$_['entry_limit'] = 'Limit';
14 +$_['entry_width'] = 'Width';
15 +$_['entry_height'] = 'Height';
16 +$_['entry_status'] = 'Status';
17 +
18 +// Help
19 +$_['help_product'] = '(Autocomplete)';
20 +
21 +// Error
22 +$_['error_permission'] = 'Warning: You do not have permission to modify featured module!';
23 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
24 +$_['error_width'] = 'Width required!';
25 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Featured articles in this product category and manufacturer';
7 +
8 +// Text
9 +$_['text_extension'] = 'Extensions';
10 +$_['text_success'] = 'Success: You have modified module!';
11 +$_['text_edit'] = 'Edit Module';
12 +$_['text_help'] = 'For operation of the module it is necessary to determine the article in the editing of the product \ categories \ products';
13 +
14 +// Entry
15 +$_['entry_name'] = 'Module Name';
16 +$_['entry_limit'] = 'Limit';
17 +$_['entry_width'] = 'Width';
18 +$_['entry_height'] = 'Height';
19 +$_['entry_status'] = 'Status';
20 +
21 +// Error
22 +$_['error_permission'] = 'Warning: You do not have permission to modify module!';
23 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
24 +$_['error_width'] = 'Width required!';
25 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// * @source See SOURCE.txt for source and other copyright.
3 +// * @license GNU General Public License version 3; see LICENSE.txt
4 +
5 +// Heading
6 +$_['heading_title'] = 'Featured products in this category and manufacturer';
7 +
8 +// Text
9 +$_['text_module'] = 'Modules';
10 +$_['text_success'] = 'Success: You have modified module!';
11 +$_['text_edit'] = 'Edit Module';
12 +$_['text_help'] = 'For operation of the module it is necessary to identify the goods in the editing category or manufacturer';
13 +
14 +// Entry
15 +$_['entry_name'] = 'Module Name';
16 +$_['entry_limit'] = 'Limit';
17 +$_['entry_width'] = 'Width';
18 +$_['entry_height'] = 'Height';
19 +$_['entry_status'] = 'Status';
20 +
21 +// Error
22 +$_['error_permission'] = 'Warning: You do not have permission to modify module!';
23 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
24 +$_['error_width'] = 'Width required!';
25 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Filter';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified filter module!';
8 +$_['text_edit'] = 'Edit Filter Module';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify filter module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Google Hangouts';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Google Hangouts module!';
8 +$_['text_edit'] = 'Edit Google Hangouts Module';
9 +
10 +// Entry
11 +$_['entry_code'] = 'Google Talk Code';
12 +$_['entry_status'] = 'Status';
13 +
14 +// Help
15 +$_['help_code'] = 'Goto <a href="https://developers.google.com/+/hangouts/button" target="_blank">Create a Google Hangout chatback badge</a> and copy &amp; paste the generated code into the text box.';
16 +
17 +// Error
18 +$_['error_permission'] = 'Warning: You do not have permission to modify Google Hangouts module!';
19 +$_['error_code'] = 'Code Required';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'HTML Content';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified HTML Content module!';
8 +$_['text_edit'] = 'Edit HTML Content Module';
9 +
10 +// Entry
11 +$_['entry_name'] = 'Module Name';
12 +$_['entry_title'] = 'Heading Title';
13 +$_['entry_description'] = 'Description';
14 +$_['entry_status'] = 'Status';
15 +
16 +// Error
17 +$_['error_permission'] = 'Warning: You do not have permission to modify HTML Content module!';
18 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Information';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified information module!';
8 +$_['text_edit'] = 'Edit Information Module';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify information module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Klarna Checkout';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified module Klarna Checkout!';
8 +
9 +//Entry
10 +$_['entry_status'] = 'Status';
11 +
12 +//Error
13 +$_['error_permission'] = 'Warning: You do not have permission to modify Klarna Checkout module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Latest';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified latest module!';
8 +$_['text_edit'] = 'Edit Latest Module';
9 +
10 +// Entry
11 +$_['entry_name'] = 'Module Name';
12 +$_['entry_limit'] = 'Limit';
13 +$_['entry_width'] = 'Width';
14 +$_['entry_height'] = 'Height';
15 +$_['entry_status'] = 'Status';
16 +
17 +// Error
18 +$_['error_permission'] = 'Warning: You do not have permission to modify latest module!';
19 +$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
20 +$_['error_width'] = 'Width required!';
21 +$_['error_height'] = 'Height required!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Lay-Buy Layout';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Lay-Buy Layout module!';
8 +$_['text_edit'] = 'Edit Lay-Buy Layout Module';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify Lay-Buy Layout module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'PayPal Smart Button';
4 +
5 +// Text
6 +$_['text_extensions'] = 'Extensions';
7 +$_['text_edit'] = 'Edit PayPal Smart Button Module';
8 +$_['text_general'] = 'General';
9 +$_['text_product_page'] = 'Product Page';
10 +$_['text_cart_page'] = 'Cart Page';
11 +$_['text_insert_prepend'] = 'Insert Into Begin';
12 +$_['text_insert_append'] = 'Insert Into End';
13 +$_['text_insert_before'] = 'Insert Before';
14 +$_['text_insert_after'] = 'Insert After';
15 +$_['text_align_left'] = 'Align Left';
16 +$_['text_align_center'] = 'Align Center';
17 +$_['text_align_right'] = 'Align Right';
18 +$_['text_small'] = 'Small';
19 +$_['text_medium'] = 'Medium';
20 +$_['text_large'] = 'Large';
21 +$_['text_responsive'] = 'Responsive';
22 +$_['text_gold'] = 'Gold';
23 +$_['text_blue'] = 'Blue';
24 +$_['text_silver'] = 'Silver';
25 +$_['text_white'] = 'White';
26 +$_['text_black'] = 'Black';
27 +$_['text_pill'] = 'Pill';
28 +$_['text_rect'] = 'Rect';
29 +$_['text_checkout'] = 'Checkout';
30 +$_['text_pay'] = 'Pay';
31 +$_['text_buy_now'] = 'Buy Now';
32 +$_['text_pay_pal'] = 'PayPal';
33 +$_['text_installment'] = 'Installment';
34 +$_['text_text'] = 'Text Message';
35 +$_['text_flex'] = 'Flexible Banner';
36 +$_['text_yes'] = 'Yes';
37 +$_['text_no'] = 'No';
38 +
39 +// Entry
40 +$_['entry_status'] = 'Status';
41 +$_['entry_product_page_status'] = 'Product Page Status';
42 +$_['entry_cart_page_status'] = 'Cart Page Status';
43 +$_['entry_insert_tag'] = 'Insert Tag';
44 +$_['entry_insert_type'] = 'Insert Type';
45 +$_['entry_button_align'] = 'Button Align';
46 +$_['entry_button_size'] = 'Button Size';
47 +$_['entry_button_color'] = 'Button Color';
48 +$_['entry_button_shape'] = 'Button Shape';
49 +$_['entry_button_label'] = 'Button Label';
50 +$_['entry_button_tagline'] = 'Button Tagline';
51 +$_['entry_message_status'] = 'Pay Later Message';
52 +$_['entry_message_align'] = 'Message Align';
53 +$_['entry_message_size'] = 'Message Size';
54 +$_['entry_message_layout'] = 'Message Layout';
55 +$_['entry_message_text_color'] = 'Message Text Color';
56 +$_['entry_message_text_size'] = 'Message Text Size';
57 +$_['entry_message_flex_color'] = 'Message Banner Color';
58 +$_['entry_message_flex_ratio'] = 'Message Banner Ratio';
59 +
60 +// Help
61 +$_['help_message_status'] = 'Add pay later messaging to your site.';
62 +
63 +// Success
64 +$_['success_save'] = 'Success: You have modified PayPal Smart Button module!';
65 +
66 +// Error
67 +$_['error_permission'] = 'Warning: You do not have permission to modify PayPal Express Checkout Button module!';
...\ No newline at end of file ...\ No newline at end of file
1 +<?php
2 +// Heading
3 +$_['heading_title'] = 'Pilibaba Checkout Button';
4 +
5 +// Text
6 +$_['text_extension'] = 'Extensions';
7 +$_['text_success'] = 'Success: You have modified Pilibaba Checkout Button module!';
8 +$_['text_edit'] = 'Edit Pilibaba Checkout Button Module';
9 +
10 +// Entry
11 +$_['entry_status'] = 'Status';
12 +
13 +// Error
14 +$_['error_permission'] = 'Warning: You do not have permission to modify Pilibaba Checkout Button module!';
...\ No newline at end of file ...\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.