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

Add English lang

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