1
0

Added default language pack (en-gb)

This commit is contained in:
Christer Waren 2020-02-12 23:25:39 +02:00
parent 27b4234c0f
commit 704d608ff8
465 changed files with 15946 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<?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!';

View File

@ -0,0 +1,24 @@
<?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!';

View File

@ -0,0 +1,47 @@
<?php
// 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_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_action'] = 'Action';
// Entry
$_['entry_name'] = 'Category Name';
$_['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';
// 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.';
// 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!';

View File

@ -0,0 +1,34 @@
<?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!';

26
admin/catalog/filter.php Normal file
View File

@ -0,0 +1,26 @@
<?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!';

View File

@ -0,0 +1,46 @@
<?php
// 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_action'] = 'Action';
// Entry
$_['entry_title'] = 'Information Title';
$_['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';
// 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!';

View File

@ -0,0 +1,33 @@
<?php
// 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_action'] = 'Action';
// Entry
$_['entry_name'] = 'Manufacturer Name';
$_['entry_store'] = 'Stores';
$_['entry_keyword'] = 'Keyword';
$_['entry_image'] = 'Image';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_type'] = 'Type';
// 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!';

41
admin/catalog/option.php Normal file
View File

@ -0,0 +1,41 @@
<?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!';

110
admin/catalog/product.php Normal file
View File

@ -0,0 +1,110 @@
<?php
// 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_action'] = 'Action';
// Entry
$_['entry_name'] = 'Product Name';
$_['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_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_filter'] = 'Filters';
$_['entry_download'] = 'Downloads';
$_['entry_related'] = 'Related Products';
$_['entry_tag'] = 'Product Tags';
$_['entry_reward'] = 'Reward Points';
$_['entry_layout'] = 'Layout Override';
$_['entry_recurring'] = 'Recurring Profile';
// 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';
// 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!';

View File

@ -0,0 +1,42 @@
<?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!';

36
admin/catalog/review.php Normal file
View File

@ -0,0 +1,36 @@
<?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!';

View File

@ -0,0 +1,90 @@
<?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';
$_['text_maintenance'] = 'Maintenance';
$_['text_menu'] = 'Menu Manager';
$_['text_modification'] = 'Modifications';
$_['text_manufacturer'] = 'Manufacturers';
$_['text_navigation'] = 'Navigation';
$_['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_openbay_extension'] = 'OpenBay Pro';
$_['text_openbay_dashboard'] = 'Dashboard';
$_['text_openbay_orders'] = 'Bulk order update';
$_['text_openbay_items'] = 'Manage items';
$_['text_openbay_ebay'] = 'eBay';
$_['text_openbay_amazon'] = 'Amazon (EU)';
$_['text_openbay_amazonus'] = 'Amazon (US)';
$_['text_openbay_etsy'] = 'Etsy';
$_['text_openbay_settings'] = 'Settings';
$_['text_openbay_links'] = 'Item links';
$_['text_openbay_report_price'] = 'Pricing report';
$_['text_openbay_order_import'] = 'Order import';
$_['text_paypal'] = 'PayPal';
$_['text_paypal_search'] = 'Search';
$_['text_complete_status'] = 'Orders Completed';
$_['text_processing_status'] = 'Orders Processing';
$_['text_other_status'] = 'Other Statuses';

View File

@ -0,0 +1,6 @@
<?php
// Heading
$_['heading_title'] = 'Dashboard';
// Error
$_['error_install'] = 'Warning: Install folder still exists and should be deleted for security reasons!';

View File

@ -0,0 +1,25 @@
<?php
// Heading
$_['heading_title'] = 'Developer Settings';
// Text
$_['text_success'] = 'Success: You have modified developer settings!';
$_['text_theme'] = 'theme';
$_['text_sass'] = 'SASS';
$_['text_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';
// Button
$_['button_on'] = 'On';
$_['button_off'] = 'Off';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify developer settings!';

View File

@ -0,0 +1,23 @@
<?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!';

4
admin/common/footer.php Normal file
View File

@ -0,0 +1,4 @@
<?php
// Text
$_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a> &copy; 2009-' . date('Y') . ' All Rights Reserved.';
$_['text_version'] = 'Version %s';

View File

@ -0,0 +1,19 @@
<?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!';

12
admin/common/header.php Normal file
View File

@ -0,0 +1,12 @@
<?php
// Heading
$_['heading_title'] = 'OpenCart';
// Text
$_['text_profile'] = 'Your Profile';
$_['text_store'] = 'Stores';
$_['text_help'] = 'Help';
$_['text_homepage'] = 'OpenCart Homepage';
$_['text_support'] = 'Support Forum';
$_['text_documentation'] = 'Documentation';
$_['text_logout'] = 'Logout';

19
admin/common/login.php Normal file
View File

@ -0,0 +1,19 @@
<?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.';

33
admin/common/profile.php Normal file
View File

@ -0,0 +1,33 @@
<?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!';

15
admin/common/reset.php Normal file
View File

@ -0,0 +1,15 @@
<?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!';

26
admin/common/security.php Normal file
View File

@ -0,0 +1,26 @@
<?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';
// 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!';

View File

@ -0,0 +1,55 @@
<?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!';

114
admin/customer/customer.php Normal file
View File

@ -0,0 +1,114 @@
<?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!';

View File

@ -0,0 +1,28 @@
<?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!';

View File

@ -0,0 +1,30 @@
<?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!';

28
admin/design/banner.php Normal file
View File

@ -0,0 +1,28 @@
<?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!';

36
admin/design/layout.php Normal file
View File

@ -0,0 +1,36 @@
<?php
// 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_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_information'] = 'Warning: This layout cannot be deleted as it is currently assigned to %s information pages!';

30
admin/design/seo_url.php Normal file
View File

@ -0,0 +1,30 @@
<?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!';

23
admin/design/theme.php Normal file
View File

@ -0,0 +1,23 @@
<?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!';

View File

@ -0,0 +1,32 @@
<?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!';

View File

@ -0,0 +1,6 @@
<?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.';

View File

@ -0,0 +1,6 @@
<?php
// Heading
$_['heading_title'] = 'Permission Denied!';
// Text
$_['text_permission'] = 'You do not have permission to access this page, please refer to your system administrator.';

View File

@ -0,0 +1,323 @@
<?php
// Heading
$_['heading_campaign'] = 'Smart Shopping Ad Campaigns';
$_['heading_mapping'] = 'Category Mapping';
$_['heading_merchant'] = 'Google Merchant Center Account';
$_['heading_shipping_taxes'] = 'Shipping & Taxes';
$_['heading_title'] = 'Google Shopping';
// Steps
$_['step_campaigns'] = 'Smart Shopping Ad Campaigns';
$_['step_connect'] = 'Connect';
$_['step_mapping'] = 'Category Mapping';
$_['step_merchant_account'] = 'Merchant Center Account';
$_['step_shipping_taxes'] = 'Shipping &amp; Taxes';
// Help
$_['help_adult'] = 'Use this attribute to indicate that individual products are for adults only because they contain adult content such as nudity, sexually suggestive content, or are intended to enhance sexual activity. Google cares what they show to their users, so if your business model is not adult oriented but you&apos;re selling an individual adult-oriented product, you need to label that product clearly so Google can show appropriate and legally compliant content to people shopping online.';
$_['help_age_group'] = 'Use this attribute to set the demographic that your product is designed for. When you use this attribute, your ad can appear in results that are filtered by age. For example, if results are filtered by Women instead of Girls. The Age Group can also work together with the Gender to help ensure that users see the correct size information.';
$_['help_budget'] = 'Average daily budget to spend on this campaign. Any spending on ads will be deducted from your purchased credit. Credit is deducted only when someone clicks on your ad.';
$_['help_carrier_price_percentage'] = 'Estimate the shipment price as percentage of the product price.';
$_['help_color'] = 'If the product a color option, select it here. This is a required attribute for all apparel items in feeds that target Brazil, France, Germany, Japan, the UK, and the US as well as all products available in different colors.';
$_['help_condition'] = 'Tell users about the condition of the product you&apos;re selling. Setting this value correctly is important since Google uses it to refine search results.';
$_['help_cron_email'] = 'A summary of the CRON task will be sent to this e-mail after completion.';
$_['help_cron_email_status'] = 'Enable to receive a summary after every CRON task.';
$_['help_feed'] = 'If a language or currency is inactive, this means it was not found on your OpenCart store. To set it up, go to System > Localisation > Languages / Currencies';
$_['help_gender'] = 'Specify the gender your product is designed for using the gender attribute. When you provide this information, potential customers can accurately filter products by gender to help narrow their search. Keep in mind that Google also uses the gender information together with the values you provide for Size and Age Group to standardize the sizes that are shown to users.';
$_['help_google_product_category'] = 'Use the this attribute to indicate the category of your item based on the Google product taxonomy. Categorizing your product helps ensure that your ad is shown with the right search results.';
$_['help_is_bundle'] = 'Use the Bundle attribute to indicate that you&apos;ve created a bundle: a main product that you&apos;ve grouped with other, different products, sold together as one package for a single price. This attribute lets Google show your ad in the right situations by distinguishing your item from manufacturer-created bundles, multipacks, and other products without accessories.';
$_['help_local_cron'] = '<strong>This method is recommended.</strong> Insert this command in your web server CRON tab. Set it up to run every hour.';
$_['help_multipack'] = 'Use the Multipack attribute to indicate that you&apos;ve grouped multiple identical products for sale as one item. This attribute lets Google show your ad in the right situations by distinguishing your item from manufacturer-created multipacks, bundles, and other products.';
$_['help_remote_cron'] = '<strong>Use this method in case Method #1 cannot be used.</strong> Use this URL to set up a CRON task via a web-based CRON service. Set it up to run every hour.';
$_['help_roas'] = 'Target ROAS lets you bid based on a target return on ad spend (ROAS). This Google Ads Smart Bidding strategy helps you get more conversion value or revenue at the target return-on-ad-spend (ROAS) you set. Your bids are automatically optimized at auction-time, allowing you to tailor bids for each auction.';
$_['help_size'] = 'Use the size attribute to describe the standardized size of your product. When you use this attribute, your ad can appear in results that are filtered by size. The size you submit will also affect how your product variants are shown.';
$_['help_size_system'] = 'With this attribute you can explain which country&apos;s sizing system your product uses. This information helps create accurate filters, which users can use to narrow search results. The sizing system that you submit will affect search, filtering, and how variants are shown in your ad.';
$_['help_size_type'] = 'Use this attribute to describe the cut of your product. This information helps create accurate filters, which users can use to narrow search results.';
// Entry
$_['entry_action'] = 'Action';
$_['entry_adult'] = 'Adult-Only Content';
$_['entry_age_group'] = 'Age Group';
$_['entry_auto_advertise'] = 'Automatically advertise new listings?';
$_['entry_budget'] = 'Daily Campaign Budget';
$_['entry_campaign'] = 'Smart Shopping Ad Campaigns';
$_['entry_campaign_name'] = 'Campaign Name';
$_['entry_color'] = 'Color Option';
$_['entry_condition'] = 'Condition';
$_['entry_country'] = 'Target Country';
$_['entry_feed'] = 'Product Feeds';
$_['entry_gender'] = 'Gender';
$_['entry_google_product_category'] = 'Google Product Category';
$_['entry_is_bundle'] = 'Bundle';
$_['entry_max_transit_time'] = 'Maximum Transit Time (days)';
$_['entry_min_transit_time'] = 'Minimum Transit Time (days)';
$_['entry_multipack'] = 'Multipack (number of items in a single package)';
$_['entry_oc_category'] = 'OpenCart Category (autocomplete)';
$_['entry_roas'] = 'ROAS';
$_['entry_setup_confirmation'] = 'Setup Confirmation';
$_['entry_size'] = 'Size Option';
$_['entry_size_system'] = 'Size System';
$_['entry_size_type'] = 'Size Type';
$_['entry_status'] = 'Status';
// Texts
$_['text_access_token'] = 'Access token';
$_['text_acknowledge_add_campaign_1'] = 'I acknowledge that my campaigns will not become active until my product feeds get approved according to the <a href="https://support.google.com/merchants/answer/6149970" target="_blank"><strong>Google Merchant Center requirements</strong></a>.';
$_['text_acknowledge_add_campaign_2'] = 'I acknowledge that my campaigns will not become active until I set up <a href="https://support.google.com/merchants/topic/7293661?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Shipping</strong></a> and <a href="https://support.google.com/merchants/topic/7294266?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Tax (only in the US)</strong></a> details for my Merchant Center account.';
$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.';
$_['text_acknowledge_merchant_tos'] = 'By purchasing Google Shopping ads, I agree to comply with Google&apos;s terms and policies, including Google&apos;s <a href="https://support.google.com/merchants/answer/160173?hl=en" target="_blank">Merchant Center terms of service</a>, <a href="https://support.google.com/merchants/answer/6149970?hl=en" target="_blank">Shopping ads policies</a>, and <a href="https://billing.google.com/payments/u/0/paymentsinfofinder?style=:md#" target="_blank">Google Ads Terms and Conditions</a>.';
$_['text_action'] = 'Action';
$_['text_active'] = 'Active';
$_['text_active_states'] = 'Select active states';
$_['text_add_target'] = 'New Campaign';
$_['text_ads_intro'] = '<h3>Important</h3><p>To have your products accepted by Google Merchant Center, please make sure to follow these requirements:</p><ul><li>Your OpenCart products must meet the <a href="https://support.google.com/merchants/answer/6149970" target="_blank"><strong>Google Shopping ads policies</strong></a>.</li><li>Please make sure to configure <a href="https://support.google.com/merchants/topic/7293661?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Shipping</strong></a> and <a href="https://support.google.com/merchants/topic/7294266?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Taxes (only in the US)</strong></a> in your Google Merchant Center account, or via this extension from the <a href="%s" target="_blank"><strong>Shipping &amp; Taxes</strong></a> section.</li><li>Refer to the columns <strong>Destination Statuses</strong> and <strong>Item Issues</strong> to resolve any approval issues with your products.</li></ul>';
$_['text_advertise'] = 'Advertise';
$_['text_age_group_adult'] = 'Adult (teens or older)';
$_['text_age_group_infant'] = 'Infant (3-12 months old)';
$_['text_age_group_kids'] = 'Kids (6-13 years old)';
$_['text_age_group_newborn'] = 'Newborn (0-2 months old)';
$_['text_age_group_toddler'] = 'Toddler (1-5 years old)';
$_['text_all'] = 'All';
$_['text_app_id'] = 'App ID';
$_['text_app_secret'] = 'App Secret';
$_['text_approved'] = 'Approved';
$_['text_campaign_more_info'] = '<h4>Campaign Duration</h4><p>Campaigns will run until paused. You can pause a campaign at any time.</p><hr /><h4>Campaign Optimization</h4><p>It usually takes around 30 days for Google to rank products and optimize shopping ad campaigns.</p><hr /><h4>Products in Campaign</h4><p>Google will create a unique shopping ad for each approved product synced to your Merchant Center account. Ads are optimized based to maximize your sales. Popular products will likely receive more of your budget.</p><hr /><h4>Campaign Duration</h4><p>Campaigns will run until paused. You can pause a campaign at any time.</p><hr /><h4>Shopping Ad Placement</h4><p>Your ads may appear on multiple platforms including Google Search, Google Display Network, Youtube, and Gmail.</p>';
$_['text_campaigns'] = 'Campaigns';
$_['text_carrier_postcode'] = 'Origin Postal Code';
$_['text_carrier_price_percentage'] = 'Price Percentage';
$_['text_checklist_acknowledge_0'] = '<h4>Visibility of product catalog</h4><p>I confirm my product catalog is publically accessible without requiring a password.</p>';
$_['text_checklist_acknowledge_1'] = '<h4>Secure checkout process</h4><p>Payment and transaction processing, as well as collection of any sensitive and financial personal information from the user, are conducted over a secure processing server (SSL-protected, with a valid SSL certificate - https://).</p>';
$_['text_checklist_acknowledge_2'] = '<h4>Return policy</h4><p>I confirm my website provides a clear and conspicuous return policy to users.</p>';
$_['text_checklist_acknowledge_3'] = '<h4>Billing terms and conditions</h4><p>I confirm my website provides clear and conspicuous billing terms and conditions.</p>';
$_['text_checklist_acknowledge_4'] = '<h4>Accurate contact information</h4><p>I confirm my website displays sufficient and accurate contact information with <em>at least two</em> of the following: phone number, physical address, email address.</p>';
$_['text_checklist_intro'] = '<h3>Important</h3> Before you can post ads on Google, your webstore <em>must</em> meet the Google Merchant Center requirements. A full of list of all requirements and recommendations can be found <a href="https://support.google.com/merchants/answer/6363310?hl=en" target="_blank"><strong>here</strong></a>.';
$_['text_clicks'] = 'Clicks';
$_['text_color'] = 'Color';
$_['text_condition_new'] = 'New';
$_['text_condition_refurbished'] = 'Refurbished';
$_['text_condition_used'] = 'Used';
$_['text_connect_intro'] = 'Your Google Shopping extension is not yet connected. Please go to the <a href="%s" target="_blank"><strong>Google Shopping for OpenCart website</strong></a> to obtain an App ID and App Secret.';
$_['text_connected'] = 'Connected with Merchant ID <span class="label label-default">%s</span>';
$_['text_connecting'] = 'Connecting...';
$_['text_connection'] = 'Connection';
$_['text_conversion_value'] = 'Conversion Value';
$_['text_conversions'] = 'Conversions';
$_['text_cost'] = 'Cost';
$_['text_critical'] = 'Critical';
$_['text_cron_email'] = 'Send Summary to E-Mail';
$_['text_cron_email_status'] = 'Send E-Mail Summary';
$_['text_cron_info'] = 'Please make sure to set up a CRON task executing <strong>each hour</strong> using one of the methods below. Method #1 is recommended. CRON jobs help you with:<br /><br />&bull; Periodic syncing of your OpenCart catalog with Google Merchant Center<br />&bull; Automatic fetching of product statuses and product reports';
$_['text_cron_settings'] = 'CRON Settings';
$_['text_data_quality_issues'] = 'Data Quality Issues';
$_['text_debug_log'] = 'Debug Logging';
$_['text_destination_status'] = 'Status';
$_['text_disabled'] = 'Disabled';
$_['text_disapproved'] = 'Disapproved';
$_['text_disconnect_reminder'] = 'Even if you decide to disconnect this OpenCart extension, you will still have access to your Merchant Center account. It will not get deleted. Disconnecting will do the following:<ul><li>Disable this extension</li><li>Remove all active campaigns</li><li>Delete all datafeeds in the linked Google Merchant Center account</li><li>Remove any links between your existing Google Merchant Center account and OpenCart.</li></ul>';
$_['text_disconnecting_please_wait'] = 'Disconnecting...';
$_['text_does_not_apply'] = '-- Does not apply --';
$_['text_download_debug_log'] = 'Download Debug Log';
$_['text_edit_target'] = 'Edit Campaign: %s';
$_['text_enabled'] = 'Enabled';
$_['text_error'] = 'Error';
$_['text_existing_merchant'] = 'Use my own Google Merchant Center account (In case you want to use your active Google Merchant Center account.)';
$_['text_extension_settings'] = 'Extension Settings';
$_['text_extensions'] = 'Extensions';
$_['text_filter'] = 'Filter';
$_['text_gender_female'] = 'Female';
$_['text_gender_male'] = 'Male';
$_['text_gender_unisex'] = 'Unisex';
$_['text_google_expiration_date'] = 'Google Expiration Date';
$_['text_heading_merchant_center_account'] = 'Merchant Center Account';
$_['text_home'] = 'Home';
$_['text_image'] = 'Image';
$_['text_impressions'] = 'Impressions';
$_['text_info_popup_product'] = 'The information requested here is required to properly list your product on Google Shopping. <a href="https://support.google.com/merchants/answer/7052112?hl=en&ref_topic=6324338" target="_blank">Click here</a> for more information.';
$_['text_issues'] = 'Issues';
$_['text_item_level_issues'] = 'Item Issues';
$_['text_label_active'] = 'ACTIVE';
$_['text_label_approved'] = 'APPROVED';
$_['text_label_critical'] = 'CRITICAL';
$_['text_label_disapproved'] = 'DISAPPROVED';
$_['text_label_error'] = 'ERROR';
$_['text_label_paused'] = 'PAUSED';
$_['text_label_pending'] = 'PENDING';
$_['text_label_suggestion'] = 'SUGGESTION';
$_['text_label_unassigned'] = 'UNASSIGNED';
$_['text_label_unavailable'] = 'UNAVAILABLE';
$_['text_learn_more'] = 'Learn more';
$_['text_loading_please_wait'] = 'Please wait. This may take a few minutes...';
$_['text_local_cron'] = 'Method #1 - CRON Task:';
$_['text_mapping_intro'] = 'Select your OpenCart categories which best match the pre-defined Google categories. This helps Google understand what you\'re selling so that they can better connect your ads with search queries from potential customers. If none of your categories match the list below, just click "Proceed" to skip this step.';
$_['text_mapping_verify_intro'] = 'Some of your products are already mapped to Google categories. Should the new mapping edit all current products, or should it apply only for your future products?';
$_['text_mapping_verify_title'] = 'Confirm New Mapping';
$_['text_maximum_five'] = 'Maximum 5 campaigns can be selected. Leaving a campaign unticked will <strong>unassign</strong> the products from this campaign.';
$_['text_merchant_intro'] = 'Please select the account you wish to use:';
$_['text_merchant_website_claim'] = '<p>Upon clicking <strong>Proceed</strong>, you will be asked to authorize OpenCart to manage your listing and account in Google Shopping. Your website URL will be claimed by the selected Merchant Center account.</p>';
$_['text_na'] = '&ndash;';
$_['text_new_merchant'] = 'Use an account managed by OpenCart (For beginners who do not have a Google Merchant Center account.)';
$_['text_no'] = 'No';
$_['text_no_results'] = 'No results found!';
$_['text_no_targets'] = 'No campaigns found! Click the button below to add your first campaign.';
$_['text_panel_connect'] = 'Step 1 of 5: Connect the Google Shopping Extension';
$_['text_panel_heading'] = 'Edit Google Shopping | Store: %s';
$_['text_panel_heading_campaign'] = 'Step 3 of 5: Set up Smart Shopping Ad Campaigns';
$_['text_panel_heading_campaign_2'] = 'Set up Smart Shopping Ad Campaigns';
$_['text_panel_heading_mapping'] = 'Step 5 of 5: Set up Category Mapping';
$_['text_panel_heading_mapping_2'] = 'Set up Category Mapping';
$_['text_panel_heading_merchant'] = 'Step 2 of 5: Set up Google Merchant Center Account';
$_['text_panel_heading_more_info'] = 'About Campaigns';
$_['text_panel_heading_preview'] = 'How an Ad Looks Like';
$_['text_panel_heading_shipping_taxes'] = 'Step 4 of 5: Set up Shipping &amp; Taxes';
$_['text_panel_heading_shipping_taxes_2'] = 'Set up Shipping &amp; Taxes';
$_['text_paused'] = 'Paused';
$_['text_per_day'] = '$%s / day';
$_['text_popup_error_body'] = 'The following error has occurred while trying to fetch this resource: <strong>{error}</strong>';
$_['text_popup_error_title'] = 'Error';
$_['text_popup_loading_body'] = 'Loading... Please wait...';
$_['text_popup_loading_title'] = 'Loading form...';
$_['text_popup_title_multiple'] = 'Editing %s products';
$_['text_popup_title_single'] = '%s (%s)';
$_['text_product_category'] = 'Category (incl. sub-categories)';
$_['text_product_is_modified'] = 'Google Fields Edited';
$_['text_product_model'] = 'Model';
$_['text_product_name'] = 'Product';
$_['text_refresh_token'] = 'Re-create token';
$_['text_remote_cron'] = 'Method #2 - Remote CRON:';
$_['text_report_campaign_name'] = 'Campaign Name';
$_['text_report_clicks'] = 'Clicks';
$_['text_report_conversion_value'] = 'Conversion Value';
$_['text_report_conversions'] = 'Conversions';
$_['text_report_cost'] = 'Cost';
$_['text_report_date_range'] = 'Campaign Reports for %s';
$_['text_report_impressions'] = 'Impressions';
$_['text_report_status'] = 'Status';
$_['text_reporting_interval'] = 'Reporting Time Interval';
$_['text_reporting_interval_LAST_14_DAYS'] = 'Last 14 days';
$_['text_reporting_interval_LAST_30_DAYS'] = 'Last 30 days';
$_['text_reporting_interval_LAST_7_DAYS'] = 'Last 7 days';
$_['text_reporting_interval_LAST_BUSINESS_WEEK'] = 'Last business week';
$_['text_reporting_interval_LAST_WEEK'] = 'Last week';
$_['text_reporting_interval_LAST_WEEK_SUN_SAT'] = 'Last week (Sunday - Saturday)';
$_['text_reporting_interval_THIS_MONTH'] = 'This month';
$_['text_reporting_interval_THIS_WEEK_MON_TODAY'] = 'This week (Monday - Today)';
$_['text_reporting_interval_THIS_WEEK_SUN_TODAY'] = 'This week (Sunday - Today)';
$_['text_reporting_interval_TODAY'] = 'Today';
$_['text_reporting_interval_YESTERDAY'] = 'Yesterday';
$_['text_select_country'] = '-- Country --';
$_['text_select_currency'] = '-- Currency --';
$_['text_select_language'] = '-- Language --';
$_['text_selection_all'] = 'You have selected all <strong>{total}</strong> items on all pages. <a id="deselect_all_pages"><strong>Unselect Everything</strong></a>';
$_['text_selection_page'] = 'You have selected <strong>{selected_page}</strong> item(s) on this page. <a id="select_all_pages"><strong>Click here</strong></a> to select all <strong>{total}</strong> items on all pages.';
$_['text_shipping_carrier'] = 'Use a distribution center and carrier services';
$_['text_shipping_custom'] = 'Set this up myself in the Google Merchant Center';
$_['text_shipping_flat'] = 'Use a flat rate for all orders';
$_['text_shipping_services'] = 'Shipping Services';
$_['text_shipping_transit_times'] = 'Shipping Transit Times';
$_['text_size'] = 'Size';
$_['text_size_type_big_and_tall'] = 'Big & Tall';
$_['text_size_type_maternity'] = 'Maternity';
$_['text_size_type_petite'] = 'Petite';
$_['text_size_type_plus'] = 'Plus';
$_['text_size_type_regular'] = 'Regular';
$_['text_status'] = 'Status';
$_['text_suggestion'] = 'Suggestion';
$_['text_tax_custom'] = 'Set this up myself in the Google Merchant Center';
$_['text_tax_not_usa'] = 'I am not based in the USA';
$_['text_tax_on_shipping'] = 'Add tax on shipping';
$_['text_tax_usa'] = 'Use Google&apos;s destination-based tax estimation';
$_['text_taxes'] = 'Taxes (USA only)';
$_['text_tutorial_cron'] = 'https://isenselabs.com/posts/how-to-auto-sync-opencart-products-with-google-shopping';
$_['text_usd'] = 'USD';
$_['text_usd_day'] = 'USD / day';
$_['text_video_tutorial_url_advertise'] = 'https://youtu.be/ZN7zz8raoVM?t=187';
$_['text_video_tutorial_url_install'] = 'https://www.youtube.com/watch?v=AvkBLWAUojI';
$_['text_video_tutorial_url_setup'] = 'https://www.youtube.com/watch?v=ZN7zz8raoVM';
$_['text_view_issues'] = 'View Issues';
$_['text_yes'] = 'Yes';
// Placeholders
$_['placeholder_access_token'] = 'Paste your access token here';
// Tabs
$_['tab_text_ads'] = 'Product Ads / Reports';
$_['tab_text_reports'] = 'Campaign Reports';
$_['tab_text_settings'] = 'Settings';
// Buttons
$_['button_add_feed'] = 'New Feed';
$_['button_add_target'] = 'New Campaign';
$_['button_apply'] = 'Assign Selected Products to Campaigns';
$_['button_bulk_edit_google_fields'] = 'Bulk Edit';
$_['button_campaign'] = 'Smart Shopping Ad Campaigns';
$_['button_close'] = 'Close';
$_['button_connect'] = 'Connect';
$_['button_disconnect'] = 'Disconnect';
$_['button_mapping'] = 'Category Mapping';
$_['button_proceed'] = 'Proceed';
$_['button_product_edit'] = 'Edit Google Fields';
$_['button_product_set'] = 'Set Google Fields';
$_['button_save'] = 'Save';
$_['button_save_future'] = 'Save &amp; Do Nothing';
$_['button_save_modify'] = 'Save &amp; Modify Current Products';
$_['button_select_campaigns'] = 'Select Campaigns';
$_['button_shipping_taxes'] = 'Shipping &amp; Taxes';
$_['button_video_tutorial_install'] = 'Watch Video Tutorial';
$_['button_video_tutorial_setup'] = 'Watch Video Tutorial';
// Success
$_['success_advertise_disable'] = 'Success! Advertising has been disabled for the selected products!';
$_['success_advertise_enable'] = 'Success! Advertising has been enabled for the selected products!';
$_['success_advertise_listed'] = 'The shopping ads are live! If your products are not yet approved, please allow up to 3 business days for the Merchant Center team to review them.';
$_['success_advertise_unlisted'] = 'The shopping ads have been stopped. The products you edited no longer belong to any campaigns.';
$_['success_campaign'] = 'Success! You have set up Smart Shopping Ad Campaigns!';
$_['success_connect'] = 'Success! You have connected your extension!';
$_['success_disconnect'] = 'Success! The extension has been disconnected!';
$_['success_index'] = 'Success! You have modified the extension!';
$_['success_mapping'] = 'Success! You have set up mapping!';
$_['success_merchant'] = 'Success! Your Google Merchant Center account has been set up! Your website has been claimed!';
$_['success_merchant_access'] = 'Success! Your Google Merchant Center account has been set up! Your website has been claimed! You can access the linked Google Merchant Center account from the <a href="https://merchants.google.com/mc/merchantdashboard?a=%s" target="_blank">Google Merchant Center dashboard</a>.';
$_['success_product'] = 'Success! The product information has been updated.';
$_['success_shipping_taxes'] = 'Success! The merchant shipping and taxes have been updated.';
$_['success_target_add'] = 'Success! Your new campaign has been created! It will become active as soon as your product feeds get approved by Google Merchant Center.';
$_['success_target_delete'] = 'Success! Your campaign has been deleted!';
$_['success_target_edit'] = 'Success! You have edited your campaign!';
// Error
$_['error_adblock'] = "It looks like you are using an ad blocker. In order to use GoogleShopping, please disable your ad blocker for your OpenCart admin panel.";
$_['error_budget'] = 'Please insert the campaign budget. The value must be numeric and no less than 5.';
$_['error_campaign_name_in_use'] = 'You are already using a campaign with the same name! Please choose another name.';
$_['error_campaign_name_total'] = '&quot;Total&quot; is a forbidden name for a campaign! Please choose another name.';
$_['error_carrier'] = 'Please select at least one carrier!';
$_['error_carrier_postcode'] = 'Please provide the postcode for outgoing shipments.';
$_['error_carrier_price_percentage'] = 'Please provide a valid price percentage from 0 to 100.';
$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.';
$_['error_empty_app_id'] = 'Please insert the App ID!';
$_['error_empty_app_secret'] = 'Please insert the App Secret!';
$_['error_empty_campaign_name'] = 'Please set a name for your campaign!';
$_['error_empty_country'] = 'Please select a country!';
$_['error_empty_feed'] = 'Please specify at least one campaign feed!';
$_['error_field_no_value'] = 'Please provide a value!';
$_['error_flat_rate'] = 'Please insert a flat rate value. The value must be numeric.';
$_['error_form'] = 'Please check the form for errors and try to save agian.';
$_['error_invalid_email'] = 'The provided e-mail address is not valid!';
$_['error_invalid_feed'] = 'All feeds must have a language and currency!';
$_['error_max_transit_time'] = 'Please insert a maximum transit time (number of days) which is larger than the minimum.';
$_['error_min_transit_time'] = 'Please insert a minimum transit time (number of days).';
$_['error_no_targets'] = 'Warning! No Smart Shopping Ad Campaigns have been set up.';
$_['error_permission'] = 'Warning! You do not have permission to modify the extension Advertise &gt; Google Shopping!';
$_['error_popup_not_found_body'] = 'The system could not find the product.';
$_['error_popup_not_found_title'] = 'Not found';
$_['error_store_url_claim'] = 'Your store URL has been claimed by another app. Please connect your merchant account to re-claim the store URL.';
$_['error_tax'] = 'Please select at least one taxable state.';
$_['error_used_app_id'] = 'You have already connected this App with another one of your stores. Please disconnect the other store, or use a different App ID.';
$_['error_warning'] = 'Warning! Please check the form carefully for errors.';
// Warning
$_['warning_budget'] = 'Campaigns with a daily budget of less than $10 may not yield good conversion results. For best results, we suggest a daily budget of at least $10.';
$_['warning_disabled'] = 'The extension is disabled and all of your campaigns are stopped. Enable the extension to activate the Smart Shopping Ad Campaigns.';
$_['warning_last_cron_executed'] = 'It seems like your CRON task has not been run recently. Please ensure it is set up correctly. Follow <a href="%s" target="_blank"><strong>this tutorial</strong></a> to see how to do it.';
$_['warning_no_active_campaigns'] = 'You have no campaigns running. <a href="%s"><strong>Click here</strong></a> to activate your campaign.';
$_['warning_no_advertised_products'] = 'No products are being advertised. To start advertising, you must assign products to campaigns. Follow <a href="%s" target="_blank"><strong>this tutorial</strong></a> to see how to do it.';
$_['warning_roas'] = 'Google Ads needs about a couple of weeks after a campaign gets created to work properly with ROAS. Please check back on %s to configure this setting.';

View File

@ -0,0 +1,17 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,19 @@
<?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!';

View File

@ -0,0 +1,32 @@
<?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!';

View File

@ -0,0 +1,22 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?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!';

View File

@ -0,0 +1,18 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?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!';

View File

@ -0,0 +1,25 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?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.";

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,23 @@
<?php
// 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';
// 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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,17 @@
<?php
// Heading
$_['heading_title'] = 'Payments';
// Text
$_['text_success'] = 'Success: You have modified payments!';
$_['text_list'] = 'Payment List';
// 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!';

View File

@ -0,0 +1,16 @@
<?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!';

View File

@ -0,0 +1,16 @@
<?php
// Heading
$_['heading_title'] = 'Shipping';
// Text
$_['text_success'] = 'Success: You have modified shipping!';
$_['text_list'] = 'Shipping List';
// 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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,16 @@
<?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!';

View File

@ -0,0 +1,25 @@
<?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!';

View File

@ -0,0 +1,15 @@
<?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!';

View File

@ -0,0 +1,3 @@
<?php
// Heading
$_['heading_title'] = 'OpenBay Pro';

View File

@ -0,0 +1,79 @@
<?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.';
// 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!';

View File

@ -0,0 +1,27 @@
<?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!';

View File

@ -0,0 +1,122 @@
<?php
// Heading
$_['heading_title'] = 'MaxMind Anti-Fraud';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified MaxMind anti-fraud!';
$_['text_edit'] = 'Edit MaxMind Anti-Fraud';
$_['text_signup'] = 'MaxMind is a fraud detection service. If you don\'t have a license key you can <a href="http://www.maxmind.com/?rId=opencart" target="_blank"><u>sign up here</u></a>.';
$_['text_country_match'] = 'Country Match:';
$_['text_country_code'] = 'Country Code:';
$_['text_high_risk_country'] = 'High Risk Country:';
$_['text_distance'] = 'Distance:';
$_['text_ip_region'] = 'IP Region:';
$_['text_ip_city'] = 'IP City:';
$_['text_ip_latitude'] = 'IP Latitude:';
$_['text_ip_longitude'] = 'IP Longitude:';
$_['text_ip_isp'] = 'ISP:';
$_['text_ip_org'] = 'IP Organization:';
$_['text_ip_asnum'] = 'ASNUM:';
$_['text_ip_user_type'] = 'IP User Type:';
$_['text_ip_country_confidence'] = 'IP Country Confidence:';
$_['text_ip_region_confidence'] = 'IP Region Confidence:';
$_['text_ip_city_confidence'] = 'IP City Confidence:';
$_['text_ip_postal_confidence'] = 'IP Postal Confidence:';
$_['text_ip_postal_code'] = 'IP Postal Code:';
$_['text_ip_accuracy_radius'] = 'IP Accuracy Radius:';
$_['text_ip_net_speed_cell'] = 'IP Net Speed Cell';
$_['text_ip_metro_code'] = 'IP Metro Code:';
$_['text_ip_area_code'] = 'IP Area Code:';
$_['text_ip_time_zone'] = 'IP Time Zone:';
$_['text_ip_region_name'] = 'IP Region Name:';
$_['text_ip_domain'] = 'IP Domain:';
$_['text_ip_country_name'] = 'IP Country Name:';
$_['text_ip_continent_code'] = 'IP Continent Code:';
$_['text_ip_corporate_proxy'] = 'IP Corporate Proxy:';
$_['text_anonymous_proxy'] = 'Anonymous Proxy:';
$_['text_proxy_score'] = 'Proxy Score:';
$_['text_is_trans_proxy'] = 'Is Transparent Proxy:';
$_['text_free_mail'] = 'Free Mail:';
$_['text_carder_email'] = 'Carder Email:';
$_['text_high_risk_username'] = 'High Risk Username:';
$_['text_high_risk_password'] = 'High Risk Password:';
$_['text_bin_match'] = 'Bin Match:';
$_['text_bin_country'] = 'Bin Country:';
$_['text_bin_name_match'] = 'Bin Name Match:';
$_['text_bin_name'] = 'Bin Name:';
$_['text_bin_phone_match'] = 'Bin Phone Match:';
$_['text_bin_phone'] = 'Bin Phone:';
$_['text_customer_phone_in_billing_location'] = 'Customer Phone Number in Billing Location:';
$_['text_ship_forward'] = 'Shipping Forward:';
$_['text_city_postal_match'] = 'City Postal Match:';
$_['text_ship_city_postal_match'] = 'Shipping City Postal Match:';
$_['text_score'] = 'Score:';
$_['text_explanation'] = 'Explanation:';
$_['text_risk_score'] = 'Risk Score:';
$_['text_queries_remaining'] = 'Queries Remaining:';
$_['text_maxmind_id'] = 'Maxmind ID:';
$_['text_error'] = 'Error:';
// Entry
$_['entry_key'] = 'MaxMind License Key';
$_['entry_score'] = 'Risk Score';
$_['entry_order_status'] = 'Order Status';
$_['entry_status'] = 'Status';
// Help
$_['help_order_status'] = 'Orders that have a score over your set risk score will be assigned this order status and will not be allowed to reach the complete status automatically.';
$_['help_country_match'] = 'Whether country of IP address matches billing address country (mismatch = higher risk).';
$_['help_country_code'] = 'Country Code of the IP address.';
$_['help_high_risk_country'] = 'Whether IP address or billing address country is in Ghana, Nigeria, or Vietnam.';
$_['help_distance'] = 'Distance from IP address to Billing Location in kilometers (large distance = higher risk).';
$_['help_ip_region'] = 'Estimated State/Region of the IP address.';
$_['help_ip_city'] = 'Estimated City of the IP address.';
$_['help_ip_latitude'] = 'Estimated Latitude of the IP address.';
$_['help_ip_longitude'] = 'Estimated Longitude of the IP address.';
$_['help_ip_isp'] = 'ISP of the IP address.';
$_['help_ip_org'] = 'Organization of the IP address.';
$_['help_ip_asnum'] = 'Estimated Autonomous System Number of the IP address.';
$_['help_ip_user_type'] = 'Estimated user type of the IP address.';
$_['help_ip_country_confidence'] = 'Representing our confidence that the country location is correct.';
$_['help_ip_region_confidence'] = 'Representing our confidence that the region location is correct.';
$_['help_ip_city_confidence'] = 'Representing our confidence that the city location is correct.';
$_['help_ip_postal_confidence'] = 'Representing our confidence that the postal code location is correct.';
$_['help_ip_postal_code'] = 'Estimated Postal Code of the IP address.';
$_['help_ip_accuracy_radius'] = 'The average distance between the actual location of the end user using the IP address and the location returned by the GeoIP City database, in miles.';
$_['help_ip_net_speed_cell'] = 'Estimated network type of the IP address.';
$_['help_ip_metro_code'] = 'Estimated Metro Code of the IP address.';
$_['help_ip_area_code'] = 'Estimated Area Code of the IP address.';
$_['help_ip_time_zone'] = 'Estimated Time Zone of the IP address.';
$_['help_ip_region_name'] = 'Estimated Region name of the IP address.';
$_['help_ip_domain'] = 'Estimated domain of the IP address.';
$_['help_ip_country_name'] = 'Estimated Country name of the IP address.';
$_['help_ip_continent_code'] = 'Estimated Continent code of the IP address.';
$_['help_ip_corporate_proxy'] = 'Whether the IP is an Corporate Proxy in the database or not.';
$_['help_anonymous_proxy'] = 'Whether IP address is Anonymous Proxy (anonymous proxy = very high risk).';
$_['help_proxy_score'] = 'Likelihood of IP Address being an Open Proxy.';
$_['help_is_trans_proxy'] = 'Whether IP address is in our database of known transparent proxy servers, returned if forwardedIP is passed as an input.';
$_['help_free_mail'] = 'Whether e-mail is from free e-mail provider (free e-mail = higher risk).';
$_['help_carder_email'] = 'Whether e-mail is in database of high risk e-mails.';
$_['help_high_risk_username'] = 'Whether usernameMD5 input is in database of high risk usernames. Only returned if usernameMD5 is included in inputs.';
$_['help_high_risk_password'] = 'Whether passwordMD5 input is in database of high risk passwords. Only returned if passwordMD5 is included in inputs.';
$_['help_bin_match'] = 'Whether country of issuing bank based on BIN number matches billing address country.';
$_['help_bin_country'] = 'Country Code of the bank which issued the credit card based on BIN number.';
$_['help_bin_name_match'] = 'Whether name of issuing bank matches inputted BIN name. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
$_['help_bin_name'] = 'Name of the bank which issued the credit card based on BIN number. Available for approximately 96% of BIN numbers.';
$_['help_bin_phone_match'] = 'Whether customer service phone number matches inputed BIN Phone. A return value of Yes provides a positive indication that cardholder is in possession of credit card.';
$_['help_bin_phone'] = 'Customer service phone number listed on back of credit card. Available for approximately 75% of BIN numbers. In some cases phone number returned may be outdated.';
$_['help_customer_phone_in_billing_location'] = 'Whether the customer phone number is in the billing zip code. A return value of Yes provides a positive indication that the phone number listed belongs to the cardholder. A return value of No indicates that the phone number may be in a different area, or may not be listed in our database. NotFound is returned when the phone number prefix cannot be found in our database at all. Currently we only support US Phone numbers.';
$_['help_ship_forward'] = 'Whether shipping address is in database of known mail drops.';
$_['help_city_postal_match'] = 'Whether billing city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
$_['help_ship_city_postal_match'] = 'Whether shipping city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.';
$_['help_score'] = 'Overall fraud score based on outputs listed above. This is the original fraud score, and is based on a simple formula. It has been replaced with risk score (see below), but is kept for backwards compatibility.';
$_['help_explanation'] = 'A brief explanation of the score, detailing what factors contributed to it, according to our formula. Please note this corresponds to the score, not the riskScore.';
$_['help_risk_score'] = 'New fraud score representing the estimated probability that the order is fraud, based off of analysis of past minFraud transactions. Requires an upgrade for clients who signed up before February 2007.';
$_['help_queries_remaining'] = 'Number of queries remaining in your account, can be used to alert you when you may need to add more queries to your account.';
$_['help_maxmind_id'] = 'Unique identifier, used to reference transactions when reporting fraudulent activity back to MaxMind. This reporting will help MaxMind improve its service to you and will enable a planned feature to customize the fraud scoring formula based on your chargeback history.';
$_['help_error'] = 'Returns an error string with a warning message or a reason why the request failed.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify MaxMind anti-fraud!';
$_['error_key'] = 'License Key Required!';

View File

@ -0,0 +1,25 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,34 @@
<?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!';

View File

@ -0,0 +1,34 @@
<?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!';

View File

@ -0,0 +1,22 @@
<?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!';

View File

@ -0,0 +1,22 @@
<?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!';

View File

@ -0,0 +1,21 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,32 @@
<?php
// Heading
$_['heading_title'] = 'eBay Listing';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module eBay featured!';
$_['text_edit'] = 'Edit eBay module';
$_['text_list'] = 'Layout List';
$_['text_register'] = 'You need to register and enable OpenBay Pro for eBay!';
$_['text_about'] = 'The eBay display module allows you to display products from your eBay account directly on your website.';
$_['text_latest'] = 'Latest';
$_['text_random'] = 'Random';
// Entry
$_['entry_name'] = 'Module Name';
$_['entry_username'] = 'eBay username';
$_['entry_keywords'] = 'Search Keywords';
$_['entry_description'] = 'Include Description Search';
$_['entry_limit'] = 'Limit';
$_['entry_length'] = 'Length';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['entry_site'] = 'eBay Site';
$_['entry_sort'] = 'Sort by';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify module eBay!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,25 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,19 @@
<?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';

View File

@ -0,0 +1,18 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,13 @@
<?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!';

View File

@ -0,0 +1,21 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,14 @@
<?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!';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'PayPal (Powered by Braintree) Button';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified PayPal (Powered by Braintree) Button module!';
$_['text_edit'] = 'Edit PayPal (Powered by Braintree) Button Module';
$_['text_info'] = 'The button will <u>not</u> appear under certain conditions:';
$_['text_info_li1'] = 'The cart is empty and no vouchers have been applied';
$_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in';
$_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item';
$_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.';
$_['text_layout_link'] = 'Click here to access layouts page';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify PayPal (Powered by Braintree) Button module!';

View File

@ -0,0 +1,20 @@
<?php
// Heading
$_['heading_title'] = 'PayPal Express Checkout Button';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified PayPal Express Checkout Button module!';
$_['text_edit'] = 'Edit PayPal Express Checkout Button Module';
$_['text_info'] = 'The button will <u>not</u> appear under certain conditions:';
$_['text_info_li1'] = 'The cart is empty and no vouchers have been applied';
$_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in';
$_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item';
$_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.';
$_['text_layout_link'] = 'Click here to access layouts page';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify PayPal Express Checkout Button module!';

View File

@ -0,0 +1,35 @@
<?php
// Heading
$_['heading_title'] = 'Log In with PayPal';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Log In with PayPal module!';
$_['text_edit'] = 'Edit Log In with PayPal Module';
$_['text_button_grey'] = 'Grey';
$_['text_button_blue'] = 'Blue (Recommended)';
// Entry
$_['entry_client_id'] = 'Client ID';
$_['entry_secret'] = 'Secret';
$_['entry_sandbox'] = 'Sandbox Mode';
$_['entry_debug'] = 'Debug Logging';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_button'] = 'Button Colour';
$_['entry_seamless'] = 'Allow "Seamless Checkout"';
$_['entry_locale'] = 'Locale';
$_['entry_return_url'] = 'Return URL';
$_['entry_status'] = 'Status';
// Help
$_['help_sandbox'] = 'Use sandbox (testing) environment?';
$_['help_customer_group'] = 'For new customers, which Customer Group should they get created as?';
$_['help_debug_logging'] = 'Enabling this will allow data to be added to your error log to help debug any problems.';
$_['help_seamless'] = 'Allows auto-login when customers choose PayPal Express Checkout. To use this, the option must be enabled in your Log in With PayPal account. You must also use the same account as the one used in Express Checkout.';
$_['help_locale'] = 'This is the PayPal locale setting for your store languages';
$_['help_return_url'] = 'This needs to be added in the PayPal app configuration under app redirect URLs.';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Log In with PayPal module!';
$_['error_client_id'] = 'Client ID required!';
$_['error_secret'] = 'Secret required!';

View File

@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Sagepay Direct Card Management';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Sagepay Direct Card Management module!';
$_['text_edit'] = 'Edit Sagepay Direct Card Management Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Sagepay Direct Card Management module!';

View File

@ -0,0 +1,13 @@
<?php
// Heading
$_['heading_title'] = 'Sagepay Server Card Management';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified Sagepay Server Card Management module!';
$_['text_edit'] = 'Edit Sagepay Server Card Management Module';
// Entry
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify Sagepay Server Card Management module!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Slideshow';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified slideshow module!';
$_['text_edit'] = 'Edit Slideshow 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 slideshow module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,21 @@
<?php
// Heading
$_['heading_title'] = 'Specials';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified module specials!';
$_['text_edit'] = 'Edit Specials 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 specials module!';
$_['error_name'] = 'Module Name must be between 3 and 64 characters!';
$_['error_width'] = 'Width required!';
$_['error_height'] = 'Height required!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Store';
// Text
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified store module!';
$_['text_edit'] = 'Edit Store Module';
// Entry
$_['entry_admin'] = 'Admin Users Only';
$_['entry_status'] = 'Status';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify store module!';

View File

@ -0,0 +1,15 @@
<?php
// Heading
$_['heading_title'] = 'Amazon EU';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_dashboard'] = 'Amazon EU Dashboard';
// Text
$_['text_heading_settings'] = 'Settings';
$_['text_heading_account'] = 'Change plan';
$_['text_heading_links'] = 'Item links';
$_['text_heading_register'] = 'Register here';
$_['text_heading_bulk_listing'] = 'Bulk listing';
$_['text_heading_stock_updates'] = 'Stock updates';
$_['text_heading_saved_listings'] = 'Saved listings';
$_['text_heading_bulk_linking'] = 'Bulk linking';

View File

@ -0,0 +1,33 @@
<?php
// Heading
$_['heading_title'] = 'Bulk Linking';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Button
$_['button_load'] = 'Load';
$_['button_link'] = 'Link';
// Text
$_['text_local'] = 'Local';
$_['text_load_listings'] = 'Loading all your listings from Amazon can take some time (up to 2 hours in some cases). If you link your items, stock levels on Amazon will be updated with your shop\'s stock levels.';
$_['text_report_requested'] = 'Successfully requested Listing Report from Amazon';
$_['text_report_request_failed'] = 'Could not request Listing Report';
$_['text_loading'] = 'Loading items';
$_['text_choose_marketplace'] = 'Choose marketplace';
$_['text_uk'] = 'United Kingdom';
$_['text_de'] = 'Germany';
$_['text_fr'] = 'France';
$_['text_it'] = 'Italy';
$_['text_es'] = 'Spain';
// Column
$_['column_asin'] = 'ASIN';
$_['column_price'] = 'Price';
$_['column_name'] = 'Name';
$_['column_sku'] = 'SKU';
$_['column_quantity'] = 'Quantity';
$_['column_combination'] = 'Combination';
// Error
$_['error_bulk_link_permission'] = 'Bulk linking is not available on your plan, please upgrade to use this feature.';

View File

@ -0,0 +1,49 @@
<?php
// Heading
$_['heading_title'] = 'Bulk Listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_searching'] = 'Searching';
$_['text_finished'] = 'Finished';
$_['text_marketplace'] = 'Marketplace';
$_['text_de'] = 'Germany';
$_['text_fr'] = 'France';
$_['text_es'] = 'Spain';
$_['text_it'] = 'Italy';
$_['text_uk'] = 'United Kingdom';
$_['text_dont_list'] = 'Do not list';
$_['text_listing_values'] = 'Listing values';
$_['text_new'] = 'New';
$_['text_used_like_new'] = 'Used - Like New';
$_['text_used_very_good'] = 'Used - Very Good';
$_['text_used_good'] = 'Used - Good';
$_['text_used_acceptable'] = 'Used - Acceptable';
$_['text_collectible_like_new'] = 'Collectible - Like New';
$_['text_collectible_very_good'] = 'Collectible - Very Good';
$_['text_collectible_good'] = 'Collectible - Good';
$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
$_['text_refurbished'] = 'Refurbished';
// Entry
$_['entry_condition'] = 'Condition';
$_['entry_condition_note'] = 'Condition note';
$_['entry_start_selling'] = 'Start Selling';
// Column
$_['column_name'] = 'Name';
$_['column_image'] = 'Image';
$_['column_model'] = 'Model';
$_['column_status'] = 'Status';
$_['column_matches'] = 'Matches';
$_['column_result'] = 'Result';
// Button
$_['button_list'] = 'List';
// Error
$_['error_product_sku'] = 'Product must have an SKU';
$_['error_searchable_fields'] = 'Product must have ISBN, EAN, UPC or JAN field populated';
$_['error_bulk_listing_permission'] = 'Bulk listing is not available on your plan, please upgrade to use this feature.';
$_['error_select_items'] = 'You must select at least 1 item to search';

View File

@ -0,0 +1,29 @@
<?php
// Heading
$_['heading_title'] = 'Item links';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_desc1'] = 'Linking your items will allow for stock control on your Amazon listings.';
$_['text_desc2'] = 'For each item that is updated the local stock (the stock available in your OpenCart store) will update your Amazon listing';
$_['text_desc3'] = 'You can link items manually by entering Amazon SKU and product name or load all unlinked products and then enter amazon SKUs. (Uploading products from OpenCart to Amazon will automatically add links)';
$_['text_new_link'] = 'New link';
$_['text_autocomplete_product'] = 'Product (Auto complete from name)';
$_['text_amazon_sku'] = 'Amazon item SKU';
$_['text_action'] = 'Action';
$_['text_linked_items'] = 'Linked items';
$_['text_unlinked_items'] = 'Unlinked items';
$_['text_name'] = 'Name';
$_['text_model'] = 'Model';
$_['text_combination'] = 'Variant Combination';
$_['text_sku'] = 'Product SKU';
$_['text_sku_variant'] = 'Variant SKU';
// Button
$_['button_load'] = 'Load';
// Error
$_['error_empty_sku'] = 'Amazon SKU can not be empty!';
$_['error_empty_name'] = 'Product name can not be empty!';
$_['error_no_product_exists'] = 'Product does not exist. Please use auto complete values.';

View File

@ -0,0 +1,110 @@
<?php
// Heading
$_['heading_title'] = 'New Amazon listing';
$_['text_title_advanced'] = 'Advanced listing';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Buttons
$_['button_new'] = 'Create new product';
$_['button_amazon_price'] = 'Get Amazon price';
$_['button_list'] = 'List on Amazon';
$_['button_remove_error'] = 'Remove error messages';
$_['button_save_upload'] = 'Save and upload';
$_['button_browse'] = 'Browse';
$_['button_saved_listings'] = 'View saved listings';
$_['button_remove_links'] = 'Remove links';
$_['button_create_new_listing'] = 'Create new listing';
// Help
$_['help_sku'] = 'Unique product\'s ID assigned by the merchant';
$_['help_restock_date'] = 'This is the date you will be able to ship any back-ordered items to a customer. This date should not be greater than 30 days from the date listed or orders received may automatically be canceled.';
$_['help_sale_price'] = 'Sale Price must have a start and end date';
// Text
$_['text_products_sent'] = 'Products were sent for processing';
$_['button_view_on_amazon'] = 'View on Amazon';
$_['text_list'] = 'List on Amazon';
$_['text_new'] = 'New';
$_['text_used_like_new'] = 'Used - Like New';
$_['text_used_very_good'] = 'Used - Very Good';
$_['text_used_good'] = 'Used - Good';
$_['text_used_acceptable'] = 'Used - Acceptable';
$_['text_collectible_like_new'] = 'Collectible - Like New';
$_['text_collectible_very_good'] = 'Collectible - Very Good';
$_['text_collectible_good'] = 'Collectible - Good';
$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
$_['text_refurbished'] = 'Refurbished';
$_['text_product_not_sent'] = 'Product was not sent to Amazon. Reason: %s';
$_['text_not_in_catalog'] = 'Or, if it is not in the catalog&nbsp;&nbsp;&nbsp;';
$_['text_placeholder_search'] = 'Enter product name, UPC, EAN, ISBN or ASIN';
$_['text_placeholder_condition'] = 'Use this box to describe the condition of your products.';
$_['text_characters'] = 'characters';
$_['text_uploaded'] = 'Saved listing(s) uploaded!';
$_['text_saved_local'] = 'Listing saved but not uploaded yet';
$_['text_product_sent'] = 'Product was successfully sent to Amazon.';
$_['text_links_removed'] = 'Amazon product links deleted';
$_['text_product_links'] = 'Product links';
$_['text_has_saved_listings'] = 'This product has one or more saved listings that is not uploaded';
$_['text_edit_heading'] = 'Edit listing';
$_['text_germany'] = 'Germany';
$_['text_france'] = 'France';
$_['text_italy'] = 'Italy';
$_['text_spain'] = 'Spain';
$_['text_united_kingdom'] = 'United Kingdom';
// Columns
$_['column_image'] = 'Image';
$_['column_asin'] = 'ASIN';
$_['column_price'] = 'Price';
$_['column_action'] = 'Action';
$_['column_name'] = 'Product Name';
$_['column_model'] = 'Model';
$_['column_combination'] = 'Variant Combination';
$_['column_sku_variant'] = 'Variant SKU';
$_['column_sku'] = 'Product SKU';
$_['column_amazon_sku'] = 'Amazon item SKU';
// Entry
$_['entry_sku'] = 'SKU';
$_['entry_condition'] = 'Condition';
$_['entry_condition_note'] = 'Condition Note';
$_['entry_price'] = 'Price';
$_['entry_sale_price'] = 'Sale Price';
$_['entry_sale_date'] = 'Sale date range';
$_['entry_quantity'] = 'Quantity';
$_['entry_start_selling'] = 'Available from date';
$_['entry_restock_date'] = 'Restock Date';
$_['entry_country_of_origin'] = 'Country of Origin';
$_['entry_release_date'] = 'Release Date';
$_['entry_from'] = 'Date from';
$_['entry_to'] = 'Date to';
$_['entry_product'] = 'Listing for product';
$_['entry_category'] = 'Amazon category';
$_['entry_browse_node'] = 'Choose browse node';
$_['entry_marketplace'] = 'Marketplace';
//Tabs
$_['tab_main'] = 'Main';
$_['tab_required'] = 'Required info';
$_['tab_additional'] = 'Additional options';
// Error
$_['error_required'] = 'This field is required!';
$_['error_not_saved'] = 'Listing was not saved. Check you have filled in all fields';
$_['error_char_limit'] = 'characters over the limit';
$_['error_length'] = 'Minimum length is';
$_['error_upload_failed'] = 'Failed uploading product with SKU: "%s". Reason: "%s" Uploading process canceled.';
$_['error_load_nodes'] = 'Unable to load browse nodes';
$_['error_connecting'] = 'There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.';
$_['error_text_missing'] = 'You must enter some search details';
$_['error_missing_asin'] = 'ASIN is missing';
$_['error_marketplace_missing'] = 'Please select a marketplace';
$_['error_condition_missing'] = 'Please select condition';
$_['error_amazon_price'] = 'Could not get the price from Amazon';
$_['error_stock'] = 'You cannot list an item with less than 1 item in stock';
$_['error_sku'] = 'You must enter an SKU for the item';
$_['error_price'] = 'You must enter a price for the item';
$_['error_sending_products'] = 'Could not send products for listing. Please contact support';
$_['error_no_products_selected'] = 'No products were selected for listing';
$_['error_not_searched'] = 'Search for matching items before you try to list. Items must be matched against an Amazon catalog item';

View File

@ -0,0 +1,18 @@
<?php
// Heading
$_['heading_title'] = 'Saved Listings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
// Text
$_['text_description'] = 'This is the list of product listings which are saved and ready to be uploaded to Amazon.';
$_['text_uploaded_alert'] = 'Saved listing(s) uploaded!';
$_['text_delete_confirm'] = 'Are you sure?';
$_['text_complete'] = 'Listings uploaded';
// Column
$_['column_name'] = 'Name';
$_['column_model'] = 'Model';
$_['column_sku'] = 'SKU';
$_['column_amazon_sku'] = 'Amazon item SKU';
$_['column_action'] = 'Action';

View File

@ -0,0 +1,65 @@
<?php
// Heading
$_['heading_title'] = 'Marketplace settings';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_amazon'] = 'Amazon EU';
$_['text_edit'] = 'Edit Amazon EU settings';
// Text
$_['text_api_status'] = 'API connection status';
$_['text_api_ok'] = 'Connection OK, Auth OK';
$_['text_api_auth_error'] = 'Connection OK, Auth failed';
$_['text_api_error'] = 'Connection error';
$_['text_order_statuses'] = 'Order Statuses';
$_['text_unshipped'] = 'Unshipped';
$_['text_partially_shipped'] = 'Partially Shipped';
$_['text_shipped'] = 'Shipped';
$_['text_canceled'] = 'Canceled';
$_['text_other'] = 'Other';
$_['text_marketplaces'] = 'Marketplaces';
$_['text_markets'] = 'Choose markets from which you would like to import your orders';
$_['text_de'] = 'Germany';
$_['text_fr'] = 'France';
$_['text_it'] = 'Italy';
$_['text_es'] = 'Spain';
$_['text_uk'] = 'United Kingdom';
$_['text_settings_updated'] = 'Settings were successfully updated.';
$_['text_new'] = 'New';
$_['text_used_like_new'] = 'Used - Like New';
$_['text_used_very_good'] = 'Used - Very Good';
$_['text_used_good'] = 'Used - Good';
$_['text_used_acceptable'] = 'Used - Acceptable';
$_['text_collectible_like_new'] = 'Collectible - Like New';
$_['text_collectible_very_good'] = 'Collectible - Very Good';
$_['text_collectible_good'] = 'Collectible - Good';
$_['text_collectible_acceptable'] = 'Collectible - Acceptable';
$_['text_refurbished'] = 'Refurbished';
$_['text_register_banner'] = 'Click here if you need to register for an account';
// Error
$_['error_permission'] = 'You do not have access to this module';
// Entry
$_['entry_status'] = 'Status';
$_['entry_token'] = 'API token';
$_['entry_encryption_key'] = 'Encryption key 1';
$_['entry_encryption_iv'] = 'Encryption key 2';
$_['entry_import_tax'] = 'Tax for imported items';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_tax_percentage'] = 'Modify price';
$_['entry_default_condition'] = 'Default product condition type';
$_['entry_marketplace_default'] = 'Default marketplace';
$_['entry_notify_admin'] = 'Notify admin of new order';
$_['entry_default_shipping'] = 'Default shipping';
// Tabs
$_['tab_settings'] = 'API details';
$_['tab_listing'] = 'Listings';
$_['tab_orders'] = 'Orders';
// Help
$_['help_import_tax'] = 'Used if Amazon does not return tax information';
$_['help_customer_group'] = 'Select a customer group to assign to imported orders';
$_['help_default_shipping'] = 'Used as the pre-selected option in the bulk order update';
$_['help_entry_marketplace_default'] = 'Default marketplace for product listings and lookups';
$_['help_tax_percentage'] = 'Percentage added to default product price';

Some files were not shown because too many files have changed in this diff Show More