diff options
Diffstat (limited to 'public/admin/language')
567 files changed, 23327 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/catalog/attribute.php b/public/admin/language/en-gb/catalog/attribute.php new file mode 100644 index 0000000..e8ffc90 --- /dev/null +++ b/public/admin/language/en-gb/catalog/attribute.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/attribute_group.php b/public/admin/language/en-gb/catalog/attribute_group.php new file mode 100644 index 0000000..a6a4c2c --- /dev/null +++ b/public/admin/language/en-gb/catalog/attribute_group.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/category.php b/public/admin/language/en-gb/catalog/category.php new file mode 100644 index 0000000..ee2c50b --- /dev/null +++ b/public/admin/language/en-gb/catalog/category.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/download.php b/public/admin/language/en-gb/catalog/download.php new file mode 100644 index 0000000..70a1c45 --- /dev/null +++ b/public/admin/language/en-gb/catalog/download.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/filter.php b/public/admin/language/en-gb/catalog/filter.php new file mode 100644 index 0000000..ce9b707 --- /dev/null +++ b/public/admin/language/en-gb/catalog/filter.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/information.php b/public/admin/language/en-gb/catalog/information.php new file mode 100644 index 0000000..bc58702 --- /dev/null +++ b/public/admin/language/en-gb/catalog/information.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/manufacturer.php b/public/admin/language/en-gb/catalog/manufacturer.php new file mode 100644 index 0000000..05889c4 --- /dev/null +++ b/public/admin/language/en-gb/catalog/manufacturer.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/option.php b/public/admin/language/en-gb/catalog/option.php new file mode 100644 index 0000000..271eaf0 --- /dev/null +++ b/public/admin/language/en-gb/catalog/option.php @@ -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 & Time'; +$_['text_time'] = 'Time'; +$_['text_option'] = 'Option'; +$_['text_value'] = 'Option Values'; + +// Column +$_['column_name'] = 'Option Name'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Option Name'; +$_['entry_type'] = 'Type'; +$_['entry_option_value'] = 'Option Value Name'; +$_['entry_image'] = 'Image'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify options!'; +$_['error_name'] = 'Option Name must be between 1 and 128 characters!'; +$_['error_type'] = 'Warning: Option Values required!'; +$_['error_option_value'] = 'Option Value Name must be between 1 and 128 characters!'; +$_['error_product'] = 'Warning: This option cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/product.php b/public/admin/language/en-gb/catalog/product.php new file mode 100644 index 0000000..5e7dc58 --- /dev/null +++ b/public/admin/language/en-gb/catalog/product.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/recurring.php b/public/admin/language/en-gb/catalog/recurring.php new file mode 100644 index 0000000..1f38ae2 --- /dev/null +++ b/public/admin/language/en-gb/catalog/recurring.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/catalog/review.php b/public/admin/language/en-gb/catalog/review.php new file mode 100644 index 0000000..a5f4560 --- /dev/null +++ b/public/admin/language/en-gb/catalog/review.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/column_left.php b/public/admin/language/en-gb/common/column_left.php new file mode 100644 index 0000000..66e7493 --- /dev/null +++ b/public/admin/language/en-gb/common/column_left.php @@ -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'; diff --git a/public/admin/language/en-gb/common/dashboard.php b/public/admin/language/en-gb/common/dashboard.php new file mode 100644 index 0000000..1bed2be --- /dev/null +++ b/public/admin/language/en-gb/common/dashboard.php @@ -0,0 +1,6 @@ +<?php +// Heading +$_['heading_title'] = 'Dashboard'; + +// Error +$_['error_install'] = 'Warning: Install folder still exists and should be deleted for security reasons!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/developer.php b/public/admin/language/en-gb/common/developer.php new file mode 100644 index 0000000..c170ef9 --- /dev/null +++ b/public/admin/language/en-gb/common/developer.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/filemanager.php b/public/admin/language/en-gb/common/filemanager.php new file mode 100644 index 0000000..b857d01 --- /dev/null +++ b/public/admin/language/en-gb/common/filemanager.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/footer.php b/public/admin/language/en-gb/common/footer.php new file mode 100644 index 0000000..f798903 --- /dev/null +++ b/public/admin/language/en-gb/common/footer.php @@ -0,0 +1,4 @@ +<?php +// Text +$_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a> © 2009-' . date('Y') . ' All Rights Reserved.'; +$_['text_version'] = 'Version %s';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/forgotten.php b/public/admin/language/en-gb/common/forgotten.php new file mode 100644 index 0000000..3b1f5ea --- /dev/null +++ b/public/admin/language/en-gb/common/forgotten.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/header.php b/public/admin/language/en-gb/common/header.php new file mode 100644 index 0000000..c4d9e6c --- /dev/null +++ b/public/admin/language/en-gb/common/header.php @@ -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';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/login.php b/public/admin/language/en-gb/common/login.php new file mode 100644 index 0000000..d9c4fe9 --- /dev/null +++ b/public/admin/language/en-gb/common/login.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/profile.php b/public/admin/language/en-gb/common/profile.php new file mode 100644 index 0000000..68777e7 --- /dev/null +++ b/public/admin/language/en-gb/common/profile.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/reset.php b/public/admin/language/en-gb/common/reset.php new file mode 100644 index 0000000..cb0fa9e --- /dev/null +++ b/public/admin/language/en-gb/common/reset.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/common/security.php b/public/admin/language/en-gb/common/security.php new file mode 100644 index 0000000..8d2dd5a --- /dev/null +++ b/public/admin/language/en-gb/common/security.php @@ -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!'; diff --git a/public/admin/language/en-gb/customer/custom_field.php b/public/admin/language/en-gb/customer/custom_field.php new file mode 100644 index 0000000..2fdfffc --- /dev/null +++ b/public/admin/language/en-gb/customer/custom_field.php @@ -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 & Time'; +$_['text_time'] = 'Time'; +$_['text_account'] = 'Account'; +$_['text_address'] = 'Address'; +$_['text_affiliate'] = 'Affiliate'; +$_['text_regex'] = 'Regex'; +$_['text_custom_field'] = 'Custom Field'; +$_['text_value'] = 'Custom Field Values'; + +// Column +$_['column_name'] = 'Custom Field Name'; +$_['column_location'] = 'Location'; +$_['column_type'] = 'Type'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Custom Field Name'; +$_['entry_location'] = 'Location'; +$_['entry_type'] = 'Type'; +$_['entry_value'] = 'Value'; +$_['entry_validation'] = 'Validation'; +$_['entry_custom_value'] = 'Custom Field Value Name'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_required'] = 'Required'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_regex'] = 'Use regex. E.g: /[a-zA-Z0-9_-]/'; +$_['help_sort_order'] = 'Use minus to count backwards from the last field in the set.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify custom fields!'; +$_['error_name'] = 'Custom Field Name must be between 1 and 128 characters!'; +$_['error_type'] = 'Warning: Custom Field Values required!'; +$_['error_custom_value'] = 'Custom Value Name must be between 1 and 128 characters!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/customer/customer.php b/public/admin/language/en-gb/customer/customer.php new file mode 100644 index 0000000..a59f9d4 --- /dev/null +++ b/public/admin/language/en-gb/customer/customer.php @@ -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!'; diff --git a/public/admin/language/en-gb/customer/customer_approval.php b/public/admin/language/en-gb/customer/customer_approval.php new file mode 100644 index 0000000..0add8f8 --- /dev/null +++ b/public/admin/language/en-gb/customer/customer_approval.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/customer/customer_group.php b/public/admin/language/en-gb/customer/customer_group.php new file mode 100644 index 0000000..f995de0 --- /dev/null +++ b/public/admin/language/en-gb/customer/customer_group.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/design/banner.php b/public/admin/language/en-gb/design/banner.php new file mode 100644 index 0000000..b52578b --- /dev/null +++ b/public/admin/language/en-gb/design/banner.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/design/layout.php b/public/admin/language/en-gb/design/layout.php new file mode 100644 index 0000000..85b7480 --- /dev/null +++ b/public/admin/language/en-gb/design/layout.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/design/seo_url.php b/public/admin/language/en-gb/design/seo_url.php new file mode 100644 index 0000000..735fdf2 --- /dev/null +++ b/public/admin/language/en-gb/design/seo_url.php @@ -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!'; diff --git a/public/admin/language/en-gb/design/theme.php b/public/admin/language/en-gb/design/theme.php new file mode 100644 index 0000000..b2b0050 --- /dev/null +++ b/public/admin/language/en-gb/design/theme.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/design/translation.php b/public/admin/language/en-gb/design/translation.php new file mode 100644 index 0000000..7658176 --- /dev/null +++ b/public/admin/language/en-gb/design/translation.php @@ -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!'; diff --git a/public/admin/language/en-gb/en-gb.php b/public/admin/language/en-gb/en-gb.php new file mode 100644 index 0000000..9b06cc8 --- /dev/null +++ b/public/admin/language/en-gb/en-gb.php @@ -0,0 +1,318 @@ +<?php +// Locale +$_['code'] = 'en'; +$_['direction'] = 'ltr'; +$_['date_format_short'] = 'd/m/Y'; +$_['date_format_long'] = 'l dS F Y'; +$_['time_format'] = 'h:i:s A'; +$_['datetime_format'] = 'd/m/Y H:i:s'; +$_['decimal_point'] = '.'; +$_['thousand_point'] = ','; + +// Text +$_['text_yes'] = 'Yes'; +$_['text_no'] = 'No'; +$_['text_enabled'] = 'Enabled'; +$_['text_disabled'] = 'Disabled'; +$_['text_none'] = ' --- None --- '; +$_['text_select'] = ' --- Please Select --- '; +$_['text_select_all'] = 'Select All'; +$_['text_unselect_all'] = 'Unselect All'; +$_['text_all_zones'] = 'All Zones'; +$_['text_default'] = ' <b>(Default)</b>'; +$_['text_close'] = 'Close'; +$_['text_pagination'] = 'Showing %d to %d of %d (%d Pages)'; +$_['text_loading'] = 'Loading...'; +$_['text_no_results'] = 'No results!'; +$_['text_confirm'] = 'Are you sure?'; +$_['text_home'] = 'Home'; + +// Button +$_['button_add'] = 'Add New'; +$_['button_delete'] = 'Delete'; +$_['button_save'] = 'Save'; +$_['button_cancel'] = 'Cancel'; +$_['button_cancel_recurring'] = 'Cancel Recurring Payments'; +$_['button_continue'] = 'Continue'; +$_['button_clear'] = 'Clear'; +$_['button_close'] = 'Close'; +$_['button_enable'] = 'Enable'; +$_['button_disable'] = 'Disable'; +$_['button_filter'] = 'Filter'; +$_['button_send'] = 'Send'; +$_['button_edit'] = 'Edit'; +$_['button_copy'] = 'Copy'; +$_['button_back'] = 'Back'; +$_['button_remove'] = 'Remove'; +$_['button_refresh'] = 'Refresh'; +$_['button_export'] = 'Export'; +$_['button_import'] = 'Import'; +$_['button_download'] = 'Download'; +$_['button_rebuild'] = 'Rebuild'; +$_['button_upload'] = 'Upload'; +$_['button_submit'] = 'Submit'; +$_['button_invoice_print'] = 'Print Invoice'; +$_['button_shipping_print'] = 'Print Shipping List'; +$_['button_address_add'] = 'Add Address'; +$_['button_attribute_add'] = 'Add Attribute'; +$_['button_banner_add'] = 'Add Banner'; +$_['button_custom_field_value_add'] = 'Add Custom Field'; +$_['button_product_add'] = 'Add Product'; +$_['button_filter_add'] = 'Add Filter'; +$_['button_option_add'] = 'Add Option'; +$_['button_option_value_add'] = 'Add Option Value'; +$_['button_recurring_add'] = 'Add Recurring'; +$_['button_discount_add'] = 'Add Discount'; +$_['button_special_add'] = 'Add Special'; +$_['button_image_add'] = 'Add Image'; +$_['button_geo_zone_add'] = 'Add Geo Zone'; +$_['button_history_add'] = 'Add History'; +$_['button_translation'] = 'Load Default Translation'; +$_['button_translation_add'] = 'Add Translation'; +$_['button_transaction_add'] = 'Add Transaction'; +$_['button_route_add'] = 'Add Route'; +$_['button_rule_add'] = 'Add Rule'; +$_['button_module_add'] = 'Add Module'; +$_['button_link_add'] = 'Add Link'; +$_['button_approve'] = 'Approve'; +$_['button_deny'] = 'Deny'; +$_['button_reset'] = 'Reset'; +$_['button_generate'] = 'Generate'; +$_['button_voucher_add'] = 'Add Voucher'; +$_['button_reward_add'] = 'Add Reward Points'; +$_['button_reward_remove'] = 'Remove Reward Points'; +$_['button_commission_add'] = 'Add Commission'; +$_['button_commission_remove'] = 'Remove Commission'; +$_['button_credit_add'] = 'Add Credit'; +$_['button_credit_remove'] = 'Remove Credit'; +$_['button_ip_add'] = 'Add IP'; +$_['button_parent'] = 'Parent'; +$_['button_folder'] = 'New Folder'; +$_['button_search'] = 'Search'; +$_['button_view'] = 'View'; +$_['button_install'] = 'Install'; +$_['button_uninstall'] = 'Uninstall'; +$_['button_link'] = 'Link'; +$_['button_currency'] = 'Refresh Currency Values'; +$_['button_apply'] = 'Apply'; +$_['button_category_add'] = 'Add Category'; +$_['button_order'] = 'View Order'; +$_['button_order_recurring'] = 'View Recurring Order'; +$_['button_buy'] = 'Buy'; + +// Tab +$_['tab_affiliate'] = 'Affiliate'; +$_['tab_address'] = 'Address'; +$_['tab_additional'] = 'Additional'; +$_['tab_admin'] = 'Admin'; +$_['tab_attribute'] = 'Attribute'; +$_['tab_customer'] = 'Customer Details'; +$_['tab_comment'] = 'Comment'; +$_['tab_data'] = 'Data'; +$_['tab_description'] = 'Description'; +$_['tab_design'] = 'Design'; +$_['tab_discount'] = 'Discount'; +$_['tab_documentation'] = 'Documentation'; +$_['tab_general'] = 'General'; +$_['tab_history'] = 'History'; +$_['tab_ftp'] = 'FTP'; +$_['tab_ip'] = 'IP Addresses'; +$_['tab_links'] = 'Links'; +$_['tab_log'] = 'Log'; +$_['tab_image'] = 'Image'; +$_['tab_option'] = 'Option'; +$_['tab_server'] = 'Server'; +$_['tab_seo'] = 'SEO'; +$_['tab_store'] = 'Store'; +$_['tab_special'] = 'Special'; +$_['tab_session'] = 'Session'; +$_['tab_local'] = 'Local'; +$_['tab_mail'] = 'Mail'; +$_['tab_module'] = 'Module'; +$_['tab_payment'] = 'Payment Details'; +$_['tab_product'] = 'Products'; +$_['tab_reward'] = 'Reward Points'; +$_['tab_shipping'] = 'Shipping Details'; +$_['tab_total'] = 'Totals'; +$_['tab_transaction'] = 'Transactions'; +$_['tab_voucher'] = 'Vouchers'; +$_['tab_sale'] = 'Sales'; +$_['tab_marketing'] = 'Marketing'; +$_['tab_online'] = 'People Online'; +$_['tab_activity'] = 'Recent Activity'; +$_['tab_recurring'] = 'Recurring'; +$_['tab_action'] = 'Action'; +$_['tab_google'] = 'Google'; + +// Error +$_['error_exception'] = 'Error Code(%s): %s in %s on line %s'; +$_['error_upload_1'] = 'Warning: The uploaded file exceeds the upload_max_filesize directive in php.ini!'; +$_['error_upload_2'] = 'Warning: The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form!'; +$_['error_upload_3'] = 'Warning: The uploaded file was only partially uploaded!'; +$_['error_upload_4'] = 'Warning: No file was uploaded!'; +$_['error_upload_6'] = 'Warning: Missing a temporary folder!'; +$_['error_upload_7'] = 'Warning: Failed to write file to disk!'; +$_['error_upload_8'] = 'Warning: File upload stopped by extension!'; +$_['error_upload_999'] = 'Warning: No error code available!'; +$_['error_curl'] = 'CURL: Error Code(%s): %s'; + +/* When doing translations only include the matching language code */ + +// Summernote +//$_['summernote'] = 'ar-AR'; +//$_['summernote'] = 'bg-BG'; +//$_['summernote'] = 'ca-ES'; +//$_['summernote'] = 'cs-CZ'; +//$_['summernote'] = 'da-DK'; +//$_['summernote'] = 'de-DE'; +//$_['summernote'] = 'es-ES'; +//$_['summernote'] = 'es-EU'; +//$_['summernote'] = 'fa-IR'; +//$_['summernote'] = 'fi-FI'; +//$_['summernote'] = 'fr-FR'; +//$_['summernote'] = 'he-IL'; +//$_['summernote'] = 'hu-HU'; +//$_['summernote'] = 'hr-HR'; +//$_['summernote'] = 'gl-ES'; +//$_['summernote'] = 'id-ID'; +//$_['summernote'] = 'it-IT'; +//$_['summernote'] = 'ja-JP'; +//$_['summernote'] = 'ko-KR'; +//$_['summernote'] = 'lt-LT'; +//$_['summernote'] = 'lt-LV'; +//$_['summernote'] = 'nb-NO'; +//$_['summernote'] = 'nl-NL'; +//$_['summernote'] = 'pl-PL'; +//$_['summernote'] = 'pt-BR'; +//$_['summernote'] = 'pt-PT'; +//$_['summernote'] = 'ro-RO'; +//$_['summernote'] = 'ru-RU'; +//$_['summernote'] = 'sk-SK'; +//$_['summernote'] = 'sl-SI'; +//$_['summernote'] = 'sr-RS-Latin'; +//$_['summernote'] = 'sr-RS'; +//$_['summernote'] = 'sv-SE'; +//$_['summernote'] = 'th-TH'; +//$_['summernote'] = 'tr-TR'; +//$_['summernote'] = 'uk-UA'; +//$_['summernote'] = 'vi-VN'; +//$_['summernote'] = 'zh-CN'; +//$_['summernote'] = 'zh-TW'; + +// Datepicker +$_['datepicker'] = 'en-gb'; +//$_['datepicker'] = 'af'; +//$_['datepicker'] = 'ar-dz'; +//$_['datepicker'] = 'ar-kw'; +//$_['datepicker'] = 'ar-ly'; +//$_['datepicker'] = 'ar-ma'; +//$_['datepicker'] = 'ar-sa'; +//$_['datepicker'] = 'ar-tn'; +//$_['datepicker'] = 'ar'; +//$_['datepicker'] = 'az'; +//$_['datepicker'] = 'be'; +//$_['datepicker'] = 'bg'; +//$_['datepicker'] = 'bn'; +//$_['datepicker'] = 'bo'; +//$_['datepicker'] = 'br'; +//$_['datepicker'] = 'bs'; +//$_['datepicker'] = 'ca'; +//$_['datepicker'] = 'cs'; +//$_['datepicker'] = 'cv'; +//$_['datepicker'] = 'cy'; +//$_['datepicker'] = 'da'; +//$_['datepicker'] = 'de-at'; +//$_['datepicker'] = 'de-ch'; +//$_['datepicker'] = 'de'; +//$_['datepicker'] = 'dv'; +//$_['datepicker'] = 'el'; +//$_['datepicker'] = 'en-au'; +//$_['datepicker'] = 'en-ca'; +//$_['datepicker'] = 'en-gb'; +//$_['datepicker'] = 'en-ie'; +//$_['datepicker'] = 'en-nz'; +//$_['datepicker'] = 'eo'; +//$_['datepicker'] = 'es-do'; +//$_['datepicker'] = 'es'; +//$_['datepicker'] = 'et'; +//$_['datepicker'] = 'eu'; +//$_['datepicker'] = 'fa'; +//$_['datepicker'] = 'fi'; +//$_['datepicker'] = 'fo'; +//$_['datepicker'] = 'fr-ca'; +//$_['datepicker'] = 'fr-ch'; +//$_['datepicker'] = 'fr'; +//$_['datepicker'] = 'fy'; +//$_['datepicker'] = 'gd'; +//$_['datepicker'] = 'gl'; +//$_['datepicker'] = 'gom-latn'; +//$_['datepicker'] = 'he'; +//$_['datepicker'] = 'hi'; +//$_['datepicker'] = 'hr'; +//$_['datepicker'] = 'hu'; +//$_['datepicker'] = 'hy-am'; +//$_['datepicker'] = 'id'; +//$_['datepicker'] = 'is'; +//$_['datepicker'] = 'it'; +//$_['datepicker'] = 'ja'; +//$_['datepicker'] = 'jv'; +//$_['datepicker'] = 'ka'; +//$_['datepicker'] = 'kk'; +//$_['datepicker'] = 'km'; +//$_['datepicker'] = 'kn'; +//$_['datepicker'] = 'ko'; +//$_['datepicker'] = 'ky'; +//$_['datepicker'] = 'lb'; +//$_['datepicker'] = 'lo'; +//$_['datepicker'] = 'lt'; +//$_['datepicker'] = 'lv'; +//$_['datepicker'] = 'me'; +//$_['datepicker'] = 'mi'; +//$_['datepicker'] = 'mk'; +//$_['datepicker'] = 'ml'; +//$_['datepicker'] = 'mr'; +//$_['datepicker'] = 'ms-my'; +//$_['datepicker'] = 'ms'; +//$_['datepicker'] = 'my'; +//$_['datepicker'] = 'nb'; +//$_['datepicker'] = 'ne'; +//$_['datepicker'] = 'nl-be'; +//$_['datepicker'] = 'nl'; +//$_['datepicker'] = 'nn'; +//$_['datepicker'] = 'pa-in'; +//$_['datepicker'] = 'pl'; +//$_['datepicker'] = 'pt-br'; +//$_['datepicker'] = 'pt'; +//$_['datepicker'] = 'ro'; +//$_['datepicker'] = 'ru'; +//$_['datepicker'] = 'sd'; +//$_['datepicker'] = 'se'; +//$_['datepicker'] = 'si'; +//$_['datepicker'] = 'sk'; +//$_['datepicker'] = 'sl'; +//$_['datepicker'] = 'sq'; +//$_['datepicker'] = 'sr-cyrl'; +//$_['datepicker'] = 'sr'; +//$_['datepicker'] = 'ss'; +//$_['datepicker'] = 'sv'; +//$_['datepicker'] = 'sw'; +//$_['datepicker'] = 'ta'; +//$_['datepicker'] = 'te'; +//$_['datepicker'] = 'tet'; +//$_['datepicker'] = 'th'; +//$_['datepicker'] = 'tl-ph'; +//$_['datepicker'] = 'tlh'; +//$_['datepicker'] = 'tr'; +//$_['datepicker'] = 'tzl'; +//$_['datepicker'] = 'tzm-latn'; +//$_['datepicker'] = 'tzm'; +//$_['datepicker'] = 'uk'; +//$_['datepicker'] = 'ur'; +//$_['datepicker'] = 'uz-latn'; +//$_['datepicker'] = 'uz'; +//$_['datepicker'] = 'vi'; +//$_['datepicker'] = 'x-pseudo'; +//$_['datepicker'] = 'yo'; +//$_['datepicker'] = 'zh-cn'; +//$_['datepicker'] = 'zh-hk'; +//$_['datepicker'] = 'zh-tw';
\ No newline at end of file diff --git a/public/admin/language/en-gb/en-gb.png b/public/admin/language/en-gb/en-gb.png Binary files differnew file mode 100644 index 0000000..5c4d301 --- /dev/null +++ b/public/admin/language/en-gb/en-gb.png diff --git a/public/admin/language/en-gb/error/not_found.php b/public/admin/language/en-gb/error/not_found.php new file mode 100644 index 0000000..1961c54 --- /dev/null +++ b/public/admin/language/en-gb/error/not_found.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/error/permission.php b/public/admin/language/en-gb/error/permission.php new file mode 100644 index 0000000..80cc7ce --- /dev/null +++ b/public/admin/language/en-gb/error/permission.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/advertise/google.php b/public/admin/language/en-gb/extension/advertise/google.php new file mode 100644 index 0000000..7586b78 --- /dev/null +++ b/public/admin/language/en-gb/extension/advertise/google.php @@ -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 & 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'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'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've created a bundle: a main product that you'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'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'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's terms and policies, including Google'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 & 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 />• Periodic syncing of your OpenCart catalog with Google Merchant Center<br />• 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'] = '–'; +$_['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 & Taxes'; +$_['text_panel_heading_shipping_taxes_2'] = 'Set up Shipping & 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'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 & Do Nothing'; +$_['button_save_modify'] = 'Save & Modify Current Products'; +$_['button_select_campaigns'] = 'Select Campaigns'; +$_['button_shipping_taxes'] = 'Shipping & 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'] = '"Total" 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 > 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.'; diff --git a/public/admin/language/en-gb/extension/analytics/google.php b/public/admin/language/en-gb/extension/analytics/google.php new file mode 100644 index 0000000..e292fd2 --- /dev/null +++ b/public/admin/language/en-gb/extension/analytics/google.php @@ -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!'; diff --git a/public/admin/language/en-gb/extension/captcha/basic.php b/public/admin/language/en-gb/extension/captcha/basic.php new file mode 100644 index 0000000..ef46c3a --- /dev/null +++ b/public/admin/language/en-gb/extension/captcha/basic.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/captcha/google.php b/public/admin/language/en-gb/extension/captcha/google.php new file mode 100644 index 0000000..94f0f53 --- /dev/null +++ b/public/admin/language/en-gb/extension/captcha/google.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/activity.php b/public/admin/language/en-gb/extension/dashboard/activity.php new file mode 100644 index 0000000..723e0d9 --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/activity.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/chart.php b/public/admin/language/en-gb/extension/dashboard/chart.php new file mode 100644 index 0000000..74b22b7 --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/chart.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/customer.php b/public/admin/language/en-gb/extension/dashboard/customer.php new file mode 100644 index 0000000..c703aef --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/customer.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/map.php b/public/admin/language/en-gb/extension/dashboard/map.php new file mode 100644 index 0000000..23befa6 --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/map.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/online.php b/public/admin/language/en-gb/extension/dashboard/online.php new file mode 100644 index 0000000..b7f5771 --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/online.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/order.php b/public/admin/language/en-gb/extension/dashboard/order.php new file mode 100644 index 0000000..d6c8d4d --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/order.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/recent.php b/public/admin/language/en-gb/extension/dashboard/recent.php new file mode 100644 index 0000000..6db1c4a --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/recent.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/dashboard/sale.php b/public/admin/language/en-gb/extension/dashboard/sale.php new file mode 100644 index 0000000..de803b9 --- /dev/null +++ b/public/admin/language/en-gb/extension/dashboard/sale.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/advertise.php b/public/admin/language/en-gb/extension/extension/advertise.php new file mode 100644 index 0000000..e71cf40 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/advertise.php @@ -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."; diff --git a/public/admin/language/en-gb/extension/extension/analytics.php b/public/admin/language/en-gb/extension/extension/analytics.php new file mode 100644 index 0000000..0a4fb00 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/analytics.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/captcha.php b/public/admin/language/en-gb/extension/extension/captcha.php new file mode 100644 index 0000000..611c8ab --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/captcha.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/dashboard.php b/public/admin/language/en-gb/extension/extension/dashboard.php new file mode 100644 index 0000000..39426f0 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/dashboard.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/feed.php b/public/admin/language/en-gb/extension/extension/feed.php new file mode 100644 index 0000000..932513c --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/feed.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/fraud.php b/public/admin/language/en-gb/extension/extension/fraud.php new file mode 100644 index 0000000..2b5d9cb --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/fraud.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/marketing.php b/public/admin/language/en-gb/extension/extension/marketing.php new file mode 100644 index 0000000..9bed372 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/marketing.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/menu.php b/public/admin/language/en-gb/extension/extension/menu.php new file mode 100644 index 0000000..e62c08e --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/menu.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/module.php b/public/admin/language/en-gb/extension/extension/module.php new file mode 100644 index 0000000..4cc55d1 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/module.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/other.php b/public/admin/language/en-gb/extension/extension/other.php new file mode 100644 index 0000000..f39f428 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/other.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/payment.php b/public/admin/language/en-gb/extension/extension/payment.php new file mode 100644 index 0000000..8e11b04 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/payment.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/report.php b/public/admin/language/en-gb/extension/extension/report.php new file mode 100644 index 0000000..374eaa4 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/report.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/shipping.php b/public/admin/language/en-gb/extension/extension/shipping.php new file mode 100644 index 0000000..7784db6 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/shipping.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/theme.php b/public/admin/language/en-gb/extension/extension/theme.php new file mode 100644 index 0000000..0943ae7 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/theme.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/extension/total.php b/public/admin/language/en-gb/extension/extension/total.php new file mode 100644 index 0000000..18008c2 --- /dev/null +++ b/public/admin/language/en-gb/extension/extension/total.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/feed/google_base.php b/public/admin/language/en-gb/extension/feed/google_base.php new file mode 100644 index 0000000..4b6fa2a --- /dev/null +++ b/public/admin/language/en-gb/extension/feed/google_base.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/feed/google_sitemap.php b/public/admin/language/en-gb/extension/feed/google_sitemap.php new file mode 100644 index 0000000..69dd816 --- /dev/null +++ b/public/admin/language/en-gb/extension/feed/google_sitemap.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/feed/openbaypro.php b/public/admin/language/en-gb/extension/feed/openbaypro.php new file mode 100644 index 0000000..8bb762a --- /dev/null +++ b/public/admin/language/en-gb/extension/feed/openbaypro.php @@ -0,0 +1,3 @@ +<?php +// Heading +$_['heading_title'] = 'OpenBay Pro'; diff --git a/public/admin/language/en-gb/extension/fraud/fraudlabspro.php b/public/admin/language/en-gb/extension/fraud/fraudlabspro.php new file mode 100644 index 0000000..2a0cda0 --- /dev/null +++ b/public/admin/language/en-gb/extension/fraud/fraudlabspro.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/fraud/ip.php b/public/admin/language/en-gb/extension/fraud/ip.php new file mode 100644 index 0000000..2f00c63 --- /dev/null +++ b/public/admin/language/en-gb/extension/fraud/ip.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/fraud/maxmind.php b/public/admin/language/en-gb/extension/fraud/maxmind.php new file mode 100644 index 0000000..97fcefc --- /dev/null +++ b/public/admin/language/en-gb/extension/fraud/maxmind.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/menu/default.php b/public/admin/language/en-gb/extension/menu/default.php new file mode 100644 index 0000000..094d5b4 --- /dev/null +++ b/public/admin/language/en-gb/extension/menu/default.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/account.php b/public/admin/language/en-gb/extension/module/account.php new file mode 100644 index 0000000..24a726b --- /dev/null +++ b/public/admin/language/en-gb/extension/module/account.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/amazon_login.php b/public/admin/language/en-gb/extension/module/amazon_login.php new file mode 100644 index 0000000..e35e997 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/amazon_login.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/amazon_pay.php b/public/admin/language/en-gb/extension/module/amazon_pay.php new file mode 100644 index 0000000..915129b --- /dev/null +++ b/public/admin/language/en-gb/extension/module/amazon_pay.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/banner.php b/public/admin/language/en-gb/extension/module/banner.php new file mode 100644 index 0000000..680a2ed --- /dev/null +++ b/public/admin/language/en-gb/extension/module/banner.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/bestseller.php b/public/admin/language/en-gb/extension/module/bestseller.php new file mode 100644 index 0000000..9f7a70e --- /dev/null +++ b/public/admin/language/en-gb/extension/module/bestseller.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/carousel.php b/public/admin/language/en-gb/extension/module/carousel.php new file mode 100644 index 0000000..25cf22c --- /dev/null +++ b/public/admin/language/en-gb/extension/module/carousel.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/category.php b/public/admin/language/en-gb/extension/module/category.php new file mode 100644 index 0000000..8188bc4 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/category.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/divido_calculator.php b/public/admin/language/en-gb/extension/module/divido_calculator.php new file mode 100644 index 0000000..1b43aaf --- /dev/null +++ b/public/admin/language/en-gb/extension/module/divido_calculator.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/ebay_listing.php b/public/admin/language/en-gb/extension/module/ebay_listing.php new file mode 100644 index 0000000..4e823f6 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/ebay_listing.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/featured.php b/public/admin/language/en-gb/extension/module/featured.php new file mode 100644 index 0000000..8ceec21 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/featured.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/filter.php b/public/admin/language/en-gb/extension/module/filter.php new file mode 100644 index 0000000..9dadd3c --- /dev/null +++ b/public/admin/language/en-gb/extension/module/filter.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/google_hangouts.php b/public/admin/language/en-gb/extension/module/google_hangouts.php new file mode 100644 index 0000000..cc921ca --- /dev/null +++ b/public/admin/language/en-gb/extension/module/google_hangouts.php @@ -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 & paste the generated code into the text box.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Google Hangouts module!'; +$_['error_code'] = 'Code Required';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/html.php b/public/admin/language/en-gb/extension/module/html.php new file mode 100644 index 0000000..bd3d397 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/html.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/information.php b/public/admin/language/en-gb/extension/module/information.php new file mode 100644 index 0000000..ae24d0e --- /dev/null +++ b/public/admin/language/en-gb/extension/module/information.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/klarna_checkout_module.php b/public/admin/language/en-gb/extension/module/klarna_checkout_module.php new file mode 100644 index 0000000..7890a3d --- /dev/null +++ b/public/admin/language/en-gb/extension/module/klarna_checkout_module.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/latest.php b/public/admin/language/en-gb/extension/module/latest.php new file mode 100644 index 0000000..30663c1 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/latest.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/laybuy_layout.php b/public/admin/language/en-gb/extension/module/laybuy_layout.php new file mode 100644 index 0000000..5d2b484 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/laybuy_layout.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/pilibaba_button.php b/public/admin/language/en-gb/extension/module/pilibaba_button.php new file mode 100644 index 0000000..c911a64 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/pilibaba_button.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/pp_braintree_button.php b/public/admin/language/en-gb/extension/module/pp_braintree_button.php new file mode 100644 index 0000000..0462829 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/pp_braintree_button.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/pp_button.php b/public/admin/language/en-gb/extension/module/pp_button.php new file mode 100644 index 0000000..32a2e20 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/pp_button.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/pp_login.php b/public/admin/language/en-gb/extension/module/pp_login.php new file mode 100644 index 0000000..6b2c9d4 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/pp_login.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/sagepay_direct_cards.php b/public/admin/language/en-gb/extension/module/sagepay_direct_cards.php new file mode 100644 index 0000000..e6ab4d1 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/sagepay_direct_cards.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/sagepay_server_cards.php b/public/admin/language/en-gb/extension/module/sagepay_server_cards.php new file mode 100644 index 0000000..9fd5608 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/sagepay_server_cards.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/slideshow.php b/public/admin/language/en-gb/extension/module/slideshow.php new file mode 100644 index 0000000..6beebbd --- /dev/null +++ b/public/admin/language/en-gb/extension/module/slideshow.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/special.php b/public/admin/language/en-gb/extension/module/special.php new file mode 100644 index 0000000..edb5d88 --- /dev/null +++ b/public/admin/language/en-gb/extension/module/special.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/module/store.php b/public/admin/language/en-gb/extension/module/store.php new file mode 100644 index 0000000..b02586c --- /dev/null +++ b/public/admin/language/en-gb/extension/module/store.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon.php b/public/admin/language/en-gb/extension/openbay/amazon.php new file mode 100644 index 0000000..34faab8 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon.php @@ -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'; diff --git a/public/admin/language/en-gb/extension/openbay/amazon_bulk_linking.php b/public/admin/language/en-gb/extension/openbay/amazon_bulk_linking.php new file mode 100644 index 0000000..6f67b55 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_bulk_linking.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon_bulk_listing.php b/public/admin/language/en-gb/extension/openbay/amazon_bulk_listing.php new file mode 100644 index 0000000..7a5dc48 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_bulk_listing.php @@ -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';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon_links.php b/public/admin/language/en-gb/extension/openbay/amazon_links.php new file mode 100644 index 0000000..a62b5d0 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_links.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon_listing.php b/public/admin/language/en-gb/extension/openbay/amazon_listing.php new file mode 100644 index 0000000..ef083e4 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_listing.php @@ -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 '; +$_['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';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon_listingsaved.php b/public/admin/language/en-gb/extension/openbay/amazon_listingsaved.php new file mode 100644 index 0000000..de41c0f --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_listingsaved.php @@ -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';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon_settings.php b/public/admin/language/en-gb/extension/openbay/amazon_settings.php new file mode 100644 index 0000000..e33488b --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_settings.php @@ -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'; diff --git a/public/admin/language/en-gb/extension/openbay/amazon_stockupdates.php b/public/admin/language/en-gb/extension/openbay/amazon_stockupdates.php new file mode 100644 index 0000000..0dd1fc8 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_stockupdates.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Stock updates'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon EU'; + +// Text +$_['text_empty'] = 'No results!'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; + +// Column +$_['column_ref'] = 'Ref'; +$_['column_date_requested'] = 'Date requested'; +$_['column_date_updated'] = 'Date updated'; +$_['column_status'] = 'Status'; +$_['column_sku'] = 'Amazon SKU'; +$_['column_stock'] = 'Stock'; + +// Error +$_['error_api_connection'] = 'Could not connect to the API';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazon_subscription.php b/public/admin/language/en-gb/extension/openbay/amazon_subscription.php new file mode 100644 index 0000000..65a4392 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazon_subscription.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon EU'; + +// Text +$_['text_current_plan'] = 'Current plan'; +$_['text_register_invite'] = 'Don\'t have your API details yet?'; +$_['text_available_plans'] = 'Available plans'; +$_['text_listings_remaining'] = 'Listings remaining'; +$_['text_listings_reserved'] = 'Products being processed'; +$_['text_account_status'] = 'Account status'; +$_['text_merchantid'] = 'Merchant ID'; +$_['text_change_merchantid'] = 'Change'; +$_['text_allowed'] = 'Allowed'; +$_['text_not_allowed'] = 'Not Allowed'; +$_['text_price'] = 'Price'; +$_['text_name'] = 'Name'; +$_['text_description'] = 'Description'; +$_['text_order_frequency'] = 'Order import frequency'; +$_['text_bulk_listing'] = 'Bulk Listing'; +$_['text_product_listings'] = 'Listings per month'; + +// Columns +$_['column_name'] = 'Name'; +$_['column_description'] = 'Description'; +$_['column_order_frequency'] = 'Order import frequency'; +$_['column_bulk_listing'] = 'Bulk Listing'; +$_['column_product_listings'] = 'Listings per month'; +$_['column_price'] = 'Price'; + +// Buttons +$_['button_change_plan'] = 'Change plan'; +$_['button_register'] = 'Register';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus.php b/public/admin/language/en-gb/extension/openbay/amazonus.php new file mode 100644 index 0000000..f09db36 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Amazon USA'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Amazon US 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'; diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_bulk_linking.php b/public/admin/language/en-gb/extension/openbay/amazonus_bulk_linking.php new file mode 100644 index 0000000..98f8f36 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_bulk_linking.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Bulk Linking'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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'; + +// 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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_bulk_listing.php b/public/admin/language/en-gb/extension/openbay/amazonus_bulk_listing.php new file mode 100644 index 0000000..2642ceb --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_bulk_listing.php @@ -0,0 +1,43 @@ +<?php +// Heading +$_['heading_title'] = 'Bulk Listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// Text +$_['text_searching'] = 'Searching'; +$_['text_finished'] = 'Finished'; +$_['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';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_links.php b/public/admin/language/en-gb/extension/openbay/amazonus_links.php new file mode 100644 index 0000000..71c87d7 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_links.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Item links'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_listing.php b/public/admin/language/en-gb/extension/openbay/amazonus_listing.php new file mode 100644 index 0000000..5793018 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_listing.php @@ -0,0 +1,103 @@ +<?php +// Heading +$_['heading_title'] = 'New Amazon listing'; +$_['text_title_advanced'] = 'Advanced listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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 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 '; +$_['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'; + +// 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'; + +//Tabs +$_['tab_main'] = 'Main'; +$_['tab_required'] = 'Required info'; +$_['tab_additional'] = 'Additional options'; + +//Errors +$_['error_text_missing'] = 'You must enter some search details'; +$_['error_data_missing'] = 'Required data is missing'; +$_['error_missing_asin'] = 'ASIN is missing'; +$_['error_marketplace_missing'] = 'Please select a marketplace'; +$_['error_condition_missing'] = 'Please select condition'; +$_['error_fetch'] = 'Could not get the data'; +$_['error_amazonus_price'] = 'Could not get the price from Amazon US'; +$_['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_connecting'] = 'Warning: There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.'; +$_['error_required'] = 'This field is required!'; +$_['error_not_saved'] = 'Listing was not saved. Check your input.'; +$_['error_char_limit'] = 'characters over 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_not_searched'] = 'Search for matching items before you try to list. Items must be matched against an Amazon catalog item';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_listingsaved.php b/public/admin/language/en-gb/extension/openbay/amazonus_listingsaved.php new file mode 100644 index 0000000..c7a5e3b --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_listingsaved.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Saved Listings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_settings.php b/public/admin/language/en-gb/extension/openbay/amazonus_settings.php new file mode 100644 index 0000000..3583526 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_settings.php @@ -0,0 +1,57 @@ +<?php +// Heading +$_['heading_title'] = 'Marketplace settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; +$_['text_edit'] = 'Edit Amazon US 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_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'] = 'Percentage added to default product\'s price'; +$_['entry_default_condition'] = 'Default product condition type'; +$_['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_tax_percentage'] = 'Percentage added to default product price'; diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_stockupdates.php b/public/admin/language/en-gb/extension/openbay/amazonus_stockupdates.php new file mode 100644 index 0000000..3b0dbea --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_stockupdates.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Stock updates'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// Text +$_['text_empty'] = 'No results!'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; + +// Column +$_['column_ref'] = 'Ref'; +$_['column_date_requested'] = 'Date requested'; +$_['column_date_updated'] = 'Date updated'; +$_['column_status'] = 'Status'; +$_['column_sku'] = 'Amazon SKU'; +$_['column_stock'] = 'Stock'; + +// Error +$_['error_api_connection'] = 'Could not connect to the API';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/amazonus_subscription.php b/public/admin/language/en-gb/extension/openbay/amazonus_subscription.php new file mode 100644 index 0000000..88df225 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/amazonus_subscription.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// Text +$_['text_current_plan'] = 'Current plan'; +$_['text_register_invite'] = 'Don\'t have your API details yet?'; +$_['text_available_plans'] = 'Available plans'; +$_['text_listings_remaining'] = 'Listings remaining'; +$_['text_listings_reserved'] = 'Products being processed'; +$_['text_account_status'] = 'Account status'; +$_['text_merchantid'] = 'Merchant ID'; +$_['text_change_merchantid'] = 'Change'; +$_['text_allowed'] = 'Allowed'; +$_['text_not_allowed'] = 'Not Allowed'; +$_['text_price'] = 'Price'; +$_['text_name'] = 'Name'; +$_['text_description'] = 'Description'; +$_['text_order_frequency'] = 'Order import frequency'; +$_['text_bulk_listing'] = 'Bulk Listing'; +$_['text_product_listings'] = 'Listings per month'; + +// Columns +$_['column_name'] = 'Name'; +$_['column_description'] = 'Description'; +$_['column_order_frequency'] = 'Order import frequency'; +$_['column_bulk_listing'] = 'Bulk Listing'; +$_['column_product_listings'] = 'Listings per month'; +$_['column_price'] = 'Price'; + +// Buttons +$_['button_change_plan'] = 'Change plan'; +$_['button_register'] = 'Register';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay.php b/public/admin/language/en-gb/extension/openbay/ebay.php new file mode 100644 index 0000000..498a45e --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'eBay'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'eBay Dashboard'; + +// Text +$_['text_success'] = 'You have saved your changes to the eBay extension'; +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_sync'] = 'Synchronise'; +$_['text_heading_subscription'] = 'Change plan'; +$_['text_heading_usage'] = 'Usage'; +$_['text_heading_links'] = 'Item links'; +$_['text_heading_item_import'] = 'Import items'; +$_['text_heading_order_import'] = 'Import orders'; +$_['text_heading_adds'] = 'Installed add-ons'; +$_['text_heading_summary'] = 'eBay summary'; +$_['text_heading_profile'] = 'Profiles'; +$_['text_heading_template'] = 'Templates'; +$_['text_heading_ebayacc'] = 'eBay account'; +$_['text_heading_register'] = 'Register here'; + +// Error +$_['error_category_nosuggestions'] = 'Could not load any suggested categories'; +$_['error_loading_catalog'] = 'eBay catalog search failed'; +$_['error_generic_fail'] = 'An unknown error just happened!'; +$_['error_no_products'] = 'No products found';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_edit.php b/public/admin/language/en-gb/extension/openbay/ebay_edit.php new file mode 100644 index 0000000..06a78eb --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_edit.php @@ -0,0 +1,59 @@ +<?php +// Heading +$_['heading_title'] = 'Revise eBay listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Tab +$_['tab_recommendations'] = 'Recommendations'; + +// Text +$_['text_revise'] = 'Revise listing'; +$_['text_loading'] = 'Getting item information from eBay'; +$_['text_error_loading'] = 'There was an error getting the information from eBay'; +$_['text_saved'] = 'Listing has been saved'; +$_['text_alert_removed'] = 'The listing has been unlinked'; +$_['text_alert_ended'] = 'The listing has been ended on eBay'; +$_['text_listing_info'] = 'Listing information'; +$_['text_check_recommendations'] = 'Checking for eBay listing recommendations'; +$_['text_success_recommendations'] = 'There are no listing improvement recommendations for this item!'; +$_['text_reserved_forsale'] = 'items will be for sale on eBay'; +$_['text_reserved_stock'] = 'will be reserved'; + +// Buttons +$_['button_view'] = 'View listing'; +$_['button_remove'] = 'Remove link'; +$_['button_end'] = 'End listing'; +$_['button_retry'] = 'Retry'; + +// Entry +$_['entry_title'] = 'Title'; +$_['entry_price'] = 'Selling price (Includes any tax)'; +$_['entry_stock_store'] = 'Local stock'; +$_['entry_stock_listed'] = 'eBay stock'; +$_['entry_stock_reserve'] = 'Reserve level'; +$_['entry_stock_matrix_active'] = 'Stock matrix (active)'; +$_['entry_stock_matrix_inactive'] = 'Stock matrix (inactive)'; + +// Column +$_['column_sku'] = 'SKU'; +$_['column_stock_listed'] = 'Listed'; +$_['column_stock_reserve'] = 'Reserve'; +$_['column_stock_total'] = 'In stock'; +$_['column_price'] = 'Price'; +$_['column_status'] = 'Active'; +$_['column_add'] = 'Add'; +$_['column_combination'] = 'Combination'; + +// Help +$_['help_stock_store'] = 'This is the level of stock on in OpenCart'; +$_['help_stock_listed'] = 'This is the current level of stock for sale on eBay'; +$_['help_stock_reserve'] = 'Maximum level of stock that you want available on eBay (0 = no reserve limit).<br />Use lower stock amounts if you have eBay restrictions, when items sell the level will update back to your reserve until you sell out.<br />Do not use very low amounts like 1 or 2, if you do the listing will end if a buyer purchases all items at once.'; + +// Error +$_['error_ended'] = 'The linked listing has ended, you are unable to edit it. You should remove the link.'; +$_['error_reserve'] = 'You cannot set the reserve higher than the local stock'; +$_['error_no_sku'] = 'No SKU found!'; +$_['error_no_item_id'] = 'Item ID is missing from the request'; +$_['error_recommendations_load'] = 'Unable to load item recommendations'; +$_['error_name_length'] = 'Product name must be under 80 characters';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_import.php b/public/admin/language/en-gb/extension/openbay/ebay_import.php new file mode 100644 index 0000000..da64f90 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_import.php @@ -0,0 +1,37 @@ +<?php +// Heading +$_['heading_title'] = 'Item import'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_sync_import_line1'] = '<strong>Caution!</strong> This will import all of your eBay products and build a category structure in your store. It is advised that you delete all categories and products before you run this option. <br />The category structure is from the normal eBay categories, not your shop categories (if you have an eBay shop). You can rename, remove and edit the imported categories without affecting your eBay products.'; +$_['text_sync_import_line3'] = 'You need to ensure your server can accept and process large POST data sizes. 1000 eBay items is about 40Mb in size, you will need to calculate what you require. If your call fails then it is likely your setting is too small. Your PHP memory limit needs to be about 128Mb.'; +$_['text_sync_server_size'] = 'Currently your server can accept: '; +$_['text_sync_memory_size'] = 'Your PHP memory limit: '; +$_['text_import_confirm'] = 'This will import all of your eBay items as new products, are you sure? This CAN NOT be undone! ENSURE you have a backup first!'; +$_['text_import_notify'] = 'Your import request has been sent for processing. An import takes about 1 hour per 1000 items.'; +$_['text_import_images_msg1'] = 'images are pending import/copy from eBay. Refresh this page, if the number does not decrease then'; +$_['text_import_images_msg2'] = 'click here'; +$_['text_import_images_msg3'] = 'and wait. More information about why this happened can be found <a href="http://shop.openbaypro.com/index.php?route=information/faq&topic=8_45" target="_blank">here</a>'; + +// Entry +$_['entry_import_item_advanced'] = 'Get advanced data'; +$_['entry_import_categories'] = 'Import categories'; +$_['entry_import_description'] = 'Import item descriptions'; +$_['entry_import'] = 'Import eBay items'; + +// Buttons +$_['button_import'] = 'Import'; +$_['button_complete'] = 'Complete'; + +// Help +$_['help_import_item_advanced'] = 'Will take up to 10 times longer to import items. Imports weights, sizes, ISBN and more if available'; +$_['help_import_categories'] = 'Builds a category structure in your store from the eBay categories'; +$_['help_import_description'] = 'This will import everything including HTML, visit counters etc'; + +// Error +$_['error_import'] = 'Failed to load'; +$_['error_maintenance'] = 'Your store is in maintenance mode. Importing will fail!'; +$_['error_ajax_load'] = 'Failed to connect to server'; +$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_links.php b/public/admin/language/en-gb/extension/openbay/ebay_links.php new file mode 100644 index 0000000..630d96e --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_links.php @@ -0,0 +1,54 @@ +<?php +// Heading +$_['heading_title'] = 'Item links'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_resync'] = 'Re-sync'; +$_['button_check_unlinked'] = 'Check unlinked items'; +$_['button_remove_link'] = 'Remove link'; + +// Errors +$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.'; +$_['error_validation'] = 'You need to register for your API token and enable the module.'; +$_['error_no_listings'] = 'No linked products found'; +$_['error_link_value'] = 'The product link is not value'; +$_['error_link_no_stock'] = 'A link cannot be created for an out of stock item. End the item manually on eBay.'; +$_['error_subtract_setting'] = 'This product is set not to subtract stock in OpenCart.'; + +// Text +$_['text_linked_items'] = 'Linked items'; +$_['text_unlinked_items'] = 'Unlinked items'; +$_['text_alert_stock_local'] = 'Your eBay listing will be updated with your local stock levels!'; +$_['text_link_desc1'] = 'Linking your items will allow for stock control on your eBay listings.'; +$_['text_link_desc2'] = 'For each item that is updated the local stock (the stock available in your OpenCart store) will update your eBay listing'; +$_['text_link_desc3'] = 'Your local stock is stock that is available to sell. Your eBay stock levels should match this.'; +$_['text_link_desc4'] = 'Your allocated stock is items that have sold but not yet been paid for. These items should be set aside and not calculated in your available stock levels.'; +$_['text_text_linked_desc'] = 'Linked items are OpenCart items that have a link to an eBay listing.'; +$_['text_text_unlinked_desc'] = 'Unlinked items are listings on your eBay account that do not link to any of your OpenCart products.'; +$_['text_text_unlinked_info'] = 'Click the check unlinked items button to search your active eBay listings for unlinked items. This may take a long time if you have many eBay listings.'; +$_['text_text_loading_items'] = 'Loading items'; +$_['text_failed'] = 'Failed to load'; +$_['text_limit_reached'] = 'The maximum number of checks per request was reached, click the button to continue searching'; +$_['text_stock_error'] = 'Stock error'; +$_['text_listing_ended'] = 'Listing ended'; +$_['text_filter'] = 'Filter results'; +$_['text_filter_title'] = 'Title'; +$_['text_filter_range'] = 'Stock range'; +$_['text_filter_range_from'] = 'Min'; +$_['text_filter_range_to'] = 'Max'; +$_['text_filter_var'] = 'Include variants'; + +// Tables +$_['column_action'] = 'Action'; +$_['column_status'] = 'Status'; +$_['column_variants'] = 'Variants'; +$_['column_item_id'] = 'eBay item ID'; +$_['column_product'] = 'Product'; +$_['column_product_auto'] = 'Product name (auto complete)'; +$_['column_listing_title'] = 'eBay listing title'; +$_['column_allocated'] = 'Allocated stock'; +$_['column_ebay_stock'] = 'eBay stock'; +$_['column_stock_available'] = 'Shop stock'; +$_['column_stock_reserve'] = 'Reserve level';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_new.php b/public/admin/language/en-gb/extension/openbay/ebay_new.php new file mode 100644 index 0000000..2236d7f --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_new.php @@ -0,0 +1,201 @@ +<?php +// Heading +$_['heading_title'] = 'New listing'; +$_['text_ebay'] = 'eBay'; +$_['text_openbay'] = 'Openbay Pro'; + +// Text +$_['text_listing_1day'] = '1 day'; +$_['text_listing_3day'] = '3 days'; +$_['text_listing_5day'] = '5 days'; +$_['text_listing_7day'] = '7 days'; +$_['text_listing_10day'] = '10 days'; +$_['text_listing_30day'] = '30 days'; +$_['text_listing_gtc'] = 'GTC- Good till cancelled'; +$_['text_none'] = 'None'; +$_['text_pixels'] = 'Pixels'; +$_['text_add'] = 'Add'; +$_['text_other'] = 'Other'; +$_['text_loading'] = 'Loading'; +$_['text_confirm_action'] = 'Are you sure?'; +$_['text_paypal'] = 'PayPal email address '; +$_['text_return'] = 'Return to products'; +$_['text_category_suggested_help'] = 'Based on your title'; +$_['text_category_popular_help'] = 'Based on your history'; +$_['text_category_checking'] = 'Checking eBay category requirements, please wait'; +$_['text_features_help'] = 'Entering specifics about your item will help buyers narrow down the exact item they need. It may also improve the performance of the product and eBay may score its best match value higher.'; +$_['text_images_text_1'] = 'eBay images will be uploaded to eBay. Supersize and Gallery plus are also listing enhancements that may cost more to list.'; +$_['text_images_text_2'] = 'Template images will be added to your listing description and hosted from your web site, these are free. (Your listing template must have the {gallery} tag)'; +$_['text_image_ebay'] = 'eBay image'; +$_['text_images_none'] = 'You have no images for this product, you must add images before you can list'; +$_['text_width'] = 'Width'; +$_['text_height'] = 'Height'; +$_['text_px'] = 'px'; +$_['text_item_postcode_help'] = 'A postcode will help eBay choose a correct location for your listing'; +$_['text_item_location_help'] = 'Entering a town is less reliable than a postcode'; +$_['text_dispatch_country_help'] = 'This is the country the item will be sent from'; +$_['text_shipping_zones'] = 'Ship to zones'; +$_['text_shipping_worldwide'] = 'Worldwide'; +$_['text_shipping_flat'] = 'Flat rate'; +$_['text_shipping_calculated'] = 'Calculated'; +$_['text_shipping_freight'] = 'Freight'; +$_['text_unit'] = 'Unit'; +$_['text_unit_english'] = 'English'; +$_['text_unit_metric'] = 'Metric'; +$_['text_weight_major'] = 'Weight major'; +$_['text_weight_minor'] = 'Weight minor'; +$_['text_package'] = 'Package type'; +$_['text_shape'] = 'Irregular shape'; +$_['text_length'] = 'Length'; +$_['text_depth'] = 'Depth / Height'; +$_['text_return_accepted'] = 'Returns accepted?'; +$_['text_return_type'] = 'Return Type'; +$_['text_return_policy'] = 'Return Policy'; +$_['text_return_days'] = 'Return days'; +$_['text_return_scosts'] = 'Shipping costs'; +$_['text_return_restock'] = 'Restocking fee'; +$_['text_return_scosts_1'] = 'Buyer pays for all return shipping'; +$_['text_return_scosts_2'] = 'Seller pays for all return shipping'; +$_['text_review_costs'] = 'Listing costs'; +$_['text_review_costs_total'] = 'Total eBay fees'; +$_['text_review_edit'] = 'Edit'; +$_['text_preview'] = 'Preview description'; +$_['text_verify'] = 'Verify'; +$_['text_created_msg'] = 'Your eBay listing has been created. The eBay item number is'; +$_['text_option_images'] = 'Variation images'; +$_['text_option_images_grp'] = 'Choose option group'; +$_['text_option_images_choice'] = 'Images'; +$_['text_option_description'] = 'Variation images can be used to display a specific image when the user makes a selection of an option. You can only use one variation set for images but can have upto 12 images per variation. The default images are loaded from your option values (set in Catalog > Options)'; +$_['text_catalog_help'] = 'This will change your main image and will be set to use the eBay catalog image'; +$_['text_failed_title'] = 'Listing your item failed'; +$_['text_failed_msg1'] = 'There may be multiple reasons for this.'; +$_['text_failed_li1'] = 'If you are a new eBay seller (or have not sold much in the past) - you will need to contact eBay to remove your seller restrictions'; +$_['text_failed_li2'] = 'You may have not subscribed to Selling Manager Pro on eBay - this is a requirement.'; +$_['text_failed_li3'] = 'Your OpenBay Pro account is suspended, please check via your module admin area under the "My Account" tab'; +$_['text_failed_contact'] = 'If this error continues, please contact support after you have ensured the issue is none of the above.'; +$_['text_template_images'] = 'Template images'; +$_['text_ebay_images'] = 'eBay images'; +$_['text_shipping_first'] = 'First item'; +$_['text_shipping_add'] = 'Additional items'; +$_['text_shipping_service'] = 'Service'; +$_['text_stock_reserved'] = ' will be reserved'; +$_['text_insert'] = 'Add new eBay listing'; +$_['text_price_ex_tax'] = 'Excluding tax'; +$_['text_price_inc_tax'] = 'Including tax'; +$_['text_ebay_imagesize_ok'] = 'The image size is good, it can be used on eBay'; +$_['text_compatible'] = 'Compatible options'; +$_['text_loading_compatibility'] = 'Loading compatibility options'; +$_['text_product_identifiers'] = 'Product identifiers'; +$_['text_ean'] = 'EAN'; +$_['text_upc'] = 'UPC'; +$_['text_isbn'] = 'ISBN'; +$_['text_identifier_not_required'] = 'Not required'; + +// Column +$_['column_stock_total'] = 'In stock'; +$_['column_stock_col_qty'] = 'To list'; +$_['column_stock_col_qty_reserve'] = 'Reserved'; +$_['column_price_ex_tax'] = 'Excluding tax'; +$_['column_price_inc_tax'] = 'Including tax'; +$_['column_stock_col_comb'] = 'Combination'; +$_['column_price'] = 'Price'; +$_['column_stock_col_enabled'] = 'Enabled'; +$_['column_thumb'] = 'Image'; +$_['column_img_size'] = 'Size'; +$_['column_template_image'] = 'Template image'; +$_['column_ebay_image'] = 'eBay image'; +$_['column_main_ebay_image'] = 'Main eBay image'; +$_['column_sku'] = 'SKU'; + +// Entry +$_['entry_compatibility'] = 'Parts compatibility'; +$_['entry_shop_category'] = 'Shop Category'; +$_['entry_category_popular'] = 'Popular Categories'; +$_['entry_category_suggested'] = 'eBay suggested category'; +$_['entry_category'] = 'Category'; +$_['entry_listing_condition'] = 'Item condition'; +$_['entry_listing_duration'] = 'Listing duration'; +$_['entry_search_catalog'] = 'Search eBay catalog:'; +$_['entry_catalog'] = 'Use default image'; +$_['entry_title'] = 'Title'; +$_['entry_subtitle'] = 'Sub title'; +$_['entry_description'] = 'Description'; +$_['entry_profile_load'] = 'Load profile'; +$_['entry_template'] = 'Theme'; +$_['entry_image_gallery'] = 'Gallery image size'; +$_['entry_image_thumb'] = 'Thumb image size'; +$_['entry_images_supersize'] = 'Supersize images'; +$_['entry_images_gallery_plus'] = 'Gallery plus'; +$_['text_stock_matrix'] = 'Stock matrix'; +$_['entry_qty'] = 'Quantity to list'; +$_['entry_price'] = 'Price'; +$_['entry_tax_inc'] = 'Tax included'; +$_['entry_offers'] = 'Allow buyers to make offers'; +$_['entry_private'] = 'Private listing'; +$_['entry_imediate_payment'] = 'Immediate payment required?'; +$_['entry_payment'] = 'Payments accepted'; +$_['entry_payment_instruction'] = 'Payment instructions'; +$_['entry_item_postcode'] = 'Postcode/Zip of location'; +$_['entry_item_location'] = 'Town or State of location'; +$_['entry_dispatch_country'] = 'Dispatch country'; +$_['entry_dispatch_time'] = 'Dispatch time'; +$_['entry_shipping_getitfast'] = 'Get It Fast!'; +$_['entry_shipping_cod'] = 'Cash on delivery fee'; +$_['entry_shipping_type_nat'] = 'National shipping type'; +$_['entry_shipping_nat'] = 'National shipping services'; +$_['entry_shipping_handling_nat'] = 'Handling fee (national)'; +$_['entry_shipping_in_desc'] = 'Freight info in description'; +$_['entry_shipping_type_int'] = 'International shipping type'; +$_['entry_shipping_intnat'] = 'International shipping services'; +$_['entry_shipping_handling_int'] = 'Handling fee (international)'; +$_['entry_shipping_pickupdropoff'] = 'Click and Collect'; +$_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup'; +$_['entry_shipping_global_shipping'] = 'Use Global shipping service'; +$_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)'; +$_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)'; +$_['entry_vrm'] = 'Vehicle Registration Mark'; +$_['entry_vin'] = 'Vehicle Identification Number'; + +// Tab +$_['tab_feature'] = 'Features'; +$_['tab_ebay_catalog'] = 'eBay catalog'; +$_['tab_description'] = 'Description'; +$_['tab_price'] = 'Price & details'; +$_['tab_payment'] = 'Payment'; +$_['tab_returns'] = 'Returns'; + +// Help +$_['help_quantity_reserve'] = 'Enter a lower amount if you want to maintain a lower stock level on eBay'; +$_['help_price_ex_tax'] = 'Your standard item price excluding tax. This value is not sent to eBay.'; +$_['help_price_inc_tax'] = 'This value is sent to eBay and is the price users will pay.'; +$_['help_private'] = 'Hide buyer user names'; +$_['help_category_suggested'] = 'The list of categories eBay has suggested based of your item title'; +$_['help_category_popular'] = 'A list of your recently used categories'; +$_['help_shop_category'] = 'The category where the product will be added in your eBay shop'; +$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; +$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; + +// Error +$_['error_choose_category'] = 'You must choose a category'; +$_['error_search_text'] = 'Enter search text'; +$_['error_no_stock'] = 'You cannot list an item with zero stock'; +$_['error_catalog_data'] = 'No eBay catalog data was found for your product in eBay'; +$_['error_missing_settings'] = 'You cannot list items until you sync the eBay settings'; +$_['error_category_load'] = 'Unable to load categories'; +$_['error_features'] = 'Error loading features'; +$_['error_catalog_load'] = 'Error loading catalog'; +$_['error_category_sync'] = 'You must fix your category problem before you can list. Try re-syncing them in the module admin area.'; +$_['error_sku'] = 'Cannot submit a product without an SKU'; +$_['error_name'] = 'Cannot submit a product without a name'; +$_['error_name_length'] = 'Product name must be under 80 characters'; +$_['error_item_location'] = 'Enter an item location postcode'; +$_['error_dispatch_time'] = 'Enter a dispatch time'; +$_['error_shipping_national'] = 'Add at least one national shipping service'; +$_['error_stock'] = 'You must have stock of an item to list it'; +$_['error_duration'] = 'Select a listing duration'; +$_['error_listing_duration'] = 'Select a listing duration, select category to load these options'; +$_['error_image_size'] = 'Ensure that you have a gallery and thumb image size'; +$_['error_no_images'] = 'Listing must have at least 1 image uploaded to eBay'; +$_['error_main_image'] = 'You need to choose a main eBay image from your selection of eBay images'; +$_['error_ebay_imagesize'] = 'Image must be at least 500px on 1 side to use on eBay'; +$_['error_no_sku'] = 'No SKU found!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_newbulk.php b/public/admin/language/en-gb/extension/openbay/ebay_newbulk.php new file mode 100644 index 0000000..b777615 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_newbulk.php @@ -0,0 +1,77 @@ +<?php +//Heading +$_['heading_title'] = 'New listings'; +$_['text_ebay'] = 'eBay'; +$_['text_openbay'] = 'Openbay Pro'; + +// Buttons +$_['text_none'] = 'None'; +$_['text_preview'] = 'Preview'; +$_['text_add'] = 'Add'; +$_['text_preview_all'] = 'Verify all'; +$_['text_submit'] = 'Submit'; +$_['text_features'] = 'Features'; +$_['text_catalog'] = 'Select catalog'; +$_['text_catalog_search'] = 'Search catalog'; +$_['text_search_term'] = 'Search term'; +$_['text_close'] = 'Close'; +$_['text_bulk'] = 'Create new listings in bulk'; + +//Form options / text +$_['text_pixels'] = 'Pixels'; +$_['text_other'] = 'Other'; + +//Profile names +$_['text_profile'] = 'Profiles'; +$_['text_profile_theme'] = 'Theme profile'; +$_['text_profile_shipping'] = 'Shipping profile'; +$_['text_profile_returns'] = 'Returns profile'; +$_['text_profile_generic'] = 'Generic profile'; + +// Text +$_['text_title'] = 'Title'; +$_['text_price'] = 'Price'; +$_['text_stock'] = 'Stock'; +$_['text_search'] = 'Search'; +$_['text_loading'] = 'Loading details'; +$_['text_preparing0'] = 'Preparing'; +$_['text_preparing1'] = 'of'; +$_['text_preparing2'] = 'elements'; +$_['entry_condition'] = 'Condition'; +$_['text_duration'] = 'Duration'; +$_['text_category'] = 'Category'; +$_['text_exists'] = 'Some items are already listed on eBay so have been removed'; +$_['text_error_count'] = 'You have selected %s items, it may take a while to process your data'; +$_['text_verifying'] = 'Verifying items'; +$_['text_processing'] = 'Processing <span id="activeItems"></span> items'; +$_['text_listed'] = 'Item listed! ID: '; +$_['text_ajax_confirm_listing'] = 'Are you sure you want to bulk list these items?'; +$_['text_bulk_plan_error'] = 'Your current plan does not allow for bulk uploads, upgrade your plan <a href="%s">here</a>'; +$_['text_item_limit'] = 'You cannot list these items as you would exceed your plan limit, upgrade your plan <a href="%s">here</a>'; +$_['text_search_text'] = 'Enter some search text'; +$_['text_catalog_no_products'] = 'No catalog items found'; +$_['text_search_failed'] = 'Search failed'; +$_['text_esc_key'] = 'The splash page has been hidden but may not have finished loading'; +$_['text_loading_categories'] = 'Loading categories'; +$_['text_loading_condition'] = 'Loading product conditions'; +$_['text_loading_duration'] = 'Loading listing durations'; +$_['text_total_fee'] = 'Total fees'; +$_['text_category_choose'] = 'Find category'; +$_['text_suggested'] = 'Suggested categories'; +$_['text_product_identifiers'] = 'Product identifiers'; +$_['text_ean'] = 'EAN'; +$_['text_upc'] = 'UPC'; +$_['text_isbn'] = 'ISBN'; +$_['text_identifier_not_required'] = 'Not required'; + +//Errors +$_['text_error_ship_profile'] = 'You need to have a default shipping profile set up'; +$_['text_error_generic_profile'] = 'You need to have a default generic profile set up'; +$_['text_error_return_profile'] = 'You need to have a default return profile set up'; +$_['text_error_theme_profile'] = 'You need to have a default theme profile set up'; +$_['text_error_variants'] = 'Items with variations cannot be bulk listed and have been unselected'; +$_['text_error_stock'] = 'Some items are not in stock and have been removed'; +$_['text_error_no_product'] = 'There is no eligible products selected to use the bulk upload feature'; +$_['text_error_reverify'] = 'There was an error, you should edit and re-verify the items'; +$_['error_missing_settings'] = 'You cannot bulk list items until you syncronise your eBay settings'; +$_['text_error_no_selection'] = 'You must select at least 1 item to list';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_orders.php b/public/admin/language/en-gb/extension/openbay/ebay_orders.php new file mode 100644 index 0000000..58bbd3d --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_orders.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Import orders'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_pull_orders'] = 'Start'; + +// Entry +$_['entry_pull_orders'] = 'Pull new orders'; + +// Text +$_['text_sync_pull_notice'] = 'This will pull new orders since the last automated check. If you have just installed then it will default to the last 24 hours.'; +$_['text_ajax_orders_import'] = 'Any new orders should appear within a few minutes'; +$_['text_complete'] = 'Import requested'; +$_['text_failed'] = 'Failed to load'; +$_['text_pull'] = 'Request a manual import'; + +// Errors +$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_profile.php b/public/admin/language/en-gb/extension/openbay/ebay_profile.php new file mode 100644 index 0000000..8b9c773 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_profile.php @@ -0,0 +1,110 @@ +<?php +// Heading +$_['heading_title'] = 'Profiles'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +//Tabs +$_['tab_returns'] = 'Returns'; +$_['tab_template'] = 'Template'; +$_['tab_gallery'] = 'Gallery'; +$_['tab_settings'] = 'Settings'; + +//Shipping Profile +$_['text_shipping_dispatch_country'] = 'Shipping from country'; +$_['text_shipping_postcode'] = 'Postal/Zip code location'; +$_['text_shipping_location'] = 'Town or State location'; +$_['text_shipping_dispatch'] = 'Dispatch time'; +$_['text_shipping_dispatch_help'] = 'This is the maximum number of days you will take to send the item'; +$_['text_shipping_nat'] = 'National shipping services'; +$_['text_shipping_intnat'] = 'International shipping services'; +$_['text_shipping_first'] = 'First item'; +$_['text_shipping_add'] = 'Additional items'; +$_['text_shipping_service'] = 'Service'; +$_['text_shipping_in_desc'] = 'Freight info in description'; +$_['text_shipping_getitfast'] = 'Get It Fast!'; +$_['text_shipping_zones'] = 'Ship to zones'; +$_['text_shipping_worldwide'] = 'Worldwide'; +$_['text_shipping_type_nat'] = 'National shipping type'; +$_['text_shipping_type_int'] = 'International shipping type'; +$_['text_shipping_flat'] = 'Flat rate'; +$_['text_shipping_calculated'] = 'Calculated'; +$_['text_shipping_freight'] = 'Freight'; +$_['text_shipping_handling'] = 'Handling fee'; +$_['text_shipping_cod'] = 'Cash on delivery fee'; +$_['text_shipping_handling_nat'] = 'Handling fee (national)'; +$_['entry_shipping_handling_int'] = 'Handling fee (international)'; +$_['entry_shipping_pickupdropoff'] = 'Click and Collect'; +$_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup'; +$_['entry_shipping_global_shipping'] = 'Use eBay global shipping service'; +$_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)'; +$_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)'; + +//Returns profile +$_['text_returns_accept'] = 'Returns accepted'; +$_['text_returns_inst'] = 'Return Policy'; +$_['text_returns_days'] = 'Return Days'; +$_['text_returns_days10'] = '10 Days'; +$_['text_returns_days14'] = '14 Days'; +$_['text_returns_days30'] = '30 Days'; +$_['text_returns_days60'] = '60 Days'; +$_['text_returns_type'] = 'Return Type'; +$_['text_returns_type_money'] = 'Money back'; +$_['text_returns_type_exch'] = 'Money back or exchange'; +$_['text_returns_costs'] = 'Return Shipping costs'; +$_['text_returns_costs_b'] = 'Buyer pays'; +$_['text_returns_costs_s'] = 'Seller pays'; +$_['text_returns_restock'] = 'Restocking Fee'; +$_['text_list'] = 'Profile list'; + +//Template profile +$_['text_template_choose'] = 'Default template'; +$_['text_template_choose_help'] = 'A default template will auto load when listing to save time'; +$_['text_image_gallery'] = 'Gallery image size'; +$_['text_image_gallery_help'] = 'Pixel size of gallery images that are added to your template.'; +$_['text_image_thumb'] = 'Thumbnail image size'; +$_['text_image_thumb_help'] = 'Pixel size of thumbnail images that are added to your template.'; +$_['text_image_super'] = 'Supersize images'; +$_['text_image_gallery_plus'] = 'Gallery plus'; +$_['text_image_all_ebay'] = 'Add all images to eBay'; +$_['text_image_all_template'] = 'Add all images to template'; +$_['text_image_exclude_default'] = 'Exclude default image'; +$_['text_image_exclude_default_help'] = 'Only for bulk listing feature! Will not include the default product image in theme image list'; +$_['text_confirm_delete'] = 'Are you sure you want to delete the profile?'; +$_['text_width'] = 'Width'; +$_['text_height'] = 'Height'; +$_['text_px'] = 'px'; +$_['text_add'] = 'Add profile'; +$_['text_edit'] = 'Edit profile'; + +//General profile +$_['text_general_private'] = 'List items as private auction'; +$_['text_general_price'] = 'Price % modification'; +$_['text_general_price_help'] = '0 is default, -10 will reduce by 10%, 10 will increase by 10% (only used on bulk listing)'; + +//General profile options +$_['text_profile_name'] = 'Name'; +$_['text_profile_default'] = 'Default'; +$_['text_profile_type'] = 'Type'; +$_['text_profile_desc'] = 'Description'; +$_['text_profile_action'] = 'Action'; + +// Profile types +$_['text_type_shipping'] = 'Shipping'; +$_['text_type_returns'] = 'Returns'; +$_['text_type_template'] = 'Template & gallery'; +$_['text_type_general'] = 'General settings'; + +//Success messages +$_['text_added'] = 'New profile has been added'; +$_['text_updated'] = 'Profile has been updated'; + +//Errors +$_['error_permission'] = 'You do not have permission to edit profiles'; +$_['error_name'] = 'You must enter a profile name'; +$_['error_no_template'] = 'Template ID does not exist'; +$_['error_missing_settings'] = 'You cannot add,edit or delete profiles until you syncronise your eBay settings'; + +//Help +$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; +$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_settings.php b/public/admin/language/en-gb/extension/openbay/ebay_settings.php new file mode 100644 index 0000000..490d9c9 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_settings.php @@ -0,0 +1,114 @@ +<?php +// Heading +$_['heading_title'] = 'Marketplace settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_developer'] = 'Developer / support'; +$_['text_app_settings'] = 'Application settings'; +$_['text_default_import'] = 'Default import settings'; +$_['text_payments'] = 'Payments'; +$_['text_notify_settings'] = 'Notification settings'; +$_['text_listing'] = 'Listing defaults'; +$_['text_token_renew'] = 'Renew your eBay token'; +$_['text_application_settings'] = 'Your application settings allow you to configure the way OpenBay Pro works and integrates with your system.'; +$_['text_import_description'] = 'Customise the status of an order during different stages. You cannot use a status on an eBay order that does not exist in this list.'; +$_['text_payments_description'] = 'Pre populate your payment options for new listings, this will save you entering them for every new listing you create.'; +$_['text_allocate_1'] = 'When customer buys'; +$_['text_allocate_2'] = 'When customer had paid'; +$_['text_developer_description'] = 'You should not use this area unless instructed to do so'; +$_['text_payment_paypal'] = 'PayPal accepted'; +$_['text_payment_paypal_add'] = 'PayPal email address'; +$_['text_payment_cheque'] = 'Cheque accepted'; +$_['text_payment_card'] = 'Cards accepted'; +$_['text_payment_desc'] = 'See description (e.g. bank transfer)'; +$_['text_tax_use_listing'] = 'Use tax rate set in eBay listing'; +$_['text_tax_use_value'] = 'Use a set value for everything'; +$_['text_tax_use_product'] = 'Calculate tax based on buyer country and product tax group'; +$_['text_notifications'] = 'Control when customers receive notifications from the application. Enabling update emails can improve your DSR ratings as the user will get updates about their order.'; +$_['text_listing_1day'] = '1 day'; +$_['text_listing_3day'] = '3 days'; +$_['text_listing_5day'] = '5 days'; +$_['text_listing_7day'] = '7 days'; +$_['text_listing_10day'] = '10 days'; +$_['text_listing_30day'] = '30 days'; +$_['text_listing_gtc'] = 'GTC- Good till cancelled'; +$_['text_api_status'] = 'API connection status'; +$_['text_api_ok'] = 'Connection OK, token expires'; +$_['text_api_failed'] = 'Validation failed'; +$_['text_api_other'] = 'Other actions'; +$_['text_create_date_0'] = 'When added to OpenCart'; +$_['text_create_date_1'] = 'When created on eBay'; +$_['text_obp_detail_update'] = 'Update your store URL & contact email'; +$_['text_success'] = 'Your settings have been saved'; +$_['text_edit'] = 'Edit eBay settings'; +$_['text_checking_details'] = 'Checking details'; +$_['text_register_banner'] = 'Click here if you need to register for an account'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_token'] = 'API token'; +$_['entry_secret'] = 'Secret'; +$_['entry_encryption_key'] = 'Encryption key 1'; +$_['entry_encryption_iv'] = 'Encryption key 2'; +$_['entry_end_items'] = 'End items?'; +$_['entry_relist_items'] = 'Relist when back in stock?'; +$_['entry_disable_soldout'] = 'Disable product when no stock?'; +$_['entry_debug'] = 'Enable logging'; +$_['entry_currency'] = 'Default currency'; +$_['entry_stock_allocate'] = 'Allocate stock'; +$_['entry_created_hours'] = 'New order age limit'; +$_['entry_developer_locks'] = 'Remove order locks?'; +$_['entry_payment_instruction'] = 'Payment instructions'; +$_['entry_payment_immediate'] = 'Immediate payment required'; +$_['entry_payment_types'] = 'Payment types'; +$_['entry_duration'] = 'Default listing duration'; +$_['entry_measurement'] = 'Measurement system'; +$_['entry_address_format'] = 'Default address format'; +$_['entry_timezone_offset'] = 'Timezone offset'; +$_['entry_tax_listing'] = 'Product tax'; +$_['entry_tax'] = 'Tax % used for everything'; +$_['entry_create_date'] = 'Created date for new orders'; +$_['entry_notify_order_update'] = 'Order updates'; +$_['entry_notify_buyer'] = 'New order - buyer'; +$_['entry_notify_admin'] = 'New order - admin'; +$_['entry_import_pending'] = 'Import unpaid orders:'; +$_['entry_import_def_id'] = 'Import default status:'; +$_['entry_import_paid_id'] = 'Paid status:'; +$_['entry_import_shipped_id'] = 'Shipped status:'; +$_['entry_import_cancelled_id'] = 'Cancelled status:'; +$_['entry_import_refund_id'] = 'Refunded status:'; +$_['entry_import_part_refund_id'] = 'Partially refunded status:'; + +// Tabs +$_['tab_api_info'] = 'API details'; +$_['tab_setup'] = 'Settings'; +$_['tab_defaults'] = 'Listing defaults'; + +// Help +$_['help_disable_soldout'] = 'When the item sells out it then disables the product in OpenCart'; +$_['help_relist_items'] = 'If an item link existed before it will relist previous item if back in stock'; +$_['help_end_items'] = 'If items sell out, should the listing be ended on eBay?'; +$_['help_currency'] = 'Based on currencies from your store'; +$_['help_created_hours'] = 'Orders are new when younger than this limit (in hours). Default is 72'; +$_['help_stock_allocate'] = 'When should stock be allocated from the store?'; +$_['help_payment_instruction'] = 'Be as descriptive as possible. Do you require payment within a certain time? Do they call to pay by card? Do you have any special payment terms?'; +$_['help_payment_immediate'] = 'Immediate payment stops unpaid buyers, as an item is not sold until they pay.'; +$_['help_listing_tax'] = 'If you use the rate from listings ensure your items have the correct tax in eBay'; +$_['help_tax'] = 'Used when you import items or orders'; +$_['help_duration'] = 'GTC is only available is you have an eBay shop.'; +$_['help_address_format'] = 'Only used if the country does not have an address format set-up already.'; +$_['help_create_date'] = 'Choose which created time will appear on an order when it is imported'; +$_['help_timezone_offset'] = 'Based on hours. 0 is GMT timezone. Only works if eBay time is used for order creation.'; +$_['help_notify_admin'] = 'Notify the store admin with the default new order email'; +$_['help_notify_order_update'] = 'This is for automated updates, for example if you update an order in eBay and the new status is updated in your store automatically.'; +$_['help_notify_buyer'] = 'Notify the user with the default new order email'; +$_['help_measurement'] = 'Choose what measurement system you want to use for listings'; + +// Buttons +$_['button_update'] = 'Update'; +$_['button_repair_links'] = 'Repair item links'; + +// Error +$_['error_api_connect'] = 'Failed to connect to the API'; diff --git a/public/admin/language/en-gb/extension/openbay/ebay_subscription.php b/public/admin/language/en-gb/extension/openbay/ebay_subscription.php new file mode 100644 index 0000000..15cd370 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_subscription.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_plan_change'] = 'Change to plan'; + +// Columns +$_['column_plan'] = 'Plan name'; +$_['column_call_limit'] = 'Call limit'; +$_['column_price'] = 'Price (p/month)'; +$_['column_description'] = 'Description'; +$_['column_current'] = 'Current plan'; + +// Text +$_['text_subscription_current'] = 'Current plan'; +$_['text_subscription_avail'] = 'Available plans'; +$_['text_subscription_avail1'] = 'Changing plans will be immediate and unused calls will not be credited.'; +$_['text_ajax_acc_load_plan'] = 'PayPal subscription ID: '; +$_['text_ajax_acc_load_plan2'] = ', you should cancel ALL other subscriptions from us'; +$_['text_load_my_plan'] = 'Loading your plan'; +$_['text_load_plans'] = 'Loading available plans'; +$_['text_subscription'] = 'Change your OpenBay Pro subscription'; + +// Errors +$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_summary.php b/public/admin/language/en-gb/extension/openbay/ebay_summary.php new file mode 100644 index 0000000..8d0a797 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_summary.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Summary'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_use_desc'] = 'This is your eBay account summary page. It is a quick snapshot of any limits on your account along with your DSR selling performance.'; +$_['text_ebay_limit_head'] = 'Your eBay account has selling limits!'; +$_['text_ebay_limit_t1'] = 'You can sell'; +$_['text_ebay_limit_t2'] = 'more items (this is the total amount of items, not individual listings) to the value of'; +$_['text_ebay_limit_t3'] = 'When you try to create new listings, it will fail if you exceed the amounts above.'; +$_['text_as_described'] = 'Item as described'; +$_['text_communication'] = 'Communication'; +$_['text_shippingtime'] = 'Shipping time'; +$_['text_shipping_charge'] = 'Shipping charges'; +$_['text_score'] = 'Score'; +$_['text_count'] = 'Count'; +$_['text_report_30'] = '30 days'; +$_['text_report_52'] = '52 weeks'; +$_['text_title_dsr'] = 'DSR reports'; +$_['text_failed'] = 'Failed to load'; +$_['text_summary'] = 'View your eBay summary'; + +// Error +$_['error_validation'] = 'You need to register for your API token and enable the module.'; +$_['error_ajax_load'] = 'Sorry, connection to the server failed';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_syncronise.php b/public/admin/language/en-gb/extension/openbay/ebay_syncronise.php new file mode 100644 index 0000000..1b453e2 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_syncronise.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Synchronise'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_update'] = 'Update'; + +// Entry +$_['entry_sync_categories'] = 'Get eBay categories'; +$_['entry_sync_shop'] = 'Get shop categories'; +$_['entry_sync_setting'] = 'Get settings'; + +// Text +$_['text_complete'] = 'Complete'; +$_['text_sync_desc'] = 'Sync your store with the latest available shipping and categories options from eBay, this data is only for the options when listing an item to eBay - it will not import categories to your store etc.'; +$_['text_ebay_categories'] = 'This may take a while, wait 5 minutes before you do anything else.'; +$_['text_category_import'] = 'Your eBay shop categories have been imported.'; +$_['text_setting_import'] = 'Your settings have been imported.'; +$_['text_sync'] = 'Update settings from eBay'; + +// Help +$_['help_sync_categories'] = 'This does not import any categories to your store!'; +$_['help_sync_shop'] = 'This does not import any categories to your store!'; +$_['help_sync_setting'] = 'This imports available payment types, shipping, locations and more.'; + +// Errors +$_['error_settings'] = 'There was an error loading the settings.'; +$_['error_failed'] = 'Failed to load';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_template.php b/public/admin/language/en-gb/extension/openbay/ebay_template.php new file mode 100644 index 0000000..1f2230f --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_template.php @@ -0,0 +1,27 @@ +<?php +// Headings +$_['heading_title'] = 'Listing templates'; +$_['text_ebay'] = 'eBay'; +$_['text_openbay'] = 'OpenBay Pro'; + +// Columns +$_['column_name'] = 'Template name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_template_name'] = 'Name'; +$_['entry_template_html'] = 'HTML'; + +// Text +$_['text_added'] = 'New template has been added'; +$_['text_updated'] = 'Template has been updated'; +$_['text_deleted'] = 'Template has been deleted'; +$_['text_confirm_delete'] = 'Are you sure you want to delete the template?'; +$_['text_list'] = 'Template list'; +$_['text_add'] = 'Add profile'; +$_['text_edit'] = 'Edit profile'; + +// Error +$_['error_name'] = 'You must enter a template name'; +$_['error_permission'] = 'You do not have permission to edit templates'; +$_['error_no_template'] = 'Template ID does not exist';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/ebay_usage.php b/public/admin/language/en-gb/extension/openbay/ebay_usage.php new file mode 100644 index 0000000..456f039 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/ebay_usage.php @@ -0,0 +1,11 @@ +<?php +// Headings +$_['heading_title'] = 'Usage'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_usage'] = 'Your account usage'; + +// Errors +$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/etsy.php b/public/admin/language/en-gb/extension/openbay/etsy.php new file mode 100644 index 0000000..04a7bea --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/etsy.php @@ -0,0 +1,17 @@ +<?php +// Heading +$_['heading_title'] = 'Etsy'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Etsy Dashboard'; + +// Messages +$_['text_success'] = 'You have saved your changes to the Etsy extension'; +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_sync'] = 'Synchronise'; +$_['text_heading_register'] = 'Register here'; +$_['text_heading_products'] = 'Item links'; +$_['text_heading_listings'] = 'Etsy listings'; + +// Errors +$_['error_generic_fail'] = 'An unknown error just happened!'; +$_['error_permission'] = 'You do not have permission to Etsy settings';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/etsy_create.php b/public/admin/language/en-gb/extension/openbay/etsy_create.php new file mode 100644 index 0000000..3337b97 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/etsy_create.php @@ -0,0 +1,66 @@ +<?php +// Headings +$_['heading_title'] = 'New listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Tabs +$_['tab_additional'] = 'Additional information'; + +// Text +$_['text_option'] = 'Select option'; +$_['text_category_selected'] = 'Category selected'; +$_['text_material_add'] = 'Add Material'; +$_['text_material_remove'] = 'Remove Material'; +$_['text_tag_add'] = 'Add Tag'; +$_['text_tag_remove'] = 'Remove Tag'; +$_['text_created'] = 'Your listing has been created'; +$_['text_listing_id'] = 'Listing ID'; +$_['text_img_upload'] = 'Uploading image'; +$_['text_img_upload_done'] = 'Uploaded image'; +$_['text_create'] = 'Create a new Etsy listing'; + +// Entry +$_['entry_title'] = 'Product title'; +$_['entry_description'] = 'Description'; +$_['entry_price'] = 'Price'; +$_['entry_non_taxable'] = 'Non taxable'; +$_['entry_category'] = 'Category selection'; +$_['entry_who_made'] = 'Who made it?'; +$_['entry_when_made'] = 'When was it made?'; +$_['entry_recipient'] = 'Who is it for?'; +$_['entry_occasion'] = 'What occasion is it for?'; +$_['entry_is_supply'] = 'Is this a supply?'; +$_['entry_state'] = 'Listing status'; +$_['entry_style'] = 'Style Tag 1'; +$_['entry_style_2'] = 'Style Tag 2'; +$_['entry_processing_min'] = 'Processing time min'; +$_['entry_processing_max'] = 'Processing time max'; +$_['entry_materials'] = 'Materials'; +$_['entry_tags'] = 'Tags'; +$_['entry_shipping'] = 'Shipping profile'; +$_['entry_shop'] = 'Shop section'; +$_['entry_is_custom'] = 'Can it be customised?'; +$_['entry_image'] = 'Main image'; +$_['entry_image_other'] = 'Other images'; + +// Help +$_['help_description'] = 'All HTML has been removed from your description as it is not supported on Etsy'; + +// Errors +$_['error_no_shipping'] = 'You have not setup any shipping profiles!'; +$_['error_no_shop_secton'] = 'You have not setup any shop sections!'; +$_['error_no_img_url'] = 'No image selected for upload'; +$_['error_no_listing_id'] = 'No listing ID supplied'; +$_['error_title_length'] = 'Title is too long'; +$_['error_title_missing'] = 'Title is missing'; +$_['error_desc_missing'] = 'Description is missing or empty'; +$_['error_price_missing'] = 'Price is missing or empty'; +$_['error_category'] = 'Category not selected'; +$_['error_style_1_tag'] = 'Style 1 tag is not valid'; +$_['error_style_2_tag'] = 'Style 2 tag is not valid'; +$_['error_materials'] = 'You can only add 13 materials'; +$_['error_tags'] = 'You can only add 13 tags'; +$_['error_stock_max'] = 'The maximum stock you can list on Etsy is 999, you have %s in stock'; +$_['error_image_max'] = 'The maximum number of images you can use on Etsy is 5, you have chosen %s'; +$_['error_variant'] = 'Variant items on Etsy.com are not yet supported by OpenBay Pro';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/etsy_edit.php b/public/admin/language/en-gb/extension/openbay/etsy_edit.php new file mode 100644 index 0000000..f2c9147 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/etsy_edit.php @@ -0,0 +1,26 @@ +<?php +// Headings +$_['heading_title'] = 'Edit listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Tabs + +// Text +$_['text_option'] = 'Select option'; +$_['text_listing_id'] = 'Listing ID'; +$_['text_updated'] = 'Your Etsy listing has been updated'; +$_['text_edit'] = 'Update your Etsy listing'; + +// Entry +$_['entry_title'] = 'Product title'; +$_['entry_description'] = 'Description'; +$_['entry_price'] = 'Price'; +$_['entry_state'] = 'State'; + +// Errors +$_['error_price_missing'] = 'Price is missing or empty'; +$_['error_title_length'] = 'Title is too long'; +$_['error_title_missing'] = 'Title is missing'; +$_['error_desc_missing'] = 'Description is missing or empty'; +$_['error_state_missing'] = 'State is missing or empty';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/etsy_links.php b/public/admin/language/en-gb/extension/openbay/etsy_links.php new file mode 100644 index 0000000..6ab314c --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/etsy_links.php @@ -0,0 +1,34 @@ +<?php +// Headings +$_['heading_title'] = 'Etsy links'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Text +$_['text_loading'] = 'Loading items'; +$_['text_new_link'] = 'Create new link'; +$_['text_current_links'] = 'Current links'; +$_['text_link_saved'] = 'Item has been linked'; +$_['text_no_links'] = 'You have no products linked to Etsy items'; + +// Columns +$_['column_product'] = 'Product name'; +$_['column_item_id'] = 'Etsy ID'; +$_['column_store_stock'] = 'Stock'; +$_['column_etsy_stock'] = 'Etsy Stock'; +$_['column_status'] = 'Link Status'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Product name'; +$_['entry_etsy_id'] = 'Etsy item ID'; + +// Error +$_['error_product'] = 'Product does not exist in your store'; +$_['error_stock'] = 'You cannot link an item that has no stock'; +$_['error_product_id'] = 'Product ID required'; +$_['error_etsy_id'] = 'Etsy item ID required'; +$_['error_link_id'] = 'Link ID required'; +$_['error_link_exists'] = 'An active link already exists for this item'; +$_['error_etsy'] = 'Unable to link item, Etsy API response: '; +$_['error_status'] = 'Status filter required';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/etsy_listings.php b/public/admin/language/en-gb/extension/openbay/etsy_listings.php new file mode 100644 index 0000000..3cb8a1b --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/etsy_listings.php @@ -0,0 +1,53 @@ +<?php +// Headings +$_['heading_title'] = 'Etsy listings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Text +$_['text_link_saved'] = 'Item has been linked'; +$_['text_activate'] = 'Activate'; +$_['text_deactivate'] = 'Deactivate'; +$_['text_add_link'] = 'Add link'; +$_['text_delete_link'] = 'Delete link'; +$_['text_delete'] = 'Delete listing'; +$_['text_status_stock'] = 'Stock not synced'; +$_['text_status_ok'] = 'OK'; +$_['text_status_nolink'] = 'Not linked'; +$_['text_link_added'] = 'A product has been linked to the listing'; +$_['text_link_deleted'] = 'The product has been unlinked from the listing'; +$_['text_item_ended'] = 'The item has been removed from Etsy'; +$_['text_item_deactivated'] = 'The item has been deactivated in Etsy'; +$_['text_item_activated'] = 'The item has been activated in Etsy'; +$_['text_confirm_end'] = 'Are you sure you want to remove the listing?'; +$_['text_confirm_deactivate'] = 'Are you sure you want to deactivate the listing?'; +$_['text_confirm_activate'] = 'Are you sure you want to activate the listing?'; +$_['text_listings'] = 'Manage your Etsy listings'; +$_['text_active'] = 'Active'; +$_['text_inactive'] = 'Inactive'; +$_['text_draft'] = 'Draft'; +$_['text_expired'] = 'Expired'; + +// Columns +$_['column_listing_id'] = 'Etsy ID'; +$_['column_title'] = 'Title'; +$_['column_listing_qty'] = 'Listing quantity'; +$_['column_store_qty'] = 'Store quantity'; +$_['column_status'] = 'Status message'; +$_['column_link_status'] = 'Link status'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_limit'] = 'Page limit'; +$_['entry_status'] = 'Status'; +$_['entry_keywords'] = 'Keywords'; +$_['entry_name'] = 'Product name'; +$_['entry_etsy_id'] = 'Etsy item ID'; + +// Help +$_['help_keywords'] = 'Keywords only apply with active listings'; + +// Error +$_['error_etsy'] = 'Error! Etsy API response: '; +$_['error_product_id'] = 'Product ID required'; +$_['error_etsy_id'] = 'Etsy item ID required'; diff --git a/public/admin/language/en-gb/extension/openbay/etsy_settings.php b/public/admin/language/en-gb/extension/openbay/etsy_settings.php new file mode 100644 index 0000000..5dd9a25 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/etsy_settings.php @@ -0,0 +1,42 @@ +<?php +// Headings +$_['heading_title'] = 'Marketplace settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Text +$_['text_success'] = 'Your settings have been saved'; +$_['text_status'] = 'Status'; +$_['text_account_ok'] = 'Connection to Etsy OK'; +$_['text_token_register'] = 'Register'; +$_['text_api_ok'] = 'API connection OK'; +$_['text_pull_orders'] = 'Pull orders'; +$_['text_sync_settings'] = 'Sync settings'; +$_['text_complete'] = 'Complete'; +$_['text_failed'] = 'Failed'; +$_['text_orders_imported'] = 'Order pull has been requested'; +$_['text_api_status'] = 'API connection'; +$_['text_edit'] = 'Edit Etsy settings'; +$_['text_register_banner'] = 'Click here if you need to register for an account'; + +// Entry +$_['entry_import_def_id'] = 'Import default status (unpaid):'; +$_['entry_import_paid_id'] = 'Paid status:'; +$_['entry_import_shipped_id'] = 'Shipped status:'; +$_['entry_encryption_key'] = 'Encryption key 1'; +$_['entry_encryption_iv'] = 'Encryption key 2'; +$_['entry_token'] = 'API token'; +$_['entry_address_format'] = 'Default address format'; +$_['entry_debug'] = 'Enable logging'; + +// Error +$_['error_api_connect'] = 'Failed to connect to the API'; +$_['error_account_info'] = 'Unable to verify API connection to Etsy '; + +// Tabs +$_['tab_api_info'] = 'API details'; + +// Help +$_['help_address_format'] = 'Only used if the linked country does not have an address format set-up already.'; +$_['help_sync_settings'] = 'This will update your database with the latest setting options such as condition types, dates and more.'; +$_['help_pull_orders'] = 'This will trigger a manual import of new and updated orders.'; diff --git a/public/admin/language/en-gb/extension/openbay/fba.php b/public/admin/language/en-gb/extension/openbay/fba.php new file mode 100644 index 0000000..a7490f3 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/fba.php @@ -0,0 +1,12 @@ +<?php +// Heading +$_['heading_title'] = 'Fulfillment by Amazon'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Fulfillment by Amazon Dashboard'; + +// Text +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_account'] = 'Account/subscription'; +$_['text_heading_fulfillments'] = 'Fulfillments'; +$_['text_heading_register'] = 'Register here'; +$_['text_heading_orders'] = 'Orders'; diff --git a/public/admin/language/en-gb/extension/openbay/fba_fulfillment.php b/public/admin/language/en-gb/extension/openbay/fba_fulfillment.php new file mode 100644 index 0000000..9ce4f85 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/fba_fulfillment.php @@ -0,0 +1,50 @@ +<?php +// Heading +$_['heading_title'] = 'Fulfillments'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment By Amazon'; +$_['heading_order_info'] = 'Order info'; +$_['heading_products'] = 'Products'; + +// Entry +$_['entry_seller_fulfillment_order_id'] = 'Seller fulfillment order ID'; +$_['entry_displayable_order_id'] = 'Displayable order ID'; +$_['entry_displayable_date'] = 'Displayable date/time'; +$_['entry_displayable_comment'] = 'Displayable comment'; +$_['entry_shipping_speed_category'] = 'Shipping speed category'; +$_['entry_fulfillment_policy'] = 'Fulfillment policy'; +$_['entry_fulfillment_order_status'] = 'Status'; +$_['entry_notification_email_list'] = 'Notification email list'; +$_['entry_button_cancel'] = 'Cancel fulfillment'; +$_['entry_button_ship'] = 'Ship fulfillment'; + +// Text +$_['text_no_results'] = 'No fulfillment\'s found on Amazon'; +$_['text_fulfillment_list'] = 'Amazon Fulfillment list'; +$_['text_form'] = 'Amazon Fulfillment'; +$_['text_ship_success'] = 'Fulfillment has been confirmed to ship, it may take a few minutes for Amazon to update'; +$_['text_cancel_success'] = 'Fulfillment has been cancelled, it may take a few minutes for Amazon to update'; +$_['text_cancel_confirm'] = 'Are you sure you want to cancel this fulfillment?'; +$_['text_ship_confirm'] = 'Are you sure you want to ship this fulfillment?'; +$_['text_status'] = 'Fulfillment status'; +$_['text_fulfillment_sent'] = 'Fulfillment has been sent!'; +$_['text_fulfillment_shipped'] = 'Fulfillment has been shipped!'; +$_['text_fulfillment_cancelled'] = 'Fulfillment has been cancelled!'; + +// Columns +$_['column_sku'] = 'SKU'; +$_['column_order_item_id'] = 'Order item ID'; +$_['column_quantity'] = 'Quantity'; +$_['column_cancelled_quantity'] = 'Cancelled Quantity'; +$_['column_unfulfillable_quantity'] = 'Unfulfillable Quantity'; +$_['column_estimated_ship'] = 'Estimated ship'; +$_['column_estimated_arrive'] = 'Estimated arrive'; + +// Errors +$_['error_loading_fulfillment'] = 'There was a problem getting the fulfillment order information from Amazon'; +$_['error_ship'] = 'There was a problem confirming the shipment with Amazon'; +$_['error_cancel'] = 'There was a problem cancelling the fulfillment with Amazon'; +$_['error_missing_id'] = 'Missing ID in the request'; +$_['error_no_shipping'] = 'No shipping method found'; +$_['error_no_items'] = 'No items found for this order'; +$_['error_amazon_request'] = 'There was an error response from Amazon, please check the errors for the request';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/fba_fulfillment_list.php b/public/admin/language/en-gb/extension/openbay/fba_fulfillment_list.php new file mode 100644 index 0000000..46a33e1 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/fba_fulfillment_list.php @@ -0,0 +1,26 @@ +<?php +// Heading +$_['heading_title'] = 'Fulfillments'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment By Amazon'; + +// Buttons +//$_['button_pull_orders'] = 'Start'; + +// Entry +$_['entry_start_date'] = 'Start date (format YYYY-MM-DD)'; + +// Text +$_['text_no_results'] = 'No fulfillment\'s found on Amazon'; +$_['text_fulfillment_list'] = 'Amazon Fulfillment list'; + +// Columns +$_['column_seller_fulfillment_order_id'] = 'Seller Order ID'; +$_['column_displayable_order_id'] = 'Displayable Order ID'; +$_['column_displayable_order_date'] = 'Displayable date/time'; +$_['column_shipping_speed_category'] = 'Shipping speed'; +$_['column_fulfillment_order_status'] = 'Order Status'; +$_['column_action'] = 'Action'; + +// Errors +//$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/fba_order.php b/public/admin/language/en-gb/extension/openbay/fba_order.php new file mode 100644 index 0000000..2299e8c --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/fba_order.php @@ -0,0 +1,61 @@ +<?php +// Heading +$_['heading_title'] = 'Orders'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment By Amazon'; + +// Buttons +$_['button_ship'] = 'Ship fulfillment'; +$_['button_resend'] = 'Resend fulfillment request'; + +// Tab +$_['tab_history'] = 'Request history'; + +// Entry +$_['entry_start_date'] = 'Start date (format YYYY-MM-DD)'; +$_['entry_end_date'] = 'End date (format YYYY-MM-DD)'; +$_['entry_status'] = 'Status'; + +// Text +$_['text_no_results'] = 'No orders found'; +$_['text_fulfillment_list'] = 'Amazon Fulfillment list'; +$_['text_option_all'] = 'All'; +$_['text_option_new'] = 'New / pending'; +$_['text_option_error'] = 'Error'; +$_['text_option_held'] = 'Held'; +$_['text_option_shipped'] = 'Shipped'; +$_['text_option_cancelled'] = 'Cancelled'; +$_['text_order'] = 'Order information'; +$_['text_shipping_address'] = 'Shipping address'; +$_['text_history'] = 'Fulfillment History'; +$_['text_opencart_order'] = 'OpenCart order ID'; +$_['text_order_info'] = 'Order info'; +$_['text_status'] = 'Fulfillment status'; +$_['text_errors'] = 'Response errors'; +$_['text_show_errors'] = 'Show errors'; +$_['text_no_errors'] = 'There are no errors for this fulfillment request'; +$_['text_no_sku'] = 'No SKU found'; +$_['text_show_request'] = 'Show request body'; +$_['text_show_response'] = 'Show response body'; +$_['text_fulfillment_id'] = 'Fulfillment ID'; +$_['text_type_new'] = 'Create'; +$_['text_type_ship'] = 'Shipment'; +$_['text_type_cancel'] = 'Cancellation'; +$_['text_no_requests'] = 'No requests have been made yet!'; +$_['text_order_list'] = 'Amazon order list'; + + +// Columns +$_['column_order_id'] = 'Order ID'; +$_['column_created'] = 'Created'; +$_['column_status'] = 'Status'; +$_['column_action'] = 'Action'; +$_['column_sku'] = 'SKU'; +$_['column_product'] = 'Product'; +$_['column_quantity'] = 'Quantity'; +$_['column_fba'] = 'Amazon Fulfillment'; +$_['column_fulfillment_id'] = 'Fulfillment Request Reference'; +$_['column_response_code'] = 'Response code'; +$_['column_actions'] = 'Actions'; +$_['column_type'] = 'Request type'; +$_['column_fba_item_count'] = 'FBA item count'; diff --git a/public/admin/language/en-gb/extension/openbay/fba_settings.php b/public/admin/language/en-gb/extension/openbay/fba_settings.php new file mode 100644 index 0000000..8f35c98 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/fba_settings.php @@ -0,0 +1,64 @@ +<?php +// Headings +$_['heading_title'] = 'Settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment by Amazon'; + +// Text +$_['text_success'] = 'Your settings have been saved'; +$_['text_status'] = 'Status'; +$_['text_account_ok'] = 'Connection to Fulfillment by Amazon OK'; +$_['text_api_ok'] = 'API connection OK'; +$_['text_api_status'] = 'API connection'; +$_['text_edit'] = 'Edit Fulfillment by Amazon settings'; +$_['text_standard'] = 'Standard'; +$_['text_expedited'] = 'Expedited'; +$_['text_priority'] = 'Priority'; +$_['text_fillorkill'] = 'Fill or Kill'; +$_['text_fillall'] = 'Fill All'; +$_['text_fillallavailable'] = 'Fill All Available'; +$_['text_prefix_warning'] = 'Do not change this setting after orders have been sent to Amazon, only set this when you first install.'; +$_['text_disabled_cancel'] = 'Disabled - do not automatically cancel fulfillments'; +$_['text_validate_success'] = 'Your API details are working correctly! You must press save to ensure settings are saved.'; +$_['text_register_banner'] = 'Click here if you need to register for an account'; + +// Entry +$_['entry_api_key'] = 'API token'; +$_['entry_encryption_key'] = 'Encryption key 1'; +$_['entry_encryption_iv'] = 'Encryption key 2'; +$_['entry_account_id'] = 'Account ID'; +$_['entry_send_orders'] = 'Send orders automatically'; +$_['entry_fulfill_policy'] = 'Fulfillment policy'; +$_['entry_shipping_speed'] = 'Default shipping speed'; +$_['entry_debug_log'] = 'Enable debug logging'; +$_['entry_new_order_status'] = 'New fulfillment trigger'; +$_['entry_order_id_prefix'] = 'Order ID Prefix'; +$_['entry_only_fill_complete'] = 'All items must be FBA'; + +// Help +$_['help_api_key'] = 'This is your API token, obtain this from your OpenBay Pro account area'; +$_['help_encryption_key'] = 'This is your Encryption key #1, obtain this from your OpenBay Pro account area'; +$_['help_encryption_iv'] = 'This is your Encryption key #2, obtain this from your OpenBay Pro account area'; +$_['help_account_id'] = 'This is the account ID that matches the registered Amazon account for OpenBay Pro, obtain this from your OpenBay Pro account area'; +$_['help_send_orders'] = 'Orders containing matching Fulfillment by Amazon products will be send to Amazon automatically'; +$_['help_fulfill_policy'] = 'The default fulfillment policy (FillAll - All fulfillable items in the fulfillment order are shipped. The fulfillment order remains in a processing state until all items are either shipped by Amazon or cancelled by the seller. FillAllAvailable - All fulfillable items in the fulfillment order are shipped. All unfulfillable items in the order are cancelled by Amazon.FillOrKill - If an item in a fulfillment order is determined to be unfulfillable before any shipment in the order moves to the Pending status (the process of picking units from inventory has begun), then the entire order is considered unfulfillable. However, if an item in a fulfillment order is determined to be unfulfillable after a shipment in the order moves to the Pending status, Amazon cancels as much of the fulfillment order as possible.)'; +$_['help_shipping_speed'] = 'This is the default shipping speed category to apply to new orders, different service levels may incurr different costs'; +$_['help_debug_log'] = 'Debug logs will record information to a log file about actions the module does. This should be left enabled to help find the cause of any problems.'; +$_['help_new_order_status'] = 'This is the order status which will trigger the order to be created for fulfillment. Ensure that this is using a status only after you have received payment.'; +$_['help_order_id_prefix'] = 'Having an order prefix will help identify orders that have come from your store not from other integrations. This is very helpful when merchants sell on many marketplaces and use FBA'; +$_['help_only_fill_complete'] = 'This will only allow orders to be sent for fulfillment if ALL items in the order are matched to a Fulfillment by Amazon item. If any item is not then the whole order will remain unfilled.'; + +// Error +$_['error_api_connect'] = 'Failed to connect to the API'; +$_['error_account_info'] = 'Unable to verify API connection to Fulfillment by Amazon '; +$_['error_api_key'] = 'The API token is invalid'; +$_['error_api_account_id'] = 'The Account ID is invalid'; +$_['error_encryption_key'] = 'The Encryption key #1 is invalid'; +$_['error_encryption_iv'] = 'The Encryption key #2 is invalid'; +$_['error_validation'] = 'There was an error validating your details'; + +// Tabs +$_['tab_api_info'] = 'API details'; + +// Buttons +$_['button_verify'] = 'Verify details'; diff --git a/public/admin/language/en-gb/extension/openbay/openbay_itemlist.php b/public/admin/language/en-gb/extension/openbay/openbay_itemlist.php new file mode 100644 index 0000000..58b790d --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/openbay_itemlist.php @@ -0,0 +1,57 @@ +<?php +// Heading +$_['heading_title'] = 'Manage listings'; + +// Text +$_['text_markets'] = 'Markets'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; +$_['text_amazon'] = 'Amazon EU'; +$_['text_amazonus'] = 'Amazon US'; +$_['text_etsy'] = 'Etsy'; +$_['text_status_all'] = 'All'; +$_['text_status_ebay_active'] = 'eBay active'; +$_['text_status_ebay_inactive'] = 'eBay not active'; +$_['text_status_amazoneu_saved'] = 'Amazon EU saved'; +$_['text_status_amazoneu_processing'] = 'Amazon EU processing'; +$_['text_status_amazoneu_active'] = 'Amazon EU active'; +$_['text_status_amazoneu_notlisted'] = 'Amazon EU not listed'; +$_['text_status_amazoneu_failed'] = 'Amazon EU failed'; +$_['text_status_amazoneu_linked'] = 'Amazon EU linked'; +$_['text_status_amazoneu_notlinked'] = 'Amazon EU not linked'; +$_['text_status_amazonus_saved'] = 'Amazon US saved'; +$_['text_status_amazonus_processing'] = 'Amazon US processing'; +$_['text_status_amazonus_active'] = 'Amazon US active'; +$_['text_status_amazonus_notlisted'] = 'Amazon US not listed'; +$_['text_status_amazonus_failed'] = 'Amazon US failed'; +$_['text_status_amazonus_linked'] = 'Amazon US linked'; +$_['text_status_amazonus_notlinked'] = 'Amazon US not linked'; +$_['text_processing'] = 'Processing'; +$_['text_category_missing'] = 'Missing category'; +$_['text_variations'] = 'variations'; +$_['text_variations_stock'] = 'stock'; +$_['text_min'] = 'Min'; +$_['text_max'] = 'Max'; +$_['text_option'] = 'Option'; +$_['text_list'] = 'Product List'; + +// Entry +$_['entry_title'] = 'Title'; +$_['entry_model'] = 'Model'; +$_['entry_manufacturer'] = 'Manufacturer'; +$_['entry_status'] = 'Status'; +$_['entry_status_marketplace'] = 'Marketplace status'; +$_['entry_stock_range'] = 'Stock range'; +$_['entry_category'] = 'Category'; +$_['entry_populated'] = 'Populated'; +$_['entry_sku'] = 'SKU'; +$_['entry_description'] = 'Description'; + +// Button +$_['button_error_fix'] = 'Fix errors'; +$_['button_amazon_eu_bulk'] = 'Amazon EU bulk upload'; +$_['button_amazon_us_bulk'] = 'Amazon US bulk upload'; +$_['button_ebay_bulk'] = 'eBay bulk upload'; + +// Error +$_['error_select_items'] = 'You must select at least 1 item to bulk list';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/openbay_menu.php b/public/admin/language/en-gb/extension/openbay/openbay_menu.php new file mode 100644 index 0000000..2823ece --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/openbay_menu.php @@ -0,0 +1,17 @@ +<?php +// Text +$_['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_openbay_fba'] = 'Fulfillment by Amazon'; +$_['text_openbay_fulfillmentlist'] = 'Fulfillments'; +$_['text_openbay_orderlist'] = 'Orders';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/openbay/openbay_order.php b/public/admin/language/en-gb/extension/openbay/openbay_order.php new file mode 100644 index 0000000..dd0dd00 --- /dev/null +++ b/public/admin/language/en-gb/extension/openbay/openbay_order.php @@ -0,0 +1,56 @@ +<?php +// Heading +$_['heading_title'] = 'Bulk order update'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_confirm_title'] = 'Review bulk status update'; + +// Button +$_['button_status'] = 'Change status'; +$_['button_update'] = 'Update orders'; +$_['button_ship'] = 'Ship order'; +$_['button_remove_order'] = 'Cancel update for this order'; +$_['button_finished'] = 'Return to order list'; + +// Column +$_['column_channel'] = 'Order Channel'; +$_['column_status'] = 'Current Status'; +$_['column_market_order_ref'] = 'Marketplace<br />Order ID'; +$_['column_additional'] = 'Additional info'; +$_['column_comments'] = 'Comments'; +$_['column_notify'] = 'Notify'; +$_['column_send_mail'] = 'Send email'; +$_['column_option'] = 'Options'; + +// Text +$_['text_confirmed'] = '%s orders have been updated'; +$_['text_no_orders'] = 'No orders selected for update'; +$_['text_confirm_change_text'] = 'Changing order status to'; +$_['text_other'] = 'Other'; +$_['text_error_carrier_other'] = 'An order is missing an "Other Carrier" entry!'; +$_['text_web'] = 'Web'; +$_['text_ebay'] = 'eBay'; +$_['text_amazon'] = 'Amazon EU'; +$_['text_amazonus'] = 'Amazon US'; +$_['text_etsy'] = 'Etsy'; +$_['text_list'] = 'Order list'; +$_['text_order_id'] = 'Processing Order ID: '; +$_['text_modal_status_1'] = 'This is number '; +$_['text_modal_status_2'] = ' of '; +$_['text_modal_status_3'] = ' status updates to process'; +$_['text_confirm_submit'] = 'Begin the status update process on these orders?'; +$_['text_total'] = 'Total orders'; +$_['text_failed'] = 'Failed'; +$_['text_successful'] = 'Successful'; +$_['text_view_order'] = 'View order in new tab'; +$_['text_link_policy'] = 'Amazon orders should not send store emails due to strict Amazon policies'; + +// Entry +$_['entry_carrier'] = 'Carrier'; +$_['entry_tracking_no'] = 'Tracking'; +$_['entry_other'] = 'Other'; +$_['entry_date_added'] = 'Date added'; +$_['entry_order_channel'] = 'Order channel'; + +// Error +$_['error_fetch_api_id'] = 'Unable to retrieve store API credentials - have you selected your default in store settings?'; +$_['error_marketplace_update'] = 'Unable to update the order at the marketplace'; diff --git a/public/admin/language/en-gb/extension/payment/alipay.php b/public/admin/language/en-gb/extension/payment/alipay.php new file mode 100644 index 0000000..ead4648 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/alipay.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Alipay Pay'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Alipay account details!'; +$_['text_edit'] = 'Edit Alipay Pay'; +$_['text_alipay'] = '<a target="_BLANK" href="https://open.alipay.com"><img src="view/image/payment/alipay.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_sandbox'] = 'Sandbox'; + +// Entry +$_['entry_app_id'] = 'App ID'; +$_['entry_merchant_private_key'] = 'Merchant Private Key'; +$_['entry_alipay_public_key'] = 'Alipay Public Key'; +$_['entry_test'] = 'Test mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Completed Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Alipay!'; +$_['error_app_id'] = 'App ID required!'; +$_['error_merchant_private_key'] = 'Merchant Private Key required!'; +$_['error_alipay_public_key'] = 'Alipay Public Key required!'; diff --git a/public/admin/language/en-gb/extension/payment/alipay_cross.php b/public/admin/language/en-gb/extension/payment/alipay_cross.php new file mode 100644 index 0000000..a1f72eb --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/alipay_cross.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Alipay Cross-border'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Alipay account details!'; +$_['text_edit'] = 'Edit Alipay Pay'; +$_['text_alipay_cross'] = '<a target="_BLANK" href="https://global.alipay.com"><img src="view/image/payment/alipay-cross-border.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_sandbox'] = 'Sandbox'; + +// Entry +$_['entry_app_id'] = 'Partner ID'; +$_['entry_merchant_private_key'] = 'Key'; +$_['entry_test'] = 'Test mode'; +$_['entry_total'] = 'Total'; +$_['entry_currency'] = 'Currency Code'; +$_['entry_order_status'] = 'Completed Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_currency'] = 'The settlement currency code the merchant specifies in the contract. You can add a new currency in System->Localisation->Currency if your settlement currency is not in the list'; +$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify pay Alipay!'; +$_['error_app_id'] = 'Partner ID required!'; +$_['error_merchant_private_key'] = 'Key required!'; diff --git a/public/admin/language/en-gb/extension/payment/amazon_login_pay.php b/public/admin/language/en-gb/extension/payment/amazon_login_pay.php new file mode 100644 index 0000000..b1d2844 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/amazon_login_pay.php @@ -0,0 +1,129 @@ +<?php +//Headings +$_['heading_title'] = 'Amazon Pay and Login with Amazon'; + +//Text +$_['text_success'] = 'Amazon Pay and Login with Amazon module has been updated.'; +$_['text_ipn_url'] = 'Cron Job\'s URL'; +$_['text_ipn_token'] = 'Secret Token'; +$_['text_us'] = 'American English'; +$_['text_de'] = 'German'; +$_['text_uk'] = 'English'; +$_['text_fr'] = 'French'; +$_['text_it'] = 'Italian'; +$_['text_es'] = 'Spanish'; +$_['text_us_region'] = 'United States'; +$_['text_eu_region'] = 'Euro region'; +$_['text_uk_region'] = 'United Kingdom'; +$_['text_live'] = 'Live'; +$_['text_sandbox'] = 'Sandbox'; +$_['text_auth'] = 'Authorization'; +$_['text_payment'] = 'Payment'; +$_['text_account'] = 'Account'; +$_['text_guest'] = 'Guest'; +$_['text_no_capture'] = '--- No Automatic Capture ---'; +$_['text_all_geo_zones'] = 'All Geo Zones'; +$_['text_button_settings'] = 'Checkout Button Settings'; +$_['text_colour'] = 'Colour'; +$_['text_orange'] = 'Orange'; +$_['text_tan'] = 'Tan'; +$_['text_white'] = 'White'; +$_['text_light'] = 'Light'; +$_['text_dark'] = 'Dark'; +$_['text_size'] = 'Size'; +$_['text_medium'] = 'Medium'; +$_['text_large'] = 'Large'; +$_['text_x_large'] = 'Extra large'; +$_['text_background'] = 'Background'; +$_['text_edit'] = 'Edit Amazon Pay and Login with Amazon'; +$_['text_amazon_login_pay'] = '<a href="http://go.amazonservices.com/opencart.html" target="_blank" title="Sign-up to Amazon Pay"><img src="view/image/payment/amazon_lpa.png" alt="Amazon Pay and Login with Amazon" title="Amazon Pay and Login with Amazon" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_amazon_join'] = '<a href="http://go.amazonservices.com/opencart.html" target="_blank" title="Sign-up to Amazon Pay"><u>Sign-up to Amazon Pay</u></a>'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, authorization has been fully captured'; +$_['text_refund_ok'] = 'Refund was successfully requested'; +$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded'; +$_['text_cancel_ok'] = 'Cancel was successful, order status updated to canceled'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_cancel_status'] = 'Payment canceled'; +$_['text_refund_status'] = 'Payment refunded'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorized'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_authorization_id'] = 'Amazon Authorization ID'; +$_['text_column_capture_id'] = 'Amazon Capture ID'; +$_['text_column_refund_id'] = 'Amazon Refund ID'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_status'] = 'Status'; +$_['text_column_date_added'] = 'Date added'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; +$_['text_minimum_total'] = 'Minimum Order Total'; +$_['text_geo_zone'] = 'Geo Zone'; +$_['text_status'] = 'Status'; +$_['text_declined_codes'] = 'Test Decline Codes'; +$_['text_sort_order'] = 'Sort Order'; +$_['text_amazon_invalid'] = 'InvalidPaymentMethod'; +$_['text_amazon_rejected'] = 'AmazonRejected'; +$_['text_amazon_timeout'] = 'TransactionTimedOut'; +$_['text_amazon_no_declined'] = '--- No Automatic Declined Authorization ---'; +$_['text_amazon_signup'] = 'Sign-up to Amazon Pay'; +$_['text_credentials'] = 'Please paste your keys here (in JSON format)'; +$_['text_validate_credentials'] = 'Validate and Use Credentials'; +$_['text_extension'] = 'Extensions'; +$_['text_info_ssl'] = '<strong>Important:</strong> SSL (https://) is a requirement and must be enabled on your website for the Amazon Pay and Login with Amazon buttons to work.'; + +// Columns +$_['column_status'] = 'Status'; + +//entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_access_key'] = 'Access Key'; +$_['entry_access_secret'] = 'Secret Key'; +$_['entry_client_id'] = 'Client ID'; +$_['entry_client_secret'] = 'Client Secret'; +$_['entry_language'] = 'Language'; +$_['entry_login_pay_test'] = 'Test mode'; +$_['entry_login_pay_mode'] = 'Payment mode'; +$_['entry_checkout'] = 'Checkout mode'; +$_['entry_payment_region'] = 'Payment Region'; +$_['entry_capture_status'] = 'Automatic capture status'; +$_['entry_pending_status'] = 'Pending Order Status'; +$_['entry_ipn_url'] = 'IPN\'s URL'; +$_['entry_ipn_token'] = 'Secret Token'; +$_['entry_debug'] = 'Debug logging'; + +// Help +$_['help_pay_mode'] = 'Payment is only available for US marketplace'; +$_['help_checkout'] = 'Should payment button also login customer'; +$_['help_capture_status'] = 'Choose order staus that will trigger automatic capture of an authorized payment'; +$_['help_ipn_url'] = 'Set this as you merhcant URL in Amazon Seller Central'; +$_['help_ipn_token'] = 'Make this long and hard to guess. The resulting IPN URL must not be longer than 150 characters.'; +$_['help_minimum_total'] = 'This must be above zero'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_declined_codes'] = 'This is for testing purposes only'; + +// Order Info +$_['tab_order_adjustment'] = 'Order Adjustment'; + +// Errors +$_['error_permission'] = 'You do not have permissions to modify this module!'; +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_access_key'] = 'Access Key is required'; +$_['error_access_secret'] = 'Secret Key is required'; +$_['error_client_id'] = 'Client ID is required'; +$_['error_client_secret'] = 'Client Key is required'; +$_['error_pay_mode'] = 'Payment is only available for US marketplace'; +$_['error_minimum_total'] = 'Minimum order total must be above zero'; +$_['error_curreny'] = 'Your shop must have %s currency installed and enabled'; +$_['error_upload'] = 'Upload failed'; +$_['error_data_missing'] = 'Required data is missing'; +$_['error_credentials'] = 'Please enter the keys in a valid JSON format'; + +// Buttons +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_cancel'] = 'Cancel'; diff --git a/public/admin/language/en-gb/extension/payment/authorizenet_aim.php b/public/admin/language/en-gb/extension/payment/authorizenet_aim.php new file mode 100644 index 0000000..e336ed0 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/authorizenet_aim.php @@ -0,0 +1,34 @@ +<?php +// Heading +$_['heading_title'] = 'Authorize.Net (AIM)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Authorize.Net (AIM) account details!'; +$_['text_edit'] = 'Edit Authorize.Net (AIM)'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_authorization'] = 'Authorization'; +$_['text_capture'] = 'Capture'; +$_['text_authorizenet_aim'] = '<a href="https://account.authorize.net/signUpNow?resellerID=26357" target="_BLANK"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_login'] = 'Login ID'; +$_['entry_key'] = 'Transaction Key'; +$_['entry_hash'] = 'MD5 Hash'; +$_['entry_server'] = 'Transaction Server'; +$_['entry_mode'] = 'Transaction Mode'; +$_['entry_method'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!'; +$_['error_login'] = 'Login ID Required!'; +$_['error_key'] = 'Transaction Key Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/authorizenet_sim.php b/public/admin/language/en-gb/extension/payment/authorizenet_sim.php new file mode 100644 index 0000000..30d75a6 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/authorizenet_sim.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'Authorize.Net (SIM)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Authorize.Net (SIM) account details!'; +$_['text_edit'] = 'Edit Authorize.Net (SIM)'; +$_['text_authorizenet_sim'] = '<a href="https://account.authorize.net/signUpNow?resellerID=26357" target="_BLANK"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_key'] = 'Transaction Key'; +$_['entry_callback'] = 'Relay Response URL'; +$_['entry_md5'] = 'Signature Key/Hash'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_callback'] = 'Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.'; +$_['help_md5'] = 'The Hash feature enables you to authenticate that a transaction response is securely received from Authorize.Net. Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.(Optional)'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!'; +$_['error_merchant'] = 'Merchant ID Required!'; +$_['error_key'] = 'Transaction Key Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/bank_transfer.php b/public/admin/language/en-gb/extension/payment/bank_transfer.php new file mode 100644 index 0000000..d0926ec --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/bank_transfer.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Bank Transfer'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified bank transfer details!'; +$_['text_edit'] = 'Edit Bank Transfer'; + +// Entry +$_['entry_bank'] = 'Bank Transfer Instructions'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment bank transfer!'; +$_['error_bank'] = 'Bank Transfer Instructions Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/bluepay_hosted.php b/public/admin/language/en-gb/extension/payment/bluepay_hosted.php new file mode 100644 index 0000000..562a5f9 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/bluepay_hosted.php @@ -0,0 +1,65 @@ +<?php +// Heading +$_['heading_title'] = 'BluePay Hosted Form'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified BluePay Hosted Form account details!'; +$_['text_edit'] = 'Edit BluePay Hosted Form'; +$_['text_bluepay_hosted'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Hosted Form" title="BluePay Hosted Form" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_sale'] = 'Sale'; +$_['text_authenticate'] = 'Authorize'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Date Added'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_account_name'] = 'Account Name'; +$_['entry_account_id'] = 'Account ID'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_test'] = 'Transaction Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_card_amex'] = 'Amex'; +$_['entry_card_discover'] = 'Discover'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!'; +$_['error_account_name'] = 'Account Name Required!'; +$_['error_account_id'] = 'Account ID Required!'; +$_['error_secret_key'] = 'Secret Key Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/bluepay_redirect.php b/public/admin/language/en-gb/extension/payment/bluepay_redirect.php new file mode 100644 index 0000000..fe686e9 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/bluepay_redirect.php @@ -0,0 +1,63 @@ +<?php +// Heading +$_['heading_title'] = 'BluePay Redirect (Requires SSL)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified BluePay Redirect account details!'; +$_['text_edit'] = 'Edit BluePay Redirect (Requires SSL)'; +$_['text_bluepay_redirect'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Redirect" title="BluePay Redirect" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_sim'] = 'Simulator'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_sale'] = 'Sale'; +$_['text_authenticate'] = 'Authorize'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_vendor'] = 'Account ID'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_test'] = 'Transaction Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!'; +$_['error_account_id'] = 'Account ID Required!'; +$_['error_secret_key'] = 'Secret Key Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/cardconnect.php b/public/admin/language/en-gb/extension/payment/cardconnect.php new file mode 100644 index 0000000..dd1ce99 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/cardconnect.php @@ -0,0 +1,101 @@ +<?php +// Heading +$_['heading_title'] = 'CardConnect'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified CardConnect payment module!'; +$_['text_edit'] = 'Edit CardConnect'; +$_['text_cardconnect'] = '<a href="http://www.cardconnect.com" target="_blank"><img src="view/image/payment/cardconnect.png" alt="CardConnect" title="CardConnect"></a>'; +$_['text_payment'] = 'Payment'; +$_['text_authorize'] = 'Authorize'; +$_['text_live'] = 'Live'; +$_['text_test'] = 'Test'; +$_['text_no_cron_time'] = 'The cron has not yet been executed'; +$_['text_payment_info'] = 'Payment Information'; +$_['text_payment_method'] = 'Payment Method'; +$_['text_card'] = 'Card'; +$_['text_echeck'] = 'eCheck'; +$_['text_reference'] = 'Reference'; +$_['text_update'] = 'Update'; +$_['text_order_total'] = 'Order Total'; +$_['text_total_captured'] = 'Total Captured'; +$_['text_capture_payment'] = 'Capture Payment'; +$_['text_refund_payment'] = 'Refund Payment'; +$_['text_void'] = 'Void'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_type'] = 'Type'; +$_['text_column_reference'] = 'Reference'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_status'] = 'Status'; +$_['text_column_date_modified'] = 'Date Modified'; +$_['text_column_date_added'] = 'Date Added'; +$_['text_column_update'] = 'Update'; +$_['text_column_void'] = 'Void'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; +$_['text_inquire_success'] = 'Inquire was successful'; +$_['text_capture_success'] = 'Capture request was successful'; +$_['text_refund_success'] = 'Refund request was successful'; +$_['text_void_success'] = 'Void request was successful'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_api_username'] = 'API Username'; +$_['entry_api_password'] = 'API Password'; +$_['entry_token'] = 'Secret Token'; +$_['entry_transaction'] = 'Transaction'; +$_['entry_environment'] = 'Environment'; +$_['entry_site'] = 'Site'; +$_['entry_store_cards'] = 'Store Cards'; +$_['entry_echeck'] = 'eCheck'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_logging'] = 'Debug Logging'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_cron_url'] = 'Cron Job URL'; +$_['entry_cron_time'] = 'Cron Job Last Run'; +$_['entry_order_status_pending'] = 'Pending'; +$_['entry_order_status_processing'] = 'Processing'; + +// Help +$_['help_merchant_id'] = 'Your personal CardConnect account merchant ID.'; +$_['help_api_username'] = 'Your username to access the CardConnect API.'; +$_['help_api_password'] = 'Your password to access the CardConnect API.'; +$_['help_token'] = 'Enter a random token for security or use the one generated.'; +$_['help_transaction'] = 'Choose \'Payment\' to capture the payment immediately or \'Authorize\' to have to approve it.'; +$_['help_site'] = 'This determines the first part of the API URL. Only change if instructed.'; +$_['help_store_cards'] = 'Whether you want to store cards using tokenization.'; +$_['help_echeck'] = 'Whether you want to offer the ability to pay using an eCheck.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; +$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_cron_url'] = 'Set a cron job to call this URL so that the orders are auto-updated. It is designed to be ran a few hours after the last capture of a business day.'; +$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.'; +$_['help_order_status_pending'] = 'The order status when the order has to be authorized by the merchant.'; +$_['help_order_status_processing'] = 'The order status when the order is automatically captured.'; + +// Button +$_['button_inquire_all'] = 'Inquire All'; +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_void_all'] = 'Void All'; +$_['button_inquire'] = 'Inquire'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment CardConnect!'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_api_username'] = 'API Username Required!'; +$_['error_api_password'] = 'API Password Required!'; +$_['error_token'] = 'Secret Token Required!'; +$_['error_site'] = 'Site Required!'; +$_['error_amount_zero'] = 'Amount must be higher than zero!'; +$_['error_no_order'] = 'No matching order info!'; +$_['error_invalid_response'] = 'Invalid response received!'; +$_['error_data_missing'] = 'Missing data!'; +$_['error_not_enabled'] = 'Module not enabled!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/cardinity.php b/public/admin/language/en-gb/extension/payment/cardinity.php new file mode 100644 index 0000000..1ba0e0c --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/cardinity.php @@ -0,0 +1,52 @@ +<?php +// Heading +$_['heading_title'] = 'Cardinity'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Cardinity payment module!'; +$_['text_edit'] = 'Edit Cardinity'; +$_['text_cardinity'] = '<a href="http://cardinity.com/?crdp=opencart" target="_blank"><img src="view/image/payment/cardinity.png" alt="Cardinity" title="Cardinity" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_production'] = 'Production'; +$_['text_sandbox'] = 'Sandbox'; +$_['text_payment_info'] = 'Refund information'; +$_['text_no_refund'] = 'No refund history'; +$_['text_confirm_refund'] = 'Are you sure you want to refund'; +$_['text_na'] = 'N/A'; +$_['text_success_action'] = 'Success'; +$_['text_error_generic'] = 'Error: There was an error with your request. Please check the logs.'; + +// Column +$_['column_refund'] = 'Refund'; +$_['column_date'] = 'Date'; +$_['column_refund_history'] = 'Refund History'; +$_['column_action'] = 'Action'; +$_['column_status'] = 'Status'; +$_['column_amount'] = 'Amount'; +$_['column_description'] = 'Description'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_key'] = 'Key'; +$_['entry_secret'] = 'Secret'; +$_['entry_debug'] = 'Debug'; + +// Help +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Button +$_['button_refund'] = 'Refund'; + +// Error +$_['error_key'] = 'Key Required!'; +$_['error_secret'] = 'Secret Required!'; +$_['error_composer'] = 'Unable to load Cardinity SDK. Please download a compiled vendor folder or run composer.'; +$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!'; +$_['error_permission'] = 'Warning: You do not have permission to modify payment Cardinity!'; +$_['error_connection'] = 'There was a problem establishing a connection to the Cardinity API. Please check your Key and Secret settings.'; +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/cheque.php b/public/admin/language/en-gb/extension/payment/cheque.php new file mode 100644 index 0000000..29d060a --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/cheque.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Cheque / Money Order'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified cheque / money order account details!'; +$_['text_edit'] = 'Edit Cheque / Money Order'; + +// Entry +$_['entry_payable'] = 'Payable To'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment cheque / money order!'; +$_['error_payable'] = 'Payable To Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/cod.php b/public/admin/language/en-gb/extension/payment/cod.php new file mode 100644 index 0000000..aa56f34 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/cod.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Cash On Delivery'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Cash On Delivery payment module!'; +$_['text_edit'] = 'Edit Cash On Delivery'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Cash On Delivery!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/divido.php b/public/admin/language/en-gb/extension/payment/divido.php new file mode 100644 index 0000000..269e1c1 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/divido.php @@ -0,0 +1,42 @@ +<?php +// Heading +$_['heading_title'] = 'Divido'; + +// Text +$_['text_divido'] = '<a href="http://divido.com" target="_blank"><img src="view/image/payment/divido.png"></a>'; +$_['text_edit'] = 'Edit Divido'; +$_['text_extension'] = 'Extensions'; +$_['text_order_info'] = 'Divido info'; +$_['text_success'] = 'Success: You have modified the Divido module'; +$_['text_proposal_id'] = 'Proposal ID'; +$_['text_application_id'] = 'Application ID'; +$_['text_deposit_amount'] = 'Deposit amount'; + +// Entry +$_['entry_order_status'] = 'Order status when approved'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_status'] = 'Status'; +$_['entry_api_key'] = 'API-key'; +$_['entry_title'] = 'Title'; +$_['entry_productselection'] = 'Product selection'; +$_['entry_planselection'] = 'Show default plan'; +$_['entry_planlist'] = 'Plans'; +$_['entry_plans_options_all'] = 'Show all plans'; +$_['entry_plans_options_selected'] = 'Select default plans'; +$_['entry_products_options_all'] = 'All products'; +$_['entry_products_options_selected'] = 'Only selected products'; +$_['entry_products_options_threshold'] = 'All products above a defined price'; +$_['entry_price_threshold'] = 'Product price threshold'; +$_['entry_cart_threshold'] = 'Cart total threshold'; +$_['entry_threshold_list'] = 'Plan thresholds'; +$_['entry_category'] = 'Categories'; + +// Help +$_['help_api_key'] = 'Key that identifies you with Divido (obtained from Divido)'; +$_['help_status'] = 'Status of the payment method'; +$_['help_order_status'] = 'Status of the order when lender has approved'; +$_['help_title'] = 'Title of the payment option, shown in checkout'; +$_['help_planselection'] = 'Choose whether to manually select plans or show the default set'; +$_['help_productselection'] = 'Select what products are available on finance'; +$_['help_category'] = 'Limit what categories where financing is available'; +$_['help_cart_threshold'] = 'Hard lower limit on cart amount for Divido to be available';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/eway.php b/public/admin/language/en-gb/extension/payment/eway.php new file mode 100644 index 0000000..9680e3c --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/eway.php @@ -0,0 +1,173 @@ +<?php +// Heading +$_['heading_title'] = 'eWAY Payment'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified your eWAY details!'; +$_['text_edit'] = 'Edit eWAY'; +$_['text_eway'] = '<a target="_BLANK" href="http://www.eway.com.au/"><img src="view/image/payment/eway.png" alt="eWAY" title="eWAY" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorisation'] = 'Authorisation'; +$_['text_sale'] = 'Sale'; +$_['text_transparent'] = 'Transparent Redirect (payment form on site)'; +$_['text_iframe'] = 'IFrame (payment form in window)'; +$_['text_connect_eway'] = 'eWAY helps businesses to securely process all major credit cards, with built-in fraud prevention, 24/7 technical support and so much more. <a target="_blank" href="https://myeway.force.com/success/accelerator-signup?pid=4382&pa=0012000000ivcWf">Click Here</a>'; +$_['text_eway_image'] = '<a target="_blank" href="https://myeway.force.com/success/accelerator-signup?pid=4382&pa=0012000000ivcWf"><img src="view/image/payment/eway_connect.png" alt="eWAY" title="eWAY" class="img-fluid" /></a>'; + +// Entry +$_['entry_paymode'] = 'Payment Mode'; +$_['entry_test'] = 'Test mode'; +$_['entry_order_status'] = 'Order status'; +$_['entry_order_status_refund'] = 'Refunded order status'; +$_['entry_order_status_auth'] = 'Authorised order status'; +$_['entry_order_status_fraud'] = 'Suspected Fraud order status'; +$_['entry_status'] = 'Status'; +$_['entry_username'] = 'eWAY API Key'; +$_['entry_password'] = 'eWAY password'; +$_['entry_payment_type'] = 'Payment Type'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_transaction_method'] = 'Transaction Method'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify the eWAY payment module'; +$_['error_username'] = 'eWAY API Key is required!'; +$_['error_password'] = 'eWAY password is required!'; +$_['error_payment_type'] = 'At least one payment type is required!'; + +// Help hints +$_['help_testmode'] = 'Set to Yes to use the eWAY Sandbox.'; +$_['help_username'] = 'Your eWAY API Key from your MYeWAY account.'; +$_['help_password'] = 'Your eWAY API Password from your MYeWAY account.'; +$_['help_transaction_method'] = 'Authorisation is only available for Australian banks'; + +// Order page - payment tab +$_['text_payment_info'] = 'Payment information'; +$_['text_order_total'] = 'Total authorised'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_transactionid'] = 'eWAY Transaction ID'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_created'] = 'Created'; +$_['text_total_captured'] = 'Total captured'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_refund_status'] = 'Payment refunded'; +$_['text_total_refunded'] = 'Total refunded'; +$_['text_refund_success'] = 'Refund succeeded!'; +$_['text_capture_success'] = 'Capture succeeded!'; +$_['text_refund_failed'] = 'Refund failed: '; +$_['text_capture_failed'] = 'Capture failed: '; +$_['text_unknown_failure'] = 'Invalid order or amount'; + +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; + +$_['text_empty_refund'] = 'Please enter an amount to refund'; +$_['text_empty_capture'] = 'Please enter an amount to capture'; + +$_['btn_refund'] = 'Refund'; +$_['btn_capture'] = 'Capture'; + +// Validation Error codes +$_['text_card_message_V6000'] = 'Undefined Validation Error'; +$_['text_card_message_V6001'] = 'Invalid Customer IP'; +$_['text_card_message_V6002'] = 'Invalid DeviceID'; +$_['text_card_message_V6011'] = 'Invalid Amount'; +$_['text_card_message_V6012'] = 'Invalid Invoice Description'; +$_['text_card_message_V6013'] = 'Invalid Invoice Number'; +$_['text_card_message_V6014'] = 'Invalid Invoice Reference'; +$_['text_card_message_V6015'] = 'Invalid Currency Code'; +$_['text_card_message_V6016'] = 'Payment Required'; +$_['text_card_message_V6017'] = 'Payment Currency Code Required'; +$_['text_card_message_V6018'] = 'Unknown Payment Currency Code'; +$_['text_card_message_V6021'] = 'Cardholder Name Required'; +$_['text_card_message_V6022'] = 'Card Number Required'; +$_['text_card_message_V6023'] = 'CVN Required'; +$_['text_card_message_V6031'] = 'Invalid Card Number'; +$_['text_card_message_V6032'] = 'Invalid CVN'; +$_['text_card_message_V6033'] = 'Invalid Expiry Date'; +$_['text_card_message_V6034'] = 'Invalid Issue Number'; +$_['text_card_message_V6035'] = 'Invalid Start Date'; +$_['text_card_message_V6036'] = 'Invalid Month'; +$_['text_card_message_V6037'] = 'Invalid Year'; +$_['text_card_message_V6040'] = 'Invalid Token Customer Id'; +$_['text_card_message_V6041'] = 'Customer Required'; +$_['text_card_message_V6042'] = 'Customer First Name Required'; +$_['text_card_message_V6043'] = 'Customer Last Name Required'; +$_['text_card_message_V6044'] = 'Customer Country Code Required'; +$_['text_card_message_V6045'] = 'Customer Title Required'; +$_['text_card_message_V6046'] = 'Token Customer ID Required'; +$_['text_card_message_V6047'] = 'RedirectURL Required'; +$_['text_card_message_V6051'] = 'Invalid First Name'; +$_['text_card_message_V6052'] = 'Invalid Last Name'; +$_['text_card_message_V6053'] = 'Invalid Country Code'; +$_['text_card_message_V6054'] = 'Invalid Email'; +$_['text_card_message_V6055'] = 'Invalid Phone'; +$_['text_card_message_V6056'] = 'Invalid Mobile'; +$_['text_card_message_V6057'] = 'Invalid Fax'; +$_['text_card_message_V6058'] = 'Invalid Title'; +$_['text_card_message_V6059'] = 'Redirect URL Invalid'; +$_['text_card_message_V6060'] = 'Redirect URL Invalid'; +$_['text_card_message_V6061'] = 'Invalid Reference'; +$_['text_card_message_V6062'] = 'Invalid Company Name'; +$_['text_card_message_V6063'] = 'Invalid Job Description'; +$_['text_card_message_V6064'] = 'Invalid Street1'; +$_['text_card_message_V6065'] = 'Invalid Street2'; +$_['text_card_message_V6066'] = 'Invalid City'; +$_['text_card_message_V6067'] = 'Invalid State'; +$_['text_card_message_V6068'] = 'Invalid Postalcode'; +$_['text_card_message_V6069'] = 'Invalid Email'; +$_['text_card_message_V6070'] = 'Invalid Phone'; +$_['text_card_message_V6071'] = 'Invalid Mobile'; +$_['text_card_message_V6072'] = 'Invalid Comments'; +$_['text_card_message_V6073'] = 'Invalid Fax'; +$_['text_card_message_V6074'] = 'Invalid Url'; +$_['text_card_message_V6075'] = 'Invalid Shipping Address First Name'; +$_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name'; +$_['text_card_message_V6077'] = 'Invalid Shipping Address Street1'; +$_['text_card_message_V6078'] = 'Invalid Shipping Address Street2'; +$_['text_card_message_V6079'] = 'Invalid Shipping Address City'; +$_['text_card_message_V6080'] = 'Invalid Shipping Address State'; +$_['text_card_message_V6081'] = 'Invalid Shipping Address PostalCode'; +$_['text_card_message_V6082'] = 'Invalid Shipping Address Email'; +$_['text_card_message_V6083'] = 'Invalid Shipping Address Phone'; +$_['text_card_message_V6084'] = 'Invalid Shipping Address Country'; +$_['text_card_message_V6091'] = 'Unknown Country Code'; +$_['text_card_message_V6100'] = 'Invalid Card Name'; +$_['text_card_message_V6101'] = 'Invalid Card Expiry Month'; +$_['text_card_message_V6102'] = 'Invalid Card Expiry Year'; +$_['text_card_message_V6103'] = 'Invalid Card Start Month'; +$_['text_card_message_V6104'] = 'Invalid Card Start Year'; +$_['text_card_message_V6105'] = 'Invalid Card Issue Number'; +$_['text_card_message_V6106'] = 'Invalid Card CVN'; +$_['text_card_message_V6107'] = 'Invalid AccessCode'; +$_['text_card_message_V6108'] = 'Invalid CustomerHostAddress'; +$_['text_card_message_V6109'] = 'Invalid UserAgent'; +$_['text_card_message_V6110'] = 'Invalid Card Number'; +$_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified'; +$_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month'; +$_['text_card_message_V6113'] = 'Invalid transaction for refund'; +$_['text_card_message_V6114'] = 'Gateway validation error'; +$_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID'; +$_['text_card_message_V6116'] = 'Invalid card data on original TransactionID'; +$_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field'; +$_['text_card_message_V6125'] = 'Selected Payment Type not enabled'; +$_['text_card_message_V6126'] = 'Invalid encrypted card number, decryption failed'; +$_['text_card_message_V6127'] = 'Invalid encrypted cvn, decryption failed'; +$_['text_card_message_V6128'] = 'Invalid Method for Payment Type'; +$_['text_card_message_V6129'] = 'Transaction has not been authorised for Capture/Cancellation'; +$_['text_card_message_V6130'] = 'Generic customer information error'; +$_['text_card_message_V6131'] = 'Generic shipping information error'; +$_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted'; +$_['text_card_message_V6133'] = 'Checkout not available for Payment Type'; +$_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void'; +$_['text_card_message_V6135'] = 'PayPal Error Processing Refund'; +$_['text_card_message_V6140'] = 'Merchant account is suspended'; +$_['text_card_message_V6141'] = 'Invalid PayPal account details or API signature'; +$_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch'; +$_['text_card_message_V6150'] = 'Invalid Refund Amount'; +$_['text_card_message_V6151'] = 'Refund amount greater than original transaction'; +$_['text_card_message_D4406'] = 'Unknown error'; +$_['text_card_message_S5010'] = 'Unknown error';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/firstdata.php b/public/admin/language/en-gb/extension/payment/firstdata.php new file mode 100644 index 0000000..69b8d15 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/firstdata.php @@ -0,0 +1,79 @@ +<?php +// Heading +$_['heading_title'] = 'First Data EMEA Connect (3DSecure enabled)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified First Data account details!'; +$_['text_edit'] = 'Edit First Data EMEA Connect (3DSecure enabled)'; +$_['text_notification_url'] = 'Notification URL'; +$_['text_live'] = 'Live'; +$_['text_demo'] = 'Demo'; +$_['text_enabled'] = 'Enabled'; +$_['text_merchant_id'] = 'Store ID'; +$_['text_secret'] = 'Shared secret'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Sale'; +$_['text_settle_delayed'] = 'Pre auth'; +$_['text_success_void'] = 'Transaction has been voided'; +$_['text_success_capture'] = 'Transaction has been captured'; +$_['text_firstdata'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; + +// Entry +$_['entry_merchant_id'] = 'Store ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_live_demo'] = 'Live / Demo'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_card_select'] = 'Select card'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_live_url'] = 'Live connection URL'; +$_['entry_demo_url'] = 'Demo connection URL'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_void'] = 'Voided'; +$_['entry_enable_card_store'] = 'Enable card storage tokens'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; + +// Tab +$_['tab_account'] = 'API info'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; +$_['tab_advanced'] = 'Advanced'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Store ID is required'; +$_['error_secret'] = 'Shared secret is required'; +$_['error_live_url'] = 'Live URL is required'; +$_['error_demo_url'] = 'Demo URL is required'; +$_['error_data_missing'] = 'Data missing'; +$_['error_void_error'] = 'Unable to void transaction'; +$_['error_capture_error'] = 'Unable to capture transaction';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/firstdata_remote.php b/public/admin/language/en-gb/extension/payment/firstdata_remote.php new file mode 100644 index 0000000..e9dd114 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/firstdata_remote.php @@ -0,0 +1,89 @@ +<?php +// Heading +$_['heading_title'] = 'First Data EMEA Web Service API'; + +// Text +$_['text_firstdata_remote'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />'; +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified First Data account details!'; +$_['text_edit'] = 'Edit First Data EMEA Web Service API'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_merchant_id'] = 'Store ID'; +$_['text_subaccount'] = 'Subaccount'; +$_['text_user_id'] = 'User ID'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_refund_ok'] = 'Refund was successful'; +$_['text_refund_ok_order'] = 'Refund was successful, order status updated to refunded'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Sale'; +$_['text_settle_delayed'] = 'Pre auth'; +$_['text_mastercard'] = 'Mastercard'; +$_['text_visa'] = 'Visa'; +$_['text_diners'] = 'Diners'; +$_['text_amex'] = 'American Express'; +$_['text_maestro'] = 'Maestro'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_refund_status'] = 'Payment refunded'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; + +// Entry +$_['entry_certificate_path'] = 'Certificate path'; +$_['entry_certificate_key_path'] = 'Private key path'; +$_['entry_certificate_key_pw'] = 'Private key password'; +$_['entry_certificate_ca_path'] = 'CA path'; +$_['entry_merchant_id'] = 'Store ID'; +$_['entry_user_id'] = 'User ID'; +$_['entry_password'] = 'Password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_refund'] = 'Refunded'; +$_['entry_enable_card_store'] = 'Enable card storage tokens'; +$_['entry_cards_accepted'] = 'Card types accepted'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_certificate'] = 'Certificates and private keys should be stored outside of your public web folders'; +$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise .'; +$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; + +// Tab +$_['tab_account'] = 'API info'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Store ID is required'; +$_['error_user_id'] = 'User ID is required'; +$_['error_password'] = 'Password is required'; +$_['error_certificate'] = 'Certificate path is required'; +$_['error_key'] = 'Certificate key is required'; +$_['error_key_pw'] = 'Certificate key password is required'; +$_['error_ca'] = 'Certificate Authority (CA) is required';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/free_checkout.php b/public/admin/language/en-gb/extension/payment/free_checkout.php new file mode 100644 index 0000000..b9cac81 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/free_checkout.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'Free Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Free Checkout payment module!'; +$_['text_edit'] = 'Edit Free Checkout'; + +// Entry +$_['entry_order_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Free Checkout!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/g2apay.php b/public/admin/language/en-gb/extension/payment/g2apay.php new file mode 100644 index 0000000..fc5e636 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/g2apay.php @@ -0,0 +1,62 @@ +<?php +// Heading +$_['heading_title'] = 'G2APay'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified the G2APay details.'; +$_['text_edit'] = 'Edit G2APay'; +$_['text_g2apay'] = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_payment_info'] = 'Payment information'; +$_['text_refund_status'] = 'Payment refund'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Added'; +$_['text_refund_ok'] = 'Refund was successfully requested'; +$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_secret'] = 'Secret'; +$_['entry_api_hash'] = 'API Hash'; +$_['entry_environment'] = 'Environment'; +$_['entry_secret_token'] = 'Secret Token'; +$_['entry_ipn_url'] = 'IPN URL:'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_complete_status'] = 'Complete Status:'; +$_['entry_rejected_status'] = 'Rejected Status:'; +$_['entry_cancelled_status'] = 'Canceled Status:'; +$_['entry_pending_status'] = 'Pending Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; + +// Help +$_['help_username'] = 'The email address used for your account'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify G2APay!'; +$_['error_email'] = 'E-Mail Required!'; +$_['error_secret'] = 'Secret Required!'; +$_['error_api_hash'] = 'API Hash Required!'; +$_['entry_status'] = 'Status'; + +//Button +$_['btn_refund'] = 'refund'; + +$_['g2apay_environment_live'] = 'Live'; +$_['g2apay_environment_test'] = 'Test';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/globalpay.php b/public/admin/language/en-gb/extension/payment/globalpay.php new file mode 100644 index 0000000..7732f84 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/globalpay.php @@ -0,0 +1,98 @@ +<?php +// Heading +$_['heading_title'] = 'Globalpay Redirect'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Globalpay account details!'; +$_['text_edit'] = 'Edit Globalpay Redirect'; +$_['text_live'] = 'Live'; +$_['text_demo'] = 'Demo'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Subaccount'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_url_message'] = 'You must supply the store URL to your Globalpay account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_globalpay'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_live_demo'] = 'Live / Demo'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_card_select'] = 'Select card'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_live_url'] = 'Live connection URL'; +$_['entry_demo_url'] = 'Demo connection URL'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; +$_['entry_notification_url'] = 'Notification URL'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose their card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; +$_['tab_advanced'] = 'Advanced'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required'; +$_['error_live_url'] = 'Live URL is required'; +$_['error_demo_url'] = 'Demo URL is required'; +$_['error_data_missing'] = 'Data missing'; +$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/globalpay_remote.php b/public/admin/language/en-gb/extension/payment/globalpay_remote.php new file mode 100644 index 0000000..4f12e90 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/globalpay_remote.php @@ -0,0 +1,92 @@ +<?php +// Heading +$_['heading_title'] = 'Globalpay Remote'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Globalpay account details!'; +$_['text_edit'] = 'Edit Globalpay Remote'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Sub Account'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_ip_message'] = 'You must supply your server IP address to your Globalpay account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_globalpay_remote'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>'; + +// Column +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_card_data_status'] = 'Card info logging'; +$_['entry_3d'] = 'Enable 3D secure'; +$_['entry_liability_shift'] = 'Accept non-liability shifting scenarios'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; +$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_payment'] = 'Payment Settings'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/klarna_account.php b/public/admin/language/en-gb/extension/payment/klarna_account.php new file mode 100644 index 0000000..24224ac --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/klarna_account.php @@ -0,0 +1,39 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Account'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna Payment module!'; +$_['text_edit'] = 'Edit Klarna Account'; +$_['text_klarna_account'] = '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Account" title="Klarna Account" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_beta'] = 'Beta'; +$_['text_sweden'] = 'Sweden'; +$_['text_norway'] = 'Norway'; +$_['text_finland'] = 'Finland'; +$_['text_denmark'] = 'Denmark'; +$_['text_germany'] = 'Germany'; +$_['text_netherlands'] = 'The Netherlands'; + +// Entry +$_['entry_merchant'] = 'Klarna Merchant ID'; +$_['entry_secret'] = 'Klarna Secret'; +$_['entry_server'] = 'Server'; +$_['entry_total'] = 'Total'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_accepted_status'] = 'Accepted Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_merchant'] = '(estore id) to use for the Klarna service (provided by Klarna).'; +$_['help_secret'] = 'Shared secret to use with the Klarna service (provided by Klarna).'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Klarna Part Payment!'; +$_['error_pclass'] = 'Could not retrieve pClass for %s. Error Code: %s; Error Message: %s'; +$_['error_curl'] = 'Curl Error - Code: %d; Message: %s'; +$_['error_log'] = 'There were errors updating the module. Please check the log file.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/klarna_checkout.php b/public/admin/language/en-gb/extension/payment/klarna_checkout.php new file mode 100644 index 0000000..29df493 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/klarna_checkout.php @@ -0,0 +1,178 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna Checkout account details!'; +$_['text_edit'] = 'Edit Klarna Checkout'; +$_['text_live'] = 'Live'; +$_['text_test'] = 'Test'; +$_['text_payment_info'] = 'Payment information'; +$_['text_na'] = 'N/A'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel this transaction?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture'; +$_['text_confirm_refund'] = 'Are you sure you want to refund'; +$_['text_confirm_extend_authorization'] = 'Are you sure you want to extend the authorization?'; +$_['text_confirm_release_authorization'] = 'Are you sure you want to release the remaining authorization?'; +$_['text_confirm_merchant_reference'] = 'Are you sure you want to update merchant reference 1?'; +$_['text_confirm_shipping_info'] = 'Are you sure you want to save shipping information?'; +$_['text_confirm_billing_address'] = 'Are you sure you want to update the billing address?'; +$_['text_confirm_shipping_address'] = 'Are you sure you want to extend the shipping address?'; +$_['text_confirm_trigger_send_out'] = 'Are you sure you want to trigger a new send out?'; +$_['text_confirm_settlement'] = 'Are you sure you want to process settlement files?'; +$_['text_no_capture'] = 'No captures'; +$_['text_no_refund'] = 'No refunds'; +$_['text_success_action'] = 'Success'; +$_['text_error_generic'] = 'Error: There was an error with your request.'; +$_['text_capture_shipping_info_title'] = 'Capture %d - Shipping Info'; +$_['text_capture_billing_address_title'] = 'Capture %d - Billing Address'; +$_['text_new_capture_title'] = 'New Capture'; +$_['text_new_refund_title'] = 'New Refund'; +$_['text_downloading_settlement'] = 'Downloading settlement files...'; +$_['text_processing_orders'] = 'Processing orders...'; +$_['text_processing_order'] = 'Processing order'; +$_['text_no_files'] = 'No files to download.'; +$_['text_version'] = '1.2'; + +// Column +$_['column_order_id'] = 'Order ID'; +$_['column_capture_id'] = 'Capture ID'; +$_['column_reference'] = 'Klarna Reference'; +$_['column_status'] = 'Status'; +$_['column_merchant_reference_1'] = 'Merchant Reference 1'; +$_['column_customer_details'] = 'Customer Details'; +$_['column_billing_address'] = 'Billing Details'; +$_['column_shipping_address'] = 'Shipping Details'; +$_['column_order_lines'] = 'Item Details'; +$_['column_amount'] = 'Amount'; +$_['column_authorization_remaining'] = 'Authorization Remaining'; +$_['column_authorization_expiry'] = 'Authorization Expiry Date'; +$_['column_item_reference'] = 'Reference'; +$_['column_type'] = 'Type'; +$_['column_quantity'] = 'Quantity'; +$_['column_quantity_unit'] = 'Quantity Unit'; +$_['column_name'] = 'Name'; +$_['column_total_amount'] = 'Total Amount'; +$_['column_unit_price'] = 'Unit Price'; +$_['column_total_discount_amount'] = 'Total Discount Amount'; +$_['column_tax_rate'] = 'Tax Rate'; +$_['column_total_tax_amount'] = 'Total Tax Amount'; +$_['column_action'] = 'Action'; +$_['column_cancel'] = 'Cancel'; +$_['column_capture'] = 'Captures'; +$_['column_refund'] = 'Refunds'; +$_['column_date'] = 'Date'; +$_['column_title'] = 'Title'; +$_['column_given_name'] = 'Given Name'; +$_['column_family_name'] = 'Family Name'; +$_['column_street_address'] = 'Street Address'; +$_['column_street_address2'] = 'Street Address 2'; +$_['column_city'] = 'City'; +$_['column_postal_code'] = 'Postal Code'; +$_['column_region'] = 'Region'; +$_['column_country'] = 'Country'; +$_['column_email'] = 'Email'; +$_['column_phone'] = 'Phone'; +$_['column_action'] = 'Action'; +$_['column_shipping_info'] = 'Shipping Info'; +$_['column_shipping_company'] = 'Shipping Company'; +$_['column_shipping_method'] = 'Shipping Method'; +$_['column_tracking_number'] = 'Tracking Number'; +$_['column_tracking_uri'] = 'Tracking URI'; +$_['column_return_shipping_company'] = 'Return Shipping Company'; +$_['column_return_tracking_number'] = 'Return Tracking Number'; +$_['column_return_tracking_uri'] = 'Return Tracking URI'; + +// Entry +$_['entry_debug'] = 'Debug Logging'; +$_['entry_colour_button'] = 'Button Background Colour'; +$_['entry_colour_button_text'] = 'Button Text Colour'; +$_['entry_colour_checkbox'] = 'Checkbox Background Colour'; +$_['entry_colour_checkbox_checkmark'] = 'Checkbox Tick Colour'; +$_['entry_colour_header'] = 'Heading Text Colour'; +$_['entry_colour_link'] = 'Link Text Colour'; +$_['entry_separate_shipping_address'] = 'Allow Separate Shipping Address'; +$_['entry_dob_mandatory'] = 'Date Of Birth Mandatory (UK stores only)'; +$_['entry_title_mandatory'] = 'Title Mandatory (UK stores only)'; +$_['entry_additional_text_box'] = 'Allow Newsletter Signup'; + +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_order_status_authorised'] = 'Authorized'; +$_['entry_order_status_part_captured'] = 'Part Captured'; +$_['entry_order_status_captured'] = 'Captured'; +$_['entry_order_status_cancelled'] = 'Cancelled'; +$_['entry_order_status_refund'] = 'Full Refund'; +$_['entry_order_status_fraud_rejected'] = 'Fraud - Rejected'; +$_['entry_order_status_fraud_pending'] = 'Fraud - Pending Decision'; +$_['entry_order_status_fraud_accepted'] = 'Fraud - Accepted'; +$_['entry_status'] = 'Status'; +$_['entry_terms'] = 'Terms & Conditions'; +$_['entry_locale'] = 'Locale'; +$_['entry_currency'] = 'Currency'; +$_['entry_merchant_id'] = 'Merchant ID (MID)'; +$_['entry_secret'] = 'Shared Secret'; +$_['entry_environment'] = 'Environment (Live/Test)'; +$_['entry_country'] = 'Country'; +$_['entry_shipping'] = 'Shipping Countries'; +$_['entry_api'] = 'API Location'; +$_['entry_shipping_company'] = 'Shipping Company'; +$_['entry_shipping_method'] = 'Shipping Method'; +$_['entry_tracking_number'] = 'Tracking Number'; +$_['entry_tracking_uri'] = 'Tracking URI'; +$_['entry_return_shipping_company'] = 'Return Shipping Company'; +$_['entry_return_tracking_number'] = 'Return Tracking Number'; +$_['entry_return_tracking_uri'] = 'Return Tracking URI'; +$_['entry_sftp_username'] = 'SFTP Username'; +$_['entry_sftp_password'] = 'SFTP Password'; +$_['entry_process_settlement'] = 'Process Settlement Files'; +$_['entry_settlement_order_status'] = 'Order Status'; +$_['entry_version'] = 'Extension Version'; + +// Help +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_separate_shipping_address'] = 'If yes, the consumer can enter different billing and shipping addresses.'; +$_['help_dob_mandatory'] = 'If yes, the consumer cannot skip date of birth.'; +$_['help_title_mandatory'] = 'If specified to no, title becomes optional in countries that by default require title.'; +$_['help_additional_text_box'] = 'Allows newsletter signup within the iFrame for logged in users.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_locale'] = 'Locale code for each account. Two-letter language code combined with two-letter country code according to RFC 1766. (e.g. en-gb for British English or sv-se for Swedish)'; +$_['help_api'] = 'For Europe users, Klarna Checkout doesn\'t provide the customer region. This means that region specific shipping options will not work (Country specific shipping is fine)'; +$_['help_sftp_username'] = 'SFTP username provided by your account manager'; +$_['help_sftp_password'] = 'SFTP password provided by your account manager'; +$_['help_settlement_order_status'] = 'Order status that processed settlement orders will change to.'; +$_['help_shipping'] = 'All countries within this geo zone will be available to select in the Klarna iFrame.'; + +// Button +$_['button_account_remove'] = 'Remove Account'; +$_['button_account_add'] = 'Add Account'; +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_extend_authorization'] = 'Extend'; +$_['button_release_authorization'] = 'Release'; +$_['button_update'] = 'Update'; +$_['button_add_shipping_info'] = 'Add Shipping Info'; +$_['button_trigger_send_out'] = 'Trigger New Send Out'; +$_['button_edit_shipping_info'] = 'Edit Shipping Info'; +$_['button_edit_billing_address'] = 'Edit Billing Address'; +$_['button_new_capture'] = 'New Capture'; +$_['button_new_refund'] = 'New Refund'; +$_['button_process_settlement'] = 'Process Settlement Files'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!'; +$_['error_ssl'] = 'You must enable "Use SSL" in the store settings and have an SSL certificate installed!'; +$_['error_account_minimum'] = 'Please add at least one account.'; +$_['error_locale'] = 'Please enter a valid locale.'; +$_['error_account_currency'] = 'Account list contains one or more duplicate currencies.'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_secret'] = 'Shared Secret Required!'; +$_['error_tax_warning'] = 'Warning: Some of your products use a Payment Address based Tax Class. Klarna Checkout will not work when any of these are placed in the cart.'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_order_status'] = 'Order Statuses'; +$_['tab_account'] = 'Accounts'; +$_['tab_settlement'] = 'Settlement';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/klarna_invoice.php b/public/admin/language/en-gb/extension/payment/klarna_invoice.php new file mode 100644 index 0000000..fbc4c58 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/klarna_invoice.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Invoice'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna Payment module!'; +$_['text_edit'] = 'Edit Klarna Invoice'; +$_['text_klarna_invoice'] = '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Invoice" title="Klarna Invoice" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_beta'] = 'Beta'; +$_['text_sweden'] = 'Sweden'; +$_['text_norway'] = 'Norway'; +$_['text_finland'] = 'Finland'; +$_['text_denmark'] = 'Denmark'; +$_['text_germany'] = 'Germany'; +$_['text_netherlands'] = 'The Netherlands'; + +// Entry +$_['entry_merchant'] = 'Klarna Merchant ID'; +$_['entry_secret'] = 'Klarna Secret'; +$_['entry_server'] = 'Server'; +$_['entry_total'] = 'Total'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_accepted_status'] = 'Accepted Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_merchant'] = '(estore id) to use for the Klarna service (provided by Klarna).'; +$_['help_secret'] = 'Shared secret to use with the Klarna service (provided by Klarna).'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Klarna Part Payment!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/laybuy.php b/public/admin/language/en-gb/extension/payment/laybuy.php new file mode 100644 index 0000000..c37ed0c --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/laybuy.php @@ -0,0 +1,136 @@ +<?php +// Heading +$_['heading_title'] = 'Lay-Buy'; +$_['heading_transaction_title'] = 'Transaction'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_reports'] = 'Reports'; +$_['tab_reference'] = 'Reference Information'; +$_['tab_customer'] = 'Customer Information'; +$_['tab_payment'] = 'Payment Plan'; +$_['tab_modify'] = 'Modify Plan'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Lay-Buy payment module!'; +$_['text_edit'] = 'Edit Lay-Buy'; +$_['text_laybuy'] = '<a href="https://www.lay-buys.com" target="_blank"><img src="view/image/payment/laybuys.png" style="width:94px;height:25px" alt="Lay-Buys" title="Lay-Buys"></a>'; +$_['text_cancel_success'] = 'Transaction was canceled successfully.'; +$_['text_cancel_failure'] = 'Cancel request was unsuccessful. Please try again!'; +$_['text_revise_success'] = 'Revise request was successful.'; +$_['text_revise_failure'] = 'Revise request was unsuccessful. Please try again!'; +$_['text_type_laybuy'] = 'Lay-Buy'; +$_['text_type_buynow'] = 'Buy-Now'; +$_['text_status_1'] = 'Pending'; +$_['text_status_5'] = 'Completed'; +$_['text_status_7'] = 'Canceled'; +$_['text_status_50'] = 'Revise Requested'; +$_['text_status_51'] = 'Revised'; +$_['text_fetched_some'] = 'Successfully updated %d transaction(s)'; +$_['text_fetched_none'] = 'There are no transactions to update.'; +$_['text_transaction_details'] = 'Transaction Details'; +$_['text_not_found'] = 'There is no transaction with that ID.'; +$_['text_paypal_profile_id'] = 'PayPal Profile ID'; +$_['text_laybuy_ref_no'] = 'Lay-Buy Reference ID'; +$_['text_order_id'] = 'Order ID'; +$_['text_status'] = 'Status'; +$_['text_amount'] = 'Amount'; +$_['text_downpayment_percent'] = 'Down Payment Percent'; +$_['text_month'] = 'Month'; +$_['text_months'] = 'Months'; +$_['text_downpayment_amount'] = 'Down Payment Amount'; +$_['text_payment_amounts'] = 'Payment Amounts'; +$_['text_first_payment_due'] = 'First Payment Due'; +$_['text_last_payment_due'] = 'Last Payment Due'; +$_['text_instalment'] = 'Instalment'; +$_['text_date'] = 'Date'; +$_['text_pp_trans_id'] = 'PayPal Transaction ID'; +$_['text_downpayment'] = 'Down Payment'; +$_['text_report'] = 'Payment Record'; +$_['text_revise_plan'] = 'Revise Plan'; +$_['text_today'] = 'Today'; +$_['text_due_date'] = 'Due Date'; +$_['text_cancel_plan'] = 'Cancel Plan'; +$_['text_firstname'] = 'First Name'; +$_['text_lastname'] = 'Last Name'; +$_['text_email'] = 'E-Mail'; +$_['text_address'] = 'Address'; +$_['text_suburb'] = 'Suburb'; +$_['text_state'] = 'State'; +$_['text_country'] = 'Country'; +$_['text_postcode'] = 'Postcode'; +$_['text_payment_info'] = 'Payment Information'; +$_['text_no_cron_time'] = 'The cron has not yet been executed'; +$_['text_comment'] = 'Updated by Lay-Buy'; +$_['text_comment_canceled'] = 'Order canceled and recurring PayPal Profile #%s canceled.'; +$_['text_remaining'] = 'Remaining:'; +$_['text_payment'] = 'Payment'; + +// Column +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_amount'] = 'Amount'; +$_['column_dp_percent'] = 'Down Payment Percent'; +$_['column_months'] = 'Months'; +$_['column_dp_amount'] = 'Down Payment Amount'; +$_['column_first_payment'] = 'First Payment Due'; +$_['column_last_payment'] = 'Last Payment Due'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_membership_id'] = 'Lay-Buys Membership ID'; +$_['entry_token'] = 'Secret Token'; +$_['entry_minimum'] = 'Minimum Down Payment (%)'; +$_['entry_maximum'] = 'Maximum Down Payment (%)'; +$_['entry_max_months'] = 'Months'; +$_['entry_category'] = 'Allowed Categories'; +$_['entry_product_ids'] = 'Excluded Product IDs'; +$_['entry_customer_group'] = 'Allowed Customer Groups'; +$_['entry_logging'] = 'Debug Logging'; +$_['entry_total'] = 'Total'; +$_['entry_order_status_pending'] = 'Order Status (Pending)'; +$_['entry_order_status_canceled'] = 'Order Status (Canceled)'; +$_['entry_order_status_processing'] = 'Order Status (Processing)'; +$_['entry_gateway_url'] = 'Gateway URL'; +$_['entry_api_url'] = 'API URL'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_cron_url'] = 'Cron Job URL'; +$_['entry_cron_time'] = 'Cron Job Last Run'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_customer'] = 'Customer'; +$_['entry_dp_percent'] = 'Down Payment Percent'; +$_['entry_months'] = 'Months'; +$_['entry_date_added'] = 'Date Added'; + +// Help +$_['help_membership_id'] = 'Your personal Lay-Buy account membership number. (attained when you register a merchant account at https://www.lay-buys.com/index.php/vtmob/login)'; +$_['help_token'] = 'Enter a random token for security or use the one generated.'; +$_['help_minimum'] = 'Minimum Deposit Amount.'; +$_['help_maximum'] = 'Maximum Deposit Amount.'; +$_['help_months'] = 'Maximum Number of Months to pay Balance.'; +$_['help_category'] = 'Select for which categories the payment option will be available. Leave blank if no restriction.'; +$_['help_product_ids'] = 'Add product IDs separated by comma(,) for which the method will not be available.'; +$_['help_customer_group'] = 'The customer must be in these customer groups before this payment method becomes active. Leave blank if there is no restriction.'; +$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; +$_['help_order_status_pending'] = 'The order status after the customer\'s order has been placed.'; +$_['help_order_status_canceled'] = 'The order status after the customer\'s order is canceled.'; +$_['help_order_status_processing'] = 'The order status after the customer\'s order is paid.'; +$_['help_cron_url'] = 'Set a cron job to call this URL so that the reports are auto fetched.'; +$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Lay-buy!'; +$_['error_membership_id'] = 'Lay-Buys Membership ID Required!'; +$_['error_token'] = 'Lay-Buy Secret Token Required!'; +$_['error_min_deposit'] = 'Cannot exceed the Maximum Down Payment amount!'; + +// Button +$_['button_fetch'] = 'Fetch'; +$_['button_revise_plan'] = 'Revise Plan'; +$_['button_cancel_plan'] = 'Cancel Plan';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/liqpay.php b/public/admin/language/en-gb/extension/payment/liqpay.php new file mode 100644 index 0000000..a265bbc --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/liqpay.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'LIQPAY'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified LIQPAY account details!'; +$_['text_edit'] = 'Edit LIQPAY'; +$_['text_pay'] = 'LIQPAY'; +$_['text_card'] = 'Credit Card'; +$_['text_liqpay'] = '<img src="view/image/payment/liqpay.png" alt="LIQPAY" title="LIQPAY" style="border: 1px solid #EEEEEE;" />'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_signature'] = 'Signature'; +$_['entry_type'] = 'Type'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment LIQPAY!'; +$_['error_merchant'] = 'Merchant ID Required!'; +$_['error_signature'] = 'Signature Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/nochex.php b/public/admin/language/en-gb/extension/payment/nochex.php new file mode 100644 index 0000000..832207c --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/nochex.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'NOCHEX'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified NOCHEX account details!'; +$_['text_edit'] = 'Edit NOCHEX'; +$_['text_nochex'] = '<a href="https://secure.nochex.com/apply/merchant_info.aspx?partner_id=172198798" target="_blank"><img src="view/image/payment/nochex.png" alt="NOCHEX" title="NOCHEX" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_seller'] = 'Seller / Personal Account'; +$_['text_merchant'] = 'Merchant Account'; + +// Entry +$_['entry_email'] = 'E-Mail'; +$_['entry_account'] = 'Account Type'; +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_template'] = 'Pass Template'; +$_['entry_test'] = 'Test'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment NOCHEX!'; +$_['error_email'] = 'E-Mail Required!'; +$_['error_merchant'] = 'Merchant ID Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/paymate.php b/public/admin/language/en-gb/extension/payment/paymate.php new file mode 100644 index 0000000..941e018 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/paymate.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Paymate'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Paymate account details!'; +$_['text_edit'] = 'Edit Paymate'; +$_['text_paymate'] = '<img src="view/image/payment/paymate.png" alt="Paymate" title="Paymate" style="border: 1px solid #EEEEEE;" />'; + +// Entry +$_['entry_username'] = 'Paymate Username'; +$_['entry_password'] = 'Password'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_password'] = 'Just use some random password. This will be used to make sure the payment information is not interfered with after being sent to the payment gateway.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Paymate!'; +$_['error_username'] = 'Paymate Username required!'; +$_['error_password'] = 'Password required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/paypoint.php b/public/admin/language/en-gb/extension/payment/paypoint.php new file mode 100644 index 0000000..7e2e27b --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/paypoint.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'PayPoint'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPoint account details!'; +$_['text_edit'] = 'Edit PayPoint'; +$_['text_paypoint'] = '<a href="https://www.paypoint.net/partners/opencart" target="_blank"><img src="view/image/payment/paypoint.png" alt="PayPoint" title="PayPoint" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Production'; +$_['text_successful'] = 'Always Successful'; +$_['text_fail'] = 'Always Fail'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_password'] = 'Remote Password'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_password'] = 'Leave empty if you do not have "Digest Key Authentication" enabled on your account.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPoint!'; +$_['error_merchant'] = 'Merchant ID Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/payza.php b/public/admin/language/en-gb/extension/payment/payza.php new file mode 100644 index 0000000..5d0387b --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/payza.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Payza'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Payza account details!'; +$_['text_edit'] = 'Edit Payza'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_security'] = 'Security Code'; +$_['entry_callback'] = 'Alert URL'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_callback'] = 'This has to be set in the Payza control panel. You will also need to check the "IPN Status" to enabled.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Payza!'; +$_['error_merchant'] = 'Merchant ID Required!'; +$_['error_security'] = 'Security Code Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/perpetual_payments.php b/public/admin/language/en-gb/extension/payment/perpetual_payments.php new file mode 100644 index 0000000..0327062 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/perpetual_payments.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Perpetual Payments'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Perpetual Payments account details!'; +$_['text_edit'] = 'Edit Perpetual Payments'; + +// Entry +$_['entry_auth_id'] = 'Authorization ID'; +$_['entry_auth_pass'] = 'Authorization Password'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Perpetual Payments!'; +$_['error_auth_id'] = 'Authorization ID Required!'; +$_['error_auth_pass'] = 'Authorization Password Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pilibaba.php b/public/admin/language/en-gb/extension/payment/pilibaba.php new file mode 100644 index 0000000..51051c6 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pilibaba.php @@ -0,0 +1,79 @@ +<?php +// Heading +$_['heading_title'] = 'Pilibaba for Chinese Checkout'; + +// Tab +$_['tab_register'] = 'Register'; +$_['tab_settings'] = 'Settings'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Pilibaba payment module!'; +$_['text_edit'] = 'Edit Pilibaba'; +$_['text_pilibaba'] = '<a href="http://www.pilibaba.com" target="_blank"><img src="view/image/payment/pilibaba.png" alt="Pilibaba" title="Pilibaba"></a>'; +$_['text_live'] = 'Live'; +$_['text_test'] = 'Test'; +$_['text_payment_info'] = 'Payment Info'; +$_['text_order_id'] = 'Order ID'; +$_['text_amount'] = 'Amount'; +$_['text_fee'] = 'Fee'; +$_['text_date_added'] = 'Date Added'; +$_['text_tracking'] = 'Tracking'; +$_['text_barcode'] = 'Barcode'; +$_['text_barcode_info'] = '(Print out this unique barcode and stick it on the surface of the parcel)'; +$_['text_confirm'] = 'Are you sure you want to update the tracking number?'; +$_['text_register_success'] = 'You have successfully registered. You should receive an email shortly.'; +$_['text_tracking_success'] = 'The tracking number was successfully updated.'; +$_['text_other'] = 'Other'; +$_['text_email'] = 'The registered email address for your Pilibaba account is %s'; + +// Entry +$_['entry_email_address'] = 'Email Address'; +$_['entry_password'] = 'Password'; +$_['entry_currency'] = 'Currency'; +$_['entry_warehouse'] = 'Warehouse'; +$_['entry_country'] = 'Country'; +$_['entry_merchant_number'] = 'Merchant Number'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_environment'] = 'Environment'; +$_['entry_shipping_fee'] = 'Shipping Fee'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_logging'] = 'Debug Logging'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_email_address'] = 'Please enter the email address for the owner of this business.'; +$_['help_password'] = 'Please enter a password between 8 and 30 characters.'; +$_['help_currency'] = 'Select the currency used on your website and to withdraw to your bank account.'; +$_['help_warehouse'] = 'Select the nearest warehouse you will be shipping to. When you receive orders from Chinese customers (via Pilibaba gateway) you can deliver parcels to this warehouse.'; +$_['help_country'] = 'Tell us your country, and we will inform you once a warehouse in this country is opened.'; +$_['help_merchant_number'] = 'Your personal Pilibaba account merchant number.'; +$_['help_secret_key'] = 'Your secret key to access the Pilibaba API.'; +$_['help_shipping_fee'] = 'The shipping cost from your warehouse to Pilibaba warehouse. Use two decimal places.'; +$_['help_order_status'] = 'The order status after the customer has placed the order.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; +$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_permission'] = 'Warning: You do not have permission to modify payment Pilibaba!'; +$_['error_merchant_number'] = 'Merchant Number Required!'; +$_['error_secret_key'] = 'Secret Key Required!'; +$_['error_shipping_fee'] = 'Shipping fee must be a decimal number!'; +$_['error_not_enabled'] = 'Module not enabled!'; +$_['error_data_missing'] = 'Data missing!'; +$_['error_tracking_length'] = 'Tracking number must be between 1 and 50 characters!'; +$_['error_email_address'] = 'Please enter your email address!'; +$_['error_email_invalid'] = 'The email address is not valid!'; +$_['error_password'] = 'Password must be at least 8 characters!'; +$_['error_currency'] = 'Please select a currency!'; +$_['error_warehouse'] = 'Please select a warehouse!'; +$_['error_country'] = 'Please select a country!'; +$_['error_weight'] = 'Please change your <a href="%s">Weight Class</a> setting to grams. It\'s in \'System -> Settings\' in the \'Local\' tab.'; +$_['error_bad_response'] = 'An invalid response was received. Please try again later.'; + +// Button +$_['button_register'] = 'Register'; +$_['button_tracking'] = 'Update Tracking Number'; +$_['button_barcode'] = 'Generate Barcode';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_braintree.php b/public/admin/language/en-gb/extension/payment/pp_braintree.php new file mode 100644 index 0000000..65027e6 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_braintree.php @@ -0,0 +1,191 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal (Powered by Braintree)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_pp_braintree'] = '<img src="view/image/payment/paypal.png" alt="PayPal (Powered by Braintree)" title="PayPal (Powered by Braintree)" style="border: 1px solid #EEEEEE;" />'; +$_['text_payment'] = 'Payment'; +$_['text_success'] = 'Success: You have modified Braintree account details!'; +$_['text_success_connect'] = 'Success: You have connected your PayPal (Powered by Braintree) account!'; +$_['text_edit'] = 'Edit PayPal (Powered by Braintree)'; +$_['text_production'] = 'Production'; +$_['text_sandbox'] = 'Sandbox'; +$_['text_currency'] = 'Currency'; +$_['text_immediate'] = 'Immediate'; +$_['text_deferred'] = 'Deferred'; +$_['text_merchant_account_id'] = 'Merchant Account ID (Leave blank to use default merchant account)'; +$_['text_payment_info'] = 'Payment information'; +$_['text_confirm_void'] = 'Are you sure you want to void this transaction?'; +$_['text_avs_response'] = 'Street Address: %s, Postal Code: %s'; +$_['text_confirm_settle'] = 'Are you sure you want to settle/capture'; +$_['text_confirm_refund'] = 'Are you sure you want to refund'; +$_['text_success_action'] = 'Success'; +$_['text_error_settle'] = 'Error: %s'; +$_['text_error_generic'] = 'Error: There was an error with your request.'; +$_['text_na'] = 'N/A'; +$_['text_all'] = 'All'; +$_['text_sale'] = 'Sale'; +$_['text_credit'] = 'Credit'; +$_['text_credit_card'] = 'Credit Card'; +$_['text_paypal'] = 'PayPal'; +$_['text_enable_transactions'] = 'Please enable Braintree before viewing transactions.'; +$_['text_yes'] = 'Yes'; +$_['text_no'] = 'No'; +$_['text_no_refund'] = 'No refund history'; +$_['text_app_connected'] = 'Module is connected via Braintree auth'; +$_['text_braintree'] = '<img width="100" src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/paypal-braintree.png" alt="PayPal powered by Braintree" style="border: 1px solid #EEEEEE;">'; +$_['text_paypal_gold'] = 'Gold'; +$_['text_paypal_blue'] = 'Blue'; +$_['text_paypal_silver'] = 'Silver'; +$_['text_paypal_tiny'] = 'Tiny'; +$_['text_paypal_small'] = 'Small'; +$_['text_paypal_medium'] = 'Medium'; +$_['text_paypal_pill'] = 'Pill'; +$_['text_paypal_rectangular'] = 'Rectangular'; +$_['text_paypal_preview'] = 'Button preview<br />Save to view changes'; +$_['text_braintree_learn'] = 'To start accepting credit/debit cards and PayPal, click Connect with Braintree. <a href="https://www.braintreepayments.com/partners/learn-more" target="_blank">Learn more</a>'; +$_['text_3ds'] = '3D Secure'; +$_['text_cvv'] = 'CVV Number'; +$_['text_promotion_main'] = 'Designed for businesses of all sizes, from small to large enterprise, easily accept and process payments to help maximise business opportunities and revenue growth, with no setup or monthly fees'; +$_['text_promotion_li_1'] = 'All the benefits of PayPal, plus cards acceptance on your checkout page'; +$_['text_promotion_li_2'] = 'Fast configuration and setup'; +$_['text_promotion_li_3'] = 'Achieve PCI DSS v3.0 SAQ-A compliance using Hosted Fields'; +$_['text_promotion_li_4'] = 'Allow customers to vault card details'; +$_['text_learn_more'] = '(Learn more)'; +$_['text_accept'] = 'Accept'; +$_['text_decline'] = 'Decline'; +$_['text_merchant_connected'] = 'Connected Merchant ID: '; +$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal (Powered by Braintree) Button" to the checkout layout'; +$_['text_3ds_ssl'] = '3D Secure requires the store to be using an SSL certificate'; +$_['text_unlink'] = 'Delete link'; + +// Column +$_['column_void'] = 'Void'; +$_['column_settle'] = 'Settle'; +$_['column_refund'] = 'Refund'; +$_['column_transaction_id'] = 'Transaction ID'; +$_['column_transaction_type'] = 'Transaction Type'; +$_['column_transaction_date'] = 'Transaction Date'; +$_['column_merchant_account'] = 'Merchant Account'; +$_['column_payment_type'] = 'Payment Type'; +$_['column_order_id'] = 'Order ID'; +$_['column_processor_code'] = 'Processor Authorization Code'; +$_['column_cvv_response'] = 'CVV Response'; +$_['column_avs_response'] = 'AVS Response'; +$_['column_3ds_enrolled'] = '3DS Enrolled'; +$_['column_3ds_status'] = '3DS Status'; +$_['column_3ds_shifted'] = '3DS Liability Shifted'; +$_['column_3ds_shift_possible'] = '3DS Liability Shift Possible'; +$_['column_transaction_history'] = 'Transaction Status History'; +$_['column_date'] = 'Date'; +$_['column_refund_history'] = 'Refund History'; +$_['column_action'] = 'Action'; +$_['column_amount'] = 'Amount'; +$_['column_status'] = 'Status'; +$_['column_type'] = 'Type'; +$_['column_customer'] = 'Customer'; +$_['column_order'] = 'Order'; +$_['column_date_added'] = 'Date Added'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_public_key'] = 'Public Key'; +$_['entry_private_key'] = 'Private Key'; +$_['entry_environment'] = 'Environment'; +$_['entry_settlement_type'] = 'Settlement Type'; +$_['entry_card_vault'] = 'Enable card vault'; +$_['entry_card_check_vault'] = 'Card vault is pre-checked'; +$_['entry_paypal_vault'] = 'Enable PayPal vault'; +$_['entry_paypal_check_vault'] = 'PayPal vault is pre-checked'; +$_['entry_vault_cvv_3ds'] = 'Require CVV2 or 3D secure?'; +$_['entry_debug'] = 'Debug Logging'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_authorization_expired'] = 'Authorization Expired'; +$_['entry_authorized'] = 'Authorized'; +$_['entry_authorizing'] = 'Authorizing'; +$_['entry_settlement_pending'] = 'Settlement Pending'; +$_['entry_failed'] = 'Failed'; +$_['entry_gateway_rejected'] = 'Gateway Rejected'; +$_['entry_processor_declined'] = 'Processor Declined'; +$_['entry_settled'] = 'Settled'; +$_['entry_settling'] = 'Settling'; +$_['entry_submitted_for_settlement'] = 'Submitted For Settlement'; +$_['entry_voided'] = 'Voided'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_transaction_type'] = 'Transaction Type'; +$_['entry_date_from'] = 'Date From'; +$_['entry_date_to'] = 'Date To'; +$_['entry_payment_type'] = 'Payment Type'; +$_['entry_card_type'] = 'Card Type'; +$_['entry_amount_from'] = 'Amount From'; +$_['entry_amount_to'] = 'Amount To'; +$_['entry_transaction_status'] = 'Transaction Status'; +$_['entry_merchant_account_id'] = 'Merchant Account ID'; +$_['entry_connection'] = 'API Connection Status'; +$_['entry_paypal_option'] = 'Display PayPal Option'; +$_['entry_paypal_button_colour'] = 'Button Colour'; +$_['entry_paypal_button_shape'] = 'Button Shape'; +$_['entry_paypal_button_size'] = 'Button Size'; +$_['entry_paypal_billing_agreement'] = 'Billing agreement description'; +$_['entry_3ds_status'] = 'Enable 3-D Secure'; + +$_['entry_3ds_unsupported_card'] = 'Unsupported Card<br />Default: Accept'; +$_['entry_3ds_lookup_error'] = 'Lookup Error<br />Default: Accept'; +$_['entry_3ds_lookup_enrolled'] = 'Lookup Enrolled<br />Default: Accept'; +$_['entry_3ds_lookup_not_enrolled'] = 'Lookup Not Enrolled<br />Default: Accept'; +$_['entry_3ds_not_participating'] = 'Auth Success, Issuer Not Participating<br />Default: Accept'; +$_['entry_3ds_unavailable'] = 'Auth Unavailable<br />Default: Accept'; +$_['entry_3ds_signature_failed'] = 'Auth Signature Verification Failed<br />Default: Decline'; +$_['entry_3ds_successful'] = 'Auth Successful<br />Default: Accept'; +$_['entry_3ds_attempt_successful'] = 'Auth Attempt Successful<br />Default: Accept'; +$_['entry_3ds_failed'] = 'Auth Failed<br />Default: Decline'; +$_['entry_3ds_unable_to_auth'] = 'Unable To Authenticate<br />Default: Accept'; +$_['entry_3ds_error'] = 'Authentication Error<br />Default: Accept'; + +// Help +$_['help_settlement_type'] = 'Immediate will Submit For Settlement straight away. Deferred will set the transaction to Authorized and the merchant must Submit For Settlement manually in the OpenCart order details.'; +$_['help_card_vault'] = 'Allow customer to remember their card'; +$_['help_paypal_vault'] = 'Allow customer to remember their PayPal account'; +$_['help_card_check_vault'] = 'The checkbox for card vault is already checked when the page loads'; +$_['help_paypal_check_vault'] = 'The checkbox for PayPal vault is already checked when the page loads'; +$_['help_vault_cvv_3ds'] = 'This will require customers using a vaulted card to re-enter the CVV2 number or use 3D secure. It is not possible to enable both options for a vaulted card.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_paypal_option'] = 'If you have your PayPal account linked with Braintree you can display the PayPal payment option as well'; +$_['help_paypal_billing_agreement'] = 'You can add a billing agreement description that will be shown to users in the PayPal window when opting to vault their PayPal account'; + +// Button +$_['button_void'] = 'Void'; +$_['button_settle'] = 'Settle'; +$_['button_refund'] = 'Refund'; +$_['button_filter'] = 'Filter'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Braintree!'; +$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_public_key'] = 'Public Key Required!'; +$_['error_private_key'] = 'Private Key Required!'; +$_['error_connection'] = 'There was a problem establishing a connection to the Braintree API. Please check your Merchant ID, Public Key, Private Key and Environment settings.'; +$_['error_account'] = 'Please enter a valid Merchant Account ID as specified in your Braintree Account'; +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_3ds_not_ready'] = 'You have enabled 3D secure however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_paypal_not_ready'] = 'You have enabled PayPal however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_paypal_billing_not_ready'] = 'You have enabled PayPal vaulting/billing agreements however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_braintree_account_3ds'] = '3DS is not enabled in your Braintree account yet, however it is not available for all countries. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_braintree_account_paypal'] = 'PayPal is not enabled in your Braintree account yet. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_braintree_account_billing'] = 'Billing agreements are not enabled in your Braintree account yet. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_environment'] = 'You cannot set your environment to %s when your credentials are for the %s environment in Braintree'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_currency'] = 'Currencies'; +$_['tab_order_status'] = 'Order Statuses (New Orders)'; +$_['tab_3ds'] = '3-D Secure'; +$_['tab_transaction'] = 'Transaction Search'; +$_['tab_vault'] = 'Vault'; +$_['tab_paypal'] = 'PayPal'; diff --git a/public/admin/language/en-gb/extension/payment/pp_express.php b/public/admin/language/en-gb/extension/payment/pp_express.php new file mode 100644 index 0000000..0a5ec7a --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_express.php @@ -0,0 +1,103 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Express Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Express Checkout account details!'; +$_['text_edit'] = 'Edit PayPal Express Checkout'; +$_['text_pp_express'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Express Checkout" title="PayPal Express Checkout" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; +$_['text_signup'] = 'Sign up for PayPal - save your settings first as this page will be refreshed'; +$_['text_sandbox'] = 'Sign up for PayPal Sandbox - save your settings first as this page will be refreshed'; +$_['text_configure_live'] = 'Configure Live'; +$_['text_configure_sandbox'] = 'Configure Sandbox'; +$_['text_show_advanced'] = 'Show Advanced'; +$_['text_show_quick_setup'] = 'Show Quick Setup'; +$_['text_quick_setup'] = 'Quick setup - Link an existing or create a new PayPal account to start accepting payments in minutes'; +$_['text_paypal_consent'] = 'By using the quick setup tool you allow PayPal to receive information about your store'; +$_['text_success_connect'] = 'Success: You have connected your PayPal account!'; +$_['text_promotion_main'] = 'Give your buyers a simplified checkout experience on multiple devices that keeps them local to your website throughout the payment process'; +$_['text_learn_more'] = '(Learn more)'; +$_['text_promotion_li_1'] = 'Start accepting PayPal in three clicks'; +$_['text_promotion_li_2'] = 'Accept payments from around the world'; +$_['text_promotion_li_3'] = 'Offer Express Checkout Shortcut, let buyers checkout directly from your basket page'; +$_['text_connect_paypal'] = 'Connect with PayPal'; +$_['text_retrieve'] = 'Your details have been entered from PayPal'; +$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal Express Checkout Button" to the checkout layout'; +$_['text_horizontal'] = 'Horizontal'; +$_['text_vertical'] = 'Vertical'; +$_['text_medium'] = 'Medium'; +$_['text_large'] = 'Large'; +$_['text_responsive'] = 'Responsive'; +$_['text_pill'] = 'Pill'; +$_['text_rectangle'] = 'Rectangle'; +$_['text_gold'] = 'Gold'; +$_['text_blue'] = 'Blue'; +$_['text_silver'] = 'Silver'; +$_['text_black'] = 'Black'; +$_['text_button_styling'] = 'Button Styling'; +$_['text_funding_type'] = 'Optional Funding Methods'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_password'] = 'API Password'; +$_['entry_signature'] = 'API Signature'; +$_['entry_sandbox_username'] = 'API Sandbox Username'; +$_['entry_sandbox_password'] = 'API Sandbox Password'; +$_['entry_sandbox_signature'] = 'API Sandbox Signature'; +$_['entry_ipn'] = 'IPN URL'; +$_['entry_test'] = 'Test (Sandbox) Mode'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_currency'] = 'Default currency'; +$_['entry_recurring_cancel'] = 'Allow customers to cancel recurring payments from account area'; +$_['entry_transaction'] = 'Settlement Type'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status'; +$_['entry_completed_status'] = 'Completed Status'; +$_['entry_denied_status'] = 'Denied Status'; +$_['entry_expired_status'] = 'Expired Status'; +$_['entry_failed_status'] = 'Failed Status'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_processed_status'] = 'Processed Status'; +$_['entry_refunded_status'] = 'Refunded Status'; +$_['entry_reversed_status'] = 'Reversed Status'; +$_['entry_voided_status'] = 'Voided Status'; +$_['entry_logo'] = 'Logo'; +$_['entry_style_layout'] = 'Button Layout'; +$_['entry_style_size'] = 'Button Size'; +$_['entry_style_shape'] = 'Button Shape'; +$_['entry_style_color'] = 'Button Colour'; +$_['entry_pp_credit'] = 'PayPal Credit'; +$_['entry_pp_cards'] = 'Credit or Debit Cards'; +$_['entry_pp_elv'] = 'DE (German) bank payment'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_order_status'] = 'Order status'; +$_['tab_checkout'] = 'Checkout'; + +// Help +$_['help_ipn'] = 'Required for subscriptions'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_logo'] = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.'; +$_['help_currency'] = 'Used for transaction searches'; +$_['help_pp_credit'] = 'Non-US merchants need to apply to accept PayPal Credit, contact PayPal for more information. Enabled by default for all US buyers'; +$_['help_pp_cards'] = 'Enabled by default for all buyers'; +$_['help_pp_elv'] = 'Elektronisches Lastschriftverfahren (bank payments). Enabled by default for all DE buyers'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Express Checkout!'; +$_['error_username'] = 'API Username Required!'; +$_['error_password'] = 'API Password Required!'; +$_['error_signature'] = 'API Signature Required!'; +$_['error_sandbox_username'] = 'API Sandbox Username Required!'; +$_['error_sandbox_password'] = 'API Sandbox Password Required!'; +$_['error_sandbox_signature'] = 'API Sandbox Signature Required!'; +$_['error_api'] = 'Paypal Authorization Error'; +$_['error_api_sandbox'] = 'Paypal Sandbox Authorization Error'; +$_['error_consent'] = 'To use quick setup you need to permit PayPal to use your store information'; diff --git a/public/admin/language/en-gb/extension/payment/pp_express_order.php b/public/admin/language/en-gb/extension/payment/pp_express_order.php new file mode 100644 index 0000000..8782d77 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_express_order.php @@ -0,0 +1,52 @@ +<?php +// Text +$_['text_extension'] = 'Payment Information'; +$_['text_capture_status'] = 'Capture status'; +$_['text_amount_authorised'] = 'Amount authorised'; +$_['text_amount_captured'] = 'Amount captured'; +$_['text_amount_refunded'] = 'Amount refunded'; +$_['text_transaction'] = 'Transactions'; +$_['text_complete'] = 'Complete'; +$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; +$_['text_view'] = 'View'; +$_['text_refund'] = 'Refund'; +$_['text_resend'] = 'Resend'; +$_['text_success'] = 'Transaction was successfully sent'; +$_['text_full_refund'] = 'Full refund'; +$_['text_partial_refund'] = 'Partial refund'; +$_['text_payment'] = 'Payment'; +$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is'; + +// Column +$_['column_transaction'] = 'Transaction ID'; +$_['column_amount'] = 'Amount'; +$_['column_type'] = 'Payment Type'; +$_['column_status'] = 'Status'; +$_['column_pending_reason'] = 'Pending Reason'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_capture_amount'] = 'Capture amount'; +$_['entry_capture_complete'] = 'Complete capture'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_note'] = 'Note'; + +// Help +$_['help_capture_complete'] = 'If this is a the last capture.'; + +// Tab +$_['tab_capture'] = 'Capture'; +$_['tab_refund'] = 'Refund'; + +// Button +$_['button_void'] = 'Void'; +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Issue refund'; + +// Error +$_['error_capture'] = 'Enter an amount to capture'; +$_['error_transaction'] = 'Transaction could not be carried out!'; +$_['error_not_found'] = 'Transaction could not be found!'; +$_['error_partial_amt'] = 'You must enter a partial refund amount';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_express_refund.php b/public/admin/language/en-gb/extension/payment/pp_express_refund.php new file mode 100644 index 0000000..1e4e400 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_express_refund.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Refund Transaction'; + +// Text +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is'; +$_['text_refund'] = 'Refund'; + +// Entry +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_message'] = 'Message'; + +// Button +$_['button_refund'] = 'Issue refund'; + +// Error +$_['error_partial_amt'] = 'You must enter a partial refund amount'; +$_['error_data'] = 'Data missing from request';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_express_search.php b/public/admin/language/en-gb/extension/payment/pp_express_search.php new file mode 100644 index 0000000..f2b8ec2 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_express_search.php @@ -0,0 +1,73 @@ +<?php +// Heading +$_['heading_title'] = 'Search Transactions'; + +// Text +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_date_search'] = 'Search by date'; +$_['text_searching'] = 'Searching'; +$_['text_name'] = 'Name'; +$_['text_buyer_info'] = 'Buyer information'; +$_['text_view'] = 'View'; +$_['text_format'] = 'Format'; + +// Column +$_['column_date'] = 'Date'; +$_['column_type'] = 'Type'; +$_['column_email'] = 'Email'; +$_['column_name'] = 'Name'; +$_['column_transid'] = 'Transaction ID'; +$_['column_status'] = 'Status'; +$_['column_currency'] = 'Currency'; +$_['column_amount'] = 'Amount'; +$_['column_fee'] = 'Fee'; +$_['column_netamt'] = 'Net Amount'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_trans_all'] = 'All'; +$_['entry_trans_sent'] = 'Sent'; +$_['entry_trans_received'] = 'Received'; +$_['entry_trans_masspay'] = 'Mass Pay'; +$_['entry_trans_money_req'] = 'Money Request'; +$_['entry_trans_funds_add'] = 'Funds Added'; +$_['entry_trans_funds_with'] = 'Funds Withdrawn'; +$_['entry_trans_referral'] = 'Referral'; +$_['entry_trans_fee'] = 'Fee'; +$_['entry_trans_subscription'] = 'Subscription'; +$_['entry_trans_dividend'] = 'Dividend'; +$_['entry_trans_billpay'] = 'Bill Pay'; +$_['entry_trans_refund'] = 'Refund'; +$_['entry_trans_conv'] = 'Currency Conversion'; +$_['entry_trans_bal_trans'] = 'Balance Transfer'; +$_['entry_trans_reversal'] = 'Reversal'; +$_['entry_trans_shipping'] = 'Shipping'; +$_['entry_trans_bal_affect'] = 'Balance Affecting'; +$_['entry_trans_echeque'] = 'E Check'; +$_['entry_date'] = 'Date'; +$_['entry_date_start'] = 'Start'; +$_['entry_date_end'] = 'End'; +$_['entry_date_to'] = 'to'; +$_['entry_transaction'] = 'Transaction'; +$_['entry_transaction_type'] = 'Type'; +$_['entry_transaction_status'] = 'Status'; +$_['entry_email'] = 'Email'; +$_['entry_email_buyer'] = 'Buyer'; +$_['entry_email_merchant'] = 'Receiver'; +$_['entry_receipt'] = 'Receipt ID'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_invoice_no'] = 'Invoice number'; +$_['entry_auction'] = 'Auction item number'; +$_['entry_amount'] = 'Amount'; +$_['entry_recurring_id'] = 'Recurring Profile ID'; +$_['entry_salutation'] = 'Salutation'; +$_['entry_firstname'] = 'First'; +$_['entry_middlename'] = 'Middle'; +$_['entry_lastname'] = 'Last'; +$_['entry_suffix'] = 'Suffix'; +$_['entry_status_all'] = 'All'; +$_['entry_status_pending'] = 'Pending'; +$_['entry_status_processing'] = 'Processing'; +$_['entry_status_success'] = 'Success'; +$_['entry_status_denied'] = 'Denied'; +$_['entry_status_reversed'] = 'Reversed';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_express_view.php b/public/admin/language/en-gb/extension/payment/pp_express_view.php new file mode 100644 index 0000000..3feb3c1 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_express_view.php @@ -0,0 +1,85 @@ +<?php +// Heading +$_['heading_title'] = 'View Transaction'; + +// Text +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_product_lines'] = 'Product lines'; +$_['text_ebay_txn_id'] = 'eBay transaction ID'; +$_['text_name'] = 'Name'; +$_['text_qty'] = 'Quantity'; +$_['text_price'] = 'Price'; +$_['text_number'] = 'Number'; +$_['text_coupon_id'] = 'Coupon ID'; +$_['text_coupon_amount'] = 'Coupon amount'; +$_['text_coupon_currency'] = 'Coupon currency'; +$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount'; +$_['text_loyalty_currency'] = 'Loyalty card currency'; +$_['text_options_name'] = 'Options name'; +$_['text_tax_amt'] = 'Tax amount'; +$_['text_currency_code'] = 'Currency code'; +$_['text_amount'] = 'Amount'; +$_['text_gift_msg'] = 'Gift message'; +$_['text_gift_receipt'] = 'Gift receipt'; +$_['text_gift_wrap_name'] = 'Gift wrap name'; +$_['text_gift_wrap_amt'] = 'Gift wrap amount'; +$_['text_buyer_email_market'] = 'Buyer marketing email'; +$_['text_survey_question'] = 'Survey question'; +$_['text_survey_chosen'] = 'Survey choice selected'; +$_['text_receiver_business'] = 'Receiver business'; +$_['text_receiver_email'] = 'Receiver email'; +$_['text_receiver_id'] = 'Receiver ID'; +$_['text_buyer_email'] = 'Buyer email'; +$_['text_payer_id'] = 'Payer ID'; +$_['text_payer_status'] = 'Payer status'; +$_['text_country_code'] = 'Country code'; +$_['text_payer_business'] = 'Payer business'; +$_['text_payer_salute'] = 'Payer salutation'; +$_['text_payer_firstname'] = 'Payer first name'; +$_['text_payer_middlename'] = 'Payer middle name'; +$_['text_payer_lastname'] = 'Payer last name'; +$_['text_payer_suffix'] = 'Payer suffix'; +$_['text_address_owner'] = 'Address owner'; +$_['text_address_status'] = 'Address status'; +$_['text_ship_sec_name'] = 'Ship to secondary name'; +$_['text_ship_name'] = 'Ship to name'; +$_['text_ship_street1'] = 'Ship to address 1'; +$_['text_ship_street2'] = 'Ship to address 2'; +$_['text_ship_city'] = 'Ship to city'; +$_['text_ship_state'] = 'Ship to state'; +$_['text_ship_zip'] = 'Ship to ZIP'; +$_['text_ship_country'] = 'Ship to country code'; +$_['text_ship_phone'] = 'Ship to phone number'; +$_['text_ship_sec_add1'] = 'Ship to secondary address 1'; +$_['text_ship_sec_add2'] = 'Ship to secondary address 2'; +$_['text_ship_sec_city'] = 'Ship to secondary city'; +$_['text_ship_sec_state'] = 'Ship to secondary state'; +$_['text_ship_sec_zip'] = 'Ship to secondary ZIP'; +$_['text_ship_sec_country'] = 'Ship to secondary country code'; +$_['text_ship_sec_phone'] = 'Ship to secondary phone'; +$_['text_trans_id'] = 'Transaction ID'; +$_['text_receipt_id'] = 'Receipt ID'; +$_['text_parent_trans_id'] = 'Parent transaction ID'; +$_['text_trans_type'] = 'Transaction type'; +$_['text_payment_type'] = 'Payment type'; +$_['text_order_time'] = 'Order time'; +$_['text_fee_amount'] = 'Fee amount'; +$_['text_settle_amount'] = 'Settle amount'; +$_['text_tax_amount'] = 'Tax amount'; +$_['text_exchange'] = 'Exchange rate'; +$_['text_payment_status'] = 'Payment status'; +$_['text_pending_reason'] = 'Pending reason'; +$_['text_reason_code'] = 'Reason code'; +$_['text_protect_elig'] = 'Protection eligibility'; +$_['text_protect_elig_type'] = 'Protection eligibility type'; +$_['text_store_id'] = 'Store ID'; +$_['text_terminal_id'] = 'Terminal ID'; +$_['text_invoice_number'] = 'Invoice number'; +$_['text_custom'] = 'Custom'; +$_['text_note'] = 'Note'; +$_['text_sales_tax'] = 'Sales tax'; +$_['text_buyer_id'] = 'Buyer ID'; +$_['text_close_date'] = 'Closing date'; +$_['text_multi_item'] = 'Multi item'; +$_['text_sub_amt'] = 'Subscription amount'; +$_['text_sub_period'] = 'Subscription period';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_payflow.php b/public/admin/language/en-gb/extension/payment/pp_payflow.php new file mode 100644 index 0000000..926320a --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_payflow.php @@ -0,0 +1,39 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Payflow Pro'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Direct (UK) account details!'; +$_['text_edit'] = 'Edit PayPal Payflow Pro'; +$_['text_pp_payflow'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payflow Pro" title="PayPal Payflow Pro" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_user'] = 'User'; +$_['entry_password'] = 'Password'; +$_['entry_partner'] = 'Partner'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account'; +$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR'; +$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account'; +$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead'; +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payflow Pro!'; +$_['error_vendor'] = 'Vendor Required!'; +$_['error_user'] = 'User Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_partner'] = 'Partner Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_payflow_iframe.php b/public/admin/language/en-gb/extension/payment/pp_payflow_iframe.php new file mode 100644 index 0000000..3e31272 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_payflow_iframe.php @@ -0,0 +1,104 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Payflow Pro iFrame'; +$_['heading_refund'] = 'Refund'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Payflow Pro iFrame account details!'; +$_['text_edit'] = 'Edit PayPal Payflow Pro iFrame'; +$_['text_pp_payflow_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payflow Pro iFrame" title="PayPal Payflow Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; +$_['text_authorise'] = 'Authorise'; +$_['text_capture'] = 'Delayed Capture'; +$_['text_void'] = 'Void'; +$_['text_payment_info'] = 'Payment information'; +$_['text_complete'] = 'Complete'; +$_['text_incomplete'] = 'Incomplete'; +$_['text_transaction'] = 'Transaction'; +$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; +$_['text_refund'] = 'Refund'; +$_['text_refund_issued'] = 'Refund was issued successfully'; +$_['text_redirect'] = 'Redirect'; +$_['text_iframe'] = 'Iframe'; +$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.'; + +// Column +$_['column_transaction_id'] = 'Transaction ID'; +$_['column_transaction_type'] = 'Transaction Type'; +$_['column_amount'] = 'Amount'; +$_['column_time'] = 'Time'; +$_['column_actions'] = 'Actions'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_checkout_customisation'] = 'Checkout Customisation'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_user'] = 'User'; +$_['entry_password'] = 'Password'; +$_['entry_partner'] = 'Partner'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_message'] = 'Message'; +$_['entry_ipn_url'] = 'IPN URL'; +$_['entry_checkout_method'] = 'Checkout Method'; +$_['entry_debug'] = 'Debug mode'; +$_['entry_transaction_reference'] = 'Transaction Reference'; +$_['entry_transaction_amount'] = 'Transaction Amount'; +$_['entry_refund_amount'] = 'Refund Amount'; +$_['entry_capture_status'] = 'Capture Status'; +$_['entry_void'] = 'Void'; +$_['entry_capture'] = 'Capture'; +$_['entry_transactions'] = 'Transactions'; +$_['entry_complete_capture'] = 'Complete Capture'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status:'; +$_['entry_completed_status'] = 'Completed Status:'; +$_['entry_denied_status'] = 'Denied Status:'; +$_['entry_expired_status'] = 'Expired Status:'; +$_['entry_failed_status'] = 'Failed Status:'; +$_['entry_pending_status'] = 'Pending Status:'; +$_['entry_processed_status'] = 'Processed Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_reversed_status'] = 'Reversed Status:'; +$_['entry_voided_status'] = 'Voided Status:'; +$_['entry_cancel_url'] = 'Cancel URL:'; +$_['entry_error_url'] = 'Error URL:'; +$_['entry_return_url'] = 'Return URL:'; +$_['entry_post_url'] = 'Silent POST URL:'; + +// Help +$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account'; +$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR'; +$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account'; +$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead'; +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_debug'] = 'Logs additional information'; + +// Button +$_['button_refund'] = 'Refund'; +$_['button_void'] = 'Void'; +$_['button_capture'] = 'Capture'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payflow Pro iFrame!'; +$_['error_vendor'] = 'Vendor Required!'; +$_['error_user'] = 'User Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_partner'] = 'Partner Required!'; +$_['error_missing_data'] = 'Missing data'; +$_['error_missing_order'] = 'Could not find the order'; +$_['error_general'] = 'There was an error'; +$_['error_capture'] = 'Enter an amount to capture';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_pro.php b/public/admin/language/en-gb/extension/payment/pp_pro.php new file mode 100644 index 0000000..c89e146 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_pro.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Pro'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Website Payment Pro Checkout account details!'; +$_['text_edit'] = 'Edit PayPal Pro'; +$_['text_pp_pro'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Pro" title="PayPal Pro" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_password'] = 'API Password'; +$_['entry_signature'] = 'API Signature'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method:'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Pro!'; +$_['error_username'] = 'API Username Required!'; +$_['error_password'] = 'API Password Required!'; +$_['error_signature'] = 'API Signature Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_pro_iframe.php b/public/admin/language/en-gb/extension/payment/pp_pro_iframe.php new file mode 100644 index 0000000..48d7cc7 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_pro_iframe.php @@ -0,0 +1,174 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Pro iFrame'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Pro iFrame account details!'; +$_['text_edit'] = 'Edit PayPal Pro iFrame'; +$_['text_pp_pro_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Pro iFrame" title="PayPal Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Capture status'; +$_['text_amount_auth'] = 'Amount authorised'; +$_['text_amount_captured'] = 'Amount captured'; +$_['text_amount_refunded'] = 'Amount refunded'; +$_['text_capture_amount'] = 'Capture amount'; +$_['text_complete_capture'] = 'Complete capture'; +$_['text_transactions'] = 'Transactions'; +$_['text_complete'] = 'Complete'; +$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; +$_['text_view'] = 'View'; +$_['text_refund'] = 'Refund'; +$_['text_resend'] = 'Resend'; +$_['text_reauthorise'] = 'Reauthorise'; +$_['text_reauthorised'] = 'Transaction was reauthorised'; +$_['text_transaction'] = 'Transaction'; +$_['text_product_lines'] = 'Product lines'; +$_['text_ebay_txn_id'] = 'eBay transaction ID'; +$_['text_name'] = 'Name'; +$_['text_qty'] = 'Quantity'; +$_['text_price'] = 'Price'; +$_['text_number'] = 'Number'; +$_['text_coupon_id'] = 'Coupon ID'; +$_['text_coupon_amount'] = 'Coupon amount'; +$_['text_coupon_currency'] = 'Coupon currency'; +$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount'; +$_['text_loyalty_currency'] = 'Loyalty card currency'; +$_['text_options_name'] = 'Options name'; +$_['text_tax_amt'] = 'Tax amount'; +$_['text_currency_code'] = 'Currency code'; +$_['text_amount'] = 'Amount'; +$_['text_gift_msg'] = 'Gift message'; +$_['text_gift_receipt'] = 'Gift receipt'; +$_['text_gift_wrap_name'] = 'Gift wrap name'; +$_['text_gift_wrap_amt'] = 'Gift wrap amount'; +$_['text_buyer_email_market'] = 'Buyer marketing email'; +$_['text_survey_question'] = 'Survey question'; +$_['text_survey_chosen'] = 'Survey choice selected'; +$_['text_receiver_business'] = 'Receiver business'; +$_['text_receiver_email'] = 'Receiver email'; +$_['text_receiver_id'] = 'Receiver ID'; +$_['text_buyer_email'] = 'Buyer email'; +$_['text_payer_id'] = 'Payer ID'; +$_['text_payer_status'] = 'Payer status'; +$_['text_country_code'] = 'Country code'; +$_['text_payer_business'] = 'Payer business'; +$_['text_payer_salute'] = 'Payer salutation'; +$_['text_payer_firstname'] = 'Payer first name'; +$_['text_payer_middlename'] = 'Payer middle name'; +$_['text_payer_lastname'] = 'Payer last name'; +$_['text_payer_suffix'] = 'Payer suffix'; +$_['text_address_owner'] = 'Address owner'; +$_['text_address_status'] = 'Address status'; +$_['text_ship_sec_name'] = 'Ship to secondary name'; +$_['text_ship_name'] = 'Ship to name'; +$_['text_ship_street1'] = 'Ship to address 1'; +$_['text_ship_street2'] = 'Ship to address 2'; +$_['text_ship_city'] = 'Ship to city'; +$_['text_ship_state'] = 'Ship to state'; +$_['text_ship_zip'] = 'Ship to ZIP'; +$_['text_ship_country'] = 'Ship to country code'; +$_['text_ship_phone'] = 'Ship to phone number'; +$_['text_ship_sec_add1'] = 'Ship to secondary address 1'; +$_['text_ship_sec_add2'] = 'Ship to secondary address 2'; +$_['text_ship_sec_city'] = 'Ship to secondary city'; +$_['text_ship_sec_state'] = 'Ship to secondary state'; +$_['text_ship_sec_zip'] = 'Ship to secondary ZIP'; +$_['text_ship_sec_country'] = 'Ship to secondary country code'; +$_['text_ship_sec_phone'] = 'Ship to secondary phone'; +$_['text_trans_id'] = 'Transaction ID'; +$_['text_receipt_id'] = 'Receipt ID'; +$_['text_parent_trans_id'] = 'Parent transaction ID'; +$_['text_trans_type'] = 'Transaction type'; +$_['text_payment_type'] = 'Payment type'; +$_['text_order_time'] = 'Order time'; +$_['text_fee_amount'] = 'Fee amount'; +$_['text_settle_amount'] = 'Settle amount'; +$_['text_tax_amount'] = 'Tax amount'; +$_['text_exchange'] = 'Exchange rate'; +$_['text_payment_status'] = 'Payment status'; +$_['text_pending_reason'] = 'Pending reason'; +$_['text_reason_code'] = 'Reason code'; +$_['text_protect_elig'] = 'Protection eligibility'; +$_['text_protect_elig_type'] = 'Protection eligibility type'; +$_['text_store_id'] = 'Store ID'; +$_['text_terminal_id'] = 'Terminal ID'; +$_['text_invoice_number'] = 'Invoice number'; +$_['text_custom'] = 'Custom'; +$_['text_note'] = 'Note'; +$_['text_sales_tax'] = 'Sales tax'; +$_['text_buyer_id'] = 'Buyer ID'; +$_['text_close_date'] = 'Closing date'; +$_['text_multi_item'] = 'Multi item'; +$_['text_sub_amt'] = 'Subscription amount'; +$_['text_sub_period'] = 'Subscription period'; +$_['text_redirect'] = 'Redirect'; +$_['text_iframe'] = 'Iframe'; +$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.'; +$_['help_debug'] = 'Logs additional information.'; + +// Column +$_['column_trans_id'] = 'Transaction ID'; +$_['column_amount'] = 'Amount'; +$_['column_type'] = 'Payment type'; +$_['column_status'] = 'Status'; +$_['column_pending_reason'] = 'Pending reason'; +$_['column_date_added'] = 'Created'; +$_['column_action'] = 'Action'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_checkout_customisation'] = 'Checkout Customisation'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_password'] = 'API Password'; +$_['entry_signature'] = 'API Signature'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status:'; +$_['entry_geo_zone'] = 'Geo Zone:'; +$_['entry_status'] = 'Status:'; +$_['entry_sort_order'] = 'Sort Order:'; +$_['entry_transaction_method'] = 'Transaction method:'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_message'] = 'Message'; +$_['entry_ipn_url'] = 'IPN URL:'; +$_['entry_checkout_method'] = 'Checkout Method:'; +$_['entry_debug'] = 'Debug mode:'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status:'; +$_['entry_completed_status'] = 'Completed Status:'; +$_['entry_denied_status'] = 'Denied Status:'; +$_['entry_expired_status'] = 'Expired Status:'; +$_['entry_failed_status'] = 'Failed Status:'; +$_['entry_pending_status'] = 'Pending Status:'; +$_['entry_processed_status'] = 'Processed Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_reversed_status'] = 'Reversed Status:'; +$_['entry_voided_status'] = 'Voided Status:'; + +// Help +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions? Test may fail in Internet Explorer'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Button +$_['button_refund'] = 'Refund'; +$_['button_void'] = 'Void'; +$_['button_capture'] = 'Capture'; +$_['button_reauthorise'] = 'Reauthorise'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Pro iFrame!'; +$_['error_sig'] = 'Signature Required!'; +$_['error_user'] = 'User Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_timeout'] = 'Request timed out'; +$_['error_transaction_missing'] = 'Could not find the transaction'; +$_['error_missing_data'] = 'Missing data'; +$_['error_general'] = 'There was an error'; +$_['error_capture'] = 'Enter an amount to capture';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/pp_standard.php b/public/admin/language/en-gb/extension/payment/pp_standard.php new file mode 100644 index 0000000..14c3baf --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/pp_standard.php @@ -0,0 +1,44 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Payments Standard'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal account details!'; +$_['text_edit'] = 'Edit PayPal Payments Standard'; +$_['text_pp_standard'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Payments Standard" title="PayPal Payments Standard" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; + +// Entry +$_['entry_email'] = 'E-Mail'; +$_['entry_test'] = 'Sandbox Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_debug'] = 'Debug Mode'; +$_['entry_total'] = 'Total'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status'; +$_['entry_completed_status'] = 'Completed Status'; +$_['entry_denied_status'] = 'Denied Status'; +$_['entry_expired_status'] = 'Expired Status'; +$_['entry_failed_status'] = 'Failed Status'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_processed_status'] = 'Processed Status'; +$_['entry_refunded_status'] = 'Refunded Status'; +$_['entry_reversed_status'] = 'Reversed Status'; +$_['entry_voided_status'] = 'Voided Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Tab +$_['tab_general'] = 'General'; +$_['tab_order_status'] = 'Order Status'; + +// Help +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_debug'] = 'Logs additional information to the system log'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payments Standard!'; +$_['error_email'] = 'E-Mail required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/realex.php b/public/admin/language/en-gb/extension/payment/realex.php new file mode 100644 index 0000000..2033ad4 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/realex.php @@ -0,0 +1,98 @@ +<?php +// Heading +$_['heading_title'] = 'Realex Redirect'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Realex account details!'; +$_['text_edit'] = 'Edit Realex Redirect'; +$_['text_live'] = 'Live'; +$_['text_demo'] = 'Demo'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Subaccount'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_url_message'] = 'You must supply the store URL to your Realex account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_realex'] = '<a target="_blank" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_live_demo'] = 'Live / Demo'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_card_select'] = 'Select card'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_live_url'] = 'Live connection URL'; +$_['entry_demo_url'] = 'Demo connection URL'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; +$_['entry_notification_url'] = 'Notification URL'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose their card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Realex to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; +$_['tab_advanced'] = 'Advanced'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required'; +$_['error_live_url'] = 'Live URL is required'; +$_['error_demo_url'] = 'Demo URL is required'; +$_['error_data_missing'] = 'Data missing'; +$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/realex_remote.php b/public/admin/language/en-gb/extension/payment/realex_remote.php new file mode 100644 index 0000000..177428b --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/realex_remote.php @@ -0,0 +1,92 @@ +<?php +// Heading +$_['heading_title'] = 'Realex Remote'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Realex account details!'; +$_['text_edit'] = 'Edit Realex Remote'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Sub Account'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_ip_message'] = 'You must supply your server IP address to your Realex account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_realex_remote'] = '<a target="_BLANK" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>'; + +// Column +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_card_data_status'] = 'Card info logging'; +$_['entry_3d'] = 'Enable 3D secure'; +$_['entry_liability_shift'] = 'Accept non-liability shifting scenarios'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Realex to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; +$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_payment'] = 'Payment Settings'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/sagepay_direct.php b/public/admin/language/en-gb/extension/payment/sagepay_direct.php new file mode 100644 index 0000000..e9e7f7b --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/sagepay_direct.php @@ -0,0 +1,65 @@ +<?php +// Heading +$_['heading_title'] = 'SagePay Direct'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified SagePay account details!'; +$_['text_edit'] = 'Edit SagePay Direct'; +$_['text_sagepay_direct'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_sim'] = 'Simulator'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_defered'] = 'Defered'; +$_['text_authenticate'] = 'Authenticate'; +$_['text_payment'] = 'Payment'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; +$_['entry_cron_job_token'] = 'Secret Token'; +$_['entry_cron_job_url'] = 'Cron Job\'s URL'; +$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; +$_['error_vendor'] = 'Vendor ID Required!'; diff --git a/public/admin/language/en-gb/extension/payment/sagepay_server.php b/public/admin/language/en-gb/extension/payment/sagepay_server.php new file mode 100644 index 0000000..56afd3c --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/sagepay_server.php @@ -0,0 +1,65 @@ +<?php +// Heading +$_['heading_title'] = 'SagePay Server'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified SagePay account details!'; +$_['text_edit'] = 'Edit SagePay Server'; +$_['text_sagepay_server'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_sim'] = 'Simulator'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_defered'] = 'Defered'; +$_['text_authenticate'] = 'Authenticate'; +$_['text_payment'] = 'Payment'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; +$_['entry_cron_job_token'] = 'Secret Token'; +$_['entry_cron_job_url'] = 'Cron Job\'s URL:'; +$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; +$_['error_vendor'] = 'Vendor ID Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/sagepay_us.php b/public/admin/language/en-gb/extension/payment/sagepay_us.php new file mode 100644 index 0000000..c06f17e --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/sagepay_us.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = 'Sage Payment Solutions (US)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified SagePay account details!'; +$_['text_edit'] = 'Edit Sage Payment Solutions (US)'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_merchant_key'] = 'Merchant Key'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_merchant_key'] = 'Merchant Key Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/securetrading_pp.php b/public/admin/language/en-gb/extension/payment/securetrading_pp.php new file mode 100644 index 0000000..08c932d --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/securetrading_pp.php @@ -0,0 +1,82 @@ +<?php +$_['heading_title'] = 'Secure Trading Payment Pages'; + +$_['text_securetrading_pp'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_extension'] = 'Extensions'; +$_['text_all_geo_zones'] = 'All Geo Zones'; +$_['text_process_immediately'] = 'Process immediately'; +$_['text_wait_x_days'] = 'Wait %d days'; +$_['text_success'] = 'Success: You have modified Secure Trading module!'; +$_['text_pending_settlement'] = 'Pending Settlement'; +$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed'; +$_['text_refund_issued'] = 'Refund was successfully issued'; +$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; +$_['text_pending_suspended'] = 'Suspended'; +$_['text_pending_settled'] = 'Settled'; + +$_['entry_site_reference'] = 'Site reference'; +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_site_security_status'] = 'Use Site Security hash'; +$_['entry_site_security_password'] = 'Site Security password'; +$_['entry_notification_password'] = 'Notification password'; +$_['entry_order_status'] = 'Order status'; +$_['entry_declined_order_status'] = 'Declined order status'; +$_['entry_refunded_order_status'] = 'Refunded order status'; +$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status'; +$_['entry_settle_status'] = 'Settlement status'; +$_['entry_settle_due_date'] = 'Settlement due date'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_status'] = 'Status'; +$_['entry_total'] = 'Total'; +$_['entry_parent_css'] = 'Parent CSS'; +$_['entry_child_css'] = 'Child CSS'; +$_['entry_cards_accepted'] = 'Accepted cards'; +$_['entry_reverse_authorisation'] = 'Reverse Authorisation:'; +$_['entry_refunded'] = 'Refunded:'; +$_['entry_refund'] = 'Issue refund (%s):'; + +$_['error_permission'] = 'You do not have permissions to modify this module'; +$_['error_site_reference'] = 'Site Reference is required'; +$_['error_notification_password'] = 'Notification password is required'; +$_['error_cards_accepted'] = 'Accepted cards is required'; +$_['error_username'] = 'Username is required'; +$_['error_password'] = 'Password is required'; +$_['error_connection'] = 'Could not connect to Secure Trading'; +$_['error_data_missing'] = 'Data missing'; + +$_['help_username'] = 'Your webservice username'; +$_['help_password'] = 'Your webservice password'; +$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +$_['button_reverse_authorisation'] = 'Reverse Authorisation'; +$_['button_refund'] = 'Refund'; + + +// Order page - payment tab +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Reverse Authorisation'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_created'] = 'Created'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; + +$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Reverse Authorisation'; diff --git a/public/admin/language/en-gb/extension/payment/securetrading_ws.php b/public/admin/language/en-gb/extension/payment/securetrading_ws.php new file mode 100644 index 0000000..5176c10 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/securetrading_ws.php @@ -0,0 +1,108 @@ +<?php +$_['heading_title'] = 'Secure Trading Web Service'; + +$_['tab_settings'] = 'Settings'; +$_['tab_myst'] = 'MyST'; + +$_['text_securetrading_ws'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_extension'] = 'Extensions'; +$_['text_all_geo_zones'] = 'All Geo Zones'; +$_['text_process_immediately'] = 'Process immediately'; +$_['text_wait_x_days'] = 'Wait %d days'; +$_['text_wait'] = 'Please wait.'; +$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed'; +$_['text_refund_issued'] = 'Refund was successfully issued'; +$_['text_success'] = 'Success: You have modified Secure Trading Web Service module!'; +$_['text_pending_settlement'] = 'Pending Settlement'; +$_['text_manual_settlement'] = 'Manual Settlement'; +$_['text_suspended'] = 'Suspended'; +$_['text_cancelled'] = 'Cancelled'; +$_['text_settling'] = 'Settling'; +$_['text_settled'] = 'Settled'; +$_['text_no_transactions'] = 'No transactions to show'; +$_['text_ok'] = 'Ok'; +$_['text_denied'] = 'Denied'; +$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; +$_['text_pending_suspended'] = 'Suspended'; +$_['text_pending_settled'] = 'Settled'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Reverse Authorisation'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_created'] = 'Created'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +$_['entry_site_reference'] = 'Site reference'; +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_csv_username'] = 'CSV username'; +$_['entry_csv_password'] = 'CSV password'; +$_['entry_3d_secure'] = 'Use 3D Secure'; +$_['entry_cards_accepted'] = 'Accepted cards'; +$_['entry_order_status'] = 'Order status'; +$_['entry_failed_order_status'] = 'Failed order status'; +$_['entry_declined_order_status'] = 'Declined order status'; +$_['entry_refunded_order_status'] = 'Refunded order status'; + +$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status'; +$_['entry_settle_status'] = 'Settlement status'; +$_['entry_settle_due_date'] = 'Settlement due date'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_status'] = 'Status'; +$_['entry_total'] = 'Total'; +$_['entry_reverse_authorisation'] = 'Reverse Authorisation:'; +$_['entry_refunded'] = 'Refunded:'; +$_['entry_refund'] = 'Issue refund (%s):'; +$_['entry_currency'] = 'Currency'; +$_['entry_status_code'] = 'Error code'; +$_['entry_payment_type'] = 'Payment Type'; +$_['entry_request'] = 'Request'; +$_['entry_date_from'] = 'Date From'; +$_['entry_date_to'] = 'Date To'; +$_['entry_hour'] = 'Hour'; +$_['entry_minute'] = 'Minute'; + +$_['column_order_id'] = 'Order ID'; +$_['column_transaction_reference'] = 'Transaction reference'; +$_['column_customer'] = 'Customer'; +$_['column_total'] = 'Total'; +$_['column_currency'] = 'Currency'; +$_['column_settle_status'] = 'Settle status'; +$_['column_status'] = 'Status'; +$_['column_type'] = 'Type'; +$_['column_payment_type'] = 'Payment type'; + +$_['error_permission'] = 'You do not have permissions to modify this module'; +$_['error_site_reference'] = 'Site Reference is required'; +$_['error_cards_accepted'] = 'Accepted cards is required'; +$_['error_username'] = 'Username is required'; +$_['error_password'] = 'Password is required'; +$_['error_connection'] = 'Could not connect to Secure Trading'; +$_['error_data_missing'] = 'Data missing'; + +$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount'; +$_['help_csv_username'] = 'Username of the Transaction Download service'; +$_['help_csv_password'] = 'Password of the Transaction Download service'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +$_['button_reverse_authorisation'] = 'Reverse Authorisation'; +$_['button_refund'] = 'Refund'; +$_['button_show'] = 'Show'; +$_['button_download'] = 'Download'; +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Reverse Authorisation';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/skrill.php b/public/admin/language/en-gb/extension/payment/skrill.php new file mode 100644 index 0000000..bc6f9d9 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/skrill.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Skrill'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified the Skrill details.'; +$_['text_edit'] = 'Edit Skrill'; +$_['text_skrill'] = '<a href="https://content.skrill.com/en/ecommerce-solutions/opencart/" target="_blank"><img src="view/image/payment/skrill.png" alt="Skrill" title="Skrill" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_email'] = 'E-Mail'; +$_['entry_secret'] = 'Secret'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_pending_status'] = 'Pending Status '; +$_['entry_canceled_status'] = 'Canceled Status'; +$_['entry_failed_status'] = 'Failed Status'; +$_['entry_chargeback_status'] = 'Chargeback Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Skrill!'; +$_['error_email'] = 'E-Mail Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/squareup.php b/public/admin/language/en-gb/extension/payment/squareup.php new file mode 100644 index 0000000..c984281 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/squareup.php @@ -0,0 +1,200 @@ +<?php + +// Heading +$_['heading_title'] = 'Square'; +$_['heading_title_transaction'] = 'View Transaction #%s'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_local_cron'] = 'Insert this command in your web server CRON tab. Set it up to run at least once per day.'; +$_['help_remote_cron'] = 'Use this URL to set up a CRON task via a web-based CRON service. Set it up to run at least once per day.'; +$_['help_recurring_status'] = 'Enable to allow periodic recurring payments.<br />NOTE: You must also setup a daily CRON task.'; +$_['help_cron_email'] = 'A summary of the recurring task will be sent to this e-mail after completion.'; +$_['help_cron_email_status'] = 'Enable to receive a summary after every CRON task.'; +$_['help_notify_recurring_success'] = 'Notify customers about successful recurring transactions.'; +$_['help_notify_recurring_fail'] = 'Notify customers about failed recurring transactions.'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_transaction'] = 'Transactions'; +$_['tab_cron'] = 'CRON'; +$_['tab_recurring'] = 'Recurring Payments'; + +// Text +$_['text_access_token_expires_label'] = 'Access token expires'; +$_['text_access_token_expires_placeholder'] = 'Not setup'; +$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.'; +$_['text_admin_notifications'] = 'Admin notifications'; +$_['text_authorize_label'] = 'Authorize'; +$_['text_canceled_success'] = 'Success: You have succesfully canceled this payment!'; +$_['text_capture'] = 'Capture'; +$_['text_client_id_help'] = 'Get this from the Manage Application page on Square'; +$_['text_client_id_label'] = 'Square Application ID'; +$_['text_client_id_placeholder'] = 'Square Application ID'; +$_['text_client_secret_help'] = 'Get this from the Manage Application page on Square'; +$_['text_client_secret_label'] = 'OAuth Application Secret'; +$_['text_client_secret_placeholder'] = 'OAuth Application Secret'; +$_['text_confirm_action'] = 'Are you sure?'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel the recurring payments?'; +$_['text_confirm_capture'] = 'You are about to capture the following amount: <strong>%s</strong>. Click OK to proceed.'; +$_['text_confirm_refund'] = 'Please provide a reason for the refund:'; +$_['text_confirm_void'] = 'You are about to void the following amount: <strong>%s</strong>. Click OK to proceed.'; +$_['text_connected'] = 'Connected'; +$_['text_connected_info'] = "Reconnect if you want to switch accounts or have manually revoked this extension's access from the Square App console. Manually refresh the access token if it has been close to 45 days since the last sale or reconnect."; +$_['text_connection_section'] = 'Square Connection'; +$_['text_connection_success'] = 'Successfully connected!'; +$_['text_cron_email'] = 'Send task summary to this e-mail:'; +$_['text_cron_email_status'] = 'Send e-mail summary:'; +$_['text_customer_notifications'] = 'Customer notifications'; +$_['text_debug_disabled'] = 'Disabled'; +$_['text_debug_enabled'] = 'Enabled'; +$_['text_debug_help'] = 'API requests and responses will be logged in the OpenCart error log. Use this for only for debugging and development purposes.'; +$_['text_debug_label'] = 'Debug Logging'; +$_['text_delay_capture_help'] = 'Only authorize transactions or perform charges automatically'; +$_['text_delay_capture_label'] = 'Transaction type'; +$_['text_disabled_connect_help_text'] = 'The client id and secret are required fields.'; +$_['text_edit_heading'] = 'Edit Square'; +$_['text_enable_sandbox_help'] = 'Enable sandbox mode for testing transactions'; +$_['text_enable_sandbox_label'] = 'Enable sandbox mode'; +$_['text_executables'] = 'CRON execution methods'; +$_['text_extension'] = 'Extensions'; +$_['text_extension_status'] = 'Extension status'; +$_['text_extension_status_disabled'] = 'Disabled'; +$_['text_extension_status_enabled'] = 'Enabled'; +$_['text_extension_status_help'] = 'Enable or disable the payment method'; +$_['text_insert_amount'] = 'Please insert the refund amount. Maximum: %s in %s:'; +$_['text_loading'] = 'Loading data... Please wait...'; +$_['text_loading_short'] = 'Please wait...'; +$_['text_local_cron'] = 'Method #1 - CRON Task:'; +$_['text_location_error'] = 'There was an error when trying to sync locations and token: %s'; +$_['text_location_help'] = 'Select which configured Square location to be used for transactions. Has to have card processing capabilities enabled.'; +$_['text_location_label'] = 'Location'; +$_['text_manage'] = 'Credit Card Transaction (Square)'; +$_['text_manage_tooltip'] = 'See details / Capture / Void / Refund'; +$_['text_merchant_info_section_heading'] = 'Mechant Information'; +$_['text_merchant_name_label'] = 'Merchant name'; +$_['text_merchant_name_placeholder'] = 'Not setup'; +$_['text_no_appropriate_locations_warning'] = 'There are no locations capable of online card processing setup in your Square account.'; +$_['text_no_location_selected_warning'] = 'There is no selected location.'; +$_['text_no_locations_label'] = 'No valid locations'; +$_['text_no_transactions'] = 'No transactions have been logged yet.'; +$_['text_not_connected'] = 'Not connected'; +$_['text_not_connected_info'] = 'By clicking this button you will connect this module to your Square account and activate the service.'; +$_['text_notification_ssl'] = 'Make sure you have SSL enabled on your checkout page. Otherwise, the extension will not work.'; +$_['text_notify_recurring_fail'] = 'Recurring Transaction Failed:'; +$_['text_notify_recurring_success'] = 'Recurring Transaction Successful:'; +$_['text_ok'] = 'OK'; +$_['text_order_history_cancel'] = 'An administrator has canceled your recurring payments. Your card will no longer be charged.'; +$_['text_payment_method_name_help'] = 'Checkout payment method name'; +$_['text_payment_method_name_label'] = 'Payment method name'; +$_['text_payment_method_name_placeholder'] = 'Credit / Debit Card'; +$_['text_recurring_info'] = 'Please make sure to set up a daily CRON task using one of the methods below. CRON jobs help you with:<br /><br />• Automatic refresh of your API access token<br />• Processing of recurring transactions'; +$_['text_recurring_status'] = 'Status of recurring payments:'; +$_['text_redirect_uri_help'] = 'Paste this link into the Redirect URI field under Manage Application/oAuth'; +$_['text_redirect_uri_label'] = 'Square OAuth Redirect URL'; +$_['text_refresh_access_token_success'] = 'Successfully refreshed the connection to your Square account.'; +$_['text_refresh_token'] = 'Re-create token'; +$_['text_refund'] = 'Refund'; +$_['text_refund_details'] = 'Refund details'; +$_['text_refunded_amount'] = 'Refunded: %s. Status of the refund: %s. Reason for the refund: %s'; +$_['text_refunds'] = 'Refunds (%s)'; +$_['text_remote_cron'] = 'Method #2 - Remote CRON:'; +$_['text_sale_label'] = 'Sale'; +$_['text_sandbox_access_token_help'] = 'Get this from the Manage Application page on Square'; +$_['text_sandbox_access_token_label'] = 'Sandbox Access Token'; +$_['text_sandbox_access_token_placeholder'] = 'Sandbox Access Token'; +$_['text_sandbox_client_id_help'] = 'Get this from the Manage Application page on Square'; +$_['text_sandbox_client_id_label'] = 'Sandbox Application ID'; +$_['text_sandbox_client_id_placeholder'] = 'Sandbox Application ID'; +$_['text_sandbox_disabled_label'] = 'Disabled'; +$_['text_sandbox_enabled'] = 'Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.'; +$_['text_sandbox_enabled_label'] = 'Enabled'; +$_['text_sandbox_section_heading'] = 'Square Sandbox Settings'; +$_['text_select_location'] = 'Select location'; +$_['text_settings_section_heading'] = 'Square Settings'; +$_['text_squareup'] = '<a target="_BLANK" href="https://squareup.com"><img src="view/image/payment/squareup.png" alt="Square" title="Square" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_success'] = 'Success: You have modified Square payment module!'; +$_['text_success_capture'] = 'Transaction successfully captured!'; +$_['text_success_refund'] = 'Transaction successfully refunded!'; +$_['text_success_void'] = 'Transaction successfully voided!'; +$_['text_token_expired'] = 'Your Square access token has expired! <a href="%s">Click here</a> to renew it now.'; +$_['text_token_expiry_warning'] = 'Your Square access token will expire on %s. <a href="%s">Click here</a> to renew it now.'; +$_['text_token_revoked'] = 'Your Square access token has expired or has been revoked! <a href="%s">Click here</a> to re-authorize the Square extension.'; +$_['text_transaction_statuses'] = 'Transaction Statuses'; +$_['text_view'] = 'View More'; +$_['text_void'] = 'Void'; +$_['text_na'] = 'N/A'; +$_['text_no_reason_provided'] = 'Reason not provided.'; + +// Statuses +$_['squareup_status_comment_authorized'] = 'The card transaction has been authorized but not yet captured.'; +$_['squareup_status_comment_captured'] = 'The card transaction was authorized and subsequently captured (i.e., completed).'; +$_['squareup_status_comment_voided'] = 'The card transaction was authorized and subsequently voided (i.e., canceled). '; +$_['squareup_status_comment_failed'] = 'The card transaction failed.'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_partner_solution_id'] = 'Partner Solution ID'; +$_['entry_type'] = 'Transaction Type'; +$_['entry_currency'] = 'Currency'; +$_['entry_amount'] = 'Amount'; +$_['entry_browser'] = 'Customer User Agent'; +$_['entry_ip'] = 'Customer IP'; +$_['entry_date_created'] = 'Date Created'; +$_['entry_billing_address_company'] = 'Billing Company'; +$_['entry_billing_address_street'] = 'Billing Street'; +$_['entry_billing_address_city'] = 'Billing City'; +$_['entry_billing_address_postcode'] = 'Billing ZIP'; +$_['entry_billing_address_province'] = 'Billing Province/State'; +$_['entry_billing_address_country'] = 'Billing Country'; +$_['entry_status_authorized'] = 'Authorized'; +$_['entry_status_captured'] = 'Captured'; +$_['entry_status_voided'] = 'Voided'; +$_['entry_status_failed'] = 'Failed'; +$_['entry_setup_confirmation'] = 'Setup confirmation:'; + +// Error +$_['error_permission'] = '<strong>Warning:</strong> You do not have permission to modify payment Square!'; +$_['error_permission_recurring'] = '<strong>Warning:</strong> You do not have permission to modify recurring payments!'; +$_['error_transaction_missing'] = 'Transaction not found!'; +$_['error_no_ssl'] = '<strong>Warning:</strong> SSL is not enabled on your admin panel. Please enable it to finish your configuration.'; +$_['error_user_rejected_connect_attempt'] = 'Connection attempt was canceled by the user.'; +$_['error_possible_xss'] = 'We detected a possible cross site attack and have terminated your connection attempt. Please verify your application ID and secret and try again using the buttons in the admin panel.'; +$_['error_invalid_email'] = 'The provided e-mail address is not valid!'; +$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.'; +$_['error_client_id'] = 'The app client ID is a required field'; +$_['error_client_secret'] = 'The app client secret is a required field'; +$_['error_sandbox_client_id'] = 'The sandbox client ID is a required field when sandbox mode is enabled'; +$_['error_sandbox_token'] = 'The sandbox token is a required field when sandbox mode is enabled'; +$_['error_no_location_selected'] = 'The location is a required field'; +$_['error_refresh_access_token'] = "An error occurred when trying to refresh the extension's connection to your Square account. Please verify your application credentials and try again."; +$_['error_form'] = 'Please check the form for errors and try to save agian.'; +$_['error_token'] = 'An error was encountered while refreshing the token: %s'; +$_['error_no_refund'] = 'Refund failed.'; + +// Column +$_['column_transaction_id'] = 'Transaction ID'; +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_status'] = 'Status'; +$_['column_type'] = 'Type'; +$_['column_amount'] = 'Amount'; +$_['column_ip'] = 'IP'; +$_['column_date_created'] = 'Date Created'; +$_['column_action'] = 'Action'; +$_['column_refunds'] = 'Refunds'; +$_['column_reason'] = 'Reason'; +$_['column_fee'] = 'Processing Fee'; + +// Button +$_['button_void'] = 'Void'; +$_['button_refund'] = 'Refund'; +$_['button_capture'] = 'Capture'; +$_['button_connect'] = 'Connect'; +$_['button_reconnect'] = 'Reconnect'; +$_['button_refresh'] = 'Refresh token'; diff --git a/public/admin/language/en-gb/extension/payment/twocheckout.php b/public/admin/language/en-gb/extension/payment/twocheckout.php new file mode 100644 index 0000000..76c30dd --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/twocheckout.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = '2Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified 2Checkout account details!'; +$_['text_edit'] = 'Edit 2Checkout'; +$_['text_twocheckout'] = '<a href="https://www.2checkout.com/2co/affiliate?affiliate=1596408" target="_blank"><img src="view/image/payment/2checkout.png" alt="2Checkout" title="2Checkout" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_account'] = '2Checkout Account ID'; +$_['entry_secret'] = 'Secret Word'; +$_['entry_display'] = 'Direct Checkout'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment 2Checkout!'; +$_['error_account'] = 'Account No. Required!'; +$_['error_secret'] = 'Secret Word Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/web_payment_software.php b/public/admin/language/en-gb/extension/payment/web_payment_software.php new file mode 100644 index 0000000..27fde6b --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/web_payment_software.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Web Payment Software'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Web Payment Software account details!'; +$_['text_edit'] = 'Edit AWeb Payment Software'; +$_['text_web_payment_software'] = '<a href="http://www.web-payment-software.com/" target="_blank"><img src="view/image/payment/wps-logo.jpg" alt="Web Payment Software" title="Web Payment Software" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_authorization'] = 'Authorization'; +$_['text_capture'] = 'Capture'; + +// Entry +$_['entry_login'] = 'Merchant ID'; +$_['entry_key'] = 'Merchant Key'; +$_['entry_mode'] = 'Transaction Mode'; +$_['entry_method'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Web Payment Software!'; +$_['error_login'] = 'Login ID Required!'; +$_['error_key'] = 'Transaction Key Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/payment/wechat_pay.php b/public/admin/language/en-gb/extension/payment/wechat_pay.php new file mode 100644 index 0000000..23544ee --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/wechat_pay.php @@ -0,0 +1,42 @@ +<?php +/** + * @package OpenCart + * @author Meng Wenbin + * @copyright Copyright (c) 2010 - 2017, Chengdu Guangda Network Technology Co. Ltd. (https://www.opencart.cn/) + * @license https://opensource.org/licenses/GPL-3.0 + * @link https://www.opencart.cn + */ + +// Heading +$_['heading_title'] = 'Wechat Pay'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Wechat account details!'; +$_['text_edit'] = 'Edit Wechat Pay'; +$_['text_wechat_pay'] = '<a target="_BLANK" href="https://pay.weixin.qq.com"><img src="view/image/payment/wechat.png" alt="Wechat Pay Website" title="Wechat Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_app_id'] = 'App ID'; +$_['entry_app_secret'] = 'App Secret'; +$_['entry_mch_id'] = 'Merchant ID'; +$_['entry_api_secret'] = 'API Secret'; +$_['entry_debug'] = 'Debug Mode'; +$_['entry_total'] = 'Total'; +$_['entry_currency'] = 'Currency'; +$_['entry_completed_status'] = 'Completed Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_currency'] = 'The currency customer paid merchant!'; +$_['help_wechat_pay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/wechat-pay">Click here</a> to learn how to set up Wechat Pay account.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Wechat!'; +$_['error_app_id'] = 'App ID required!'; +$_['error_app_secret'] = 'App Secret required!'; +$_['error_mch_id'] = 'Merchant ID required!'; +$_['error_api_secret'] = 'API Secret required!'; diff --git a/public/admin/language/en-gb/extension/payment/worldpay.php b/public/admin/language/en-gb/extension/payment/worldpay.php new file mode 100644 index 0000000..e2a00f0 --- /dev/null +++ b/public/admin/language/en-gb/extension/payment/worldpay.php @@ -0,0 +1,76 @@ +<?php +// Heading +$_['heading_title'] = 'Worldpay Online Payments'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Worldpay account details!'; +$_['text_worldpay'] = '<a href="https://online.worldpay.com/signup/ee48b6e6-d3e3-42aa-a80e-cbee3f4f8b09" target="_blank"><img src="view/image/payment/worldpay.png" alt="Worldpay" title="Worldpay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_authenticate'] = 'Authenticate'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_refund_ok'] = 'Rebate was successful'; +$_['text_refund_ok_order'] = 'Rebate was successful, order status updated to refund'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; + +// Entry +$_['entry_service_key'] = 'Service Key'; +$_['entry_client_key'] = 'Client Key'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; +$_['entry_secret_token'] = 'Secret Token'; +$_['entry_webhook_url'] = 'Webhook URL:'; +$_['entry_cron_job_url'] = 'Cron Job URL:'; +$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; +$_['entry_success_status'] = 'Success Status:'; +$_['entry_failed_status'] = 'Failed Status:'; +$_['entry_settled_status'] = 'Settled Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; +$_['entry_charged_back_status'] = 'Charged Back:'; +$_['entry_information_requested_status'] = 'Information Requested Status:'; +$_['entry_information_supplied_status'] = 'Information Supplied Status:'; +$_['entry_chargeback_reversed_status'] = 'Chargeback Reversed Status:'; + + +$_['entry_reversed_status'] = 'Reversed Status:'; +$_['entry_voided_status'] = 'Voided Status:'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_secret_token'] = 'Make this long and hard to guess'; +$_['help_webhook_url'] = 'Set Worldpay webhooks to call this URL'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Worldpay!'; +$_['error_service_key'] = 'Service Key Required!'; +$_['error_client_key'] = 'Client Key Required!'; + +// Order page - payment tab +$_['text_payment_info'] = 'Payment information'; +$_['text_refund_status'] = 'Payment refund'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Added'; + +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; + +$_['button_refund'] = 'Rebate / refund'; + diff --git a/public/admin/language/en-gb/extension/report/customer_activity.php b/public/admin/language/en-gb/extension/report/customer_activity.php new file mode 100644 index 0000000..640d057 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/customer_activity.php @@ -0,0 +1,42 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Activity Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Activity Report'; +$_['text_success'] = 'Success: You have modified customer activity report!'; +$_['text_filter'] = 'Filter'; +$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered for an 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> 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 return.'; +$_['text_activity_return_guest'] = '%s submitted a product return.'; +$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> created 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>.'; + +// Column +$_['column_customer'] = 'Customer'; +$_['column_comment'] = 'Comment'; +$_['column_ip'] = 'IP'; +$_['column_date_added'] = 'Date Added'; + +// Entry +$_['entry_customer'] = 'Customer'; +$_['entry_ip'] = 'IP'; +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer activity report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/customer_order.php b/public/admin/language/en-gb/extension/report/customer_order.php new file mode 100644 index 0000000..61a9ab7 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/customer_order.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Orders Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Orders Report'; +$_['text_success'] = 'Success: You have modified customer orders report!'; +$_['text_filter'] = 'Filter'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_customer'] = 'Customer Name'; +$_['column_email'] = 'E-Mail'; +$_['column_customer_group'] = 'Customer Group'; +$_['column_status'] = 'Status'; +$_['column_orders'] = 'No. Orders'; +$_['column_products'] = 'No. Products'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer orders report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/customer_reward.php b/public/admin/language/en-gb/extension/report/customer_reward.php new file mode 100644 index 0000000..4eb7d61 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/customer_reward.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Reward Points Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Reward Points Report'; +$_['text_success'] = 'Success: You have modified customer reward points report!'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_customer'] = 'Customer Name'; +$_['column_email'] = 'E-Mail'; +$_['column_customer_group'] = 'Customer Group'; +$_['column_status'] = 'Status'; +$_['column_points'] = 'Reward Points'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer reward points report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/customer_search.php b/public/admin/language/en-gb/extension/report/customer_search.php new file mode 100644 index 0000000..412bbdd --- /dev/null +++ b/public/admin/language/en-gb/extension/report/customer_search.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Searches Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Searches Report'; +$_['text_success'] = 'Success: You have modified customer searches report!'; +$_['text_filter'] = 'Filter'; +$_['text_guest'] = 'Guest'; +$_['text_customer'] = '<a href="%s">%s</a>'; + +// Column +$_['column_keyword'] = 'Keyword'; +$_['column_products'] = 'Found Products'; +$_['column_category'] = 'Category'; +$_['column_customer'] = 'Customer'; +$_['column_ip'] = 'IP'; +$_['column_date_added'] = 'Date Added'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_keyword'] = 'Keyword'; +$_['entry_customer'] = 'Customer'; +$_['entry_ip'] = 'IP'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer searches report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/customer_transaction.php b/public/admin/language/en-gb/extension/report/customer_transaction.php new file mode 100644 index 0000000..1318143 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/customer_transaction.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Transaction Report'; + +// Column +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Transaction Report'; +$_['text_success'] = 'Success: You have modified customer credit report!'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_customer'] = 'Customer Name'; +$_['column_email'] = 'E-Mail'; +$_['column_customer_group'] = 'Customer Group'; +$_['column_status'] = 'Status'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer credit report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/marketing.php b/public/admin/language/en-gb/extension/report/marketing.php new file mode 100644 index 0000000..6a0a770 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/marketing.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Marketing Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Marketing Report'; +$_['text_success'] = 'Success: You have modified marketing report!'; +$_['text_filter'] = 'Filter'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_campaign'] = 'Campaign Name'; +$_['column_code'] = 'Code'; +$_['column_clicks'] = 'Clicks'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify marketing report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/product_purchased.php b/public/admin/language/en-gb/extension/report/product_purchased.php new file mode 100644 index 0000000..2e3ac36 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/product_purchased.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Products Purchased Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Products Purchased Report'; +$_['text_success'] = 'Success: You have modified products purchased report!'; +$_['text_filter'] = 'Filter'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_name'] = 'Product Name'; +$_['column_model'] = 'Model'; +$_['column_quantity'] = 'Quantity'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify products purchased report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/product_viewed.php b/public/admin/language/en-gb/extension/report/product_viewed.php new file mode 100644 index 0000000..94906b9 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/product_viewed.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Products Viewed Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Products Viewed Report'; +$_['text_success'] = 'Success: You have reset the products viewed report!'; + +// Column +$_['column_name'] = 'Product Name'; +$_['column_model'] = 'Model'; +$_['column_viewed'] = 'Viewed'; +$_['column_percent'] = 'Percent'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify products viewed report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/sale_coupon.php b/public/admin/language/en-gb/extension/report/sale_coupon.php new file mode 100644 index 0000000..5d411bd --- /dev/null +++ b/public/admin/language/en-gb/extension/report/sale_coupon.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = 'Coupons Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Coupons Report'; +$_['text_success'] = 'Success: You have modified coupon report!'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_name'] = 'Coupon Name'; +$_['column_code'] = 'Code'; +$_['column_orders'] = 'Orders'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify coupon report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/sale_order.php b/public/admin/language/en-gb/extension/report/sale_order.php new file mode 100644 index 0000000..0e1b90d --- /dev/null +++ b/public/admin/language/en-gb/extension/report/sale_order.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Sales Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Sales Report'; +$_['text_success'] = 'Success: You have modified sales report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_orders'] = 'No. Orders'; +$_['column_products'] = 'No. Products'; +$_['column_tax'] = 'Tax'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify sales report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/sale_return.php b/public/admin/language/en-gb/extension/report/sale_return.php new file mode 100644 index 0000000..0ce1e19 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/sale_return.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Returns Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Returns Report'; +$_['text_success'] = 'Success: You have modified returns report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_returns'] = 'No. Returns'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Return Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify returns report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/sale_shipping.php b/public/admin/language/en-gb/extension/report/sale_shipping.php new file mode 100644 index 0000000..1c2d889 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/sale_shipping.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Shipping Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Shipping Report'; +$_['text_success'] = 'Success: You have modified shipping report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_title'] = 'Shipping Title'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify shipping report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/report/sale_tax.php b/public/admin/language/en-gb/extension/report/sale_tax.php new file mode 100644 index 0000000..9150801 --- /dev/null +++ b/public/admin/language/en-gb/extension/report/sale_tax.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Tax Report'; +$_['text_success'] = 'Success: You have modified tax report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_title'] = 'Tax Title'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/auspost.php b/public/admin/language/en-gb/extension/shipping/auspost.php new file mode 100644 index 0000000..97c56ee --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/auspost.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Australia Post'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Australia Post shipping!'; +$_['text_edit'] = 'Edit Australia Post Shipping'; + +// Entry +$_['entry_api'] = 'API Key'; +$_['entry_postcode'] = 'Post Code'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_weight_class'] = 'Set to kilograms.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Australia Post shipping!'; +$_['error_postcode'] = 'Post Code must be 4 digits!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/ec_ship.php b/public/admin/language/en-gb/extension/shipping/ec_ship.php new file mode 100644 index 0000000..43ee362 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/ec_ship.php @@ -0,0 +1,46 @@ +<?php +// Heading +$_['heading_title'] = 'EC-Ship'; + +// Text +$_['text_extension'] = 'Extension'; +$_['text_success'] = 'Success: You have modified EC-Ship shipping!'; +$_['text_edit'] = 'Edit EC-Ship Shipping'; +$_['text_air_registered_mail'] = 'Air Registered Mail'; +$_['text_air_parcel'] = 'Air Parcel(Package maxiumn weight 20KG)'; +$_['text_e_express_service_to_us'] = 'e-Express Service to US(Package maxiumn weight 2KG)'; +$_['text_e_express_service_to_canada'] = 'e-Express Service to Canada(Package maxiumn weight 2KG)'; +$_['text_e_express_service_to_united_kingdom'] = 'e-Express Service to United Kingdom(Package maxiumn weight 2KG)'; +$_['text_e_express_service_to_russia'] = 'e-Express Service to Russia(Package maxiumn weight 2KG)'; +$_['text_e_express_service_one'] = 'e-Express service (including Germany, France and Norway)(Package maxiumn weight 2KG)'; +$_['text_e_express_service_two'] = 'e-Express service (including Australia, New Zealand, Korea, Singapore and Vietnam)(Package maxiumn weight 2KG)'; +$_['text_speed_post'] = 'SpeedPost (Standard Service)(Package maxiumn weight 30KG)'; +$_['text_smart_post'] = 'Smart Post(Package maxiumn weight 2KG)'; +$_['text_local_courier_post'] = 'Local Courier Post (Counter Collection)(Package maxiumn weight 2KG)'; +$_['text_local_parcel'] = 'Local Parcel (Package maxiumn weight 20KG)'; + +// Entry +$_['entry_api_key'] = 'API Key'; +$_['entry_username'] = 'Integrator Username'; +$_['entry_api_username'] = 'API Username'; +$_['entry_test'] = 'Test Mode'; +$_['entry_service'] = 'Services'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_api_key'] = 'Enter the API key assigned to you by EC-SHIP.'; +$_['help_username'] = 'Enter your EC-SHIP account Integrator username.'; +$_['help_api_username'] = 'Enter your EC-SHIP account API username.'; +$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; +$_['help_service'] = 'Select the EC-SHIP services to be offered.'; +$_['help_weight_class'] = 'Set to kilograms only.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify EC-SHIP shipping!'; +$_['error_api_key'] = 'Access API Key Required!'; +$_['error_username'] = 'Username Required!'; +$_['error_api_username'] = 'API Username Required!'; diff --git a/public/admin/language/en-gb/extension/shipping/fedex.php b/public/admin/language/en-gb/extension/shipping/fedex.php new file mode 100644 index 0000000..6e6396c --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/fedex.php @@ -0,0 +1,82 @@ +<?php +// Heading +$_['heading_title'] = 'Fedex'; + +// Text +$_['text_shipping'] = 'Shipping'; +$_['text_success'] = 'Success: You have modified Fedex shipping!'; +$_['text_edit'] = 'Edit Fedex Shipping'; +$_['text_europe_first_international_priority'] = 'Europe First International Priority'; +$_['text_fedex_1_day_freight'] = 'Fedex 1 Day Freight'; +$_['text_fedex_2_day'] = 'Fedex 2 Day'; +$_['text_fedex_2_day_am'] = 'Fedex 2 Day AM'; +$_['text_fedex_2_day_freight'] = 'Fedex 2 Day Freight'; +$_['text_fedex_3_day_freight'] = 'Fedex 3 Day Freight'; +$_['text_fedex_express_saver'] = 'Fedex Express Saver'; +$_['text_fedex_first_freight'] = 'Fedex First Freight'; +$_['text_fedex_freight_economy'] = 'Fedex Freight Economy'; +$_['text_fedex_freight_priority'] = 'Fedex Freight Priority'; +$_['text_fedex_ground'] = 'Fedex Ground'; +$_['text_first_overnight'] = 'First Overnight'; +$_['text_ground_home_delivery'] = 'Ground Home Delivery'; +$_['text_international_economy'] = 'International Economy'; +$_['text_international_economy_freight'] = 'International Economy Freight'; +$_['text_international_first'] = 'International First'; +$_['text_international_priority'] = 'International Priority'; +$_['text_international_priority_freight'] = 'International Priority Freight'; +$_['text_priority_overnight'] = 'Priority Overnight'; +$_['text_smart_post'] = 'Smart Post'; +$_['text_standard_overnight'] = 'Standard Overnight'; +$_['text_regular_pickup'] = 'Regular Pickup'; +$_['text_request_courier'] = 'Request Courier'; +$_['text_drop_box'] = 'Drop Box'; +$_['text_business_service_center'] = 'Business Service Center'; +$_['text_station'] = 'Station'; +$_['text_fedex_envelope'] = 'FedEx Envelope'; +$_['text_fedex_pak'] = 'FedEx Pak'; +$_['text_fedex_box'] = 'FedEx Box'; +$_['text_fedex_tube'] = 'FedEx Tube'; +$_['text_fedex_10kg_box'] = 'FedEx 10kg Box'; +$_['text_fedex_25kg_box'] = 'FedEx 25kg Box'; +$_['text_your_packaging'] = 'Your Packaging'; +$_['text_list_rate'] = 'List Rate'; +$_['text_account_rate'] = 'Account Rate'; + +// Entry +$_['entry_key'] = 'Key'; +$_['entry_password'] = 'Password'; +$_['entry_account'] = 'Account Number'; +$_['entry_meter'] = 'Meter Number'; +$_['entry_postcode'] = 'Post Code'; +$_['entry_test'] = 'Test Mode'; +$_['entry_service'] = 'Services'; +$_['entry_dimension'] = 'Box Dimensions (L x W x H)'; +$_['entry_length_class'] = 'Length Class'; +$_['entry_length'] = 'Length'; +$_['entry_width'] = 'Width'; +$_['entry_height'] = 'Height'; +$_['entry_dropoff_type'] = 'Drop Off Type'; +$_['entry_packaging_type'] = 'Packaging Type'; +$_['entry_rate_type'] = 'Rate Type'; +$_['entry_display_time'] = 'Display Delivery Time'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_length_class'] = 'Set to inches or centimeters.'; +$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_weight_class'] = 'Set to kilograms or pounds.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Fedex shipping!'; +$_['error_key'] = 'Key required!'; +$_['error_password'] = 'Password required!'; +$_['error_account'] = 'Account required!'; +$_['error_meter'] = 'Meter required!'; +$_['error_postcode'] = 'Post Code required!'; +$_['error_dimension'] = 'Width & Height required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/flat.php b/public/admin/language/en-gb/extension/shipping/flat.php new file mode 100644 index 0000000..82cfac0 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/flat.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Flat Rate'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified flat rate shipping!'; +$_['text_edit'] = 'Edit Flat Rate Shipping'; + +// Entry +$_['entry_cost'] = 'Cost'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify flat rate shipping!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/free.php b/public/admin/language/en-gb/extension/shipping/free.php new file mode 100644 index 0000000..2dca4c5 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/free.php @@ -0,0 +1,20 @@ +<?php +// Heading +$_['heading_title'] = 'Free Shipping'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified free shipping!'; +$_['text_edit'] = 'Edit Free Shipping'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'Sub-Total amount needed before the free shipping module becomes available.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify free shipping!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/item.php b/public/admin/language/en-gb/extension/shipping/item.php new file mode 100644 index 0000000..81b2cd4 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/item.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Per Item'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified shipping per item rates!'; +$_['text_edit'] = 'Edit Per Item Shipping'; + +// Entry +$_['entry_cost'] = 'Cost'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify shipping per item rates!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/parcelforce_48.php b/public/admin/language/en-gb/extension/shipping/parcelforce_48.php new file mode 100644 index 0000000..610e4f1 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/parcelforce_48.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Parcelforce 48'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Parcelforce 48 shipping!'; +$_['text_edit'] = 'Edit Parcelforce 48 Shipping'; + +// Entry +$_['entry_rate'] = 'Parcelforce 48 Rates'; +$_['entry_insurance'] = 'Parcelforce48 Compensation Rates'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_display_insurance'] = 'Display Insurance'; +$_['entry_display_time'] = 'Display Delivery Time'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: .1:1,.25:1.27 - Weights less than or equal to 0.1Kg would cost 1.00, Weights less than or equal to 0.25g but more than 0.1Kg will cost 1.27. Do not enter KG or symbols.'; +$_['help_insurance'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_display_insurance'] = 'Do you want to display the shipping insurance? (e.g. Insured upto 500)'; +$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Parcelforce 48 shipping!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/pickup.php b/public/admin/language/en-gb/extension/shipping/pickup.php new file mode 100644 index 0000000..ad69251 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/pickup.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'Pickup From Store'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified pickup from store!'; +$_['text_edit'] = 'Edit Pickup From Store Shipping'; + +// Entry +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify pickup from store!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/royal_mail.php b/public/admin/language/en-gb/extension/shipping/royal_mail.php new file mode 100644 index 0000000..f7648e8 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/royal_mail.php @@ -0,0 +1,47 @@ +<?php +// Heading +$_['heading_title'] = 'Royal Mail'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Royal Mail shipping!'; +$_['text_edit'] = 'Edit Royal Mail Shipping'; + +// Entry +$_['entry_rate'] = 'Rates'; +$_['entry_rate_eu'] = 'Europe Rates'; +$_['entry_rate_non_eu'] = 'Non Europe Rates'; +$_['entry_rate_zone_1'] = 'World Zone 1 Rates'; +$_['entry_rate_zone_2'] = 'World Zone 2 Rates'; +$_['entry_insurance'] = 'Compensation Rates'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_display_insurance'] = 'Display Insurance'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..'; +$_['help_insurance'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_display_insurance'] = 'Do you want to display the shipping insurance? (e.g. Insured upto £500)'; +$_['help_international'] = '<p>Shipping services and prices guide is avaliable here:</p><p><a href="http://www.royalmail.com/international-zones" target="_blank">http://www.royalmail.com/international-zones</a></p><p><a href="http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf" target="_blank">http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf</a></p><p><a href="http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf" target="_blank">http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf</a></p>'; + +// Tab +$_['tab_special_delivery_500'] = 'Special Delivery Next Day (£500)'; +$_['tab_special_delivery_1000'] = 'Special Delivery Next Day (£1000)'; +$_['tab_special_delivery_2500'] = 'Special Delivery Next Day (£2500)'; +$_['tab_1st_class_signed'] = '1st Class Signed'; +$_['tab_2nd_class_signed'] = '2nd Class Signed'; +$_['tab_1st_class_standard'] = '1st Class Standard'; +$_['tab_2nd_class_standard'] = '2nd Class Standard'; +$_['tab_international_standard'] = 'International Standard'; +$_['tab_international_tracked_signed'] = 'International Tracked & Signed'; +$_['tab_international_tracked'] = 'International Tracked'; +$_['tab_international_signed'] = 'International Signed'; +$_['tab_international_economy'] = 'International Economy'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Royal Mail shipping!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/ups.php b/public/admin/language/en-gb/extension/shipping/ups.php new file mode 100644 index 0000000..8045668 --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/ups.php @@ -0,0 +1,115 @@ +<?php +// Heading +$_['heading_title'] = 'UPS'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified UPS shipping!'; +$_['text_edit'] = 'Edit UPS Shipping'; +$_['text_regular_daily_pickup'] = 'Regular Daily Pickup'; +$_['text_daily_pickup'] = 'Daily Pickup'; +$_['text_customer_counter'] = 'Customer Counter'; +$_['text_one_time_pickup'] = 'One Time Pickup'; +$_['text_on_call_air_pickup'] = 'On Call Air Pickup'; +$_['text_letter_center'] = 'Letter Center'; +$_['text_air_service_center'] = 'Air Service Center'; +$_['text_suggested_retail_rates'] = 'Suggested Retail Rates (UPS Store)'; +$_['text_package'] = 'Package'; +$_['text_ups_letter'] = 'UPS Letter'; +$_['text_ups_tube'] = 'UPS Tube'; +$_['text_ups_pak'] = 'UPS Pak'; +$_['text_ups_express_box'] = 'UPS Express Box'; +$_['text_ups_25kg_box'] = 'UPS 25kg box'; +$_['text_ups_10kg_box'] = 'UPS 10kg box'; +$_['text_us'] = 'US Origin'; +$_['text_ca'] = 'Canada Origin'; +$_['text_eu'] = 'European Union Origin'; +$_['text_pr'] = 'Puerto Rico Origin'; +$_['text_mx'] = 'Mexico Origin'; +$_['text_other'] = 'All Other Origins'; +$_['text_test'] = 'Test'; +$_['text_production'] = 'Production'; +$_['text_residential'] = 'Residential'; +$_['text_commercial'] = 'Commercial'; +$_['text_next_day_air'] = 'UPS Next Day Air'; +$_['text_2nd_day_air'] = 'UPS Second Day Air'; +$_['text_ground'] = 'UPS Ground'; +$_['text_3_day_select'] = 'UPS Three-Day Select'; +$_['text_next_day_air_saver'] = 'UPS Next Day Air Saver'; +$_['text_next_day_air_early_am'] = 'UPS Next Day Air Early A.M.'; +$_['text_2nd_day_air_am'] = 'UPS Second Day Air A.M.'; +$_['text_saver'] = 'UPS Saver'; +$_['text_worldwide_express'] = 'UPS Worldwide Express'; +$_['text_worldwide_expedited'] = 'UPS Worldwide Expedited'; +$_['text_standard'] = 'UPS Standard'; +$_['text_worldwide_express_plus'] = 'UPS Worldwide Express Plus'; +$_['text_express'] = 'UPS Express'; +$_['text_expedited'] = 'UPS Expedited'; +$_['text_express_early_am'] = 'UPS Express Early A.M.'; +$_['text_express_plus'] = 'UPS Express Plus'; +$_['text_today_standard'] = 'UPS Today Standard'; +$_['text_today_dedicated_courier'] = 'UPS Today Dedicated Courier'; +$_['text_today_intercity'] = 'UPS Today Intercity'; +$_['text_today_express'] = 'UPS Today Express'; +$_['text_today_express_saver'] = 'UPS Today Express Saver'; + +// Entry +$_['entry_key'] = 'Access Key'; +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_pickup'] = 'Pickup Method'; +$_['entry_packaging'] = 'Packaging Type'; +$_['entry_classification'] = 'Customer Classification Code'; +$_['entry_origin'] = 'Shipping Origin Code'; +$_['entry_city'] = 'Origin City'; +$_['entry_state'] = 'Origin State/Province'; +$_['entry_country'] = 'Origin Country'; +$_['entry_postcode'] = 'Origin Zip/Postal Code'; +$_['entry_test'] = 'Test Mode'; +$_['entry_quote_type'] = 'Quote Type'; +$_['entry_service'] = 'Services'; +$_['entry_insurance'] = 'Enable Insurance'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_length_class'] = 'Length Class'; +$_['entry_dimension'] = 'Dimensions (L x W x H)'; +$_['entry_length'] = 'Length'; +$_['entry_height'] = 'Height'; +$_['entry_width'] = 'Width'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug Mode'; + +// Help +$_['help_key'] = 'Enter the XML rates access key assigned to you by UPS.'; +$_['help_username'] = 'Enter your UPS Services account username.'; +$_['help_password'] = 'Enter your UPS Services account password.'; +$_['help_pickup'] = 'How do you give packages to UPS (only used when origin is US)?'; +$_['help_packaging'] = 'What kind of packaging do you use?'; +$_['help_classification'] = '01 - If you are billing to a UPS account and have a daily UPS pickup, 03 - If you do not have a UPS account or you are billing to a UPS account but do not have a daily pickup, 04 - If you are shipping from a retail outlet (only used when origin is US)'; +$_['help_origin'] = 'What origin point should be used (this setting affects only what UPS product names are shown to the user)'; +$_['help_city'] = 'Enter the name of the origin city.'; +$_['help_state'] = 'Enter the two-letter code for your origin state/province.'; +$_['help_country'] = 'Enter the two-letter code for your origin country.'; +$_['help_postcode'] = 'Enter your origin zip/postalcode.'; +$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; +$_['help_quote_type'] = 'Quote for Residential or Commercial Delivery.'; +$_['help_service'] = 'Select the UPS services to be offered.'; +$_['help_insurance'] = 'Enables insurance with product total as the value'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_weight_class'] = 'Set to kilograms or pounds.'; +$_['help_length_class'] = 'Set to centimeters or inches.'; +$_['help_dimension'] = 'This is assumed to be your average packing box size. Individual item dimensions are not supported at this time so you must enter average dimensions like 5x5x5.'; +$_['help_debug'] = 'Saves send/recv data to the system log'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify UPS (US) shipping!'; +$_['error_key'] = 'Access Key Required!'; +$_['error_username'] = 'Username Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_city'] = 'Origin City!'; +$_['error_state'] = 'Origin State/Province Required!'; +$_['error_country'] = 'Origin Country Required!'; +$_['error_dimension'] = 'Average Dimensions Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/usps.php b/public/admin/language/en-gb/extension/shipping/usps.php new file mode 100644 index 0000000..457ebcf --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/usps.php @@ -0,0 +1,88 @@ +<?php +// Heading +$_['heading_title'] = 'United States Postal Service'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified United States Postal Service!'; +$_['text_edit'] = 'Edit United States Postal Service Shipping'; +$_['text_domestic_00'] = 'First-Class Mail Parcel'; +$_['text_domestic_01'] = 'First-Class Mail Large Envelope'; +$_['text_domestic_02'] = 'First-Class Mail Letter'; +$_['text_domestic_03'] = 'First-Class Mail Postcards'; +$_['text_domestic_1'] = 'Priority Mail'; +$_['text_domestic_2'] = 'Express Mail Hold for Pickup'; +$_['text_domestic_3'] = 'Express Mail'; +$_['text_domestic_4'] = 'Parcel Post'; +$_['text_domestic_5'] = 'Bound Printed Matter'; +$_['text_domestic_6'] = 'Media Mail'; +$_['text_domestic_7'] = 'Library'; +$_['text_domestic_12'] = 'First-Class Postcard Stamped'; +$_['text_domestic_13'] = 'Express Mail Flat-Rate Envelope'; +$_['text_domestic_16'] = 'Priority Mail Flat-Rate Envelope'; +$_['text_domestic_17'] = 'Priority Mail Regular Flat-Rate Box'; +$_['text_domestic_18'] = 'Priority Mail Keys and IDs'; +$_['text_domestic_19'] = 'First-Class Keys and IDs'; +$_['text_domestic_22'] = 'Priority Mail Flat-Rate Large Box'; +$_['text_domestic_23'] = 'Express Mail Sunday/Holiday'; +$_['text_domestic_25'] = 'Express Mail Flat-Rate Envelope Sunday/Holiday'; +$_['text_domestic_27'] = 'Express Mail Flat-Rate Envelope Hold For Pickup'; +$_['text_domestic_28'] = 'Priority Mail Small Flat-Rate Box'; +$_['text_international_1'] = 'Express Mail International'; +$_['text_international_2'] = 'Priority Mail International'; +$_['text_international_4'] = 'Global Express Guaranteed (Document and Non-document)'; +$_['text_international_5'] = 'Global Express Guaranteed Document used'; +$_['text_international_6'] = 'Global Express Guaranteed Non-Document Rectangular shape'; +$_['text_international_7'] = 'Global Express Guaranteed Non-Document Non-Rectangular'; +$_['text_international_8'] = 'Priority Mail Flat Rate Envelope'; +$_['text_international_9'] = 'Priority Mail Flat Rate Box'; +$_['text_international_10'] = 'Express Mail International Flat Rate Envelope'; +$_['text_international_11'] = 'Priority Mail Flat Rate Large Box'; +$_['text_international_12'] = 'Global Express Guaranteed Envelope'; +$_['text_international_13'] = 'First Class Mail International Letters'; +$_['text_international_14'] = 'First Class Mail International Flats'; +$_['text_international_15'] = 'First Class Mail International Parcels'; +$_['text_international_16'] = 'Priority Mail Flat Rate Small Box'; +$_['text_international_21'] = 'Postcards'; +$_['text_regular'] = 'Regular'; +$_['text_large'] = 'Large'; +$_['text_rectangular'] = 'Rectangular'; +$_['text_non_rectangular'] = 'Non Rectangular'; +$_['text_variable'] = 'Variable'; + +// Entry +$_['entry_user_id'] = 'User ID'; +$_['entry_postcode'] = 'Zip Code'; +$_['entry_domestic'] = 'Domestic Services'; +$_['entry_international'] = 'International Services'; +$_['entry_size'] = 'Size'; +$_['entry_container'] = 'Container'; +$_['entry_machinable'] = 'Machinable'; +$_['entry_dimension'] = 'Dimensions (L x W x H)'; +$_['entry_length'] = 'Length'; +$_['entry_height'] = 'Height'; +$_['entry_width'] = 'Width'; +$_['entry_display_time'] = 'Display Delivery Time'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug Mode'; + +// Help +$_['help_dimension'] = 'Average package dimensions for shipping package. Product dimensions are not used for shipping at this time.'; +$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_weight_class'] = 'Must be set to Pound.'; +$_['help_debug'] = 'Saves send/recv data to the system log'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify United States Postal Service!'; +$_['error_user_id'] = 'User ID Required!'; +$_['error_postcode'] = 'Zip Code Required!'; +$_['error_width'] = 'Width Required!'; +$_['error_length'] = 'Length Required!'; +$_['error_height'] = 'Height Required!'; +$_['error_girth'] = 'Girth Required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/shipping/weight.php b/public/admin/language/en-gb/extension/shipping/weight.php new file mode 100644 index 0000000..b18887b --- /dev/null +++ b/public/admin/language/en-gb/extension/shipping/weight.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Weight Based Shipping'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified weight based shipping!'; +$_['text_edit'] = 'Edit Weight Based Shipping'; + +// Entry +$_['entry_rate'] = 'Rates'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify weight based shipping!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/theme/default.php b/public/admin/language/en-gb/extension/theme/default.php new file mode 100644 index 0000000..e879513 --- /dev/null +++ b/public/admin/language/en-gb/extension/theme/default.php @@ -0,0 +1,48 @@ +<?php +// Heading +$_['heading_title'] = 'Default Store Theme'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified the default store theme!'; +$_['text_edit'] = 'Edit Default Store Theme'; +$_['text_general'] = 'General'; +$_['text_product'] = 'Products'; +$_['text_image'] = 'Images'; + +// Entry +$_['entry_directory'] = 'Theme Directory'; +$_['entry_status'] = 'Status'; +$_['entry_product_limit'] = 'Default Items Per Page'; +$_['entry_product_description_length'] = 'List Description Limit'; +$_['entry_image_category'] = 'Category Image Size (W x H)'; +$_['entry_image_thumb'] = 'Product Image Thumb Size (W x H)'; +$_['entry_image_popup'] = 'Product Image Popup Size (W x H)'; +$_['entry_image_product'] = 'Product Image List Size (W x H)'; +$_['entry_image_additional'] = 'Additional Product Image Size (W x H)'; +$_['entry_image_related'] = 'Related Product Image Size (W x H)'; +$_['entry_image_compare'] = 'Compare Image Size (W x H)'; +$_['entry_image_wishlist'] = 'Wish List Image Size (W x H)'; +$_['entry_image_cart'] = 'Cart Image Size (W x H)'; +$_['entry_image_location'] = 'Store Image Size (W x H)'; +$_['entry_width'] = 'Width'; +$_['entry_height'] = 'Height'; + +// Help +$_['help_directory'] = 'This field is only to enable older themes to be compatible with the new theme system. You can set the theme directory to use on the image size settings defined here.'; +$_['help_product_limit'] = 'Determines how many catalog items are shown per page (products, categories, etc)'; +$_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify the default store theme!'; +$_['error_limit'] = 'Product Limit required!'; +$_['error_image_thumb'] = 'Product Image Thumb Size dimensions required!'; +$_['error_image_popup'] = 'Product Image Popup Size dimensions required!'; +$_['error_image_product'] = 'Product List Size dimensions required!'; +$_['error_image_category'] = 'Category List Size dimensions required!'; +$_['error_image_additional'] = 'Additional Product Image Size dimensions required!'; +$_['error_image_related'] = 'Related Product Image Size dimensions required!'; +$_['error_image_compare'] = 'Compare Image Size dimensions required!'; +$_['error_image_wishlist'] = 'Wish List Image Size dimensions required!'; +$_['error_image_cart'] = 'Cart Image Size dimensions required!'; +$_['error_image_location'] = 'Store Image Size dimensions required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/coupon.php b/public/admin/language/en-gb/extension/total/coupon.php new file mode 100644 index 0000000..15a3f8c --- /dev/null +++ b/public/admin/language/en-gb/extension/total/coupon.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Coupon'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified coupon total!'; +$_['text_edit'] = 'Edit Coupon'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify coupon total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/credit.php b/public/admin/language/en-gb/extension/total/credit.php new file mode 100644 index 0000000..6e86099 --- /dev/null +++ b/public/admin/language/en-gb/extension/total/credit.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Store Credit'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified store credit total!'; +$_['text_edit'] = 'Edit Store Credit Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify store credit total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/handling.php b/public/admin/language/en-gb/extension/total/handling.php new file mode 100644 index 0000000..0e3728c --- /dev/null +++ b/public/admin/language/en-gb/extension/total/handling.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Handling Fee'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified handling fee total!'; +$_['text_edit'] = 'Edit Handling Fee Total'; + +// Entry +$_['entry_total'] = 'Order Total'; +$_['entry_fee'] = 'Fee'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this order total becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/klarna_fee.php b/public/admin/language/en-gb/extension/total/klarna_fee.php new file mode 100644 index 0000000..feb108d --- /dev/null +++ b/public/admin/language/en-gb/extension/total/klarna_fee.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Fee'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna fee total!'; +$_['text_edit'] = 'Edit Klarna Fee Total'; +$_['text_sweden'] = 'Sweden'; +$_['text_norway'] = 'Norway'; +$_['text_finland'] = 'Finland'; +$_['text_denmark'] = 'Denmark'; +$_['text_germany'] = 'Germany'; +$_['text_netherlands'] = 'The Netherlands'; + +// Entry +$_['entry_total'] = 'Order Total'; +$_['entry_fee'] = 'Invoice Fee'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Klarna fee total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/low_order_fee.php b/public/admin/language/en-gb/extension/total/low_order_fee.php new file mode 100644 index 0000000..bff0937 --- /dev/null +++ b/public/admin/language/en-gb/extension/total/low_order_fee.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Low Order Fee'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified low order fee total!'; +$_['text_edit'] = 'Edit Low Order Fee Total'; + +// Entry +$_['entry_total'] = 'Order Total'; +$_['entry_fee'] = 'Fee'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this order total is deactivated.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify low order fee total!'; diff --git a/public/admin/language/en-gb/extension/total/reward.php b/public/admin/language/en-gb/extension/total/reward.php new file mode 100644 index 0000000..153198c --- /dev/null +++ b/public/admin/language/en-gb/extension/total/reward.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Reward Points'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified reward points total!'; +$_['text_edit'] = 'Edit Reward Points Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify reward points total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/shipping.php b/public/admin/language/en-gb/extension/total/shipping.php new file mode 100644 index 0000000..a0c1da6 --- /dev/null +++ b/public/admin/language/en-gb/extension/total/shipping.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'Shipping'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified shipping total!'; +$_['text_edit'] = 'Edit Shipping Total'; + +// Entry +$_['entry_estimator'] = 'Shipping Estimator'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify shipping total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/sub_total.php b/public/admin/language/en-gb/extension/total/sub_total.php new file mode 100644 index 0000000..bb203af --- /dev/null +++ b/public/admin/language/en-gb/extension/total/sub_total.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Sub-Total'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified sub-total total!'; +$_['text_edit'] = 'Edit Sub-Total Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify sub-total total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/tax.php b/public/admin/language/en-gb/extension/total/tax.php new file mode 100644 index 0000000..22627e8 --- /dev/null +++ b/public/admin/language/en-gb/extension/total/tax.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Taxes'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified taxes total!'; +$_['text_edit'] = 'Edit Tax Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify taxes total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/total.php b/public/admin/language/en-gb/extension/total/total.php new file mode 100644 index 0000000..e5eb810 --- /dev/null +++ b/public/admin/language/en-gb/extension/total/total.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Total'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified total totals!'; +$_['text_edit'] = 'Edit Total Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify total totals!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/extension/total/voucher.php b/public/admin/language/en-gb/extension/total/voucher.php new file mode 100644 index 0000000..4e59e7b --- /dev/null +++ b/public/admin/language/en-gb/extension/total/voucher.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Gift Voucher'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified gift voucher total!'; +$_['text_edit'] = 'Edit Gift Voucher Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/country.php b/public/admin/language/en-gb/localisation/country.php new file mode 100644 index 0000000..0a4e5f1 --- /dev/null +++ b/public/admin/language/en-gb/localisation/country.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Countries'; + +// Text +$_['text_success'] = 'Success: You have modified countries!'; +$_['text_list'] = 'Country List'; +$_['text_add'] = 'Add Country'; +$_['text_edit'] = 'Edit Country'; + +// Column +$_['column_name'] = 'Country Name'; +$_['column_iso_code_2'] = 'ISO Code (2)'; +$_['column_iso_code_3'] = 'ISO Code (3)'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Country Name'; +$_['entry_iso_code_2'] = 'ISO Code (2)'; +$_['entry_iso_code_3'] = 'ISO Code (3)'; +$_['entry_address_format'] = 'Address Format'; +$_['entry_postcode_required'] = 'Postcode Required'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_address_format'] = 'First Name = {firstname}<br />Last Name = {lastname}<br />Company = {company}<br />Address 1 = {address_1}<br />Address 2 = {address_2}<br />City = {city}<br />Postcode = {postcode}<br />Zone = {zone}<br />Zone Code = {zone_code}<br />Country = {country}'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify countries!'; +$_['error_name'] = 'Country Name must be between 1 and 128 characters!'; +$_['error_default'] = 'Warning: This country cannot be deleted as it is currently assigned as the default store country!'; +$_['error_store'] = 'Warning: This country cannot be deleted as it is currently assigned to %s stores!'; +$_['error_address'] = 'Warning: This country cannot be deleted as it is currently assigned to %s address book entries!'; +$_['error_affiliate'] = 'Warning: This country cannot be deleted as it is currently assigned to %s affiliates!'; +$_['error_zone'] = 'Warning: This country cannot be deleted as it is currently assigned to %s zones!'; +$_['error_zone_to_geo_zone'] = 'Warning: This country cannot be deleted as it is currently assigned to %s zones to geo zones!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/currency.php b/public/admin/language/en-gb/localisation/currency.php new file mode 100644 index 0000000..92b2a60 --- /dev/null +++ b/public/admin/language/en-gb/localisation/currency.php @@ -0,0 +1,38 @@ +<?php +// Heading +$_['heading_title'] = 'Currencies'; + +// Text +$_['text_success'] = 'Success: You have modified currencies!'; +$_['text_list'] = 'Currency List'; +$_['text_add'] = 'Add Currency'; +$_['text_edit'] = 'Edit Currency'; +$_['text_iso'] = 'You can find a full list of ISO currency codes and settings <a href="http://www.xe.com/iso4217.php" target="_blank" class="alert-link">here</a>.'; + +// Column +$_['column_title'] = 'Currency Title'; +$_['column_code'] = 'Code'; +$_['column_value'] = 'Value'; +$_['column_date_modified'] = 'Last Updated'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Currency Title'; +$_['entry_code'] = 'Code'; +$_['entry_value'] = 'Value'; +$_['entry_symbol_left'] = 'Symbol Left'; +$_['entry_symbol_right'] = 'Symbol Right'; +$_['entry_decimal_place'] = 'Decimal Places'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_code'] = 'Do not change if this is your default currency.'; +$_['help_value'] = 'Set to 1.00000 if this is your default currency.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify currencies!'; +$_['error_title'] = 'Currency Title must be between 3 and 32 characters!'; +$_['error_code'] = 'Currency Code must contain 3 characters!'; +$_['error_default'] = 'Warning: This currency cannot be deleted as it is currently assigned as the default store currency!'; +$_['error_store'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/geo_zone.php b/public/admin/language/en-gb/localisation/geo_zone.php new file mode 100644 index 0000000..489114f --- /dev/null +++ b/public/admin/language/en-gb/localisation/geo_zone.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Geo Zones'; + +// Text +$_['text_success'] = 'Success: You have modified geo zones!'; +$_['text_list'] = 'Geo Zone List'; +$_['text_add'] = 'Add Geo Zone'; +$_['text_edit'] = 'Edit Geo Zone'; +$_['text_geo_zone'] = 'Geo Zones'; + +// Column +$_['column_name'] = 'Geo Zone Name'; +$_['column_description'] = 'Description'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Geo Zone Name'; +$_['entry_description'] = 'Description'; +$_['entry_country'] = 'Country'; +$_['entry_zone'] = 'Zone'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify geo zones!'; +$_['error_name'] = 'Geo Zone Name must be between 3 and 32 characters!'; +$_['error_description'] = 'Description Name must be between 3 and 255 characters!'; +$_['error_tax_rate'] = 'Warning: This geo zone cannot be deleted as it is currently assigned to one or more tax rates!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/language.php b/public/admin/language/en-gb/localisation/language.php new file mode 100644 index 0000000..facaaae --- /dev/null +++ b/public/admin/language/en-gb/localisation/language.php @@ -0,0 +1,37 @@ +<?php +// Heading +$_['heading_title'] = 'Languages'; + +// Text +$_['text_success'] = 'Success: You have modified languages!'; +$_['text_list'] = 'Language List'; +$_['text_add'] = 'Add Language'; +$_['text_edit'] = 'Edit Language'; + +// Column +$_['column_name'] = 'Language Name'; +$_['column_code'] = 'Code'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Language Name'; +$_['entry_code'] = 'Code'; +$_['entry_locale'] = 'Locale'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_locale'] = 'Example: en_US.UTF-8,en_US,en-gb,en_gb,english'; +$_['help_status'] = 'Hide/Show it in language dropdown'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify languages!'; +$_['error_exists'] = 'Warning: You added before the language!'; +$_['error_name'] = 'Language Name must be between 3 and 32 characters!'; +$_['error_code'] = 'Language Code must at least 2 characters!'; +$_['error_locale'] = 'Locale required!'; +$_['error_default'] = 'Warning: This language cannot be deleted as it is currently assigned as the default store language!'; +$_['error_admin'] = 'Warning: This Language cannot be deleted as it is currently assigned as the administration language!'; +$_['error_store'] = 'Warning: This language cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This language cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/length_class.php b/public/admin/language/en-gb/localisation/length_class.php new file mode 100644 index 0000000..e287d33 --- /dev/null +++ b/public/admin/language/en-gb/localisation/length_class.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Length Classes'; + +// Text +$_['text_success'] = 'Success: You have modified length classes!'; +$_['text_list'] = 'Length Class List'; +$_['text_add'] = 'Add Length Class'; +$_['text_edit'] = 'Edit Length Class'; + +// Column +$_['column_title'] = 'Length Title'; +$_['column_unit'] = 'Length Unit'; +$_['column_value'] = 'Value'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Length Title'; +$_['entry_unit'] = 'Length Unit'; +$_['entry_value'] = 'Value'; + +// Help +$_['help_value'] = 'Set to 1.00000 if this is your default length.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify length classes!'; +$_['error_title'] = 'Length Title must be between 3 and 32 characters!'; +$_['error_unit'] = 'Length Unit must be between 1 and 4 characters!'; +$_['error_default'] = 'Warning: This length class cannot be deleted as it is currently assigned as the default store length class!'; +$_['error_product'] = 'Warning: This length class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/location.php b/public/admin/language/en-gb/localisation/location.php new file mode 100644 index 0000000..d7b3aab --- /dev/null +++ b/public/admin/language/en-gb/localisation/location.php @@ -0,0 +1,38 @@ +<?php +// Heading +$_['heading_title'] = 'Store Locations'; + +// Text +$_['text_success'] = 'Success: You have modified store locations!'; +$_['text_list'] = 'Store Location List'; +$_['text_add'] = 'Add Store Location'; +$_['text_edit'] = 'Edit Store Location'; +$_['text_default'] = 'Default'; +$_['text_time'] = 'Opening Times'; +$_['text_geocode'] = 'Geocode was not successful for the following reason:'; + +// Column +$_['column_name'] = 'Store Name'; +$_['column_address'] = 'Address'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Store Name'; +$_['entry_address'] = 'Address'; +$_['entry_geocode'] = 'Geocode'; +$_['entry_telephone'] = 'Telephone'; +$_['entry_fax'] = 'Fax'; +$_['entry_image'] = 'Image'; +$_['entry_open'] = 'Opening Times'; +$_['entry_comment'] = 'Comment'; + +// Help +$_['help_geocode'] = 'Please enter your store location geocode manually.'; +$_['help_open'] = 'Fill in your stores opening times.'; +$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify store locations!'; +$_['error_name'] = 'Store name must be between 3 and 32 characters!'; +$_['error_address'] = 'Address must be between 3 and 128 characters!'; +$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/order_status.php b/public/admin/language/en-gb/localisation/order_status.php new file mode 100644 index 0000000..09aa802 --- /dev/null +++ b/public/admin/language/en-gb/localisation/order_status.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Order Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified order statuses!'; +$_['text_list'] = 'Order Status List'; +$_['text_add'] = 'Add Order Status'; +$_['text_edit'] = 'Edit Order Status'; + +// Column +$_['column_name'] = 'Order Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Order Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify order statuses!'; +$_['error_name'] = 'Order Status Name must be between 3 and 32 characters!'; +$_['error_default'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default store order status!'; +$_['error_download'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default download status!'; +$_['error_store'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/return_action.php b/public/admin/language/en-gb/localisation/return_action.php new file mode 100644 index 0000000..61b73c6 --- /dev/null +++ b/public/admin/language/en-gb/localisation/return_action.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Return Actions'; + +// Text +$_['text_success'] = 'Success: You have modified return actions!'; +$_['text_list'] = 'Return Action List'; +$_['text_add'] = 'Add Return Action'; +$_['text_edit'] = 'Edit Return Action'; + +// Column +$_['column_name'] = 'Return Action Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Return Action Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify return actions!'; +$_['error_name'] = 'Return Action Name must be between 3 and 64 characters!'; +$_['error_return'] = 'Warning: This return action cannot be deleted as it is currently assigned to %s returned products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/return_reason.php b/public/admin/language/en-gb/localisation/return_reason.php new file mode 100644 index 0000000..652eaea --- /dev/null +++ b/public/admin/language/en-gb/localisation/return_reason.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Return Reasons'; + +// Text +$_['text_success'] = 'Success: You have modified return reasons!'; +$_['text_list'] = 'Return Reason List'; +$_['text_add'] = 'Add Return Reason'; +$_['text_edit'] = 'Edit Return Reason'; + +// Column +$_['column_name'] = 'Return Reason Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Return Reason Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify return reasons!'; +$_['error_name'] = 'Return Reason Name must be between 3 and 128 characters!'; +$_['error_return'] = 'Warning: This return reason cannot be deleted as it is currently assigned to %s returned products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/return_status.php b/public/admin/language/en-gb/localisation/return_status.php new file mode 100644 index 0000000..90f7f5c --- /dev/null +++ b/public/admin/language/en-gb/localisation/return_status.php @@ -0,0 +1,22 @@ +<?php +// Heading +$_['heading_title'] = 'Return Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified return statuses!'; +$_['text_list'] = 'Return Status List'; +$_['text_add'] = 'Add Return Status'; +$_['text_edit'] = 'Edit Return Status'; + +// Column +$_['column_name'] = 'Return Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Return Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify return statuses!'; +$_['error_name'] = 'Return Status Name must be between 3 and 32 characters!'; +$_['error_default'] = 'Warning: This return status cannot be deleted as it is currently assigned as the default return status!'; +$_['error_return'] = 'Warning: This return status cannot be deleted as it is currently assigned to %s returns!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/stock_status.php b/public/admin/language/en-gb/localisation/stock_status.php new file mode 100644 index 0000000..ff98054 --- /dev/null +++ b/public/admin/language/en-gb/localisation/stock_status.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Stock Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified stock statuses!'; +$_['text_list'] = 'Stock Status List'; +$_['text_add'] = 'Add Stock Status'; +$_['text_edit'] = 'Edit Stock Status'; + +// Column +$_['column_name'] = 'Stock Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Stock Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify stock statuses!'; +$_['error_name'] = 'Stock Status Name must be between 3 and 32 characters!'; +$_['error_product'] = 'Warning: This stock status cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/tax_class.php b/public/admin/language/en-gb/localisation/tax_class.php new file mode 100644 index 0000000..40df76e --- /dev/null +++ b/public/admin/language/en-gb/localisation/tax_class.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Classes'; + +// Text +$_['text_success'] = 'Success: You have modified tax classes!'; +$_['text_list'] = 'Tax Class List'; +$_['text_add'] = 'Add Tax Class'; +$_['text_edit'] = 'Edit Tax Class'; +$_['text_tax_class'] = 'Tax Class'; +$_['text_tax_rate'] = 'Tax Rates'; +$_['text_shipping'] = 'Shipping Address'; +$_['text_payment'] = 'Payment Address'; +$_['text_store'] = 'Store Address'; + +// Column +$_['column_title'] = 'Tax Class Title'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Tax Class Title'; +$_['entry_description'] = 'Description'; +$_['entry_rate'] = 'Tax Rate'; +$_['entry_based'] = 'Based On'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_priority'] = 'Priority'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax classes!'; +$_['error_title'] = 'Tax Class Title must be between 3 and 32 characters!'; +$_['error_description'] = 'Description must be between 3 and 255 characters!'; +$_['error_product'] = 'Warning: This tax class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/tax_rate.php b/public/admin/language/en-gb/localisation/tax_rate.php new file mode 100644 index 0000000..f66f6f1 --- /dev/null +++ b/public/admin/language/en-gb/localisation/tax_rate.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Rates'; + +// Text +$_['text_success'] = 'Success: You have modified tax rates!'; +$_['text_list'] = 'Tax Rate List'; +$_['text_add'] = 'Add Tax Rate'; +$_['text_edit'] = 'Edit Tax Rate'; +$_['text_percent'] = 'Percentage'; +$_['text_amount'] = 'Fixed Amount'; + +// Column +$_['column_name'] = 'Tax Name'; +$_['column_rate'] = 'Tax Rate'; +$_['column_type'] = 'Type'; +$_['column_geo_zone'] = 'Geo Zone'; +$_['column_date_added'] = 'Date Added'; +$_['column_date_modified'] = 'Date Modified'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Tax Name'; +$_['entry_rate'] = 'Tax Rate'; +$_['entry_type'] = 'Type'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_geo_zone'] = 'Geo Zone'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax rates!'; +$_['error_tax_rule'] = 'Warning: This tax rate cannot be deleted as it is currently assigned to %s tax classes!'; +$_['error_name'] = 'Tax Name must be between 3 and 32 characters!'; +$_['error_rate'] = 'Tax Rate required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/weight_class.php b/public/admin/language/en-gb/localisation/weight_class.php new file mode 100644 index 0000000..b37de54 --- /dev/null +++ b/public/admin/language/en-gb/localisation/weight_class.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Weight Classes'; + +// Text +$_['text_success'] = 'Success: You have modified weight classes!'; +$_['text_list'] = 'Weight Class List'; +$_['text_add'] = 'Add Weight Class'; +$_['text_edit'] = 'Edit Weight Class'; + +// Column +$_['column_title'] = 'Weight Title'; +$_['column_unit'] = 'Weight Unit'; +$_['column_value'] = 'Value'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Weight Title'; +$_['entry_unit'] = 'Weight Unit'; +$_['entry_value'] = 'Value'; + +// Help +$_['help_value'] = 'Set to 1.00000 if this is your default weight.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify weight classes!'; +$_['error_title'] = 'Weight Title must be between 3 and 32 characters!'; +$_['error_unit'] = 'Weight Unit must be between 1 and 4 characters!'; +$_['error_default'] = 'Warning: This weight class cannot be deleted as it is currently assigned as the default store weight class!'; +$_['error_product'] = 'Warning: This weight class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/localisation/zone.php b/public/admin/language/en-gb/localisation/zone.php new file mode 100644 index 0000000..a12c748 --- /dev/null +++ b/public/admin/language/en-gb/localisation/zone.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Zones'; + +// Text +$_['text_success'] = 'Success: You have modified zones!'; +$_['text_list'] = 'Zone List'; +$_['text_add'] = 'Add Zone'; +$_['text_edit'] = 'Edit Zone'; + +// Column +$_['column_name'] = 'Zone Name'; +$_['column_code'] = 'Zone Code'; +$_['column_country'] = 'Country'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Zone Name'; +$_['entry_code'] = 'Zone Code'; +$_['entry_country'] = 'Country'; +$_['entry_status'] = 'Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify zones!'; +$_['error_name'] = 'Zone Name must be between 1 and 128 characters!'; +$_['error_default'] = 'Warning: This zone cannot be deleted as it is currently assigned as the default store zone!'; +$_['error_store'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s stores!'; +$_['error_address'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s address book entries!'; +$_['error_affiliate'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s affiliates!'; +$_['error_zone_to_geo_zone'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s zones to geo zones!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/affiliate_approve.php b/public/admin/language/en-gb/mail/affiliate_approve.php new file mode 100644 index 0000000..913342d --- /dev/null +++ b/public/admin/language/en-gb/mail/affiliate_approve.php @@ -0,0 +1,7 @@ +<?php +// Text +$_['text_subject'] = '%s - Your affiliate account has been activated!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_login'] = 'Your account has now been approved and you can log in by using your email address and password by visiting our website or at the following URL:'; +$_['text_services'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.'; +$_['text_thanks'] = 'Thanks,';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/affiliate_deny.php b/public/admin/language/en-gb/mail/affiliate_deny.php new file mode 100644 index 0000000..1f20754 --- /dev/null +++ b/public/admin/language/en-gb/mail/affiliate_deny.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Your affiliate account has been denied!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:'; +$_['text_thanks'] = 'Thanks,';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/customer_approve.php b/public/admin/language/en-gb/mail/customer_approve.php new file mode 100644 index 0000000..f1ef1a9 --- /dev/null +++ b/public/admin/language/en-gb/mail/customer_approve.php @@ -0,0 +1,7 @@ +<?php +// Text +$_['text_subject'] = '%s - Your Account has been activated!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:'; +$_['text_service'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.'; +$_['text_thanks'] = 'Thanks,';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/customer_deny.php b/public/admin/language/en-gb/mail/customer_deny.php new file mode 100644 index 0000000..f1af23a --- /dev/null +++ b/public/admin/language/en-gb/mail/customer_deny.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Your Account has been denied!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:'; +$_['text_thanks'] = 'Thanks,'; diff --git a/public/admin/language/en-gb/mail/forgotten.php b/public/admin/language/en-gb/mail/forgotten.php new file mode 100644 index 0000000..cef50f8 --- /dev/null +++ b/public/admin/language/en-gb/mail/forgotten.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Password reset request'; +$_['text_greeting'] = 'A new password was requested for %s administration.'; +$_['text_change'] = 'To reset your password click on the link below:'; +$_['text_ip'] = 'The IP used to make this request was:';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/return.php b/public/admin/language/en-gb/mail/return.php new file mode 100644 index 0000000..0c25807 --- /dev/null +++ b/public/admin/language/en-gb/mail/return.php @@ -0,0 +1,8 @@ +<?php +// Text +$_['text_subject'] = '%s - Return Update %s'; +$_['text_return_id'] = 'Return ID:'; +$_['text_date_added'] = 'Return Date:'; +$_['text_return_status'] = 'Your return has been updated to the following status:'; +$_['text_comment'] = 'The comments for your return are:'; +$_['text_footer'] = 'Please reply to this email if you have any questions.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/reward.php b/public/admin/language/en-gb/mail/reward.php new file mode 100644 index 0000000..b02465a --- /dev/null +++ b/public/admin/language/en-gb/mail/reward.php @@ -0,0 +1,5 @@ +<?php +// Text +$_['text_subject'] = '%s - Reward Points'; +$_['text_received'] = 'You have received %s Reward Points!'; +$_['text_total'] = 'Your total number of reward points is now %s.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/transaction.php b/public/admin/language/en-gb/mail/transaction.php new file mode 100644 index 0000000..d111391 --- /dev/null +++ b/public/admin/language/en-gb/mail/transaction.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Affiliate Credit'; +$_['text_received'] = 'You have received %s credit!'; +$_['text_total'] = 'Your total amount of credit is now %s.'; +$_['text_credit'] = 'Your account credit can deducted from your next purchase.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/mail/voucher.php b/public/admin/language/en-gb/mail/voucher.php new file mode 100644 index 0000000..bc49ab6 --- /dev/null +++ b/public/admin/language/en-gb/mail/voucher.php @@ -0,0 +1,9 @@ +<?php +// Text +$_['text_success'] = 'Success: You have modified vouchers!'; +$_['text_subject'] = 'You have been sent a gift certificate from %s'; +$_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s'; +$_['text_from'] = 'This Gift Certificate has been sent to you by %s'; +$_['text_message'] = 'With a message saying'; +$_['text_redeem'] = 'To redeem this Gift Certificate, write down the redemption code which is <b>%s</b> then click on the the link below and purchase the product you wish to use this gift certificate on. You can enter the gift certificate code on the shopping cart page before you click checkout.'; +$_['text_footer'] = 'Please reply to this email if you have any questions.';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketing/contact.php b/public/admin/language/en-gb/marketing/contact.php new file mode 100644 index 0000000..0c28e84 --- /dev/null +++ b/public/admin/language/en-gb/marketing/contact.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Mail'; + +// Text +$_['text_success'] = 'Your message has been successfully sent!'; +$_['text_sent'] = 'Your message has been successfully sent to %s of %s recipients!'; +$_['text_list'] = 'Mail List'; +$_['text_default'] = 'Default'; +$_['text_newsletter'] = 'All Newsletter Subscribers'; +$_['text_customer_all'] = 'All Customers'; +$_['text_customer_group'] = 'Customer Group'; +$_['text_customer'] = 'Customers'; +$_['text_affiliate_all'] = 'All Affiliates'; +$_['text_affiliate'] = 'Affiliates'; +$_['text_product'] = 'Products'; + +// Entry +$_['entry_store'] = 'From'; +$_['entry_to'] = 'To'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_customer'] = 'Customer'; +$_['entry_affiliate'] = 'Affiliate'; +$_['entry_product'] = 'Products'; +$_['entry_subject'] = 'Subject'; +$_['entry_message'] = 'Message'; + +// Help +$_['help_customer'] = '(Autocomplete)'; +$_['help_affiliate'] = '(Autocomplete)'; +$_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to send E-Mails!'; +$_['error_subject'] = 'E-Mail Subject required!'; +$_['error_message'] = 'E-Mail Message required!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketing/coupon.php b/public/admin/language/en-gb/marketing/coupon.php new file mode 100644 index 0000000..a10452d --- /dev/null +++ b/public/admin/language/en-gb/marketing/coupon.php @@ -0,0 +1,57 @@ +<?php +// Heading +$_['heading_title'] = 'Coupons'; + +// Text +$_['text_success'] = 'Success: You have modified coupons!'; +$_['text_list'] = 'Coupon List'; +$_['text_add'] = 'Add Coupon'; +$_['text_edit'] = 'Edit Coupon'; +$_['text_percent'] = 'Percentage'; +$_['text_amount'] = 'Fixed Amount'; +$_['text_coupon'] = 'Coupon History'; + +// Column +$_['column_name'] = 'Coupon Name'; +$_['column_code'] = 'Code'; +$_['column_discount'] = 'Discount'; +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_status'] = 'Status'; +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_amount'] = 'Amount'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Coupon Name'; +$_['entry_code'] = 'Code'; +$_['entry_type'] = 'Type'; +$_['entry_discount'] = 'Discount'; +$_['entry_logged'] = 'Customer Login'; +$_['entry_shipping'] = 'Free Shipping'; +$_['entry_total'] = 'Total Amount'; +$_['entry_category'] = 'Category'; +$_['entry_product'] = 'Products'; +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_uses_total'] = 'Uses Per Coupon'; +$_['entry_uses_customer'] = 'Uses Per Customer'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_code'] = 'The code the customer enters to get the discount.'; +$_['help_type'] = 'Percentage or Fixed Amount.'; +$_['help_logged'] = 'Customer must be logged in to use the coupon.'; +$_['help_total'] = 'The total amount that must be reached before the coupon is valid.'; +$_['help_category'] = 'Choose all products under selected category.'; +$_['help_product'] = 'Choose specific products the coupon will apply to. Select no products to apply coupon to entire cart.'; +$_['help_uses_total'] = 'The maximum number of times the coupon can be used by any customer. Leave blank for unlimited'; +$_['help_uses_customer'] = 'The maximum number of times the coupon can be used by a single customer. Leave blank for unlimited'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify coupons!'; +$_['error_exists'] = 'Warning: Coupon code is already in use!'; +$_['error_name'] = 'Coupon Name must be between 3 and 128 characters!'; +$_['error_code'] = 'Code must be between 3 and 10 characters!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketing/marketing.php b/public/admin/language/en-gb/marketing/marketing.php new file mode 100644 index 0000000..a5b3b74 --- /dev/null +++ b/public/admin/language/en-gb/marketing/marketing.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Marketing Tracking'; + +// Text +$_['text_success'] = 'Success: You have modified marketing tracking!'; +$_['text_list'] = 'Marketing Tracking List'; +$_['text_add'] = 'Add Marketing Tracking'; +$_['text_edit'] = 'Edit Marketing Tracking'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_name'] = 'Campaign Name'; +$_['column_code'] = 'Code'; +$_['column_clicks'] = 'Clicks'; +$_['column_orders'] = 'Orders'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Campaign Name'; +$_['entry_description'] = 'Campaign Description'; +$_['entry_code'] = 'Tracking Code'; +$_['entry_example'] = 'Examples'; +$_['entry_date_added'] = 'Date Added'; + +// Help +$_['help_code'] = 'The tracking code that will be used to track marketing campaigns.'; +$_['help_example'] = 'So the system can track referrals you need to add the tracking code to the end of the URL linking to your site.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify marketing tracking!'; +$_['error_name'] = 'Campaign must be between 1 and 32 characters!'; +$_['error_code'] = 'Tracking Code required!'; +$_['error_exists'] = 'Tracking code is being used by another campaign!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketplace/api.php b/public/admin/language/en-gb/marketplace/api.php new file mode 100644 index 0000000..c74525e --- /dev/null +++ b/public/admin/language/en-gb/marketplace/api.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'OpenCart Marketplace API'; + +// Text +$_['text_success'] = 'Success: You have modified your API information!'; +$_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_secret'] = 'Secret'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!'; +$_['error_username'] = 'Username required!'; +$_['error_secret'] = 'Secret required!'; diff --git a/public/admin/language/en-gb/marketplace/event.php b/public/admin/language/en-gb/marketplace/event.php new file mode 100644 index 0000000..c02c584 --- /dev/null +++ b/public/admin/language/en-gb/marketplace/event.php @@ -0,0 +1,20 @@ +<?php +// Heading +$_['heading_title'] = 'Events'; + +// Text +$_['text_success'] = 'Success: You have modified events!'; +$_['text_list'] = 'Event List'; +$_['text_event'] = 'Events are used by extensions to override the default functionality of your store. If you have issues you can disable or enable the events here.'; +$_['text_info'] = 'Event Information'; +$_['text_trigger'] = 'Trigger'; +$_['text_action'] = 'Action'; + +// Column +$_['column_code'] = 'Event Code'; +$_['column_status'] = 'Status'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; diff --git a/public/admin/language/en-gb/marketplace/extension.php b/public/admin/language/en-gb/marketplace/extension.php new file mode 100644 index 0000000..662f4c9 --- /dev/null +++ b/public/admin/language/en-gb/marketplace/extension.php @@ -0,0 +1,9 @@ +<?php +// Heading +$_['heading_title'] = 'Extensions'; + +// Text +$_['text_success'] = 'Success: You have modified extensions!'; +$_['text_list'] = 'Extension List'; +$_['text_type'] = 'Choose the extension type'; +$_['text_filter'] = 'Filter';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketplace/install.php b/public/admin/language/en-gb/marketplace/install.php new file mode 100644 index 0000000..93a9a12 --- /dev/null +++ b/public/admin/language/en-gb/marketplace/install.php @@ -0,0 +1,18 @@ +<?php +// Text +$_['text_success'] = 'Success: You have modified extensions!'; +$_['text_unzip'] = 'Extracting files!'; +$_['text_move'] = 'Copying files!'; +$_['text_xml'] = 'Applying modifications!'; +$_['text_remove'] = 'Removing temporary files!'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; +$_['error_unzip'] = 'Zip file could not be opened!'; +$_['error_file'] = 'Install file could not be found!'; +$_['error_directory'] = 'Install directory could not be found!'; +$_['error_code'] = 'Unique code is required for modification XML!'; +$_['error_xml'] = 'Modification %s is already being used!'; +$_['error_exists'] = 'The file %s already exists!'; +$_['error_allowed'] = 'The directory %s is not allowed to be written to!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketplace/installer.php b/public/admin/language/en-gb/marketplace/installer.php new file mode 100644 index 0000000..2fd6411 --- /dev/null +++ b/public/admin/language/en-gb/marketplace/installer.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Extension Installer'; + +// Text +$_['text_progress'] = 'Install Progress'; +$_['text_upload'] = 'Upload your extensions'; +$_['text_history'] = 'Install History'; +$_['text_success'] = 'Success: The extension has been installed!'; +$_['text_install'] = 'Installing'; + +// Column +$_['column_filename'] = 'Filename'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_upload'] = 'Upload File'; +$_['entry_progress'] = 'Progress'; + +// Help +$_['help_upload'] = 'Requires a modification file with extension \'.ocmod.zip\'.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; +$_['error_upload'] = 'File could not be uploaded!'; +$_['error_filetype'] = 'Invalid file type!'; +$_['error_file'] = 'File could not be found!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketplace/marketplace.php b/public/admin/language/en-gb/marketplace/marketplace.php new file mode 100644 index 0000000..19d1482 --- /dev/null +++ b/public/admin/language/en-gb/marketplace/marketplace.php @@ -0,0 +1,72 @@ +<?php +// Heading +$_['heading_title'] = 'Extension Marketplace'; + +// Text +$_['text_success'] = 'Success: You have modified extensions!'; +$_['text_list'] = 'Extension List'; +$_['text_filter'] = 'Filter'; +$_['text_search'] = 'Search for extensions and themes'; +$_['text_category'] = 'Categories'; +$_['text_all'] = 'All'; +$_['text_theme'] = 'Themes'; +$_['text_marketplace'] = 'Marketplaces'; +$_['text_language'] = 'Languages'; +$_['text_payment'] = 'Payment'; +$_['text_shipping'] = 'Shipping'; +$_['text_module'] = 'Modules'; +$_['text_total'] = 'Order Totals'; +$_['text_feed'] = 'Feeds'; +$_['text_report'] = 'Reports'; +$_['text_other'] = 'Other'; +$_['text_free'] = 'Free'; +$_['text_paid'] = 'Paid'; +$_['text_purchased'] = 'Purchased'; +$_['text_date_modified'] = 'Date Modified'; +$_['text_date_added'] = 'Date Added'; +$_['text_rating'] = 'Rating'; +$_['text_reviews'] = 'reviews'; +$_['text_compatibility'] = 'Compatibility'; +$_['text_downloaded'] = 'Downloaded'; +$_['text_member_since'] = 'Member since:'; +$_['text_price'] = 'Price'; +$_['text_partner'] = 'Developed by OpenCart Partner'; +$_['text_support'] = '12 Months free support'; +$_['text_documentation'] = 'Documentation Included'; +$_['text_sales'] = 'Sales'; +$_['text_comment'] = 'Comments'; +$_['text_download'] = 'Downloading'; +$_['text_install'] = 'Installing'; +$_['text_comment_add'] = 'Leave your comment'; +$_['text_write'] = 'Write your comment here..'; +$_['text_purchase'] = 'Please confirm who you are!'; +$_['text_pin'] = 'Please enter your 4 digit PIN number. This PIN number is to protect your account.'; +$_['text_secure'] = 'Do not give your PIN to any one including developers. If you require an extension seller to install an extension for you then you should email them the required extension.'; +$_['text_name'] = 'Download Name'; +$_['text_progress'] = 'Progress'; +$_['text_available'] = 'Available Installs'; +$_['text_action'] = 'Action'; + +// Entry +$_['entry_pin'] = 'PIN'; + +// Tab +$_['tab_description'] = 'Description'; +$_['tab_documentation'] = 'Documentation'; +$_['tab_download'] = 'Download'; +$_['tab_comment'] = 'Comment'; + +// Button +$_['button_opencart'] = 'Marketplace API'; +$_['button_purchase'] = 'Purchase'; +$_['button_view_all'] = 'View all extensions'; +$_['button_get_support'] = 'Get Support'; +$_['button_comment'] = 'Comment'; +$_['button_reply'] = 'Reply'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_opencart'] = 'Warning: You must enter your OpenCart API information before you can make any purchases!'; +$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; +$_['error_purchase'] = 'Extension could not be purchased!'; +$_['error_download'] = 'Extension could not be downloaded!'; diff --git a/public/admin/language/en-gb/marketplace/modification.php b/public/admin/language/en-gb/marketplace/modification.php new file mode 100644 index 0000000..cd0cae3 --- /dev/null +++ b/public/admin/language/en-gb/marketplace/modification.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Modifications'; + +// Text +$_['text_success'] = 'Success: You have modified modifications!'; +$_['text_refresh'] = 'Whenever you enable / disable or delete a modification you need to click the refresh button to rebuild your modification cache!'; +$_['text_list'] = 'Modification List'; + +// Column +$_['column_name'] = 'Modification Name'; +$_['column_author'] = 'Author'; +$_['column_version'] = 'Version'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify modifications!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/marketplace/openbay.php b/public/admin/language/en-gb/marketplace/openbay.php new file mode 100644 index 0000000..b54aaaa --- /dev/null +++ b/public/admin/language/en-gb/marketplace/openbay.php @@ -0,0 +1,95 @@ +<?php +// Heading +$_['heading_title'] = 'OpenBay Pro'; + +// Buttons +$_['button_retry'] = 'Retry'; +$_['button_update'] = 'Update'; +$_['button_patch'] = 'Patch'; +$_['button_faq'] = 'View FAQ topic'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_update'] = 'Software updates'; +$_['tab_developer'] = 'Developer'; + +// Text +$_['text_dashboard'] = 'Dashboard'; +$_['text_success'] = 'Success: Settings have been saved'; +$_['text_products'] = 'Items'; +$_['text_orders'] = 'Orders'; +$_['text_manage'] = 'Manage'; +$_['text_help'] = 'Help'; +$_['text_tutorials'] = 'Tutorials'; +$_['text_suggestions'] = 'Ideas'; +$_['text_version_latest'] = 'You are running the latest version'; +$_['text_version_check'] = 'Checking software version'; +$_['text_version_installed'] = 'Installed version of OpenBay Pro: v'; +$_['text_version_current'] = 'Your version is'; +$_['text_version_available'] = 'the latest is'; +$_['text_language'] = 'API response language'; +$_['text_getting_messages'] = 'Getting OpenBay Pro messages'; +$_['text_complete'] = 'Complete'; +$_['text_patch_complete'] = 'Patch has been applied'; +$_['text_updated'] = 'Module has been updated (v.%s)'; +$_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.'; +$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update'; +$_['text_clear_faq'] = 'Clear hidden FAQ popups'; +$_['text_clear_faq_complete'] = 'Notifications will now show again'; +$_['text_install_success'] = 'Marketplace has been installed'; +$_['text_uninstall_success'] = 'Marketplace has been removed'; +$_['text_title_messages'] = 'Messages & notifications'; +$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace'; +$_['text_action_warning'] = 'This action is dangerous so is password protected.'; +$_['text_check_new'] = 'Checking for newer version'; +$_['text_downloading'] = 'Downloading update files'; +$_['text_extracting'] = 'Extracting files'; +$_['text_running_patch'] = 'Running patch files'; +$_['text_fail_patch'] = 'Unable to extract update files'; +$_['text_updated_ok'] = 'Update complete, installed version is now '; +$_['text_check_server'] = 'Checking server requirements'; +$_['text_version_ok'] = 'Software is already up to date, installed version is '; +$_['text_remove_files'] = 'Removing files no longer required'; +$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing'; +$_['text_software_update'] = 'OpenBay Pro software update'; +$_['text_patch_option'] = 'Manual patching'; + +// Column +$_['column_name'] = 'Plugin name'; +$_['column_status'] = 'Status'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_patch'] = 'Manual update patch'; +$_['entry_courier'] = 'Courier'; +$_['entry_courier_other'] = 'Other courier'; +$_['entry_tracking'] = 'Tracking #'; +$_['entry_empty_data'] = 'Empty store data?'; +$_['entry_password_prompt'] = 'Please enter the data wipe password'; +$_['entry_update'] = 'Easy 1 click update'; +$_['entry_beta'] = 'Use beta version'; + +// Error +$_['error_admin'] = 'Admin directory expected'; +$_['error_failed'] = 'Failed to load, retry?'; +$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <'; +$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID'; +$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier'; +$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension'; +$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually'; +$_['error_mkdir'] = 'PHP function "mkdir" is disabled, contact your host'; +$_['error_openssl_encrypt'] = 'PHP function "openssl_encrypt" is not enabled. Contact your hosting provider.'; +$_['error_openssl_decrypt'] = 'PHP function "openssl_decrypt" is not enabled. Contact your hosting provider.'; +$_['error_fopen'] = 'PHP function "fopen" is not enabled. Contact your hosting provider.'; +$_['error_url_fopen'] = '"allow_url_fopen" directive is disabled by your host - you will be unable to import images when importing products from eBay'; +$_['error_curl'] = 'PHP library "CURL" is not enabled. Contact your hosting provider.'; +$_['error_zip'] = 'ZIP extension needs to be loaded. Contact your hosting provider.'; +$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.'; +$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.'; + +// Help +$_['help_clear_faq'] = 'Show all of the help notifications again'; +$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!'; +$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically'; +$_['help_patch'] = 'Click to run the patch scripts'; +$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.'; diff --git a/public/admin/language/en-gb/report/online.php b/public/admin/language/en-gb/report/online.php new file mode 100644 index 0000000..5f29b55 --- /dev/null +++ b/public/admin/language/en-gb/report/online.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Online Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified customers online report!'; +$_['text_list'] = 'Online List'; +$_['text_filter'] = 'Filter'; +$_['text_guest'] = 'Guest'; + +// Column +$_['column_ip'] = 'IP'; +$_['column_customer'] = 'Customer'; +$_['column_url'] = 'Last Page Visited'; +$_['column_referer'] = 'Referer'; +$_['column_date_added'] = 'Last Click'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_ip'] = 'IP'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customers online report!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/report/report.php b/public/admin/language/en-gb/report/report.php new file mode 100644 index 0000000..ed2fa51 --- /dev/null +++ b/public/admin/language/en-gb/report/report.php @@ -0,0 +1,9 @@ +<?php +// Heading +$_['heading_title'] = 'Reports'; + +// Text +$_['text_success'] = 'Success: You have modified reports!'; +$_['text_list'] = 'Report List'; +$_['text_type'] = 'Choose the report type'; +$_['text_filter'] = 'Filter';
\ No newline at end of file diff --git a/public/admin/language/en-gb/report/statistics.php b/public/admin/language/en-gb/report/statistics.php new file mode 100644 index 0000000..8948186 --- /dev/null +++ b/public/admin/language/en-gb/report/statistics.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Statistics'; + +// Text +$_['text_success'] = 'Success: You have modified statistics!'; +$_['text_list'] = 'Statistics List'; +$_['text_order_sale'] = 'Order Sales'; +$_['text_order_processing'] = 'Orders Processing'; +$_['text_order_complete'] = 'Orders Complete'; +$_['text_order_other'] = 'Orders Other'; +$_['text_returns'] = 'Returns'; +$_['text_customer'] = 'Customers Waiting for Approval'; +$_['text_affiliate'] = 'Affiliates Waiting for Approval'; +$_['text_product'] = 'Out of stock products'; +$_['text_review'] = 'Pending Reviews'; + +// Column +$_['column_name'] = 'Statistics Name'; +$_['column_value'] = 'Value'; +$_['column_action'] = 'Action'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify statistics!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/sale/order.php b/public/admin/language/en-gb/sale/order.php new file mode 100644 index 0000000..61e0db9 --- /dev/null +++ b/public/admin/language/en-gb/sale/order.php @@ -0,0 +1,132 @@ +<?php +// Heading +$_['heading_title'] = 'Orders'; + +// Text +$_['text_success'] = 'Success: You have modified orders!'; +$_['text_list'] = 'Order List'; +$_['text_add'] = 'Add Order'; +$_['text_edit'] = 'Edit Order'; +$_['text_filter'] = 'Filter'; +$_['text_order_detail'] = 'Order Details'; +$_['text_customer_detail'] = 'Customer Details'; +$_['text_option'] = 'Options'; +$_['text_store'] = 'Store'; +$_['text_date_added'] = 'Date Added'; +$_['text_payment_method'] = 'Payment Method'; +$_['text_shipping_method'] = 'Shipping Method'; +$_['text_customer'] = 'Customer'; +$_['text_customer_group'] = 'Customer Group'; +$_['text_email'] = 'E-Mail'; +$_['text_telephone'] = 'Telephone'; +$_['text_fax'] = 'Fax'; +$_['text_invoice'] = 'Invoice'; +$_['text_reward'] = 'Reward Points'; +$_['text_affiliate'] = 'Affiliate'; +$_['text_order'] = 'Order (#%s)'; +$_['text_payment_address'] = 'Payment Address'; +$_['text_shipping_address'] = 'Shipping Address'; +$_['text_comment'] = 'Customer Comment'; +$_['text_history'] = 'Order History'; +$_['text_history_add'] = 'Add Order History'; +$_['text_account_custom_field'] = 'Account Custom Fields'; +$_['text_payment_custom_field'] = 'Payment Address Custom Fields'; +$_['text_shipping_custom_field'] = 'Shipping Address Custom Fields'; +$_['text_browser'] = 'Browser'; +$_['text_ip'] = 'IP Address'; +$_['text_forwarded_ip'] = 'Forwarded IP'; +$_['text_user_agent'] = 'User Agent'; +$_['text_accept_language'] = 'Accept Language'; +$_['text_order_id'] = 'Order ID:'; +$_['text_website'] = 'Web Site:'; +$_['text_invoice_no'] = 'Invoice No.'; +$_['text_invoice_date'] = 'Invoice Date:'; +$_['text_sku'] = 'SKU:'; +$_['text_upc'] = 'UPC:'; +$_['text_ean'] = 'EAN:'; +$_['text_jan'] = 'JAN:'; +$_['text_isbn'] = 'ISBN:'; +$_['text_mpn'] = 'MPN:'; +$_['text_missing'] = 'Missing Orders'; +$_['text_default'] = 'Default'; +$_['text_product'] = 'Add Product(s)'; +$_['text_voucher'] = 'Add Voucher(s)'; +$_['text_shipping'] = 'Shipping'; +$_['text_contact'] = 'Contact'; +$_['text_reward_added'] = 'Success: Reward points added!'; +$_['text_reward_removed'] = 'Success: Reward points removed!'; +$_['text_commission_added'] = 'Success: Commission added!'; +$_['text_commission_removed'] = 'Success: Commission removed!'; +$_['text_restock'] = 'Success: Products have been restocked!'; +$_['text_upload'] = 'Your file was successfully uploaded!'; +$_['text_picklist'] = 'Dispatch Note'; + +// Column +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_date_modified'] = 'Date Modified'; +$_['column_total'] = 'Total'; +$_['column_product'] = 'Product'; +$_['column_model'] = 'Model'; +$_['column_quantity'] = 'Quantity'; +$_['column_price'] = 'Unit Price'; +$_['column_comment'] = 'Comment'; +$_['column_notify'] = 'Customer Notified'; +$_['column_location'] = 'Location'; +$_['column_reference'] = 'Reference'; +$_['column_action'] = 'Action'; +$_['column_weight'] = 'Product Weight'; + +// Entry +$_['entry_store'] = 'Store'; +$_['entry_customer'] = 'Customer'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_firstname'] = 'First Name'; +$_['entry_lastname'] = 'Last Name'; +$_['entry_email'] = 'E-Mail'; +$_['entry_telephone'] = 'Telephone'; +$_['entry_address'] = 'Choose Address'; +$_['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_zone_code'] = 'Region / State Code'; +$_['entry_product'] = 'Choose Product'; +$_['entry_option'] = 'Choose Option(s)'; +$_['entry_quantity'] = 'Quantity'; +$_['entry_to_name'] = 'Recipient\'s Name'; +$_['entry_to_email'] = 'Recipient\'s E-mail'; +$_['entry_from_name'] = 'Sender\'s Name'; +$_['entry_from_email'] = 'Sender\'s E-mail'; +$_['entry_theme'] = 'Gift Certificate Theme'; +$_['entry_message'] = 'Message'; +$_['entry_amount'] = 'Amount'; +$_['entry_affiliate'] = 'Affiliate'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_notify'] = 'Notify Customer'; +$_['entry_override'] = 'Override'; +$_['entry_comment'] = 'Comment'; +$_['entry_currency'] = 'Currency'; +$_['entry_shipping_method'] = 'Shipping Method'; +$_['entry_payment_method'] = 'Payment Method'; +$_['entry_coupon'] = 'Coupon'; +$_['entry_voucher'] = 'Voucher'; +$_['entry_reward'] = 'Reward'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_total'] = 'Total'; +$_['entry_date_added'] = 'Date Added'; +$_['entry_date_modified'] = 'Date Modified'; + +// Help +$_['help_override'] = 'If the customers order is being blocked from changing the order status due to an anti-fraud extension enable override.'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_permission'] = 'Warning: You do not have permission to modify orders!'; +$_['error_action'] = 'Warning: Could not complete this action!'; +$_['error_filetype'] = 'Invalid file type!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/sale/recurring.php b/public/admin/language/en-gb/sale/recurring.php new file mode 100644 index 0000000..741a93d --- /dev/null +++ b/public/admin/language/en-gb/sale/recurring.php @@ -0,0 +1,82 @@ +<?php +// Heading +$_['heading_title'] = 'Recurring Orders'; + +// Text +$_['text_success'] = 'Success: You have modified recurring profiles!'; +$_['text_list'] = 'Recurring Order List'; +$_['text_filter'] = 'Filter'; +$_['text_recurring_detail'] = 'Recurring Details'; +$_['text_order_detail'] = 'Order Details'; +$_['text_product_detail'] = 'Product Details'; +$_['text_transaction'] = 'Transactions'; +$_['text_order_recurring_id'] = 'Recurring Order ID'; +$_['text_reference'] = 'Payment Reference'; +$_['text_recurring_name'] = 'Recurring Profile'; +$_['text_recurring_description'] = 'Description'; +$_['text_recurring_status'] = 'Recurring Status'; +$_['text_payment_method'] = 'Payment Method'; +$_['text_order_id'] = 'Order ID'; +$_['text_customer'] = 'Customer'; +$_['text_email'] = 'Email'; +$_['text_date_added'] = 'Date Added'; +$_['text_order_status'] = 'Order Status'; +$_['text_type'] = 'Type'; +$_['text_action'] = 'Action'; +$_['text_product'] = 'Product'; +$_['text_quantity'] = 'Quantity'; +$_['text_amount'] = 'Amount'; +$_['text_cancel_payment'] = 'Cancel Payment'; +$_['text_status_1'] = 'Active'; +$_['text_status_2'] = 'Inactive'; +$_['text_status_3'] = 'Cancelled'; +$_['text_status_4'] = 'Suspended'; +$_['text_status_5'] = 'Expired'; +$_['text_status_6'] = 'Pending'; + +$_['text_transactions'] = 'Transactions'; +$_['text_cancel_confirm'] = 'Profile\'s cancellation cannot be undone! Are you sure want to do this?'; +$_['text_transaction_date_added'] = 'Date added'; +$_['text_transaction_payment'] = 'Payment'; +$_['text_transaction_outstanding_payment'] = 'Outstanding payment'; +$_['text_transaction_skipped'] = 'Payment skipped'; +$_['text_transaction_failed'] = 'Payment failed'; +$_['text_transaction_cancelled'] = 'Cancelled'; +$_['text_transaction_suspended'] = 'Suspended'; +$_['text_transaction_suspended_failed'] = 'Suspended from failed payment'; +$_['text_transaction_outstanding_failed'] = 'Outstanding payment failed'; +$_['text_transaction_expired'] = 'Expired'; +$_['text_cancelled'] = 'Recurring payment has been cancelled'; + +// Column +$_['column_order_recurring_id'] = 'Recurring ID'; +$_['column_order_id'] = 'Order ID'; +$_['column_reference'] = 'Payment Reference'; +$_['column_customer'] = 'Customer'; +$_['column_date_added'] = 'Date Added'; +$_['column_status'] = 'Status'; +$_['column_amount'] = 'Amount'; +$_['column_type'] = 'Type'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_order_recurring_id'] = 'Recurring ID'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_reference'] = 'Payment Reference'; +$_['entry_customer'] = 'Customer'; +$_['entry_date_added'] = 'Date Added'; +$_['entry_status'] = 'Status'; +$_['entry_type'] = 'Type'; +$_['entry_action'] = 'Action'; +$_['entry_email'] = 'Email'; +$_['entry_description'] = 'Recurring Profile\'s description'; +$_['entry_product'] = 'Product'; +$_['entry_quantity'] = 'Quantity'; +$_['entry_amount'] = 'Amount'; +$_['entry_recurring'] = 'Recurring Profile'; +$_['entry_payment_method'] = 'Payment Method'; +$_['entry_cancel_payment'] = 'Cancel Payment'; + +// Error +$_['error_not_cancelled'] = 'Error: %s'; +$_['error_not_found'] = 'Could not cancel recurring profile';
\ No newline at end of file diff --git a/public/admin/language/en-gb/sale/return.php b/public/admin/language/en-gb/sale/return.php new file mode 100644 index 0000000..9617aef --- /dev/null +++ b/public/admin/language/en-gb/sale/return.php @@ -0,0 +1,63 @@ +<?php +// Heading +$_['heading_title'] = 'Product Returns'; + +// Text +$_['text_success'] = 'Success: You have modified returns!'; +$_['text_list'] = 'Product Return List'; +$_['text_add'] = 'Add Product Return'; +$_['text_edit'] = 'Edit Product Return'; +$_['text_opened'] = 'Opened'; +$_['text_unopened'] = 'Unopened'; +$_['text_order'] = 'Order Information'; +$_['text_product'] = 'Product Information & Reason for Return'; +$_['text_history'] = 'History'; +$_['text_history_add'] = 'Add History'; + +// Column +$_['column_return_id'] = 'Return ID'; +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_product'] = 'Product'; +$_['column_model'] = 'Model'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_date_modified'] = 'Date Modified'; +$_['column_comment'] = 'Comment'; +$_['column_notify'] = 'Customer Notified'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_customer'] = 'Customer'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_date_ordered'] = 'Order Date'; +$_['entry_firstname'] = 'First Name'; +$_['entry_lastname'] = 'Last Name'; +$_['entry_email'] = 'E-Mail'; +$_['entry_telephone'] = 'Telephone'; +$_['entry_product'] = 'Product'; +$_['entry_model'] = 'Model'; +$_['entry_quantity'] = 'Quantity'; +$_['entry_opened'] = 'Opened'; +$_['entry_comment'] = 'Comment'; +$_['entry_return_reason'] = 'Return Reason'; +$_['entry_return_action'] = 'Return Action'; +$_['entry_return_status'] = 'Return Status'; +$_['entry_notify'] = 'Notify Customer'; +$_['entry_return_id'] = 'Return ID'; +$_['entry_date_added'] = 'Date Added'; +$_['entry_date_modified'] = 'Date Modified'; + +// Help +$_['help_product'] = '(Autocomplete)'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_permission'] = 'Warning: You do not have permission to modify returns!'; +$_['error_order_id'] = 'Order ID required!'; +$_['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_product'] = 'Product Name must be greater than 3 and less than 255 characters!'; +$_['error_model'] = 'Product Model must be greater than 3 and less than 64 characters!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/sale/voucher.php b/public/admin/language/en-gb/sale/voucher.php new file mode 100644 index 0000000..619849e --- /dev/null +++ b/public/admin/language/en-gb/sale/voucher.php @@ -0,0 +1,47 @@ +<?php +// Heading +$_['heading_title'] = 'Gift Vouchers'; + +// Text +$_['text_success'] = 'Success: You have modified vouchers!'; +$_['text_list'] = 'Gift Voucher List'; +$_['text_add'] = 'Add Gift Voucher'; +$_['text_edit'] = 'Edit Gift Voucher'; +$_['text_sent'] = 'Success: Gift Voucher e-mail has been sent!'; + +// Column +$_['column_name'] = 'Voucher Name'; +$_['column_code'] = 'Code'; +$_['column_from'] = 'From'; +$_['column_to'] = 'To'; +$_['column_theme'] = 'Theme'; +$_['column_amount'] = 'Amount'; +$_['column_status'] = 'Status'; +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_code'] = 'Code'; +$_['entry_from_name'] = 'From Name'; +$_['entry_from_email'] = 'From E-Mail'; +$_['entry_to_name'] = 'To Name'; +$_['entry_to_email'] = 'To E-Mail'; +$_['entry_theme'] = 'Theme'; +$_['entry_message'] = 'Message'; +$_['entry_amount'] = 'Amount'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_code'] = 'The code the customer enters to activate the voucher.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify vouchers!'; +$_['error_exists'] = 'Warning: Voucher code is already in use!'; +$_['error_code'] = 'Code must be between 3 and 10 characters!'; +$_['error_to_name'] = 'Recipient\'s Name must be between 1 and 64 characters!'; +$_['error_from_name'] = 'Your Name must be between 1 and 64 characters!'; +$_['error_email'] = 'E-Mail Address does not appear to be valid!'; +$_['error_amount'] = 'Amount must be greater than or equal to 1!'; +$_['error_order'] = 'Warning: This voucher cannot be deleted as it is part of an <a href="%s">order</a>!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/sale/voucher_theme.php b/public/admin/language/en-gb/sale/voucher_theme.php new file mode 100644 index 0000000..ed52159 --- /dev/null +++ b/public/admin/language/en-gb/sale/voucher_theme.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Voucher Themes'; + +// Text +$_['text_success'] = 'Success: You have modified voucher themes!'; +$_['text_list'] = 'Voucher Theme List'; +$_['text_add'] = 'Add Voucher Theme'; +$_['text_edit'] = 'Edit Voucher Theme'; + +// Column +$_['column_name'] = 'Voucher Theme Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Voucher Theme Name'; +$_['entry_description'] = 'Voucher Theme Description'; +$_['entry_image'] = 'Image'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify voucher themes!'; +$_['error_name'] = 'Voucher Theme Name must be between 3 and 32 characters!'; +$_['error_image'] = 'Image required!'; +$_['error_voucher'] = 'Warning: This voucher theme cannot be deleted as it is currently assigned to %s vouchers!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/setting/setting.php b/public/admin/language/en-gb/setting/setting.php new file mode 100644 index 0000000..a460bff --- /dev/null +++ b/public/admin/language/en-gb/setting/setting.php @@ -0,0 +1,205 @@ +<?php +// Heading +$_['heading_title'] = 'Settings'; + +// Text +$_['text_stores'] = 'Stores'; +$_['text_success'] = 'Success: You have modified settings!'; +$_['text_edit'] = 'Edit Setting'; +$_['text_product'] = 'Products'; +$_['text_review'] = 'Reviews'; +$_['text_voucher'] = 'Vouchers'; +$_['text_tax'] = 'Taxes'; +$_['text_account'] = 'Account'; +$_['text_checkout'] = 'Checkout'; +$_['text_stock'] = 'Stock'; +$_['text_affiliate'] = 'Affiliates'; +$_['text_captcha'] = 'Captcha'; +$_['text_register'] = 'Register'; +$_['text_guest'] = 'Guest Checkout'; +$_['text_return'] = 'Returns'; +$_['text_contact'] = 'Contact'; +$_['text_shipping'] = 'Shipping Address'; +$_['text_payment'] = 'Payment Address'; +$_['text_mail'] = 'Mail'; +$_['text_smtp'] = 'SMTP'; +$_['text_mail_alert'] = 'Mail Alerts'; +$_['text_mail_account'] = 'Register'; +$_['text_mail_affiliate'] = 'Affiliate'; +$_['text_mail_order'] = 'Orders'; +$_['text_mail_review'] = 'Reviews'; +$_['text_general'] = 'General'; +$_['text_security'] = 'Security'; +$_['text_upload'] = 'Uploads'; +$_['text_error'] = 'Error Handling'; + +// Entry +$_['entry_meta_title'] = 'Meta Title'; +$_['entry_meta_description'] = 'Meta Tag Description'; +$_['entry_meta_keyword'] = 'Meta Tag Keywords'; +$_['entry_layout'] = 'Default Layout'; +$_['entry_theme'] = 'Theme'; +$_['entry_name'] = 'Store Name'; +$_['entry_owner'] = 'Store Owner'; +$_['entry_address'] = 'Address'; +$_['entry_geocode'] = 'Geocode'; +$_['entry_email'] = 'E-Mail'; +$_['entry_telephone'] = 'Telephone'; +$_['entry_fax'] = 'Fax'; +$_['entry_image'] = 'Image'; +$_['entry_open'] = 'Opening Times'; +$_['entry_comment'] = 'Comment'; +$_['entry_location'] = 'Store Location'; +$_['entry_country'] = 'Country'; +$_['entry_zone'] = 'Region / State'; +$_['entry_language'] = 'Language'; +$_['entry_admin_language'] = 'Administration Language'; +$_['entry_currency'] = 'Currency'; +$_['entry_currency_auto'] = 'Auto Update Currency'; +$_['entry_length_class'] = 'Length Class'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_limit_admin'] = 'Default Items Per Page (Admin)'; +$_['entry_product_count'] = 'Category Product Count'; +$_['entry_review'] = 'Allow Reviews'; +$_['entry_review_guest'] = 'Allow Guest Reviews'; +$_['entry_voucher_min'] = 'Voucher Min'; +$_['entry_voucher_max'] = 'Voucher Max'; +$_['entry_tax'] = 'Display Prices With Tax'; +$_['entry_tax_default'] = 'Use Store Tax Address'; +$_['entry_tax_customer'] = 'Use Customer Tax Address'; +$_['entry_customer_online'] = 'Customers Online'; +$_['entry_customer_activity'] = 'Customers Activity'; +$_['entry_customer_search'] = 'Log Customer Searches'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_customer_group_display'] = 'Customer Groups'; +$_['entry_customer_price'] = 'Login Display Prices'; +$_['entry_login_attempts'] = 'Max Login Attempts'; +$_['entry_account'] = 'Account Terms'; +$_['entry_cart_weight'] = 'Display Weight on Cart Page'; +$_['entry_checkout_guest'] = 'Guest Checkout'; +$_['entry_checkout'] = 'Checkout Terms'; +$_['entry_invoice_prefix'] = 'Invoice Prefix'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_processing_status'] = 'Processing Order Status'; +$_['entry_complete_status'] = 'Complete Order Status'; +$_['entry_fraud_status'] = 'Fraud Order Status'; +$_['entry_api'] = 'API User'; +$_['entry_stock_display'] = 'Display Stock'; +$_['entry_stock_warning'] = 'Show Out Of Stock Warning'; +$_['entry_stock_checkout'] = 'Stock Checkout'; +$_['entry_affiliate_group'] = 'Affiliate Group'; +$_['entry_affiliate_approval'] = 'Affiliate Requires Approval'; +$_['entry_affiliate_auto'] = 'Automatic Commission'; +$_['entry_affiliate_commission'] = 'Affiliate Commission (%)'; +$_['entry_affiliate'] = 'Affiliate Terms'; +$_['entry_return'] = 'Return Terms'; +$_['entry_return_status'] = 'Return Status'; +$_['entry_captcha'] = 'Captcha'; +$_['entry_captcha_page'] = 'Captcha Page'; +$_['entry_logo'] = 'Store Logo'; +$_['entry_icon'] = 'Icon'; +$_['entry_mail_engine'] = 'Mail Engine'; +$_['entry_mail_parameter'] = 'Mail Parameters'; +$_['entry_mail_smtp_hostname'] = 'SMTP Hostname'; +$_['entry_mail_smtp_username'] = 'SMTP Username'; +$_['entry_mail_smtp_password'] = 'SMTP Password'; +$_['entry_mail_smtp_port'] = 'SMTP Port'; +$_['entry_mail_smtp_timeout'] = 'SMTP Timeout'; +$_['entry_mail_alert'] = 'Alert Mail'; +$_['entry_mail_alert_email'] = 'Additional Alert Mail'; +$_['entry_secure'] = 'Use SSL'; +$_['entry_shared'] = 'Use Shared Sessions'; +$_['entry_robots'] = 'Robots'; +$_['entry_seo_url'] = 'Use SEO URLs'; +$_['entry_file_max_size'] = 'Max File Size'; +$_['entry_file_ext_allowed'] = 'Allowed File Extensions'; +$_['entry_file_mime_allowed'] = 'Allowed File Mime Types'; +$_['entry_maintenance'] = 'Maintenance Mode'; +$_['entry_password'] = 'Allow Forgotten Password'; +$_['entry_encryption'] = 'Encryption Key'; +$_['entry_compression'] = 'Output Compression Level'; +$_['entry_error_display'] = 'Display Errors'; +$_['entry_error_log'] = 'Log Errors'; +$_['entry_error_filename'] = 'Error Log Filename'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_geocode'] = 'Please enter your store location geocode manually.'; +$_['help_open'] = 'Fill in your store\'s opening times.'; +$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; +$_['help_location'] = 'The different store locations you have that you want displayed on the contact us form.'; +$_['help_currency'] = 'Change the default currency. Clear your browser cache to see the change and reset your existing cookie.'; +$_['help_currency_auto'] = 'Set your store to automatically update currencies daily.'; +$_['help_limit_admin'] = 'Determines how many admin items are shown per page (orders, customers, etc).'; +$_['help_product_count'] = 'Show the number of products inside the subcategories in the storefront header category menu. Be warned, this will cause an extreme performance hit for stores with a lot of subcategories!'; +$_['help_review'] = 'Enable/Disable new review entry and display of existing reviews.'; +$_['help_review_guest'] = 'Allow guests to post reviews.'; +$_['help_voucher_min'] = 'Minimum amount a customer can purchase a voucher for.'; +$_['help_voucher_max'] = 'Maximum amount a customer can purchase a voucher for.'; +$_['help_tax_default'] = 'Use the store address to calculate taxes if customer is not logged in. You can choose to use the store address for the customer\'s shipping or payment address.'; +$_['help_tax_customer'] = 'Use the customer\'s default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.'; +$_['help_customer_online'] = 'Track customers online via the customer reports section.'; +$_['help_customer_activity'] = 'Track customers activity via the customer reports section.'; +$_['help_customer_group'] = 'Default customer group.'; +$_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.'; +$_['help_customer_price'] = 'Only show prices when a customer is logged in.'; +$_['help_login_attempts'] = 'Maximum login attempts allowed before the account is locked for 1 hour. Customer and affliate accounts can be unlocked on the customer or affliate admin pages.'; +$_['help_account'] = 'Forces people to agree to terms before an account can be created.'; +$_['help_invoice_prefix'] = 'Set the invoice prefix (e.g. INV-2011-00). Invoice IDs will start at 1 for each unique prefix.'; +$_['help_cart_weight'] = 'Show the cart weight on the cart page.'; +$_['help_checkout_guest'] = 'Allow customers to checkout without creating an account. This will not be available when a downloadable product is in the shopping cart.'; +$_['help_checkout'] = 'Forces people to agree to terms before a customer can checkout.'; +$_['help_order_status'] = 'Set the default order status when an order is processed.'; +$_['help_processing_status'] = 'Set the order status the customer\'s order must reach before the order starts stock subtraction and coupon, voucher and rewards redemption.'; +$_['help_complete_status'] = 'Set the order status the customer\'s order must reach before they are allowed to access their downloadable products and gift vouchers.'; +$_['help_fraud_status'] = 'Set the order status when a customer is suspected of trying to alter the order payment details or use a coupon, gift voucher or reward points that have already been used.'; +$_['help_api'] = 'Default API user the admin should use.'; +$_['help_stock_display'] = 'Display stock quantity on the product page.'; +$_['help_stock_warning'] = 'Display out of stock message on the shopping cart page if a product is out of stock but stock checkout is yes. (Warning always shows if stock checkout is no)'; +$_['help_stock_checkout'] = 'Allow customers to still checkout if the products they are ordering are not in stock.'; +$_['help_affiliate_approval'] = 'Automatically approve any new affiliates who sign up.'; +$_['help_affiliate_auto'] = 'Automatically add commission when each order reaches the complete status.'; +$_['help_affiliate_commission'] = 'The default affiliate commission percentage.'; +$_['help_affiliate'] = 'Forces people to agree to terms before an affiliate account can be created.'; +$_['help_return'] = 'Forces people to agree to terms before a return can be created.'; +$_['help_return_status'] = 'Set the default return status when a return request is submitted.'; +$_['help_captcha'] = 'Captcha to use for registration, login, contact and reviews.'; +$_['help_icon'] = 'The icon should be a PNG that is 16px x 16px.'; +$_['help_mail_engine'] = 'Only choose \'Mail\' unless your host has disabled the php mail function.'; +$_['help_mail_parameter'] = 'When using \'Mail\', additional mail parameters can be added here (e.g. -f email@storeaddress.com).'; +$_['help_mail_smtp_hostname'] = 'Add \'tls://\' or \'ssl://\' prefix if security connection is required. (e.g. tls://smtp.gmail.com, ssl://smtp.gmail.com).'; +$_['help_mail_smtp_password'] = 'For gmail you might need to setup a application specific password here: https://security.google.com/settings/security/apppasswords.'; +$_['help_mail_alert'] = 'Select which features you would like to receive an alert email on when a customer uses them.'; +$_['help_mail_alert_email'] = 'Any additional emails you want to receive the alert email, in addition to the main store email. (comma separated).'; +$_['help_secure'] = 'To use SSL check with your host if a SSL certificate is installed and add the SSL URL to the catalog and admin config files.'; +$_['help_shared'] = 'Try to share the session cookie between stores so the cart can be passed between different domains.'; +$_['help_robots'] = 'A list of web crawler user agents that shared sessions will not be used with. Use separate lines for each user agent.'; +$_['help_seo_url'] = 'To use SEO URLs, apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.'; +$_['help_file_max_size'] = 'The maximum image file size you can upload in Image Manager. Enter as byte.'; +$_['help_file_ext_allowed'] = 'Add which file extensions are allowed to be uploaded. Use a new line for each value.'; +$_['help_file_mime_allowed'] = 'Add which file mime types are allowed to be uploaded. Use a new line for each value.'; +$_['help_maintenance'] = 'Prevents customers from browsing your store. They will instead see a maintenance message. If logged in as admin, you will see the store as normal.'; +$_['help_password'] = 'Allow forgotten password to be used for the admin. This will be disabled automatically if the system detects a hack attempt.'; +$_['help_encryption'] = 'Please provide a secret key that will be used to encrypt private information when processing orders.'; +$_['help_compression'] = 'GZIP for more efficient transfer to requesting clients. Compression level must be between 0 - 9.'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_permission'] = 'Warning: You do not have permission to modify settings!'; +$_['error_meta_title'] = 'Title must be between 3 and 32 characters!'; +$_['error_name'] = 'Store Name must be between 3 and 32 characters!'; +$_['error_owner'] = 'Store Owner must be between 3 and 64 characters!'; +$_['error_address'] = 'Store Address must be between 10 and 256 characters!'; +$_['error_email'] = 'E-Mail Address does not appear to be valid!'; +$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!'; +$_['error_limit'] = 'Limit required!'; +$_['error_login_attempts'] = 'Login Attempts must be greater than 0!'; +$_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!'; +$_['error_voucher_min'] = 'Minimum voucher amount required!'; +$_['error_voucher_max'] = 'Maximum voucher amount required!'; +$_['error_processing_status'] = 'You must choose at least 1 order process status'; +$_['error_complete_status'] = 'You must choose at least 1 order complete status'; +$_['error_log_required'] = 'Error Log Filename required!'; +$_['error_log_invalid'] = 'Error Log Filename invalid!'; +$_['error_log_extension'] = 'Error Log Filename extension needs to be .log!'; +$_['error_encryption'] = 'Encryption Key must be between 32 and 1024 characters!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/setting/store.php b/public/admin/language/en-gb/setting/store.php new file mode 100644 index 0000000..28e9616 --- /dev/null +++ b/public/admin/language/en-gb/setting/store.php @@ -0,0 +1,98 @@ +<?php +// Heading +$_['heading_title'] = 'Stores'; + +// Text +$_['text_settings'] = 'Settings'; +$_['text_success'] = 'Success: You have modified Stores!'; +$_['text_list'] = 'Store List'; +$_['text_add'] = 'Add Store'; +$_['text_edit'] = 'Edit Store'; +$_['text_items'] = 'Items'; +$_['text_tax'] = 'Taxes'; +$_['text_account'] = 'Account'; +$_['text_checkout'] = 'Checkout'; +$_['text_stock'] = 'Stock'; +$_['text_shipping'] = 'Shipping Address'; +$_['text_payment'] = 'Payment Address'; + +// Column +$_['column_name'] = 'Store Name'; +$_['column_url'] = 'Store URL'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_url'] = 'Store URL'; +$_['entry_ssl'] = 'SSL URL'; +$_['entry_meta_title'] = 'Meta Title'; +$_['entry_meta_description'] = 'Meta Tag Description'; +$_['entry_meta_keyword'] = 'Meta Tag Keywords'; +$_['entry_layout'] = 'Default Layout'; +$_['entry_theme'] = 'Theme'; +$_['entry_name'] = 'Store Name'; +$_['entry_owner'] = 'Store Owner'; +$_['entry_address'] = 'Address'; +$_['entry_geocode'] = 'Geocode'; +$_['entry_email'] = 'E-Mail'; +$_['entry_telephone'] = 'Telephone'; +$_['entry_fax'] = 'Fax'; +$_['entry_image'] = 'Image'; +$_['entry_open'] = 'Opening Times'; +$_['entry_comment'] = 'Comment'; +$_['entry_location'] = 'Store Location'; +$_['entry_country'] = 'Country'; +$_['entry_zone'] = 'Region / State'; +$_['entry_language'] = 'Language'; +$_['entry_currency'] = 'Currency'; +$_['entry_tax'] = 'Display Prices With Tax'; +$_['entry_tax_default'] = 'Use Store Tax Address'; +$_['entry_tax_customer'] = 'Use Customer Tax Address'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_customer_group_display'] = 'Customer Groups'; +$_['entry_customer_price'] = 'Login Display Prices'; +$_['entry_account'] = 'Account Terms'; +$_['entry_cart_weight'] = 'Display Weight on Cart Page'; +$_['entry_checkout_guest'] = 'Guest Checkout'; +$_['entry_checkout'] = 'Checkout Terms'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_stock_display'] = 'Display Stock'; +$_['entry_stock_checkout'] = 'Stock Checkout'; +$_['entry_logo'] = 'Store Logo'; +$_['entry_icon'] = 'Icon'; +$_['entry_secure'] = 'Use SSL'; + +// Help +$_['help_url'] = 'Include the full URL to your store. Make sure to add \'/\' at the end. Example: http://www.yourdomain.com/path/<br /><br />Don\'t use directories to create a new store. You should always point another domain or sub domain to your hosting.'; +$_['help_ssl'] = 'SSL URL to your store. Make sure to add \'/\' at the end. Example: http://www.yourdomain.com/path/<br /><br />Don\'t use directories to create a new store. You should always point another domain or sub domain to your hosting.'; +$_['help_geocode'] = 'Please enter your store location geocode manually.'; +$_['help_open'] = 'Fill in your stores opening times.'; +$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; +$_['help_location'] = 'The different store locations you have that you want displayed on the contact us form.'; +$_['help_currency'] = 'Change the default currency. Clear your browser cache to see the change and reset your existing cookie.'; +$_['help_tax_default'] = 'Use the store address to calculate taxes if customer is not logged in. You can choose to use the store address for the customer\'s shipping or payment address.'; +$_['help_tax_customer'] = 'Use the customers default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.'; +$_['help_customer_group'] = 'Default customer group.'; +$_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.'; +$_['help_customer_price'] = 'Only show prices when a customer is logged in.'; +$_['help_account'] = 'Forces people to agree to terms before an account can be created.'; +$_['help_checkout_guest'] = 'Allow customers to checkout without creating an account. This will not be available when a downloadable product is in the shopping cart.'; +$_['help_checkout'] = 'Forces people to agree to terms before an a customer can checkout.'; +$_['help_order_status'] = 'Set the default order status when an order is processed.'; +$_['help_stock_display'] = 'Display stock quantity on the product page.'; +$_['help_stock_checkout'] = 'Allow customers to still checkout if the products they are ordering are not in stock.'; +$_['help_icon'] = 'The icon should be a PNG that is 16px x 16px.'; +$_['help_secure'] = 'To use SSL check with your host if a SSL certificate is installed.'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_permission'] = 'Warning: You do not have permission to modify stores!'; +$_['error_url'] = 'Store URL required!'; +$_['error_meta_title'] = 'Title must be between 3 and 32 characters!'; +$_['error_name'] = 'Store Name must be between 3 and 32 characters!'; +$_['error_owner'] = 'Store Owner must be between 3 and 64 characters!'; +$_['error_address'] = 'Store Address must be between 10 and 256 characters!'; +$_['error_email'] = 'E-Mail Address does not appear to be valid!'; +$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!'; +$_['error_customer_group_display'] = 'You must include the default customer group if you are going to use this feature!'; +$_['error_default'] = 'Warning: You can not delete your default store!'; +$_['error_store'] = 'Warning: This Store cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/tool/backup.php b/public/admin/language/en-gb/tool/backup.php new file mode 100644 index 0000000..5584a35 --- /dev/null +++ b/public/admin/language/en-gb/tool/backup.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Backup & Restore'; + +// Text +$_['text_success'] = 'Success: You have successfully imported your database!'; + +// Entry +$_['entry_progress'] = 'Progress'; +$_['entry_export'] = 'Export'; + +// Tab +$_['tab_backup'] = 'Backup'; +$_['tab_restore'] = 'Restore'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Backup & Restore!'; +$_['error_export'] = 'Warning: You must select at least one table to export!'; +$_['error_file'] = 'File could not be found!'; diff --git a/public/admin/language/en-gb/tool/log.php b/public/admin/language/en-gb/tool/log.php new file mode 100644 index 0000000..366edf6 --- /dev/null +++ b/public/admin/language/en-gb/tool/log.php @@ -0,0 +1,11 @@ +<?php +// Heading +$_['heading_title'] = 'Error Log'; + +// Text +$_['text_success'] = 'Success: You have successfully cleared your error log!'; +$_['text_list'] = 'Errors List'; + +// Error +$_['error_warning'] = 'Warning: Your error log file %s is %s!'; +$_['error_permission'] = 'Warning: You do not have permission to clear error log!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/tool/upload.php b/public/admin/language/en-gb/tool/upload.php new file mode 100644 index 0000000..a34d87d --- /dev/null +++ b/public/admin/language/en-gb/tool/upload.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Uploads'; + +// Text +$_['text_success'] = 'Success: You have modified uploads!'; +$_['text_list'] = 'Upload List'; + +// Column +$_['column_name'] = 'Upload Name'; +$_['column_filename'] = 'Filename'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Upload Name'; +$_['entry_filename'] = 'Filename'; +$_['entry_date_added'] = 'Date Added'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify uploads!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/user/api.php b/public/admin/language/en-gb/user/api.php new file mode 100644 index 0000000..bb5821b --- /dev/null +++ b/public/admin/language/en-gb/user/api.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'APIs'; + +// Text +$_['text_success'] = 'Success: You have modified APIs!'; +$_['text_list'] = 'API List'; +$_['text_add'] = 'Add API'; +$_['text_edit'] = 'Edit API'; +$_['text_ip'] = 'Below you can create a list of IP\'s allowed to access the API. Your current IP is %s'; + +// Column +$_['column_username'] = 'API Username'; +$_['column_status'] = 'Status'; +$_['column_token'] = 'Token'; +$_['column_ip'] = 'IP'; +$_['column_date_added'] = 'Date Added'; +$_['column_date_modified'] = 'Date Modified'; + +$_['column_action'] = 'Action'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_key'] = 'API Key'; +$_['entry_status'] = 'Status'; +$_['entry_ip'] = 'IP'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modified APIs!'; +$_['error_username'] = 'API USername must be between 3 and 20 characters!'; +$_['error_key'] = 'API Key must be between 64 and 256 characters!'; +$_['error_ip'] = 'You must have atleast one IP added to the allowed list!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/user/user.php b/public/admin/language/en-gb/user/user.php new file mode 100644 index 0000000..6bc6c1f --- /dev/null +++ b/public/admin/language/en-gb/user/user.php @@ -0,0 +1,38 @@ +<?php +// Heading +$_['heading_title'] = 'Users'; + +// Text +$_['text_success'] = 'Success: You have modified users!'; +$_['text_list'] = 'User List'; +$_['text_add'] = 'Add User'; +$_['text_edit'] = 'Edit User'; + +// Column +$_['column_username'] = 'Username'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_user_group'] = 'User Group'; +$_['entry_password'] = 'Password'; +$_['entry_confirm'] = 'Confirm'; +$_['entry_firstname'] = 'First Name'; +$_['entry_lastname'] = 'Last Name'; +$_['entry_email'] = 'E-Mail'; +$_['entry_image'] = 'Image'; +$_['entry_status'] = 'Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify users!'; +$_['error_account'] = 'Warning: You can not delete your own account!'; +$_['error_exists_username'] = 'Warning: Username is already in use!'; +$_['error_username'] = 'Username must be between 3 and 20 characters!'; +$_['error_password'] = 'Password must be between 4 and 20 characters!'; +$_['error_confirm'] = 'Password and password confirmation do not match!'; +$_['error_firstname'] = 'First Name must be between 1 and 32 characters!'; +$_['error_lastname'] = 'Last Name must be between 1 and 32 characters!'; +$_['error_email'] = 'E-Mail Address does not appear to be valid!'; +$_['error_exists_email'] = 'Warning: E-Mail Address is already registered!';
\ No newline at end of file diff --git a/public/admin/language/en-gb/user/user_group.php b/public/admin/language/en-gb/user/user_group.php new file mode 100644 index 0000000..b5090a2 --- /dev/null +++ b/public/admin/language/en-gb/user/user_group.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'User Groups'; + +// Text +$_['text_success'] = 'Success: You have modified user groups!'; +$_['text_list'] = 'User Group'; +$_['text_add'] = 'Add User Group'; +$_['text_edit'] = 'Edit User Group'; + +// Column +$_['column_name'] = 'User Group Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'User Group Name'; +$_['entry_access'] = 'Access Permission'; +$_['entry_modify'] = 'Modify Permission'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify user groups!'; +$_['error_name'] = 'User Group Name must be between 3 and 64 characters!'; +$_['error_user'] = 'Warning: This user group cannot be deleted as it is currently assigned to %s users!';
\ No newline at end of file diff --git a/public/admin/language/es-es/catalog/attribute.php b/public/admin/language/es-es/catalog/attribute.php new file mode 100644 index 0000000..3724305 --- /dev/null +++ b/public/admin/language/es-es/catalog/attribute.php @@ -0,0 +1,26 @@ +<?php +// Heading +$_['heading_title'] = 'Atributos'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado atributos!'; +$_['text_list'] = 'Lista de atributos'; +$_['text_add'] = 'Añadir atributo'; +$_['text_edit'] = 'Editar el atributo'; + +// Column +$_['column_name'] = 'Nombre del Atributo'; +$_['column_attribute_group'] = 'Grupo de atributos'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del Atributo'; +$_['entry_attribute_group'] = 'Grupo de atributos'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar atributos!'; +$_['error_attribute_group'] = '¡Se requiere el grupo de atributos!'; +$_['error_name'] = 'El nombre del atributo debe tener entre 1 y 64 caracteres.'; +$_['error_product'] = 'Advertencia: ¡Este atributo no se puede eliminar ya que está asignado actualmente a %s products!'; diff --git a/public/admin/language/es-es/catalog/attribute_group.php b/public/admin/language/es-es/catalog/attribute_group.php new file mode 100644 index 0000000..bd64609 --- /dev/null +++ b/public/admin/language/es-es/catalog/attribute_group.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Grupos de atributos'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado los grupos de atributos!'; +$_['text_list'] = 'Lista de grupos de atributos'; +$_['text_add'] = 'Agregar grupo de atributos'; +$_['text_edit'] = 'Editar grupo de atributos'; + +// Column +$_['column_name'] = 'Nombre del grupo de atributos'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del grupo de atributos'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar grupos de atributos!'; +$_['error_name'] = 'El nombre del grupo de atributos debe tener entre 1 y 64 caracteres.'; +$_['error_attribute'] = 'Advertencia: este grupo de atributos no se puede eliminar ya que está asignado a atributos %s.'; +$_['error_product'] = 'Advertencia: ¡Este grupo de atributos no se puede eliminar ya que está asignado actualmente a %s products!'; diff --git a/public/admin/language/es-es/catalog/category.php b/public/admin/language/es-es/catalog/category.php new file mode 100644 index 0000000..713476d --- /dev/null +++ b/public/admin/language/es-es/catalog/category.php @@ -0,0 +1,48 @@ +<?php +// Heading +$_['heading_title'] = 'Categorías'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado las categorías!'; +$_['text_list'] = 'Lista de categoría'; +$_['text_add'] = 'Añadir categoría'; +$_['text_edit'] = 'Editar categoría'; +$_['text_default'] = 'Por defecto'; +$_['text_keyword'] = 'No utilice espacios, reemplace los espacios con - y asegúrese de que la URL de SEO sea globalmente única.'; + +// Column +$_['column_name'] = 'Nombre de la categoría'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre de la categoría'; +$_['entry_description'] = 'Descripción'; +$_['entry_meta_title'] = 'Meta Tag Título'; +$_['entry_meta_keyword'] = 'Meta Tag Palabras clave'; +$_['entry_meta_description'] = 'Meta Tag Descripción'; +$_['entry_store'] = 'Tiendas'; +$_['entry_keyword'] = 'Palabra clave'; +$_['entry_parent'] = 'Padre'; +$_['entry_filter'] = 'Filtros'; +$_['entry_image'] = 'Imagen'; +$_['entry_top'] = 'Parte superior'; +$_['entry_column'] = 'Columnas'; +$_['entry_sort_order'] = 'Orden de Clasificación'; +$_['entry_status'] = 'Estado'; +$_['entry_layout'] = 'Anulación de diseño'; + +// Help +$_['help_parent'] = '(Autocompletar)'; +$_['help_filter'] = '(Autocompletar)'; +$_['help_top'] = 'Mostrar en la barra de menú superior. Sólo funciona para las categorías principales de los padres.'; +$_['help_column'] = 'Número de columnas a utilizar para las 3 categorías inferiores. Sólo funciona para las categorías principales de los padres.'; + +// Error +$_['error_warning'] = 'Advertencia: ¡Por favor revise el formulario cuidadosamente para detectar errores!'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar categorías!'; +$_['error_name'] = '¡El nombre de la categoría debe tener entre 1 y 255 caracteres!'; +$_['error_meta_title'] = '¡El Meta Title debe tener más de 1 y menos de 255 caracteres!'; +$_['error_seo'] = '¡SEO URL ya está en uso!'; +$_['error_keyword'] = '¡La URL de SEO debe ser única!'; +$_['error_parent'] = '¡La categoría principal que ha elegido es una secundaria de la actual!'; diff --git a/public/admin/language/es-es/catalog/download.php b/public/admin/language/es-es/catalog/download.php new file mode 100644 index 0000000..cec9161 --- /dev/null +++ b/public/admin/language/es-es/catalog/download.php @@ -0,0 +1,34 @@ +<?php +// Heading +$_['heading_title'] = 'Descargas'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado las descargas!'; +$_['text_list'] = 'Lista de descargas'; +$_['text_add'] = 'Añadir Descargar'; +$_['text_edit'] = 'Editar Descargar'; +$_['text_upload'] = '¡Tu archivo se ha cargado correctamente!'; + +// Column +$_['column_name'] = 'Nombre de descarga'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre de descarga'; +$_['entry_filename'] = 'Nombre del archivo'; +$_['entry_mask'] = 'Máscara'; + +// Help +$_['help_filename'] = 'Puede cargarlo a través del botón de carga o utilizar FTP para subir al directorio de descarga e ingresar los detalles a continuación.'; +$_['help_mask'] = 'Se recomienda que el nombre de archivo y la máscara sean diferentes para evitar que las personas intenten enlazar directamente a sus descargas.'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar las descargas!'; +$_['error_name'] = '¡El nombre de la descarga debe tener entre 3 y 64 caracteres!'; +$_['error_upload'] = '¡Se requiere subir!'; +$_['error_filename'] = '¡El nombre de archivo debe tener entre 3 y 128 caracteres!'; +$_['error_exists'] = '¡El archivo no existe!'; +$_['error_mask'] = '¡La máscara debe tener entre 3 y 128 caracteres!'; +$_['error_filetype'] = '¡Tipo de archivo invalido!'; +$_['error_product'] = 'Advertencia: Esta descarga no se puede eliminar ya que está asignada actualmente a %s products!'; diff --git a/public/admin/language/es-es/catalog/filter.php b/public/admin/language/es-es/catalog/filter.php new file mode 100644 index 0000000..1805c85 --- /dev/null +++ b/public/admin/language/es-es/catalog/filter.php @@ -0,0 +1,26 @@ +<?php +// Heading +$_['heading_title'] = 'Filtros'; + +// Text +$_['text_success'] = 'Éxito: ¡Tienes filtros modificados!'; +$_['text_list'] = 'Lista de filtros'; +$_['text_add'] = 'Añadir filtro'; +$_['text_edit'] = 'Editar filtro'; +$_['text_group'] = 'Grupo de filtros'; +$_['text_value'] = 'Valores de filtro'; + +// Column +$_['column_group'] = 'Grupo de filtros'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_group'] = 'Nombre del grupo de filtros'; +$_['entry_name'] = 'Nombre del filtro'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar los filtros!'; +$_['error_group'] = '¡El nombre del grupo de filtros debe tener entre 1 y 64 caracteres!'; +$_['error_name'] = 'El nombre del filtro debe tener entre 1 y 64 caracteres.'; diff --git a/public/admin/language/es-es/catalog/information.php b/public/admin/language/es-es/catalog/information.php new file mode 100644 index 0000000..6167d7d --- /dev/null +++ b/public/admin/language/es-es/catalog/information.php @@ -0,0 +1,46 @@ +<?php +// Heading +$_['heading_title'] = 'Información'; + +// Text +$_['text_success'] = 'Éxito: ¡Usted ha modificado la información!'; +$_['text_list'] = 'Lista de información'; +$_['text_add'] = 'Añadir información'; +$_['text_edit'] = 'Editar informacion'; +$_['text_default'] = 'Por defecto'; +$_['text_keyword'] = 'No utilice espacios, reemplace los espacios con - y asegúrese de que la URL de SEO sea globalmente única.'; + +// Column +$_['column_title'] = 'Información Título'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_title'] = 'Información Título'; +$_['entry_description'] = 'Descripción'; +$_['entry_meta_title'] = 'Meta Tag Título'; +$_['entry_meta_keyword'] = 'Meta Tag Palabras clave'; +$_['entry_meta_description'] = 'Meta Tag Descripción'; +$_['entry_store'] = 'Tiendas'; +$_['entry_keyword'] = 'Palabra clave'; +$_['entry_bottom'] = 'Fondo'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden de Clasificación'; +$_['entry_layout'] = 'Anulación de diseño'; + +// Help +$_['help_bottom'] = 'Mostrar en el pie inferior.'; + +// Error +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar la información!'; +$_['error_title'] = 'Información El título debe tener entre 1 y 64 caracteres.'; +$_['error_description'] = '¡La descripción debe tener más de 3 caracteres!'; +$_['error_meta_title'] = 'Meta título debe ser mayor de 1 y menos de 255 caracteres!'; +$_['error_seo'] = '¡SEO URL ya está en uso!'; +$_['error_keyword'] = '¡URL de SEO debe ser único!'; +$_['error_account'] = 'Advertencia: Esta página de información no se puede eliminar ya que está asignada actualmente como los términos de la cuenta de tienda.'; +$_['error_checkout'] = 'Advertencia: Esta página de información no se puede eliminar ya que está asignada actualmente como los términos de pago de la tienda.'; +$_['error_affiliate'] = 'Advertencia: Esta página de información no puede eliminarse, ya que actualmente está asignada como los términos del afiliado de la tienda.'; +$_['error_return'] = 'Advertencia: Esta página de información no se puede eliminar, ya que está asignada como los términos de devolución de la tienda.'; +$_['error_store'] = 'Advertencia: Esta página de información no puede ser eliminada, ya que es utilizada por %s tiendas!'; diff --git a/public/admin/language/es-es/catalog/manufacturer.php b/public/admin/language/es-es/catalog/manufacturer.php new file mode 100644 index 0000000..8b81317 --- /dev/null +++ b/public/admin/language/es-es/catalog/manufacturer.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Fabricantes'; + +// Text +$_['text_success'] = 'Éxito: ¡Usted ha modificado los fabricantes!'; +$_['text_list'] = 'Lista de fabricantes'; +$_['text_add'] = 'Añadir Fabricante'; +$_['text_edit'] = 'Editar Fabricante'; +$_['text_default'] = 'Por defecto'; +$_['text_percent'] = 'Porcentaje'; +$_['text_amount'] = 'Cantidad fija'; +$_['text_keyword'] = 'No utilice espacios, reemplace los espacios con - y asegúrese de que la URL de SEO sea globalmente única.'; + +// Column +$_['column_name'] = 'Nombre del Fabricante'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del Fabricante'; +$_['entry_store'] = 'Tiendas'; +$_['entry_keyword'] = 'Palabra clave'; +$_['entry_image'] = 'Imagen'; +$_['entry_sort_order'] = 'Orden de Clasificación'; +$_['entry_type'] = 'Tipo'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar los fabricantes!'; +$_['error_name'] = '¡El nombre del fabricante debe tener entre 1 y 64 caracteres!'; +$_['error_seo'] = '¡SEO URL ya está en uso!'; +$_['error_keyword'] = '¡URL de SEO debe ser único!'; +$_['error_product'] = 'Advertencia: ¡Este fabricante no se puede eliminar ya que está asignado actualmente a los productos de %s!'; diff --git a/public/admin/language/es-es/catalog/option.php b/public/admin/language/es-es/catalog/option.php new file mode 100644 index 0000000..b3338d1 --- /dev/null +++ b/public/admin/language/es-es/catalog/option.php @@ -0,0 +1,41 @@ +<?php +// Heading +$_['heading_title'] = 'Opciones'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado las opciones!'; +$_['text_list'] = 'Lista de opciones'; +$_['text_add'] = 'Agregar opción'; +$_['text_edit'] = 'Editar Opción'; +$_['text_choose'] = 'Escoger'; +$_['text_select'] = 'Seleccionar'; +$_['text_radio'] = 'Radio'; +$_['text_checkbox'] = 'Caja'; +$_['text_input'] = 'Entrada'; +$_['text_text'] = 'Texto'; +$_['text_textarea'] = 'Área de texto'; +$_['text_file'] = 'Archivo'; +$_['text_date'] = 'Fecha'; +$_['text_datetime'] = 'Fecha & Hora'; +$_['text_time'] = 'Hora'; +$_['text_option'] = 'Opción'; +$_['text_value'] = 'Valores de opción'; + +// Column +$_['column_name'] = 'Nombre de la opción'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre de la opción'; +$_['entry_type'] = 'Tipo'; +$_['entry_option_value'] = 'Opción Nombre del valor'; +$_['entry_image'] = 'Imagen'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar las opciones!'; +$_['error_name'] = 'El nombre de la opción debe estar entre 1 y 128 caracteres!'; +$_['error_type'] = 'Advertencia: Opción Valores requeridos!'; +$_['error_option_value'] = 'Opción Valor El nombre debe tener entre 1 y 128 caracteres.'; +$_['error_product'] = 'Advertencia: ¡Esta opción no se puede eliminar ya que está asignada actualmente a %s products!'; diff --git a/public/admin/language/es-es/catalog/product.php b/public/admin/language/es-es/catalog/product.php new file mode 100644 index 0000000..cd18fce --- /dev/null +++ b/public/admin/language/es-es/catalog/product.php @@ -0,0 +1,110 @@ +<?php +// Heading +$_['heading_title'] = 'Productos'; + +// Text +$_['text_success'] = 'Éxito: ¡Usted ha modificado los productos!'; +$_['text_list'] = 'Lista de productos'; +$_['text_add'] = 'Agregar producto'; +$_['text_edit'] = 'Editar producto'; +$_['text_filter'] = 'Filtrar'; +$_['text_plus'] = '+'; +$_['text_minus'] = '-'; +$_['text_default'] = 'Defecto'; +$_['text_option'] = 'Opción'; +$_['text_option_value'] = 'Valor de la opción'; +$_['text_percent'] = 'Porcentaje'; +$_['text_amount'] = 'Cantidad fija'; +$_['text_keyword'] = 'No utilice espacios, reemplace los espacios con - y asegúrese de que la URL de SEO sea globalmente única.'; + +// Column +$_['column_name'] = 'Nombre del producto'; +$_['column_model'] = 'Modelo'; +$_['column_image'] = 'Imagen'; +$_['column_price'] = 'Precio'; +$_['column_quantity'] = 'Cantidad'; +$_['column_status'] = 'Estado'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del producto'; +$_['entry_description'] = 'Descripción'; +$_['entry_meta_title'] = 'Meta Tag Título'; +$_['entry_meta_keyword'] = 'Meta Tag Palabras clave'; +$_['entry_meta_description'] = 'Meta Tag Descripción'; +$_['entry_store'] = 'Tiendas'; +$_['entry_keyword'] = 'Palabra clave'; +$_['entry_model'] = 'Modelo'; +$_['entry_sku'] = 'SKU'; +$_['entry_upc'] = 'UPC'; +$_['entry_ean'] = 'EAN'; +$_['entry_jan'] = 'ENE'; +$_['entry_isbn'] = 'ISBN'; +$_['entry_mpn'] = 'MPN'; +$_['entry_location'] = 'Ubicación'; +$_['entry_shipping'] = 'Requiere Envio'; +$_['entry_manufacturer'] = 'Fabricante'; +$_['entry_date_available'] = 'fecha disponible'; +$_['entry_quantity'] = 'Cantidad'; +$_['entry_minimum'] = 'Cantidad mínima'; +$_['entry_stock_status'] = 'Estado de stock agotado'; +$_['entry_price'] = 'Precio'; +$_['entry_tax_class'] = 'Clase de impuestos'; +$_['entry_points'] = 'Puntos'; +$_['entry_option_points'] = 'Puntos'; +$_['entry_subtract'] = 'Restar Stock'; +$_['entry_weight_class'] = 'Categoría de peso'; +$_['entry_weight'] = 'Peso'; +$_['entry_dimension'] = 'Dimensiones (L x W x H)'; +$_['entry_length_class'] = 'Clase de longitud'; +$_['entry_length'] = 'Longitud'; +$_['entry_width'] = 'Anchura'; +$_['entry_height'] = 'Altura'; +$_['entry_image'] = 'Imagen'; +$_['entry_additional_image'] = 'Imágenes adicionales'; +$_['entry_customer_group'] = 'grupo de clientes'; +$_['entry_date_start'] = 'Fecha de inicio'; +$_['entry_date_end'] = 'Fecha Fin'; +$_['entry_priority'] = 'Prioridad'; +$_['entry_attribute'] = 'Atributo'; +$_['entry_attribute_group'] = 'Grupo de atributos'; +$_['entry_text'] = 'Texto'; +$_['entry_option'] = 'Opción'; +$_['entry_option_value'] = 'Valor de la opción'; +$_['entry_required'] = 'Necesario'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden de Clasificación'; +$_['entry_category'] = 'Categorías'; +$_['entry_filter'] = 'Filtros'; +$_['entry_download'] = 'Descargas'; +$_['entry_related'] = 'Productos relacionados'; +$_['entry_tag'] = 'Etiquetas de productos'; +$_['entry_reward'] = 'Puntos de recompensa'; +$_['entry_layout'] = 'Anulación de diseño'; +$_['entry_recurring'] = 'Perfil recurrente'; + +// Help +$_['help_sku'] = 'Unidad de mantenimiento de stock'; +$_['help_upc'] = 'Código de producto universal'; +$_['help_ean'] = 'Número de artículo europeo'; +$_['help_jan'] = 'Número de artículo japonés'; +$_['help_isbn'] = 'International Standard Book Number'; +$_['help_mpn'] = 'Número de pieza del fabricante'; +$_['help_manufacturer'] = '(Autocompletar)'; +$_['help_minimum'] = 'Forzar una cantidad mínima ordenada'; +$_['help_stock_status'] = 'Estado mostrado cuando un producto está agotado'; +$_['help_points'] = 'Número de puntos necesarios para comprar este artículo. Si no desea que este producto se compre con puntos deje como 0.'; +$_['help_category'] = '(Autocompletar)'; +$_['help_filter'] = '(Autocompletar)'; +$_['help_download'] = '(Autocompletar)'; +$_['help_related'] = '(Autocompletar)'; +$_['help_tag'] = 'Separado por comas'; + +// Error +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar productos!'; +$_['error_name'] = '¡El nombre del producto debe ser mayor que 1 y menos de 255 caracteres!'; +$_['error_meta_title'] = 'Meta título debe ser mayor de 1 y menos de 255 caracteres!'; +$_['error_model'] = 'Modelo de producto debe ser mayor de 1 y menos de 64 caracteres!'; +$_['error_keyword'] = 'SEO URL ya está en uso!'; +$_['error_unique'] = 'URL de SEO debe ser único!'; diff --git a/public/admin/language/es-es/catalog/recurring.php b/public/admin/language/es-es/catalog/recurring.php new file mode 100644 index 0000000..ab11ca9 --- /dev/null +++ b/public/admin/language/es-es/catalog/recurring.php @@ -0,0 +1,42 @@ +<?php +// Heading +$_['heading_title'] = 'Perfiles recurrentes'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado perfiles recurrentes!'; +$_['text_list'] = 'Lista de perfiles recurrentes'; +$_['text_add'] = 'Añadir perfil recurrente'; +$_['text_edit'] = 'Editar perfil recurrente'; +$_['text_day'] = 'Día'; +$_['text_week'] = 'Semana'; +$_['text_semi_month'] = 'Semestral'; +$_['text_month'] = 'Mes'; +$_['text_year'] = 'Año'; +$_['text_recurring'] = '<p><i class="fa fa-info-circle"></i> Los montos recurrentes se calculan por la frecuencia y los ciclos..</p><p>Por ejemplo, si utiliza una frecuencia de "semana" y un valor de Ciclo de "2", entonces el usuario se facturará cada 2 semanas.</p><p>La duración es el número de veces que el usuario realizará un pago, establezca esto en 0 si desea pagos hasta que se cancelen</p>'; +$_['text_profile'] = 'Perfil recurrente'; +$_['text_trial'] = 'Perfil de prueba'; + +// Entry +$_['entry_name'] = 'Nombre'; +$_['entry_price'] = 'Precio'; +$_['entry_duration'] = 'Duración'; +$_['entry_cycle'] = 'Ciclo'; +$_['entry_frequency'] = 'Frecuencia'; +$_['entry_trial_price'] = 'Precio de prueba'; +$_['entry_trial_duration'] = 'Duración del ensayo'; +$_['entry_trial_status'] = 'Estado de la prueba'; +$_['entry_trial_cycle'] = 'Ciclo de ensayo'; +$_['entry_trial_frequency'] = 'Frecuencia de prueba'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Column +$_['column_name'] = 'Nombre'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Error +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar perfiles recurrentes!'; +$_['error_name'] = 'El nombre del perfil debe ser mayor de 3 y menos de 255 caracteres.'; +$_['error_product'] = 'Advertencia: este perfil recurrente no se puede eliminar ya que está asignado actualmente a %s products!'; diff --git a/public/admin/language/es-es/catalog/review.php b/public/admin/language/es-es/catalog/review.php new file mode 100644 index 0000000..173629f --- /dev/null +++ b/public/admin/language/es-es/catalog/review.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Comentarios'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado las reseñas!'; +$_['text_list'] = 'Lista de revisión'; +$_['text_add'] = 'Agregar una opinión'; +$_['text_edit'] = 'Editar revisión'; +$_['text_filter'] = 'Filtrar'; + +// Column +$_['column_product'] = 'Producto'; +$_['column_author'] = 'Autor'; +$_['column_rating'] = 'Clasificación'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_product'] = 'Producto'; +$_['entry_author'] = 'Autor'; +$_['entry_rating'] = 'Clasificación'; +$_['entry_status'] = 'Estado'; +$_['entry_text'] = 'Texto'; +$_['entry_date_added'] = 'Fecha Agregada'; + +// Help +$_['help_product'] = '(Autocompletar)'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar comentarios!'; +$_['error_product'] = 'Producto requerido!'; +$_['error_author'] = 'El autor debe tener entre 3 y 64 caracteres.'; +$_['error_text'] = '¡El texto de la revisión debe tener por lo menos 1 carácter!'; +$_['error_rating'] = 'Revisión crítica requerida!'; diff --git a/public/admin/language/es-es/common/column_left.php b/public/admin/language/es-es/common/column_left.php new file mode 100644 index 0000000..3209793 --- /dev/null +++ b/public/admin/language/es-es/common/column_left.php @@ -0,0 +1,90 @@ +<?php +// Text +$_['text_api'] = 'API'; +$_['text_attribute'] = 'Atributos'; +$_['text_attribute_group'] = 'Grupos de atributos'; +$_['text_backup'] = 'Crear o Restaurar una copia de seguridad'; +$_['text_banner'] = 'Banners'; +$_['text_catalog'] = 'Catálogo'; +$_['text_category'] = 'Categorías'; +$_['text_country'] = 'Países'; +$_['text_coupon'] = 'Cupones'; +$_['text_currency'] = 'Monedas'; +$_['text_customer'] = 'Clientes'; +$_['text_customer_group'] = 'Grupos de Clientes'; +$_['text_customer_online'] = 'Cliente en línea'; +$_['text_customer_approval'] = 'Aprobaciones del cliente'; +$_['text_custom_field'] = 'Campos Personalizados'; +$_['text_dashboard'] = 'Tablero'; +$_['text_design'] = 'Diseño'; +$_['text_download'] = 'Descargas'; +$_['text_log'] = 'Registro de errores'; +$_['text_event'] = 'Eventos'; +$_['text_extension'] = 'Extensiones'; +$_['text_filter'] = 'Filtros'; +$_['text_geo_zone'] = 'Zonas geográficas'; +$_['text_information'] = 'Información'; +$_['text_installer'] = 'Instalador'; +$_['text_language'] = 'Idiomas'; +$_['text_language_editor'] = 'Editor de idiomas'; +$_['text_layout'] = 'Layouts'; +$_['text_localisation'] = 'Localización'; +$_['text_location'] = 'Ubicación de la tienda'; +$_['text_contact'] = 'Correo'; +$_['text_marketing'] = 'Márketing'; +$_['text_marketplace'] = 'Descargar desde OpenCart MarketPlace'; +$_['text_maintenance'] = 'Mantenimiento'; +$_['text_menu'] = 'Administrador de menús'; +$_['text_modification'] = 'Modificaciones'; +$_['text_manufacturer'] = 'Fabricantes'; +$_['text_navigation'] = 'Navegación'; +$_['text_option'] = 'Opciones'; +$_['text_order'] = 'Pedidos'; +$_['text_order_status'] = 'Estados de la orden'; +$_['text_online'] = 'Quién está en línea'; +$_['text_product'] = 'Productos'; +$_['text_reports'] = 'Informes'; +$_['text_review'] = 'Comentarios'; +$_['text_return'] = 'Devoluciones'; +$_['text_return_action'] = 'Acciones de devolución'; +$_['text_return_reason'] = 'Razones de devolución'; +$_['text_return_status'] = 'Estados de devoluciones'; +$_['text_sale'] = 'Ventas'; +$_['text_setting'] = 'Ajustes'; +$_['text_seo_url'] = 'URL de SEO'; +$_['text_statistics'] = 'Estadística'; +$_['text_stock_status'] = 'Estados de las existencias'; +$_['text_system'] = 'Sistema'; +$_['text_tax'] = 'Impuestos'; +$_['text_tax_class'] = 'Clases de impuestos'; +$_['text_tax_rate'] = 'Las tasas de impuestos'; +$_['text_translation'] = 'Traducciones'; +$_['text_theme'] = 'Editor de temas'; +$_['text_upload'] = 'Cargas'; +$_['text_user'] = 'Usuarios'; +$_['text_users'] = 'Usuarios'; +$_['text_user_group'] = 'Grupos de Usuarios'; +$_['text_voucher'] = 'Vales de regalo'; +$_['text_voucher_theme'] = 'Temas de vales'; +$_['text_weight_class'] = 'Clases de Peso'; +$_['text_length_class'] = 'Clases de longitud'; +$_['text_zone'] = 'Zonas'; +$_['text_recurring'] = 'Perfiles recurrentes'; +$_['text_order_recurring'] = 'Pedidos recurrentes'; +$_['text_openbay_extension'] = 'OpenBay Pro'; +$_['text_openbay_dashboard'] = 'Tablero'; +$_['text_openbay_orders'] = 'Actualización de pedidos a granel'; +$_['text_openbay_items'] = 'Administrar elementos'; +$_['text_openbay_ebay'] = 'EBay'; +$_['text_openbay_amazon'] = 'Amazon (EU)'; +$_['text_openbay_amazonus'] = 'Amazon (EE.UU.)'; +$_['text_openbay_etsy'] = 'Etsy'; +$_['text_openbay_settings'] = 'Ajustes'; +$_['text_openbay_links'] = 'Enlaces de artículo'; +$_['text_openbay_report_price'] = 'Informe de precios'; +$_['text_openbay_order_import'] = 'Importación de pedidos'; +$_['text_paypal'] = 'PayPal'; +$_['text_paypal_search'] = 'Buscar'; +$_['text_complete_status'] = 'Pedidos terminados'; +$_['text_processing_status'] = 'Procesamiento de pedidos'; +$_['text_other_status'] = 'Otros estados'; diff --git a/public/admin/language/es-es/common/dashboard.php b/public/admin/language/es-es/common/dashboard.php new file mode 100644 index 0000000..ed3d475 --- /dev/null +++ b/public/admin/language/es-es/common/dashboard.php @@ -0,0 +1,6 @@ +<?php +// Heading +$_['heading_title'] = 'Tablero'; + +// Error +$_['error_install'] = 'Advertencia: La carpeta de instalación todavía existe y debe eliminarse por razones de seguridad.'; diff --git a/public/admin/language/es-es/common/developer.php b/public/admin/language/es-es/common/developer.php new file mode 100644 index 0000000..9dd105a --- /dev/null +++ b/public/admin/language/es-es/common/developer.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = 'Configuración del desarrollador'; + +// Text +$_['text_success'] = 'Éxito: ¡Ha modificado la configuración del desarrollador!'; +$_['text_theme'] = 'tema'; +$_['text_sass'] = 'SASS'; +$_['text_cache'] = 'Éxito: ¡Has eliminado la caché %s!'; + +// Column +$_['column_component'] = 'Componente'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_theme'] = 'Tema'; +$_['entry_sass'] = 'SASS'; +$_['entry_cache'] = 'Cache'; + +// Button +$_['button_on'] = 'Encendido'; +$_['button_off'] = 'Apagado'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar la configuración del programador!'; diff --git a/public/admin/language/es-es/common/filemanager.php b/public/admin/language/es-es/common/filemanager.php new file mode 100644 index 0000000..1606110 --- /dev/null +++ b/public/admin/language/es-es/common/filemanager.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Administrador de imágenes'; + +// Text +$_['text_uploaded'] = 'Éxito: ¡Su archivo ha sido cargado!'; +$_['text_directory'] = 'Éxito: ¡Directorio creado!'; +$_['text_delete'] = 'Éxito: ¡Su archivo o directorio ha sido eliminado!'; + +// Entry +$_['entry_search'] = 'Buscar..'; +$_['entry_folder'] = 'Nombre de la carpeta'; + +// Error +$_['error_permission'] = 'Advertencia: Permiso denegado!'; +$_['error_filename'] = 'Advertencia: El nombre de archivo debe estar entre 3 y 255!'; +$_['error_folder'] = 'Advertencia: El nombre de la carpeta debe estar entre 3 y 255!'; +$_['error_exists'] = 'Advertencia: ¡Ya existe un archivo o directorio con el mismo nombre!'; +$_['error_directory'] = 'Advertencia: ¡El directorio no existe!'; +$_['error_filesize'] = 'Advertencia: Tamaño de archivo incorrecto!'; +$_['error_filetype'] = 'Advertencia: ¡Tipo de archivo incorrecto!'; +$_['error_upload'] = 'Advertencia: ¡El archivo no pudo ser cargado por una razón desconocida!'; +$_['error_delete'] = 'Advertencia: ¡No puede eliminar este directorio!'; diff --git a/public/admin/language/es-es/common/footer.php b/public/admin/language/es-es/common/footer.php new file mode 100644 index 0000000..ea2f02c --- /dev/null +++ b/public/admin/language/es-es/common/footer.php @@ -0,0 +1,4 @@ +<?php +// Text +$_['text_footer'] = '<a href=\"http://www.opencart.com\">OpenCart</a> © 2009-' . date('Y') . ' Todos los derechos reversados.'; +$_['text_version'] = 'Versión %s'; diff --git a/public/admin/language/es-es/common/forgotten.php b/public/admin/language/es-es/common/forgotten.php new file mode 100644 index 0000000..f624e2d --- /dev/null +++ b/public/admin/language/es-es/common/forgotten.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = '¿Olvidaste tu contraseña?'; + +// Text +$_['text_forgotten'] = 'Contraseña olvidada'; +$_['text_your_email'] = 'Tu correo electrónico'; +$_['text_email'] = 'Introduzca la dirección de correo electrónico asociada a su cuenta. Haga clic en enviar para tener un enlace de restablecimiento de contraseña enviado por correo electrónico a usted.'; +$_['text_success'] = 'Un correo electrónico con un enlace de confirmación se ha enviado a su dirección de correo electrónico de administración.'; + +// Entry +$_['entry_email'] = 'Dirección de correo electrónico'; +$_['entry_password'] = 'Nueva contraseña'; +$_['entry_confirm'] = 'Confirmar'; + +// Error +$_['error_email'] = 'Advertencia: La dirección de correo electrónico no se encontró en nuestros registros. Inténtelo de nuevo.'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; +$_['error_confirm'] = 'Confirmación de contraseña y contraseña no coinciden!'; diff --git a/public/admin/language/es-es/common/header.php b/public/admin/language/es-es/common/header.php new file mode 100644 index 0000000..d71e2fd --- /dev/null +++ b/public/admin/language/es-es/common/header.php @@ -0,0 +1,12 @@ +<?php +// Heading +$_['heading_title'] = 'OpenCart'; + +// Text +$_['text_profile'] = 'Tu perfil'; +$_['text_store'] = 'Tiendas'; +$_['text_help'] = 'Ayuda'; +$_['text_homepage'] = 'Página de OpenCart'; +$_['text_support'] = 'Foro de soporte'; +$_['text_documentation'] = 'Documentación'; +$_['text_logout'] = 'Cerrar sesión'; diff --git a/public/admin/language/es-es/common/login.php b/public/admin/language/es-es/common/login.php new file mode 100644 index 0000000..e500eb7 --- /dev/null +++ b/public/admin/language/es-es/common/login.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Administración'; + +// Text +$_['text_heading'] = 'Administración'; +$_['text_login'] = 'Introduce tus datos de acceso.'; +$_['text_forgotten'] = 'Contraseña olvidada'; + +// Entry +$_['entry_username'] = 'Nombre de usuario'; +$_['entry_password'] = 'Contraseña'; + +// Button +$_['button_login'] = 'Iniciar sesión'; + +// Error +$_['error_login'] = 'No hay coincidencia con nombre de usuario y/o contraseña.'; +$_['error_token'] = 'Sesión de símbolo no válida. Inicie sesión nuevamente.'; diff --git a/public/admin/language/es-es/common/profile.php b/public/admin/language/es-es/common/profile.php new file mode 100644 index 0000000..cbf69a9 --- /dev/null +++ b/public/admin/language/es-es/common/profile.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Perfil'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado tu perfil!'; +$_['text_edit'] = 'Edite su perfil'; + +// Column +$_['column_username'] = 'Nombre de usuario'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_username'] = 'Nombre de usuario'; +$_['entry_password'] = 'Contraseña'; +$_['entry_confirm'] = 'Confirmar'; +$_['entry_firstname'] = 'Nombre de pila'; +$_['entry_lastname'] = 'Apellido'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_image'] = 'Imagen'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar tu perfil!'; +$_['error_exists_username'] = 'Advertencia: ¡El nombre de usuario ya está en uso!'; +$_['error_username'] = '¡El nombre de usuario debe tener entre 3 y 20 caracteres!'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; +$_['error_confirm'] = 'Confirmación de contraseña y contraseña no coinciden!'; +$_['error_firstname'] = '¡El nombre completo debe tener entre 1 y 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_exists_email'] = 'Advertencia: ¡La dirección de correo electrónico ya está registrada!'; diff --git a/public/admin/language/es-es/common/reset.php b/public/admin/language/es-es/common/reset.php new file mode 100644 index 0000000..198074a --- /dev/null +++ b/public/admin/language/es-es/common/reset.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Restablecer su contraseña'; + +// Text +$_['text_password'] = 'Introduzca la nueva contraseña que desea utilizar.'; +$_['text_success'] = 'Éxito: su contraseña se ha actualizado correctamente.'; + +// Entry +$_['entry_password'] = 'Contraseña'; +$_['entry_confirm'] = 'Confirmar'; + +// Error +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; +$_['error_confirm'] = 'Confirmación de contraseña y contraseña no coinciden!'; diff --git a/public/admin/language/es-es/common/security.php b/public/admin/language/es-es/common/security.php new file mode 100644 index 0000000..12bd611 --- /dev/null +++ b/public/admin/language/es-es/common/security.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = '¡Notificación de seguridad importante!'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado la carpeta de almacenamiento!'; +$_['text_admin'] = 'Editar admin / config.php y cambiar'; +$_['text_security'] = 'Es muy importante que mueva el directorio de almacenamiento fuera del directorio web (por ejemplo, public_html, www o htdocs).'; +$_['text_choose'] = 'Elija cómo mover el directorio de almacenamiento'; +$_['text_automatic'] = 'Mover automáticamente'; +$_['text_manual'] = 'Mover manualmente'; +$_['text_move'] = 'Movimiento'; +$_['text_to'] = 'a'; +$_['text_config'] = 'Editar el cambio config.php'; + +// Button +$_['button_move'] = 'Movimiento'; +$_['button_manual'] = 'Manual'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el directorio de almacenamiento!'; +$_['error_path'] = 'Advertencia: ¡Ruta no válida!'; +$_['error_directory'] = 'Advertencia: ¡Directorio no válido!'; +$_['error_exists'] = 'Advertencia: ¡El directorio ya existe!'; +$_['error_writable'] = 'Advertencia: config.php y admin / config.php necesitan ser escritos!'; diff --git a/public/admin/language/es-es/customer/custom_field.php b/public/admin/language/es-es/customer/custom_field.php new file mode 100644 index 0000000..063788b --- /dev/null +++ b/public/admin/language/es-es/customer/custom_field.php @@ -0,0 +1,55 @@ +<?php +// Heading +$_['heading_title'] = 'Campos Personalizados'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado campos personalizados!'; +$_['text_list'] = 'Lista de campos personalizados'; +$_['text_add'] = 'Agregar campo personalizado'; +$_['text_edit'] = 'Editar campo personalizado'; +$_['text_choose'] = 'Escoger'; +$_['text_select'] = 'Seleccionar'; +$_['text_radio'] = 'Radio'; +$_['text_checkbox'] = 'Caja'; +$_['text_input'] = 'Entrada'; +$_['text_text'] = 'Texto'; +$_['text_textarea'] = 'Área de texto'; +$_['text_file'] = 'Archivo'; +$_['text_date'] = 'Fecha'; +$_['text_datetime'] = 'Fecha & Hora'; +$_['text_time'] = 'Hora'; +$_['text_account'] = 'Cuenta'; +$_['text_address'] = 'Dirección'; +$_['text_affiliate'] = 'Afiliado'; +$_['text_regex'] = 'Regex'; +$_['text_custom_field'] = 'Campo personalizado'; +$_['text_value'] = 'Valores de campos personalizados'; + +// Column +$_['column_name'] = 'Nombre de campo personalizado'; +$_['column_location'] = 'Ubicación'; +$_['column_type'] = 'Tipo'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre de campo personalizado'; +$_['entry_location'] = 'Ubicación'; +$_['entry_type'] = 'Tipo'; +$_['entry_value'] = 'Valor'; +$_['entry_validation'] = 'Validación'; +$_['entry_custom_value'] = 'Nombre del valor del campo personalizado'; +$_['entry_customer_group'] = 'grupo de clientes'; +$_['entry_required'] = 'Necesario'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Help +$_['help_regex'] = 'Usar regex. E.g: /[a-zA-Z0-9_-]/'; +$_['help_sort_order'] = 'Use menos para contar hacia atrás desde el último campo del conjunto.'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar campos personalizados!'; +$_['error_name'] = '¡El nombre de campo personalizado debe tener entre 1 y 128 caracteres!'; +$_['error_type'] = 'Advertencia: ¡Se requieren valores de campo personalizados!'; +$_['error_custom_value'] = 'El nombre de valor personalizado debe tener entre 1 y 128 caracteres.'; diff --git a/public/admin/language/es-es/customer/customer.php b/public/admin/language/es-es/customer/customer.php new file mode 100644 index 0000000..077ed78 --- /dev/null +++ b/public/admin/language/es-es/customer/customer.php @@ -0,0 +1,114 @@ +<?php +// Heading +$_['heading_title'] = 'Clientes'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado tus clientes!'; +$_['text_list'] = 'Lista de clientes'; +$_['text_add'] = 'Agregar cliente'; +$_['text_edit'] = 'Editar cliente'; +$_['text_default'] = 'Por Defecto'; +$_['text_account'] = 'Detalles del cliente'; +$_['text_password'] = 'Contraseña'; +$_['text_other'] = 'Otro'; +$_['text_affiliate'] = 'Detalles del afiliado'; +$_['text_payment'] = 'Detalles del pago'; +$_['text_balance'] = 'Equilibrar'; +$_['text_cheque'] = 'Comprobar'; +$_['text_paypal'] = 'PayPal'; +$_['text_bank'] = 'Transferencia bancaria'; +$_['text_history'] = 'Historia'; +$_['text_history_add'] = 'Añadir historial'; +$_['text_transaction'] = 'Actas'; +$_['text_transaction_add'] = 'Agregar transacción'; +$_['text_reward'] = 'Puntos de recompensa'; +$_['text_reward_add'] = 'Añadir puntos de recompensa'; +$_['text_ip'] = 'IP'; +$_['text_option'] = 'Opciones'; +$_['text_login'] = 'Entrar en la tienda'; +$_['text_unlock'] = 'Desbloquear cuenta'; + +// Column +$_['column_name'] = 'Nombre del cliente'; +$_['column_email'] = 'Correo electrónico'; +$_['column_customer_group'] = 'Grupo de clientes'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_comment'] = 'Comentario'; +$_['column_description'] = 'Descripción'; +$_['column_amount'] = 'Cantidad'; +$_['column_points'] = 'Puntos'; +$_['column_ip'] = 'IP'; +$_['column_total'] = 'Cuentas totales'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_customer_group'] = 'Grupo de clientes'; +$_['entry_firstname'] = 'Nombre de pila'; +$_['entry_lastname'] = 'Apellido'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_telephone'] = 'Teléfono'; +$_['entry_newsletter'] = 'Hoja informativa'; +$_['entry_status'] = 'Estado'; +$_['entry_approved'] = 'Aprobado'; +$_['entry_safe'] = 'Seguro'; +$_['entry_password'] = 'Contraseña'; +$_['entry_confirm'] = 'Confirmar'; +$_['entry_company'] = 'Empresa'; +$_['entry_address_1'] = 'Dirección 1'; +$_['entry_address_2'] = 'Dirección 2'; +$_['entry_city'] = 'Ciudad'; +$_['entry_postcode'] = 'Código postal'; +$_['entry_country'] = 'País'; +$_['entry_zone'] = 'Región/Estado'; +$_['entry_default'] = 'Dirección predeterminada'; +$_['entry_affiliate'] = 'Afiliado'; +$_['entry_tracking'] = 'Codigo de localización'; +$_['entry_website'] = 'Sitio Web'; +$_['entry_commission'] = 'Comisión (%)'; +$_['entry_tax'] = 'Identificación del impuesto'; +$_['entry_payment'] = 'Método de pago'; +$_['entry_cheque'] = 'Nombre del beneficiario del cheque'; +$_['entry_paypal'] = 'Cuenta de correo electrónico de PayPal'; +$_['entry_bank_name'] = 'Nombre del banco'; +$_['entry_bank_branch_number'] = 'Número ABA/BSB (número de sucursal)'; +$_['entry_bank_swift_code'] = 'Código SWIFT'; +$_['entry_bank_account_name'] = 'Nombre de la cuenta'; +$_['entry_bank_account_number'] = 'Número de cuenta'; +$_['entry_comment'] = 'Comentario'; +$_['entry_description'] = 'Descripción'; +$_['entry_amount'] = 'Cantidad'; +$_['entry_points'] = 'Puntos'; +$_['entry_name'] = 'Nombre del cliente'; +$_['entry_ip'] = 'IP'; +$_['entry_date_added'] = 'Fecha Agregada'; + +// Help +$_['help_safe'] = 'Establecer a true para evitar este cliente de ser atrapado por el sistema antifraude'; +$_['help_affiliate'] = 'Habilitar/deshabilitar la capacidad de los clientes para utilizar el sistema de afiliados.'; +$_['help_tracking'] = 'El código de seguimiento que se utilizará para realizar el seguimiento de las referencias.'; +$_['help_commission'] = 'Porcentaje que el afiliado recibe en cada pedido.'; +$_['help_points'] = 'Utilizar menos para eliminar puntos'; + +// Error +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar clientes!'; +$_['error_exists'] = 'Advertencia: ¡La dirección de correo electrónico ya está registrada!'; +$_['error_firstname'] = '¡El nombre completo debe tener entre 1 y 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; +$_['error_confirm'] = 'Confirmación de contraseña y contraseña no coinciden!'; +$_['error_address_1'] = '¡La dirección 1 debe tener entre 3 y 128 caracteres!'; +$_['error_city'] = '¡La ciudad debe tener entre 2 y 128 caracteres!'; +$_['error_postcode'] = '¡El código postal debe tener entre 2 y 10 caracteres para este país!'; +$_['error_country'] = '¡Por favor seleccione un país!'; +$_['error_zone'] = 'Por favor, seleccione una región/estado!'; +$_['error_custom_field'] = 'Se requiere %s!'; +$_['error_tracking'] = '¡Es necesario un código de seguimiento!'; +$_['error_tracking_exists'] = '¡El código de seguimiento está siendo utilizado por otro afiliado!'; +$_['error_cheque'] = 'Marque el nombre del beneficiario.'; +$_['error_paypal'] = '¡La dirección de correo electrónico de PayPal no parece válida!'; +$_['error_bank_account_name'] = 'Nombre de cuenta obligatorio'; +$_['error_bank_account_number'] = 'Número de cuenta necesario!'; diff --git a/public/admin/language/es-es/customer/customer_approval.php b/public/admin/language/es-es/customer/customer_approval.php new file mode 100644 index 0000000..80dc7f5 --- /dev/null +++ b/public/admin/language/es-es/customer/customer_approval.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Aprobaciones del cliente'; + +// Text +$_['text_success'] = 'Éxito: ¡Ha modificado las aprobaciones de clientes!'; +$_['text_list'] = 'Lista de aprobación del cliente'; +$_['text_default'] = 'Por defecto'; +$_['text_customer'] = 'Cliente'; +$_['text_affiliate'] = 'Afiliado'; + +// Column +$_['column_name'] = 'Nombre del cliente'; +$_['column_email'] = 'Correo electrónico'; +$_['column_customer_group'] = 'Grupo de clientes'; +$_['column_type'] = 'Tipo'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del cliente'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_customer_group'] = 'Grupo de clientes'; +$_['entry_type'] = 'Tipo'; +$_['entry_date_added'] = 'Fecha Agregada'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las aprobaciones de clientes!'; diff --git a/public/admin/language/es-es/customer/customer_group.php b/public/admin/language/es-es/customer/customer_group.php new file mode 100644 index 0000000..7659131 --- /dev/null +++ b/public/admin/language/es-es/customer/customer_group.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Grupos de Clientes'; + +// Text +$_['text_success'] = 'Éxito: ¡Usted ha modificado los grupos de clientes!'; +$_['text_list'] = 'Lista de grupos de clientes'; +$_['text_add'] = 'Agregar grupo de clientes'; +$_['text_edit'] = 'Editar grupo de clientes'; + +// Column +$_['column_name'] = 'Nombre del grupo de clientes'; +$_['column_sort_order'] = 'Orden de Clasificación'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del grupo de clientes'; +$_['entry_description'] = 'Descripción'; +$_['entry_approval'] = 'Aprobar Nuevos Clientes'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Help +$_['help_approval'] = 'Los clientes deben ser aprobados por un administrador antes de que puedan iniciar sesión.'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar grupos de clientes!'; +$_['error_name'] = '¡El nombre del grupo de clientes debe tener entre 3 y 32 caracteres!'; +$_['error_default'] = 'Advertencia: Este grupo de clientes no se puede eliminar ya que está asignado actualmente como el grupo de clientes de tienda predeterminado.'; +$_['error_store'] = 'Advertencia: ¡Este grupo de clientes no se puede eliminar ya que está asignado actualmente a %s stores!'; +$_['error_customer'] = 'Advertencia: ¡Este grupo de clientes no se puede eliminar ya que está asignado actualmente a %s clientes!'; diff --git a/public/admin/language/es-es/design/banner.php b/public/admin/language/es-es/design/banner.php new file mode 100644 index 0000000..6d76e07 --- /dev/null +++ b/public/admin/language/es-es/design/banner.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Banners'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado banners!'; +$_['text_list'] = 'Lista de banners'; +$_['text_add'] = 'Añadir Banner'; +$_['text_edit'] = 'Editar Banner'; +$_['text_default'] = 'Por defecto'; + +// Column +$_['column_name'] = 'Nombre de la bandera'; +$_['column_status'] = 'Estado'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre de la bandera'; +$_['entry_title'] = 'Título'; +$_['entry_link'] = 'Enlazar'; +$_['entry_image'] = 'Imagen'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden de Clasificación'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar banners!'; +$_['error_name'] = 'El nombre de la bandera debe tener entre 3 y 64 caracteres.'; +$_['error_title'] = 'Banner El título debe tener entre 2 y 64 caracteres.'; diff --git a/public/admin/language/es-es/design/layout.php b/public/admin/language/es-es/design/layout.php new file mode 100644 index 0000000..1a01de8 --- /dev/null +++ b/public/admin/language/es-es/design/layout.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Layouts'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado los diseños!'; +$_['text_list'] = 'Lista de diseño'; +$_['text_add'] = 'Añadir diseño'; +$_['text_edit'] = 'Editar diseño'; +$_['text_remove'] = 'retirar'; +$_['text_route'] = 'Elija la tienda y las rutas que se utilizarán con este diseño'; +$_['text_module'] = 'Elegir la posición de los módulos'; +$_['text_default'] = 'Por defecto'; +$_['text_content_top'] = 'Contenido Arriba'; +$_['text_content_bottom'] = 'Contenido inferior'; +$_['text_column_left'] = 'Columna izquierda'; +$_['text_column_right'] = 'Columna Derecha'; + +// Column +$_['column_name'] = 'Nombre del diseño'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_name'] = 'Nombre del diseño'; +$_['entry_store'] = 'Almacenar'; +$_['entry_route'] = 'Ruta'; +$_['entry_module'] = 'Módulo'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar diseños!'; +$_['error_name'] = '¡El nombre del diseño debe tener entre 3 y 64 caracteres!'; +$_['error_default'] = 'Advertencia: Este diseño no se puede eliminar, ya que actualmente está asignado como el diseño de almacén predeterminado!'; +$_['error_store'] = 'Advertencia: ¡Este diseño no se puede eliminar ya que está asignado actualmente a %s stores!'; +$_['error_product'] = 'Advertencia: ¡Este diseño no se puede eliminar ya que está asignado actualmente a %s products!'; +$_['error_category'] = 'Advertencia: ¡Este diseño no se puede eliminar ya que está asignado actualmente a las categorías %s!'; +$_['error_information'] = 'Advertencia: ¡Este diseño no puede eliminarse ya que está asignado actualmente a %s páginas de información!'; diff --git a/public/admin/language/es-es/design/seo_url.php b/public/admin/language/es-es/design/seo_url.php new file mode 100644 index 0000000..d03777d --- /dev/null +++ b/public/admin/language/es-es/design/seo_url.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'URL de SEO'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado la URL de SEO!'; +$_['text_list'] = 'Lista de URL de SEO'; +$_['text_add'] = 'Agregar URL de SEO'; +$_['text_edit'] = 'Editar URL de SEO'; +$_['text_filter'] = 'Filtrar'; +$_['text_default'] = 'Por defecto'; + +// Column +$_['column_query'] = 'Consulta'; +$_['column_keyword'] = 'Palabra clave'; +$_['column_store'] = 'Almacenar'; +$_['column_language'] = 'Idioma'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_query'] = 'Consulta'; +$_['entry_keyword'] = 'Palabra clave'; +$_['entry_store'] = 'Almacenar'; +$_['entry_language'] = 'Idioma'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar la URL de SEO!'; +$_['error_query'] = '¡La consulta debe tener entre 3 y 64 caracteres!'; +$_['error_keyword'] = '¡La palabra clave debe tener entre 3 y 64 caracteres!'; +$_['error_exists'] = 'Palabra clave ya está en uso!'; diff --git a/public/admin/language/es-es/design/theme.php b/public/admin/language/es-es/design/theme.php new file mode 100644 index 0000000..e44d882 --- /dev/null +++ b/public/admin/language/es-es/design/theme.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Editor de Temas'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado tus temas!'; +$_['text_edit'] = 'Editar Tema'; +$_['text_store'] = 'Elija su tienda'; +$_['text_template'] = 'Elija una plantilla'; +$_['text_default'] = 'Por defecto'; +$_['text_history'] = 'Historia del Tema'; +$_['text_twig'] = 'El editor del tema utiliza el lenguaje de plantilla Twig. Puede leer acerca de la <a href="http://twig.sensiolabs.org/documentation" target="_blank" class="alert-link">sintaxis Twig aquí</a>.'; + +// Column +$_['column_store'] = 'Almacenar'; +$_['column_route'] = 'Ruta'; +$_['column_theme'] = 'Tema'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; + +// Error// Error +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el editor de temas!'; +$_['error_twig'] = 'Advertencia: ¡Sólo puede guardar archivos .twig!'; diff --git a/public/admin/language/es-es/design/translation.php b/public/admin/language/es-es/design/translation.php new file mode 100644 index 0000000..843c5fb --- /dev/null +++ b/public/admin/language/es-es/design/translation.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Editor de Idiomas'; + +// Text +$_['text_success'] = 'Éxito: ¡Has modificado el editor de idiomas!'; +$_['text_list'] = 'Lista de traducciones'; +$_['text_edit'] = 'Editar Traducción'; +$_['text_add'] = 'Añadir traducción'; +$_['text_default'] = 'Defecto'; +$_['text_store'] = 'Almacenar'; +$_['text_language'] = 'Idioma'; + +// Column +$_['column_store'] = 'Almacenar'; +$_['column_language'] = 'Idioma'; +$_['column_route'] = 'Ruta'; +$_['column_key'] = 'Llave'; +$_['column_value'] = 'Valor'; +$_['column_action'] = 'Acción'; + +// Entry +$_['entry_store'] = 'Almacenar'; +$_['entry_language'] = 'Idioma'; +$_['entry_route'] = 'Ruta'; +$_['entry_key'] = 'Llave'; +$_['entry_default'] = 'Por defecto'; +$_['entry_value'] = 'Valor'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el editor de idiomas!'; +$_['error_key'] = '¡La clave debe estar entre 3 y 64 caracteres!'; diff --git a/public/admin/language/es-es/error/not_found.php b/public/admin/language/es-es/error/not_found.php new file mode 100644 index 0000000..560d6f6 --- /dev/null +++ b/public/admin/language/es-es/error/not_found.php @@ -0,0 +1,6 @@ +<?php +// Heading +$_['heading_title'] = 'Página No Encontrada!'; + +// Text +$_['text_not_found'] = '¡La página que estás buscando no se pudo encontrar! Póngase en contacto con su administrador si el problema persiste.'; diff --git a/public/admin/language/es-es/error/permission.php b/public/admin/language/es-es/error/permission.php new file mode 100644 index 0000000..f53fafa --- /dev/null +++ b/public/admin/language/es-es/error/permission.php @@ -0,0 +1,6 @@ +<?php +// Heading +$_['heading_title'] = '¡Permiso Denegado!'; + +// Text +$_['text_permission'] = 'No tiene permiso para acceder a esta página, consulte al administrador del sistema.'; diff --git a/public/admin/language/es-es/es-es.php b/public/admin/language/es-es/es-es.php new file mode 100644 index 0000000..a9c137f --- /dev/null +++ b/public/admin/language/es-es/es-es.php @@ -0,0 +1,151 @@ +<?php + +$_['code'] = 'es'; +$_['direction'] = 'ltr'; +$_['date_format_short'] = 'd/m/Y'; +$_['date_format_long'] = 'l dS F Y'; +$_['time_format'] = 'h:i:s A'; +$_['datetime_format'] = 'd/m/Y H:i:s'; +$_['decimal_point'] = '.'; +$_['thousand_point'] = ','; + +$_['text_yes'] = 'Sí'; +$_['text_no'] = 'No'; +$_['text_enabled'] = 'Habilitado'; +$_['text_disabled'] = 'Discapacitado'; +$_['text_none'] = '--- Ninguna ---'; +$_['text_select'] = '--- Por favor seleccione ---'; +$_['text_select_all'] = 'Seleccionar todo'; +$_['text_unselect_all'] = 'Deselecciona todo'; +$_['text_all_zones'] = 'Todas las zonas'; +$_['text_default'] = '<B> (Predeterminado) </ b>'; +$_['text_close'] = 'Cerca'; +$_['text_pagination'] = 'Mostrando %d a %d de %d ( %d Páginas)'; +$_['text_loading'] = 'Cargando...'; +$_['text_no_results'] = '¡No hay resultados!'; +$_['text_confirm'] = '¿Estás seguro?'; +$_['text_home'] = 'Casa'; +$_['button_add'] = 'Añadir nuevo'; +$_['button_delete'] = 'Borrar'; +$_['button_save'] = 'Salvar'; +$_['button_cancel'] = 'Cancelar'; +$_['button_cancel_recurring'] = 'Cancelar Pagos Recurrentes'; +$_['button_continue'] = 'Continuar'; +$_['button_clear'] = 'Claro'; +$_['button_close'] = 'Cerca'; +$_['button_enable'] = 'Habilitar'; +$_['button_disable'] = 'Inhabilitar'; +$_['button_filter'] = 'Filtrar'; +$_['button_send'] = 'Enviar'; +$_['button_edit'] = 'Editar'; +$_['button_copy'] = 'Dupdo'; +$_['button_back'] = 'Espalda'; +$_['button_remove'] = 'retirar'; +$_['button_refresh'] = 'Refrescar'; +$_['button_export'] = 'Exportar'; +$_['button_import'] = 'Importar'; +$_['button_download'] = 'Descargar'; +$_['button_rebuild'] = 'Reconstruir'; +$_['button_upload'] = 'Subir'; +$_['button_submit'] = 'Enviar'; +$_['button_invoice_print'] = 'Imprimir factura'; +$_['button_shipping_print'] = 'Imprimir lista de envío'; +$_['button_address_add'] = 'Añadir dirección'; +$_['button_attribute_add'] = 'Añadir atributo'; +$_['button_banner_add'] = 'Añadir Banner'; +$_['button_custom_field_value_add'] = 'Agregar campo personalizado'; +$_['button_product_add'] = 'Agregar producto'; +$_['button_filter_add'] = 'Añadir filtro'; +$_['button_option_add'] = 'Agregar opción'; +$_['button_option_value_add'] = 'Agregar valor de opción'; +$_['button_recurring_add'] = 'Añadir recurrente'; +$_['button_discount_add'] = 'Añadir descuento'; +$_['button_special_add'] = 'Añadir especial'; +$_['button_image_add'] = 'Añadir imagen'; +$_['button_geo_zone_add'] = 'Añadir Zona geográfica'; +$_['button_history_add'] = 'Añadir historial'; +$_['button_translation'] = 'Cargar traducción predeterminada'; +$_['button_translation_add'] = 'Añadir traducción'; +$_['button_transaction_add'] = 'Agregar transacción'; +$_['button_route_add'] = 'Agregar ruta'; +$_['button_rule_add'] = 'Añadir regla'; +$_['button_module_add'] = 'Añadir Módulo'; +$_['button_link_add'] = 'Agregar enlace'; +$_['button_approve'] = 'Aprobar'; +$_['button_deny'] = 'Negar'; +$_['button_reset'] = 'Reiniciar'; +$_['button_generate'] = 'Generar'; +$_['button_voucher_add'] = 'Añadir cupón'; +$_['button_reward_add'] = 'Añadir puntos de recompensa'; +$_['button_reward_remove'] = 'Eliminar puntos de recompensa'; +$_['button_commission_add'] = 'Añadir Comisión'; +$_['button_commission_remove'] = 'Eliminar la Comisión'; +$_['button_credit_add'] = 'Añadir crédito'; +$_['button_credit_remove'] = 'Eliminar Crédito'; +$_['button_ip_add'] = 'Agregar IP'; +$_['button_parent'] = 'Padre'; +$_['button_folder'] = 'Nueva carpeta'; +$_['button_search'] = 'Buscar'; +$_['button_view'] = 'Ver'; +$_['button_install'] = 'Instalar'; +$_['button_uninstall'] = 'Desinstalar'; +$_['button_link'] = 'Enlazar'; +$_['button_currency'] = 'Actualizar valores de moneda'; +$_['button_apply'] = 'Aplicar'; +$_['button_category_add'] = 'añadir categoría'; +$_['button_order'] = 'Ver pedido'; +$_['button_order_recurring'] = 'Ver orden recurrente'; +$_['button_buy'] = 'Comprar'; +$_['tab_affiliate'] = 'Afiliado'; +$_['tab_address'] = 'Dirección'; +$_['tab_additional'] = 'Adicional'; +$_['tab_admin'] = 'Administración'; +$_['tab_attribute'] = 'Atributo'; +$_['tab_customer'] = 'Detalles del cliente'; +$_['tab_comment'] = 'Comentario'; +$_['tab_data'] = 'Datos'; +$_['tab_description'] = 'Descripción'; +$_['tab_design'] = 'Diseño'; +$_['tab_discount'] = 'Descuento'; +$_['tab_documentation'] = 'Documentación'; +$_['tab_general'] = 'General'; +$_['tab_history'] = 'Historia'; +$_['tab_ftp'] = 'FTP'; +$_['tab_ip'] = 'Direcciones IP'; +$_['tab_links'] = 'Campo de golf'; +$_['tab_log'] = 'Iniciar sesión'; +$_['tab_image'] = 'Imagen'; +$_['tab_option'] = 'Opción'; +$_['tab_server'] = 'Servidor'; +$_['tab_seo'] = 'SEO'; +$_['tab_store'] = 'Almacenar'; +$_['tab_special'] = 'Especial'; +$_['tab_session'] = 'Sesión'; +$_['tab_local'] = 'Local'; +$_['tab_mail'] = 'Correo'; +$_['tab_module'] = 'Módulo'; +$_['tab_payment'] = 'Detalles del pago'; +$_['tab_product'] = 'Productos'; +$_['tab_reward'] = 'Puntos de recompensa'; +$_['tab_shipping'] = 'Detalles de envío'; +$_['tab_total'] = 'Totales'; +$_['tab_transaction'] = 'Actas'; +$_['tab_voucher'] = 'Vales'; +$_['tab_sale'] = 'Ventas'; +$_['tab_marketing'] = 'Márketing'; +$_['tab_online'] = 'Gente en línea'; +$_['tab_activity'] = 'Actividad reciente'; +$_['tab_recurring'] = 'Periódico'; +$_['tab_action'] = 'Acción'; +$_['tab_google'] = 'Google'; +$_['error_exception'] = 'Código de error ( %s): %s en %s en la línea %s'; +$_['error_upload_1'] = 'Advertencia: El archivo subido supera la directiva upload_max_filesize en php.ini!'; +$_['error_upload_2'] = 'Advertencia: ¡El archivo subido supera la directiva MAX_FILE_SIZE que se especificó en el formulario HTML!'; +$_['error_upload_3'] = 'Advertencia: ¡El archivo subido sólo se cargó parcialmente!'; +$_['error_upload_4'] = 'Advertencia: ¡No se ha cargado ningún archivo!'; +$_['error_upload_6'] = 'Advertencia: ¡Falta una carpeta temporal!'; +$_['error_upload_7'] = 'Advertencia: ¡Error al escribir el archivo en el disco!'; +$_['error_upload_8'] = 'Advertencia: ¡La carga de archivos se ha detenido por extensión!'; +$_['error_upload_999'] = 'Advertencia: ¡No hay código de error disponible!'; +$_['error_curl'] = 'CURL: Código de error ( %s): %s'; +$_['datepicker'] = 'En-gb'; diff --git a/public/admin/language/es-es/es-es.png b/public/admin/language/es-es/es-es.png Binary files differnew file mode 100644 index 0000000..8944727 --- /dev/null +++ b/public/admin/language/es-es/es-es.png diff --git a/public/admin/language/es-es/extension/analytics/google.php b/public/admin/language/es-es/extension/analytics/google.php new file mode 100644 index 0000000..9091f42 --- /dev/null +++ b/public/admin/language/es-es/extension/analytics/google.php @@ -0,0 +1,323 @@ +<?php + +// Heading +$_['heading_campaign'] = 'Campañas publicitarias de compras inteligentes'; +$_['heading_mapping'] = 'Mapeo de categoría'; +$_['heading_merchant'] = 'Cuenta de Google Merchant Center'; +$_['heading_shipping_taxes'] = 'Envíos e Impuestos'; +$_['heading_title'] = 'Google Shopping'; + +// Steps +$_['step_campaigns'] = 'Campañas publicitarias de compras inteligentes'; +$_['step_connect'] = 'Conectar'; +$_['step_mapping'] = 'Mapeo de categoría'; +$_['step_merchant_account'] = 'Cuenta de Merchant Center'; +$_['step_shipping_taxes'] = 'Envíos & Impuestos'; + +// Help +$_['help_adult'] = 'Use este atributo para indicar que los productos individuales son solo para adultos porque contienen contenido para adultos, como desnudos, contenido sexualmente sugerente o están destinados a mejorar la actividad sexual. A Google le importa lo que muestran a sus usuarios, por lo que si su modelo de negocio no está orientado a adultos pero está vendiendo un producto individual orientado a adultos, debe etiquetar ese producto claramente para que Google pueda mostrar contenido apropiado y legalmente compatible a las personas que compran en línea.'; +$_['help_age_group'] = 'Use este atributo para establecer el grupo demográfico para el que está diseñado su producto. Cuando usa este atributo, su anuncio puede aparecer en resultados que se filtran por edad. Por ejemplo, si las mujeres filtran los resultados en lugar de las niñas. El grupo de edad también puede trabajar junto con el género para ayudar a garantizar que los usuarios vean la información de tamaño correcta.'; +$_['help_budget'] = 'Presupuesto diario promedio para gastar en esta campaña. Cualquier gasto en anuncios se deducirá de su crédito comprado. El crédito se deduce solo cuando alguien hace clic en su anuncio.'; +$_['help_carrier_price_percentage'] = 'Estime el precio de envío como porcentaje del precio del producto.'; +$_['help_color'] = 'Si el producto es una opción de color, selecciónelo aquí. Este es un atributo obligatorio para todos los artículos de indumentaria en los feeds destinados a Brasil, Francia, Alemania, Japón, el Reino Unido y los EE. UU., Así como a todos los productos disponibles en diferentes colores.'; +$_['help_condition'] = 'Informe a los usuarios sobre el estado del producto que está vendiendo. Establecer este valor correctamente es importante ya que Google lo usa para refinar los resultados de búsqueda.'; +$_['help_cron_email'] = 'Se enviará un resumen de la tarea CRON a este correo electrónico después de la finalización.'; +$_['help_cron_email_status'] = 'Habilite para recibir un resumen después de cada tarea CRON.'; +$_['help_feed'] = 'Si un idioma o moneda está inactivo, esto significa que no se encontró en su tienda OpenCart. Para configurarlo, vaya a Sistema > Localización > Idiomas / Monedas'; +$_['help_gender'] = 'Especifique el género para el que su producto está diseñado para usar el atributo de género. Cuando proporciona esta información, los clientes potenciales pueden filtrar con precisión los productos por género para ayudar a reducir su búsqueda. Tenga en cuenta que Google también usa la información de género junto con los valores que proporciona para Tamaño y grupo de edad para estandarizar los tamaños que se muestran a los usuarios.'; +$_['help_google_product_category'] = 'Use este atributo para indicar la categoría de su artículo según la taxonomía de productos de Google. La categorización de su producto ayuda a garantizar que su anuncio se muestre con los resultados de búsqueda correctos.'; +$_['help_is_bundle'] = 'Use el atributo Bundle para indicar que ha creado un paquete: un producto principal que ha agrupado con otros productos diferentes, vendidos juntos como un paquete por un precio único. Este atributo le permite a Google mostrar su anuncio en las situaciones correctas al distinguir su artículo de los paquetes, paquetes múltiples y otros productos creados por el fabricante sin accesorios.'; +$_['help_local_cron'] = '<strong>Se recomienda este método.</strong> Inserte este comando en la pestaña CRON de su servidor web. Configúrelo para que se ejecute cada hora.'; +$_['help_multipack'] = 'Use el atributo Multipack para indicar que ha agrupado múltiples productos idénticos para la venta como un solo artículo. Este atributo le permite a Google mostrar su anuncio en las situaciones correctas al distinguir su artículo de los paquetes múltiples, paquetes y otros productos creados por el fabricante.'; +$_['help_remote_cron'] = '<strong>Use este método en caso de que el Método # 1 no se pueda usar.</strong> Use esta URL para configurar una tarea CRON a través de un servicio CRON basado en la web. Configúrelo para que se ejecute cada hora.'; +$_['help_roas'] = 'El ROAS target le permite ofertar en función del rendimiento objetivo del gasto publicitario (ROAS). Esta estrategia de ofertas inteligentes de Google Ads lo ayuda a obtener más valor de conversión o ingresos en el retorno de la inversión publicitaria (ROAS) objetivo que establezca. Sus ofertas se optimizan automáticamente en el momento de la subasta, lo que le permite personalizar las ofertas para cada subasta.'; +$_['help_size'] = 'Use el atributo de tamaño para describir el tamaño estandarizado de su producto. Cuando utiliza este atributo, su anuncio puede aparecer en resultados que se filtran por tamaño. El tamaño que envíe también afectará la forma en que se muestran sus variantes de producto.'; +$_['help_size_system'] = 'Con este atributo puede explicar qué sistema de dimensionamiento de país utiliza su producto. Esta información ayuda a crear filtros precisos, que los usuarios pueden usar para limitar los resultados de búsqueda. El sistema de tamaño que envíe afectará la búsqueda, el filtrado y la forma en que se muestran las variantes en su anuncio.'; +$_['help_size_type'] = 'Use este atributo para describir el corte de su producto. Esta información ayuda a crear filtros precisos, que los usuarios pueden usar para limitar los resultados de búsqueda.'; + +// Entry +$_['entry_action'] = 'Acción'; +$_['entry_adult'] = 'Contenido solo para adultos'; +$_['entry_age_group'] = 'Grupo de edad'; +$_['entry_auto_advertise'] = '¿Anunciar automáticamente nuevos listados?'; +$_['entry_budget'] = 'Presupuesto diario de campaña'; +$_['entry_campaign'] = 'Campañas publicitarias de compras inteligentes'; +$_['entry_campaign_name'] = 'Nombre de la campaña'; +$_['entry_color'] = 'Opción de color'; +$_['entry_condition'] = 'Condición'; +$_['entry_country'] = 'País de destino'; +$_['entry_feed'] = 'Feeds de los productos'; +$_['entry_gender'] = 'Género'; +$_['entry_google_product_category'] = 'Categoría de producto de Google'; +$_['entry_is_bundle'] = 'Bundle'; +$_['entry_max_transit_time'] = 'Tiempo máximo de tránsito (días)'; +$_['entry_min_transit_time'] = 'Tiempo mínimo de tránsito (días)'; +$_['entry_multipack'] = 'Multipack (número de artículos en un solo paquete)'; +$_['entry_oc_category'] = 'Categoría OpenCart (autocompletar)'; +$_['entry_roas'] = 'ROAS'; +$_['entry_setup_confirmation'] = 'Confirmación de configuración'; +$_['entry_size'] = 'Opción de tamaño'; +$_['entry_size_system'] = 'Tamaño de sistema'; +$_['entry_size_type'] = 'Tipo de tamaño'; +$_['entry_status'] = 'Estado'; + +// Texts +$_['text_access_token'] = 'Token de acceso'; +$_['text_acknowledge_add_campaign_1'] = 'Reconozco que mis campañas no se activarán hasta que mis feeds de productos se aprueben de acuerdo con <a href="https://support.google.com/merchants/answer/6149970" target="_blank"><strong>Google Merchant Requisitos del centro</strong></a>.'; +$_['text_acknowledge_add_campaign_2'] = 'Reconozco que mis campañas no se activarán hasta que configure <a href="https://support.google.com/merchants/topic/7293661?hl=en-GB&ref_topic=7259125" target="_blank"><strong>Envío</strong></a> y <a href="https://support.google.com/merchants/topic/7294266?hl=es-GB&ref_topic=7259125" target="_blank"><strong>Impuesto (solo en EE. UU.)</strong></a> detalles de mi cuenta de Merchant Center.'; +$_['text_acknowledge_cron'] = 'Confirmo que he configurado una tarea CRON automatizada utilizando uno de los métodos anteriores.'; +$_['text_acknowledge_merchant_tos'] = 'Al comprar anuncios de Google Shopping, acepto cumplir con los términos y políticas de Google, incluidos <a href="https://support.google.com/merchants/answer/160173?hl=es" target="_blank">Términos de servicio de Merchant Center</a>, <a href="https://support.google.com/merchants/answer/6149970?hl=es" target="_blank">Políticas de anuncios de compras</a>, y <a href="https://billing.google.com/payments/u/0/paymentsinfofinder?style=:md#" target="_blank">Términos y condiciones de Google Ads</a>.'; +$_['text_action'] = 'Acción'; +$_['text_active'] = 'Activo'; +$_['text_active_states'] = 'Seleccionar estados activos'; +$_['text_add_target'] = 'Nueva campaña'; +$_['text_ads_intro'] = '<h3>Importante</h3><p>Para que Google Merchant Center acepte sus productos, asegúrese de cumplir con estos requisitos:</p><ul><li>Sus productos OpenCart deben cumplir con <a href="https://support.google.com/merchants/answer/6149970" target="_ blank"><strong>Políticas de anuncios de Google Shopping</strong></a>.</li><li>Asegúrese de configurar <a href="https://support.google.com/merchants/topic/7293661?hl=es-GB&ref_topic=7259125" target="_blank"><strong>Envío</strong></a> y <a href="https://support.google.com/merchants/topic/7294266?hl=es-ES&ref_topic=7259125" target="_ blank"><strong>Impuestos (solo en EE. UU.)</strong></a> en su cuenta de Google Merchant Center, o mediante esta extensión desde <a href="%s" target="_blank"><strong>Envíos & Impuestos</strong></a>sección.</li><li>Consulte las columnas <strong>Estados de destino</strong> y <strong>Problemas de artículos</strong> para resolver cualquier problema de aprobación con sus productos.</li></ul>'; +$_['text_advertise'] = 'Anunciar'; +$_['text_age_group_adult'] = 'Adulto (adolescentes o mayores)'; +$_['text_age_group_infant'] = 'Infante (3-12 meses de edad)'; +$_['text_age_group_kids'] = 'Niños (6-13 años)'; +$_['text_age_group_newborn'] = 'Recién nacido (0-2 meses)'; +$_['text_age_group_toddler'] = 'Niño pequeño (1-5 años)'; +$_['text_all'] = 'Todos'; +$_['text_app_id'] = 'App ID'; +$_['text_app_secret'] = 'App Secret'; +$_['text_approved'] = 'Aprobada'; +$_['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 />• Periodic syncing of your OpenCart catalog with Google Merchant Center<br />• 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'] = '–'; +$_['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 & Taxes'; +$_['text_panel_heading_shipping_taxes_2'] = 'Set up Shipping & 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'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 & Do Nothing'; +$_['button_save_modify'] = 'Save & Modify Current Products'; +$_['button_select_campaigns'] = 'Select Campaigns'; +$_['button_shipping_taxes'] = 'Shipping & 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'] = '"Total" 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 > 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.'; diff --git a/public/admin/language/es-es/extension/captcha/basic.php b/public/admin/language/es-es/extension/captcha/basic.php new file mode 100644 index 0000000..ef46c3a --- /dev/null +++ b/public/admin/language/es-es/extension/captcha/basic.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/captcha/google.php b/public/admin/language/es-es/extension/captcha/google.php new file mode 100644 index 0000000..94f0f53 --- /dev/null +++ b/public/admin/language/es-es/extension/captcha/google.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/activity.php b/public/admin/language/es-es/extension/dashboard/activity.php new file mode 100644 index 0000000..723e0d9 --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/activity.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/chart.php b/public/admin/language/es-es/extension/dashboard/chart.php new file mode 100644 index 0000000..74b22b7 --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/chart.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/customer.php b/public/admin/language/es-es/extension/dashboard/customer.php new file mode 100644 index 0000000..c703aef --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/customer.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/map.php b/public/admin/language/es-es/extension/dashboard/map.php new file mode 100644 index 0000000..23befa6 --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/map.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/online.php b/public/admin/language/es-es/extension/dashboard/online.php new file mode 100644 index 0000000..b7f5771 --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/online.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/order.php b/public/admin/language/es-es/extension/dashboard/order.php new file mode 100644 index 0000000..d6c8d4d --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/order.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/recent.php b/public/admin/language/es-es/extension/dashboard/recent.php new file mode 100644 index 0000000..6db1c4a --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/recent.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/dashboard/sale.php b/public/admin/language/es-es/extension/dashboard/sale.php new file mode 100644 index 0000000..de803b9 --- /dev/null +++ b/public/admin/language/es-es/extension/dashboard/sale.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/analytics.php b/public/admin/language/es-es/extension/extension/analytics.php new file mode 100644 index 0000000..0a4fb00 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/analytics.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/captcha.php b/public/admin/language/es-es/extension/extension/captcha.php new file mode 100644 index 0000000..611c8ab --- /dev/null +++ b/public/admin/language/es-es/extension/extension/captcha.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/dashboard.php b/public/admin/language/es-es/extension/extension/dashboard.php new file mode 100644 index 0000000..39426f0 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/dashboard.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/feed.php b/public/admin/language/es-es/extension/extension/feed.php new file mode 100644 index 0000000..932513c --- /dev/null +++ b/public/admin/language/es-es/extension/extension/feed.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/fraud.php b/public/admin/language/es-es/extension/extension/fraud.php new file mode 100644 index 0000000..2b5d9cb --- /dev/null +++ b/public/admin/language/es-es/extension/extension/fraud.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/marketing.php b/public/admin/language/es-es/extension/extension/marketing.php new file mode 100644 index 0000000..9bed372 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/marketing.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/menu.php b/public/admin/language/es-es/extension/extension/menu.php new file mode 100644 index 0000000..e62c08e --- /dev/null +++ b/public/admin/language/es-es/extension/extension/menu.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/module.php b/public/admin/language/es-es/extension/extension/module.php new file mode 100644 index 0000000..4cc55d1 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/module.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/other.php b/public/admin/language/es-es/extension/extension/other.php new file mode 100644 index 0000000..f39f428 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/other.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/payment.php b/public/admin/language/es-es/extension/extension/payment.php new file mode 100644 index 0000000..201c40f --- /dev/null +++ b/public/admin/language/es-es/extension/extension/payment.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Payments'; + +// Text +$_['text_success'] = 'Success: You have modified payments!'; +$_['text_list'] = 'Payment List'; +$_['text_recommended'] = 'Payments - Recommended Solutions'; + + +// Column +$_['column_name'] = 'Payment Method'; +$_['column_status'] = 'Status'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payments!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/report.php b/public/admin/language/es-es/extension/extension/report.php new file mode 100644 index 0000000..374eaa4 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/report.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/shipping.php b/public/admin/language/es-es/extension/extension/shipping.php new file mode 100644 index 0000000..7784db6 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/shipping.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/theme.php b/public/admin/language/es-es/extension/extension/theme.php new file mode 100644 index 0000000..0943ae7 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/theme.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/extension/total.php b/public/admin/language/es-es/extension/extension/total.php new file mode 100644 index 0000000..18008c2 --- /dev/null +++ b/public/admin/language/es-es/extension/extension/total.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/feed/google_base.php b/public/admin/language/es-es/extension/feed/google_base.php new file mode 100644 index 0000000..4b6fa2a --- /dev/null +++ b/public/admin/language/es-es/extension/feed/google_base.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/feed/google_sitemap.php b/public/admin/language/es-es/extension/feed/google_sitemap.php new file mode 100644 index 0000000..69dd816 --- /dev/null +++ b/public/admin/language/es-es/extension/feed/google_sitemap.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/feed/openbaypro.php b/public/admin/language/es-es/extension/feed/openbaypro.php new file mode 100644 index 0000000..8bb762a --- /dev/null +++ b/public/admin/language/es-es/extension/feed/openbaypro.php @@ -0,0 +1,3 @@ +<?php +// Heading +$_['heading_title'] = 'OpenBay Pro'; diff --git a/public/admin/language/es-es/extension/fraud/fraudlabspro.php b/public/admin/language/es-es/extension/fraud/fraudlabspro.php new file mode 100644 index 0000000..2a0cda0 --- /dev/null +++ b/public/admin/language/es-es/extension/fraud/fraudlabspro.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/fraud/ip.php b/public/admin/language/es-es/extension/fraud/ip.php new file mode 100644 index 0000000..2f00c63 --- /dev/null +++ b/public/admin/language/es-es/extension/fraud/ip.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/fraud/maxmind.php b/public/admin/language/es-es/extension/fraud/maxmind.php new file mode 100644 index 0000000..97fcefc --- /dev/null +++ b/public/admin/language/es-es/extension/fraud/maxmind.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/menu/default.php b/public/admin/language/es-es/extension/menu/default.php new file mode 100644 index 0000000..094d5b4 --- /dev/null +++ b/public/admin/language/es-es/extension/menu/default.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/account.php b/public/admin/language/es-es/extension/module/account.php new file mode 100644 index 0000000..24a726b --- /dev/null +++ b/public/admin/language/es-es/extension/module/account.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/amazon_login.php b/public/admin/language/es-es/extension/module/amazon_login.php new file mode 100644 index 0000000..3ae62a5 --- /dev/null +++ b/public/admin/language/es-es/extension/module/amazon_login.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Login with Amazon'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified module Login with Amazon!'; +$_['text_content_top'] = 'Content Top'; +$_['text_content_bottom'] = 'Content Bottom'; +$_['text_column_left'] = 'Column Left'; +$_['text_column_right'] = 'Column Right'; +$_['text_lwa_button'] = 'Login with Amazon'; +$_['text_login_button'] = 'Login'; +$_['text_a_button'] = 'A'; +$_['text_gold_button'] = 'Gold'; +$_['text_darkgray_button'] = 'Dark Gray'; +$_['text_lightgray_button'] = 'Light Gray'; +$_['text_small_button'] = 'Small'; +$_['text_medium_button'] = 'Medium'; +$_['text_large_button'] = 'Large'; +$_['text_x_large_button'] = 'X-Large'; + +//Entry +$_['entry_button_type'] = 'Button Type'; +$_['entry_button_colour'] = 'Button Colour'; +$_['entry_button_size'] = 'Button Size'; +$_['entry_layout'] = 'Layout'; +$_['entry_position'] = 'Position'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +//Error +$_['error_permission'] = 'Warning: You do not have permission to modify module Login with Amazon!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/amazon_pay.php b/public/admin/language/es-es/extension/module/amazon_pay.php new file mode 100644 index 0000000..4673521 --- /dev/null +++ b/public/admin/language/es-es/extension/module/amazon_pay.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Pay with Amazon'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified module Pay with Amazon!'; +$_['text_content_top'] = 'Content Top'; +$_['text_content_bottom'] = 'Content Bottom'; +$_['text_column_left'] = 'Column Left'; +$_['text_column_right'] = 'Column Right'; +$_['text_pwa_button'] = 'Pay with Amazon'; +$_['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 Pay with Amazon!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/banner.php b/public/admin/language/es-es/extension/module/banner.php new file mode 100644 index 0000000..680a2ed --- /dev/null +++ b/public/admin/language/es-es/extension/module/banner.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/bestseller.php b/public/admin/language/es-es/extension/module/bestseller.php new file mode 100644 index 0000000..9f7a70e --- /dev/null +++ b/public/admin/language/es-es/extension/module/bestseller.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/carousel.php b/public/admin/language/es-es/extension/module/carousel.php new file mode 100644 index 0000000..25cf22c --- /dev/null +++ b/public/admin/language/es-es/extension/module/carousel.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/category.php b/public/admin/language/es-es/extension/module/category.php new file mode 100644 index 0000000..8188bc4 --- /dev/null +++ b/public/admin/language/es-es/extension/module/category.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/divido_calculator.php b/public/admin/language/es-es/extension/module/divido_calculator.php new file mode 100644 index 0000000..1b43aaf --- /dev/null +++ b/public/admin/language/es-es/extension/module/divido_calculator.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/ebay_listing.php b/public/admin/language/es-es/extension/module/ebay_listing.php new file mode 100644 index 0000000..4e823f6 --- /dev/null +++ b/public/admin/language/es-es/extension/module/ebay_listing.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/featured.php b/public/admin/language/es-es/extension/module/featured.php new file mode 100644 index 0000000..8ceec21 --- /dev/null +++ b/public/admin/language/es-es/extension/module/featured.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/filter.php b/public/admin/language/es-es/extension/module/filter.php new file mode 100644 index 0000000..9dadd3c --- /dev/null +++ b/public/admin/language/es-es/extension/module/filter.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/google_hangouts.php b/public/admin/language/es-es/extension/module/google_hangouts.php new file mode 100644 index 0000000..cc921ca --- /dev/null +++ b/public/admin/language/es-es/extension/module/google_hangouts.php @@ -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 & paste the generated code into the text box.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Google Hangouts module!'; +$_['error_code'] = 'Code Required';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/html.php b/public/admin/language/es-es/extension/module/html.php new file mode 100644 index 0000000..bd3d397 --- /dev/null +++ b/public/admin/language/es-es/extension/module/html.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/information.php b/public/admin/language/es-es/extension/module/information.php new file mode 100644 index 0000000..ae24d0e --- /dev/null +++ b/public/admin/language/es-es/extension/module/information.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/klarna_checkout_module.php b/public/admin/language/es-es/extension/module/klarna_checkout_module.php new file mode 100644 index 0000000..7890a3d --- /dev/null +++ b/public/admin/language/es-es/extension/module/klarna_checkout_module.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/latest.php b/public/admin/language/es-es/extension/module/latest.php new file mode 100644 index 0000000..30663c1 --- /dev/null +++ b/public/admin/language/es-es/extension/module/latest.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/laybuy_layout.php b/public/admin/language/es-es/extension/module/laybuy_layout.php new file mode 100644 index 0000000..5d2b484 --- /dev/null +++ b/public/admin/language/es-es/extension/module/laybuy_layout.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/pilibaba_button.php b/public/admin/language/es-es/extension/module/pilibaba_button.php new file mode 100644 index 0000000..c911a64 --- /dev/null +++ b/public/admin/language/es-es/extension/module/pilibaba_button.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/pp_braintree_button.php b/public/admin/language/es-es/extension/module/pp_braintree_button.php new file mode 100644 index 0000000..0462829 --- /dev/null +++ b/public/admin/language/es-es/extension/module/pp_braintree_button.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/pp_button.php b/public/admin/language/es-es/extension/module/pp_button.php new file mode 100644 index 0000000..32a2e20 --- /dev/null +++ b/public/admin/language/es-es/extension/module/pp_button.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/pp_login.php b/public/admin/language/es-es/extension/module/pp_login.php new file mode 100644 index 0000000..6b2c9d4 --- /dev/null +++ b/public/admin/language/es-es/extension/module/pp_login.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/sagepay_direct_cards.php b/public/admin/language/es-es/extension/module/sagepay_direct_cards.php new file mode 100644 index 0000000..e6ab4d1 --- /dev/null +++ b/public/admin/language/es-es/extension/module/sagepay_direct_cards.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/sagepay_server_cards.php b/public/admin/language/es-es/extension/module/sagepay_server_cards.php new file mode 100644 index 0000000..9fd5608 --- /dev/null +++ b/public/admin/language/es-es/extension/module/sagepay_server_cards.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/slideshow.php b/public/admin/language/es-es/extension/module/slideshow.php new file mode 100644 index 0000000..6beebbd --- /dev/null +++ b/public/admin/language/es-es/extension/module/slideshow.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/special.php b/public/admin/language/es-es/extension/module/special.php new file mode 100644 index 0000000..edb5d88 --- /dev/null +++ b/public/admin/language/es-es/extension/module/special.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/module/store.php b/public/admin/language/es-es/extension/module/store.php new file mode 100644 index 0000000..b02586c --- /dev/null +++ b/public/admin/language/es-es/extension/module/store.php @@ -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!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon.php b/public/admin/language/es-es/extension/openbay/amazon.php new file mode 100644 index 0000000..34faab8 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon.php @@ -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'; diff --git a/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php b/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php new file mode 100644 index 0000000..6f67b55 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_bulk_linking.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php b/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php new file mode 100644 index 0000000..7a5dc48 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_bulk_listing.php @@ -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';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon_links.php b/public/admin/language/es-es/extension/openbay/amazon_links.php new file mode 100644 index 0000000..a62b5d0 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_links.php @@ -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.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon_listing.php b/public/admin/language/es-es/extension/openbay/amazon_listing.php new file mode 100644 index 0000000..ef083e4 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_listing.php @@ -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 '; +$_['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';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon_listingsaved.php b/public/admin/language/es-es/extension/openbay/amazon_listingsaved.php new file mode 100644 index 0000000..de41c0f --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_listingsaved.php @@ -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';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon_settings.php b/public/admin/language/es-es/extension/openbay/amazon_settings.php new file mode 100644 index 0000000..e33488b --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_settings.php @@ -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'; diff --git a/public/admin/language/es-es/extension/openbay/amazon_stockupdates.php b/public/admin/language/es-es/extension/openbay/amazon_stockupdates.php new file mode 100644 index 0000000..0dd1fc8 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_stockupdates.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Stock updates'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon EU'; + +// Text +$_['text_empty'] = 'No results!'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; + +// Column +$_['column_ref'] = 'Ref'; +$_['column_date_requested'] = 'Date requested'; +$_['column_date_updated'] = 'Date updated'; +$_['column_status'] = 'Status'; +$_['column_sku'] = 'Amazon SKU'; +$_['column_stock'] = 'Stock'; + +// Error +$_['error_api_connection'] = 'Could not connect to the API';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazon_subscription.php b/public/admin/language/es-es/extension/openbay/amazon_subscription.php new file mode 100644 index 0000000..65a4392 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazon_subscription.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon EU'; + +// Text +$_['text_current_plan'] = 'Current plan'; +$_['text_register_invite'] = 'Don\'t have your API details yet?'; +$_['text_available_plans'] = 'Available plans'; +$_['text_listings_remaining'] = 'Listings remaining'; +$_['text_listings_reserved'] = 'Products being processed'; +$_['text_account_status'] = 'Account status'; +$_['text_merchantid'] = 'Merchant ID'; +$_['text_change_merchantid'] = 'Change'; +$_['text_allowed'] = 'Allowed'; +$_['text_not_allowed'] = 'Not Allowed'; +$_['text_price'] = 'Price'; +$_['text_name'] = 'Name'; +$_['text_description'] = 'Description'; +$_['text_order_frequency'] = 'Order import frequency'; +$_['text_bulk_listing'] = 'Bulk Listing'; +$_['text_product_listings'] = 'Listings per month'; + +// Columns +$_['column_name'] = 'Name'; +$_['column_description'] = 'Description'; +$_['column_order_frequency'] = 'Order import frequency'; +$_['column_bulk_listing'] = 'Bulk Listing'; +$_['column_product_listings'] = 'Listings per month'; +$_['column_price'] = 'Price'; + +// Buttons +$_['button_change_plan'] = 'Change plan'; +$_['button_register'] = 'Register';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus.php b/public/admin/language/es-es/extension/openbay/amazonus.php new file mode 100644 index 0000000..f09db36 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Amazon USA'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Amazon US 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'; diff --git a/public/admin/language/es-es/extension/openbay/amazonus_bulk_linking.php b/public/admin/language/es-es/extension/openbay/amazonus_bulk_linking.php new file mode 100644 index 0000000..98f8f36 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_bulk_linking.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Bulk Linking'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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'; + +// 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.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus_bulk_listing.php b/public/admin/language/es-es/extension/openbay/amazonus_bulk_listing.php new file mode 100644 index 0000000..2642ceb --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_bulk_listing.php @@ -0,0 +1,43 @@ +<?php +// Heading +$_['heading_title'] = 'Bulk Listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// Text +$_['text_searching'] = 'Searching'; +$_['text_finished'] = 'Finished'; +$_['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';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus_links.php b/public/admin/language/es-es/extension/openbay/amazonus_links.php new file mode 100644 index 0000000..71c87d7 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_links.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Item links'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus_listing.php b/public/admin/language/es-es/extension/openbay/amazonus_listing.php new file mode 100644 index 0000000..5793018 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_listing.php @@ -0,0 +1,103 @@ +<?php +// Heading +$_['heading_title'] = 'New Amazon listing'; +$_['text_title_advanced'] = 'Advanced listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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 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 '; +$_['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'; + +// 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'; + +//Tabs +$_['tab_main'] = 'Main'; +$_['tab_required'] = 'Required info'; +$_['tab_additional'] = 'Additional options'; + +//Errors +$_['error_text_missing'] = 'You must enter some search details'; +$_['error_data_missing'] = 'Required data is missing'; +$_['error_missing_asin'] = 'ASIN is missing'; +$_['error_marketplace_missing'] = 'Please select a marketplace'; +$_['error_condition_missing'] = 'Please select condition'; +$_['error_fetch'] = 'Could not get the data'; +$_['error_amazonus_price'] = 'Could not get the price from Amazon US'; +$_['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_connecting'] = 'Warning: There was problem connecting to the API. Please check your OpenBay Pro Amazon extension settings. If the problem persists, please contact support.'; +$_['error_required'] = 'This field is required!'; +$_['error_not_saved'] = 'Listing was not saved. Check your input.'; +$_['error_char_limit'] = 'characters over 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_not_searched'] = 'Search for matching items before you try to list. Items must be matched against an Amazon catalog item';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus_listingsaved.php b/public/admin/language/es-es/extension/openbay/amazonus_listingsaved.php new file mode 100644 index 0000000..c7a5e3b --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_listingsaved.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Saved Listings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// 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';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus_settings.php b/public/admin/language/es-es/extension/openbay/amazonus_settings.php new file mode 100644 index 0000000..3583526 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_settings.php @@ -0,0 +1,57 @@ +<?php +// Heading +$_['heading_title'] = 'Marketplace settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; +$_['text_edit'] = 'Edit Amazon US 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_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'] = 'Percentage added to default product\'s price'; +$_['entry_default_condition'] = 'Default product condition type'; +$_['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_tax_percentage'] = 'Percentage added to default product price'; diff --git a/public/admin/language/es-es/extension/openbay/amazonus_stockupdates.php b/public/admin/language/es-es/extension/openbay/amazonus_stockupdates.php new file mode 100644 index 0000000..3b0dbea --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_stockupdates.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Stock updates'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// Text +$_['text_empty'] = 'No results!'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; + +// Column +$_['column_ref'] = 'Ref'; +$_['column_date_requested'] = 'Date requested'; +$_['column_date_updated'] = 'Date updated'; +$_['column_status'] = 'Status'; +$_['column_sku'] = 'Amazon SKU'; +$_['column_stock'] = 'Stock'; + +// Error +$_['error_api_connection'] = 'Could not connect to the API';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/amazonus_subscription.php b/public/admin/language/es-es/extension/openbay/amazonus_subscription.php new file mode 100644 index 0000000..88df225 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/amazonus_subscription.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_amazon'] = 'Amazon US'; + +// Text +$_['text_current_plan'] = 'Current plan'; +$_['text_register_invite'] = 'Don\'t have your API details yet?'; +$_['text_available_plans'] = 'Available plans'; +$_['text_listings_remaining'] = 'Listings remaining'; +$_['text_listings_reserved'] = 'Products being processed'; +$_['text_account_status'] = 'Account status'; +$_['text_merchantid'] = 'Merchant ID'; +$_['text_change_merchantid'] = 'Change'; +$_['text_allowed'] = 'Allowed'; +$_['text_not_allowed'] = 'Not Allowed'; +$_['text_price'] = 'Price'; +$_['text_name'] = 'Name'; +$_['text_description'] = 'Description'; +$_['text_order_frequency'] = 'Order import frequency'; +$_['text_bulk_listing'] = 'Bulk Listing'; +$_['text_product_listings'] = 'Listings per month'; + +// Columns +$_['column_name'] = 'Name'; +$_['column_description'] = 'Description'; +$_['column_order_frequency'] = 'Order import frequency'; +$_['column_bulk_listing'] = 'Bulk Listing'; +$_['column_product_listings'] = 'Listings per month'; +$_['column_price'] = 'Price'; + +// Buttons +$_['button_change_plan'] = 'Change plan'; +$_['button_register'] = 'Register';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay.php b/public/admin/language/es-es/extension/openbay/ebay.php new file mode 100644 index 0000000..498a45e --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'eBay'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'eBay Dashboard'; + +// Text +$_['text_success'] = 'You have saved your changes to the eBay extension'; +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_sync'] = 'Synchronise'; +$_['text_heading_subscription'] = 'Change plan'; +$_['text_heading_usage'] = 'Usage'; +$_['text_heading_links'] = 'Item links'; +$_['text_heading_item_import'] = 'Import items'; +$_['text_heading_order_import'] = 'Import orders'; +$_['text_heading_adds'] = 'Installed add-ons'; +$_['text_heading_summary'] = 'eBay summary'; +$_['text_heading_profile'] = 'Profiles'; +$_['text_heading_template'] = 'Templates'; +$_['text_heading_ebayacc'] = 'eBay account'; +$_['text_heading_register'] = 'Register here'; + +// Error +$_['error_category_nosuggestions'] = 'Could not load any suggested categories'; +$_['error_loading_catalog'] = 'eBay catalog search failed'; +$_['error_generic_fail'] = 'An unknown error just happened!'; +$_['error_no_products'] = 'No products found';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_edit.php b/public/admin/language/es-es/extension/openbay/ebay_edit.php new file mode 100644 index 0000000..947d453 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_edit.php @@ -0,0 +1,56 @@ +<?php +// Heading +$_['heading_title'] = 'Revise eBay listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Tab +$_['tab_recommendations'] = 'Recommendations'; + +// Text +$_['text_revise'] = 'Revise listing'; +$_['text_loading'] = 'Getting item information from eBay'; +$_['text_error_loading'] = 'There was an error getting the information from eBay'; +$_['text_saved'] = 'Listing has been saved'; +$_['text_alert_removed'] = 'The listing has been unlinked'; +$_['text_alert_ended'] = 'The listing has been ended on eBay'; +$_['text_listing_info'] = 'Listing information'; +$_['text_check_recommendations'] = 'Checking for eBay listing recommendations'; +$_['text_success_recommendations'] = 'There are no listing improvement recommendations for this item!'; + +// Buttons +$_['button_view'] = 'View listing'; +$_['button_remove'] = 'Remove link'; +$_['button_end'] = 'End listing'; +$_['button_retry'] = 'Retry'; + +// Entry +$_['entry_title'] = 'Title'; +$_['entry_price'] = 'Selling price (Includes any tax)'; +$_['entry_stock_store'] = 'Local stock'; +$_['entry_stock_listed'] = 'eBay stock'; +$_['entry_stock_reserve'] = 'Reserve level'; +$_['entry_stock_matrix_active'] = 'Stock matrix (active)'; +$_['entry_stock_matrix_inactive'] = 'Stock matrix (inactive)'; + +// Column +$_['column_sku'] = 'SKU'; +$_['column_stock_listed'] = 'Listed'; +$_['column_stock_reserve'] = 'Reserve'; +$_['column_stock_total'] = 'In stock'; +$_['column_price'] = 'Price'; +$_['column_status'] = 'Active'; +$_['column_add'] = 'Add'; +$_['column_combination'] = 'Combination'; + +// Help +$_['help_stock_store'] = 'This is the level of stock on in OpenCart'; +$_['help_stock_listed'] = 'This is the current level of stock on eBay'; +$_['help_stock_reserve'] = 'This is the maximum level of stock on eBay (0 = no reserve limit)'; + +// Error +$_['error_ended'] = 'The linked listing has ended, you are unable to edit it. You should remove the link.'; +$_['error_reserve'] = 'You cannot set the reserve higher than the local stock'; +$_['error_no_sku'] = 'No SKU found!'; +$_['error_no_item_id'] = 'Item ID is missing from the request'; +$_['error_recommendations_load'] = 'Unable to load item recommendations';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_import.php b/public/admin/language/es-es/extension/openbay/ebay_import.php new file mode 100644 index 0000000..da64f90 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_import.php @@ -0,0 +1,37 @@ +<?php +// Heading +$_['heading_title'] = 'Item import'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_sync_import_line1'] = '<strong>Caution!</strong> This will import all of your eBay products and build a category structure in your store. It is advised that you delete all categories and products before you run this option. <br />The category structure is from the normal eBay categories, not your shop categories (if you have an eBay shop). You can rename, remove and edit the imported categories without affecting your eBay products.'; +$_['text_sync_import_line3'] = 'You need to ensure your server can accept and process large POST data sizes. 1000 eBay items is about 40Mb in size, you will need to calculate what you require. If your call fails then it is likely your setting is too small. Your PHP memory limit needs to be about 128Mb.'; +$_['text_sync_server_size'] = 'Currently your server can accept: '; +$_['text_sync_memory_size'] = 'Your PHP memory limit: '; +$_['text_import_confirm'] = 'This will import all of your eBay items as new products, are you sure? This CAN NOT be undone! ENSURE you have a backup first!'; +$_['text_import_notify'] = 'Your import request has been sent for processing. An import takes about 1 hour per 1000 items.'; +$_['text_import_images_msg1'] = 'images are pending import/copy from eBay. Refresh this page, if the number does not decrease then'; +$_['text_import_images_msg2'] = 'click here'; +$_['text_import_images_msg3'] = 'and wait. More information about why this happened can be found <a href="http://shop.openbaypro.com/index.php?route=information/faq&topic=8_45" target="_blank">here</a>'; + +// Entry +$_['entry_import_item_advanced'] = 'Get advanced data'; +$_['entry_import_categories'] = 'Import categories'; +$_['entry_import_description'] = 'Import item descriptions'; +$_['entry_import'] = 'Import eBay items'; + +// Buttons +$_['button_import'] = 'Import'; +$_['button_complete'] = 'Complete'; + +// Help +$_['help_import_item_advanced'] = 'Will take up to 10 times longer to import items. Imports weights, sizes, ISBN and more if available'; +$_['help_import_categories'] = 'Builds a category structure in your store from the eBay categories'; +$_['help_import_description'] = 'This will import everything including HTML, visit counters etc'; + +// Error +$_['error_import'] = 'Failed to load'; +$_['error_maintenance'] = 'Your store is in maintenance mode. Importing will fail!'; +$_['error_ajax_load'] = 'Failed to connect to server'; +$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_links.php b/public/admin/language/es-es/extension/openbay/ebay_links.php new file mode 100644 index 0000000..630d96e --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_links.php @@ -0,0 +1,54 @@ +<?php +// Heading +$_['heading_title'] = 'Item links'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_resync'] = 'Re-sync'; +$_['button_check_unlinked'] = 'Check unlinked items'; +$_['button_remove_link'] = 'Remove link'; + +// Errors +$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.'; +$_['error_validation'] = 'You need to register for your API token and enable the module.'; +$_['error_no_listings'] = 'No linked products found'; +$_['error_link_value'] = 'The product link is not value'; +$_['error_link_no_stock'] = 'A link cannot be created for an out of stock item. End the item manually on eBay.'; +$_['error_subtract_setting'] = 'This product is set not to subtract stock in OpenCart.'; + +// Text +$_['text_linked_items'] = 'Linked items'; +$_['text_unlinked_items'] = 'Unlinked items'; +$_['text_alert_stock_local'] = 'Your eBay listing will be updated with your local stock levels!'; +$_['text_link_desc1'] = 'Linking your items will allow for stock control on your eBay listings.'; +$_['text_link_desc2'] = 'For each item that is updated the local stock (the stock available in your OpenCart store) will update your eBay listing'; +$_['text_link_desc3'] = 'Your local stock is stock that is available to sell. Your eBay stock levels should match this.'; +$_['text_link_desc4'] = 'Your allocated stock is items that have sold but not yet been paid for. These items should be set aside and not calculated in your available stock levels.'; +$_['text_text_linked_desc'] = 'Linked items are OpenCart items that have a link to an eBay listing.'; +$_['text_text_unlinked_desc'] = 'Unlinked items are listings on your eBay account that do not link to any of your OpenCart products.'; +$_['text_text_unlinked_info'] = 'Click the check unlinked items button to search your active eBay listings for unlinked items. This may take a long time if you have many eBay listings.'; +$_['text_text_loading_items'] = 'Loading items'; +$_['text_failed'] = 'Failed to load'; +$_['text_limit_reached'] = 'The maximum number of checks per request was reached, click the button to continue searching'; +$_['text_stock_error'] = 'Stock error'; +$_['text_listing_ended'] = 'Listing ended'; +$_['text_filter'] = 'Filter results'; +$_['text_filter_title'] = 'Title'; +$_['text_filter_range'] = 'Stock range'; +$_['text_filter_range_from'] = 'Min'; +$_['text_filter_range_to'] = 'Max'; +$_['text_filter_var'] = 'Include variants'; + +// Tables +$_['column_action'] = 'Action'; +$_['column_status'] = 'Status'; +$_['column_variants'] = 'Variants'; +$_['column_item_id'] = 'eBay item ID'; +$_['column_product'] = 'Product'; +$_['column_product_auto'] = 'Product name (auto complete)'; +$_['column_listing_title'] = 'eBay listing title'; +$_['column_allocated'] = 'Allocated stock'; +$_['column_ebay_stock'] = 'eBay stock'; +$_['column_stock_available'] = 'Shop stock'; +$_['column_stock_reserve'] = 'Reserve level';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_new.php b/public/admin/language/es-es/extension/openbay/ebay_new.php new file mode 100644 index 0000000..293652b --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_new.php @@ -0,0 +1,201 @@ +<?php +// Heading +$_['heading_title'] = 'New listing'; +$_['text_ebay'] = 'eBay'; +$_['text_openbay'] = 'Openbay Pro'; + +// Text +$_['text_listing_1day'] = '1 day'; +$_['text_listing_3day'] = '3 days'; +$_['text_listing_5day'] = '5 days'; +$_['text_listing_7day'] = '7 days'; +$_['text_listing_10day'] = '10 days'; +$_['text_listing_30day'] = '30 days'; +$_['text_listing_gtc'] = 'GTC- Good till cancelled'; +$_['text_none'] = 'None'; +$_['text_pixels'] = 'Pixels'; +$_['text_add'] = 'Add'; +$_['text_other'] = 'Other'; +$_['text_loading'] = 'Loading'; +$_['text_confirm_action'] = 'Are you sure?'; +$_['text_paypal'] = 'PayPal email address '; +$_['text_return'] = 'Return to products'; +$_['text_category_suggested_help'] = 'Based on your title'; +$_['text_category_popular_help'] = 'Based on your history'; +$_['text_category_checking'] = 'Checking eBay category requirements, please wait'; +$_['text_features_help'] = 'Entering specifics about your item will help buyers narrow down the exact item they need. It may also improve the performance of the product and eBay may score its best match value higher.'; +$_['text_images_text_1'] = 'eBay images will be uploaded to eBay. Supersize and Gallery plus are also listing enhancements that may cost more to list.'; +$_['text_images_text_2'] = 'Template images will be added to your listing description and hosted from your web site, these are free. (Your listing template must have the {gallery} tag)'; +$_['text_image_ebay'] = 'eBay image'; +$_['text_images_none'] = 'You have no images for this product, you must add images before you can list'; +$_['text_width'] = 'Width'; +$_['text_height'] = 'Height'; +$_['text_px'] = 'px'; +$_['text_item_postcode_help'] = 'A postcode will help eBay choose a correct location for your listing'; +$_['text_item_location_help'] = 'Entering a town is less reliable than a postcode'; +$_['text_despatch_country_help'] = 'This is the country the item will be sent from'; +$_['text_shipping_zones'] = 'Ship to zones'; +$_['text_shipping_worldwide'] = 'Worldwide'; +$_['text_shipping_flat'] = 'Flat rate'; +$_['text_shipping_calculated'] = 'Calculated'; +$_['text_shipping_freight'] = 'Freight'; +$_['text_unit'] = 'Unit'; +$_['text_unit_english'] = 'English'; +$_['text_unit_metric'] = 'Metric'; +$_['text_weight_major'] = 'Weight major'; +$_['text_weight_minor'] = 'Weight minor'; +$_['text_package'] = 'Package type'; +$_['text_shape'] = 'Irregular shape'; +$_['text_length'] = 'Length'; +$_['text_depth'] = 'Depth / Height'; +$_['text_return_accepted'] = 'Returns accepted?'; +$_['text_return_type'] = 'Return Type'; +$_['text_return_policy'] = 'Return Policy'; +$_['text_return_days'] = 'Return days'; +$_['text_return_scosts'] = 'Shipping costs'; +$_['text_return_restock'] = 'Restocking fee'; +$_['text_return_scosts_1'] = 'Buyer pays for all return shipping'; +$_['text_return_scosts_2'] = 'Seller pays for all return shipping'; +$_['text_review_costs'] = 'Listing costs'; +$_['text_review_costs_total'] = 'Total eBay fees'; +$_['text_review_edit'] = 'Edit'; +$_['text_preview'] = 'Preview description'; +$_['text_verify'] = 'Verify'; +$_['text_created_msg'] = 'Your eBay listing has been created. The eBay item number is'; +$_['text_option_images'] = 'Variation images'; +$_['text_option_images_grp'] = 'Choose option group'; +$_['text_option_images_choice'] = 'Images'; +$_['text_option_description'] = 'Variation images can be used to display a specific image when the user makes a selection of an option. You can only use one variation set for images but can have upto 12 images per variation. The default images are loaded from your option values (set in Catalog > Options)'; +$_['text_catalog_help'] = 'This will change your main image and will be set to use the eBay catalog image'; +$_['text_failed_title'] = 'Listing your item failed'; +$_['text_failed_msg1'] = 'There may be multiple reasons for this.'; +$_['text_failed_li1'] = 'If you are a new eBay seller (or have not sold much in the past) - you will need to contact eBay to remove your seller restrictions'; +$_['text_failed_li2'] = 'You may have not subscribed to Selling Manager Pro on eBay - this is a requirement.'; +$_['text_failed_li3'] = 'Your OpenBay Pro account is suspended, please check via your module admin area under the "My Account" tab'; +$_['text_failed_contact'] = 'If this error continues, please contact support after you have ensured the issue is none of the above.'; +$_['text_template_images'] = 'Template images'; +$_['text_ebay_images'] = 'eBay images'; +$_['text_shipping_first'] = 'First item'; +$_['text_shipping_add'] = 'Additional items'; +$_['text_shipping_service'] = 'Service'; +$_['text_stock_reserved'] = ' will be reserved'; +$_['text_insert'] = 'Add new eBay listing'; +$_['text_price_ex_tax'] = 'Excluding tax'; +$_['text_price_inc_tax'] = 'Including tax'; +$_['text_ebay_imagesize_ok'] = 'The image size is good, it can be used on eBay'; +$_['text_compatible'] = 'Compatible options'; +$_['text_loading_compatibility'] = 'Loading compatibility options'; +$_['text_product_identifiers'] = 'Product identifiers'; +$_['text_ean'] = 'EAN'; +$_['text_upc'] = 'UPC'; +$_['text_isbn'] = 'ISBN'; +$_['text_identifier_not_required'] = 'Not required'; + +// Column +$_['column_stock_total'] = 'In stock'; +$_['column_stock_col_qty'] = 'To list'; +$_['column_stock_col_qty_reserve'] = 'Reserved'; +$_['column_price_ex_tax'] = 'Excluding tax'; +$_['column_price_inc_tax'] = 'Including tax'; +$_['column_stock_col_comb'] = 'Combination'; +$_['column_price'] = 'Price'; +$_['column_stock_col_enabled'] = 'Enabled'; +$_['column_thumb'] = 'Image'; +$_['column_img_size'] = 'Size'; +$_['column_template_image'] = 'Template image'; +$_['column_ebay_image'] = 'eBay image'; +$_['column_main_ebay_image'] = 'Main eBay image'; +$_['column_sku'] = 'SKU'; + +// Entry +$_['entry_compatibility'] = 'Parts compatibility'; +$_['entry_shop_category'] = 'Shop Category'; +$_['entry_category_popular'] = 'Popular Categories'; +$_['entry_category_suggested'] = 'eBay suggested category'; +$_['entry_category'] = 'Category'; +$_['entry_listing_condition'] = 'Item condition'; +$_['entry_listing_duration'] = 'Listing duration'; +$_['entry_search_catalog'] = 'Search eBay catalog:'; +$_['entry_catalog'] = 'Use default image'; +$_['entry_title'] = 'Title'; +$_['entry_subtitle'] = 'Sub title'; +$_['entry_description'] = 'Description'; +$_['entry_profile_load'] = 'Load profile'; +$_['entry_template'] = 'Theme'; +$_['entry_image_gallery'] = 'Gallery image size'; +$_['entry_image_thumb'] = 'Thumb image size'; +$_['entry_images_supersize'] = 'Supersize images'; +$_['entry_images_gallery_plus'] = 'Gallery plus'; +$_['text_stock_matrix'] = 'Stock matrix'; +$_['entry_qty'] = 'Quantity to list'; +$_['entry_price'] = 'Price'; +$_['entry_tax_inc'] = 'Tax included'; +$_['entry_offers'] = 'Allow buyers to make offers'; +$_['entry_private'] = 'Private listing'; +$_['entry_imediate_payment'] = 'Immediate payment required?'; +$_['entry_payment'] = 'Payments accepted'; +$_['entry_payment_instruction'] = 'Payment instructions'; +$_['entry_item_postcode'] = 'Postcode/Zip of location'; +$_['entry_item_location'] = 'Town or State of location'; +$_['entry_despatch_country'] = 'Dispatch country'; +$_['entry_despatch_time'] = 'Dispatch time'; +$_['entry_shipping_getitfast'] = 'Get It Fast!'; +$_['entry_shipping_cod'] = 'Cash on delivery fee'; +$_['entry_shipping_type_nat'] = 'National shipping type'; +$_['entry_shipping_nat'] = 'National shipping services'; +$_['entry_shipping_handling_nat'] = 'Handling fee (national)'; +$_['entry_shipping_in_desc'] = 'Freight info in description'; +$_['entry_shipping_type_int'] = 'International shipping type'; +$_['entry_shipping_intnat'] = 'International shipping services'; +$_['entry_shipping_handling_int'] = 'Handling fee (international)'; +$_['entry_shipping_pickupdropoff'] = 'Click and Collect'; +$_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup'; +$_['entry_shipping_global_shipping'] = 'Use Global shipping service'; +$_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)'; +$_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)'; +$_['entry_vrm'] = 'Vehicle Registration Mark'; +$_['entry_vin'] = 'Vehicle Identification Number'; + +// Tab +$_['tab_feature'] = 'Features'; +$_['tab_ebay_catalog'] = 'eBay catalog'; +$_['tab_description'] = 'Description'; +$_['tab_price'] = 'Price & details'; +$_['tab_payment'] = 'Payment'; +$_['tab_returns'] = 'Returns'; + +// Help +$_['help_quantity_reserve'] = 'Enter a lower amount if you want to maintain a lower stock level on eBay'; +$_['help_price_ex_tax'] = 'Your standard item price excluding tax. This value is not sent to eBay.'; +$_['help_price_inc_tax'] = 'This value is sent to eBay and is the price users will pay.'; +$_['help_private'] = 'Hide buyer user names'; +$_['help_category_suggested'] = 'The list of categories eBay has suggested based of your item title'; +$_['help_category_popular'] = 'A list of your recently used categories'; +$_['help_shop_category'] = 'The category where the product will be added in your eBay shop'; +$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; +$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; + +// Error +$_['error_choose_category'] = 'You must choose a category'; +$_['error_search_text'] = 'Enter search text'; +$_['error_no_stock'] = 'You cannot list an item with zero stock'; +$_['error_catalog_data'] = 'No eBay catalog data was found for your product in eBay'; +$_['error_missing_settings'] = 'You cannot list items until you sync the eBay settings'; +$_['error_category_load'] = 'Unable to load categories'; +$_['error_features'] = 'Error loading features'; +$_['error_catalog_load'] = 'Error loading catalog'; +$_['error_category_sync'] = 'You must fix your category problem before you can list. Try re-syncing them in the module admin area.'; +$_['error_sku'] = 'Cannot submit a product without an SKU'; +$_['error_name'] = 'Cannot submit a product without a name'; +$_['error_name_length'] = 'Product name must be under 80 characters'; +$_['error_item_location'] = 'Enter an item location postcode'; +$_['error_dispatch_time'] = 'Enter a dispatch time'; +$_['error_shipping_national'] = 'Add at least one national shipping service'; +$_['error_stock'] = 'You must have stock of an item to list it'; +$_['error_duration'] = 'Select a listing duration'; +$_['error_listing_duration'] = 'Select a listing duration, select category to load these options'; +$_['error_image_size'] = 'Ensure that you have a gallery and thumb image size'; +$_['error_no_images'] = 'Listing must have at least 1 image uploaded to eBay'; +$_['error_main_image'] = 'You need to choose a main eBay image from your selection of eBay images'; +$_['error_ebay_imagesize'] = 'Image must be at least 500px on 1 side to use on eBay'; +$_['error_no_sku'] = 'No SKU found!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_newbulk.php b/public/admin/language/es-es/extension/openbay/ebay_newbulk.php new file mode 100644 index 0000000..b777615 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_newbulk.php @@ -0,0 +1,77 @@ +<?php +//Heading +$_['heading_title'] = 'New listings'; +$_['text_ebay'] = 'eBay'; +$_['text_openbay'] = 'Openbay Pro'; + +// Buttons +$_['text_none'] = 'None'; +$_['text_preview'] = 'Preview'; +$_['text_add'] = 'Add'; +$_['text_preview_all'] = 'Verify all'; +$_['text_submit'] = 'Submit'; +$_['text_features'] = 'Features'; +$_['text_catalog'] = 'Select catalog'; +$_['text_catalog_search'] = 'Search catalog'; +$_['text_search_term'] = 'Search term'; +$_['text_close'] = 'Close'; +$_['text_bulk'] = 'Create new listings in bulk'; + +//Form options / text +$_['text_pixels'] = 'Pixels'; +$_['text_other'] = 'Other'; + +//Profile names +$_['text_profile'] = 'Profiles'; +$_['text_profile_theme'] = 'Theme profile'; +$_['text_profile_shipping'] = 'Shipping profile'; +$_['text_profile_returns'] = 'Returns profile'; +$_['text_profile_generic'] = 'Generic profile'; + +// Text +$_['text_title'] = 'Title'; +$_['text_price'] = 'Price'; +$_['text_stock'] = 'Stock'; +$_['text_search'] = 'Search'; +$_['text_loading'] = 'Loading details'; +$_['text_preparing0'] = 'Preparing'; +$_['text_preparing1'] = 'of'; +$_['text_preparing2'] = 'elements'; +$_['entry_condition'] = 'Condition'; +$_['text_duration'] = 'Duration'; +$_['text_category'] = 'Category'; +$_['text_exists'] = 'Some items are already listed on eBay so have been removed'; +$_['text_error_count'] = 'You have selected %s items, it may take a while to process your data'; +$_['text_verifying'] = 'Verifying items'; +$_['text_processing'] = 'Processing <span id="activeItems"></span> items'; +$_['text_listed'] = 'Item listed! ID: '; +$_['text_ajax_confirm_listing'] = 'Are you sure you want to bulk list these items?'; +$_['text_bulk_plan_error'] = 'Your current plan does not allow for bulk uploads, upgrade your plan <a href="%s">here</a>'; +$_['text_item_limit'] = 'You cannot list these items as you would exceed your plan limit, upgrade your plan <a href="%s">here</a>'; +$_['text_search_text'] = 'Enter some search text'; +$_['text_catalog_no_products'] = 'No catalog items found'; +$_['text_search_failed'] = 'Search failed'; +$_['text_esc_key'] = 'The splash page has been hidden but may not have finished loading'; +$_['text_loading_categories'] = 'Loading categories'; +$_['text_loading_condition'] = 'Loading product conditions'; +$_['text_loading_duration'] = 'Loading listing durations'; +$_['text_total_fee'] = 'Total fees'; +$_['text_category_choose'] = 'Find category'; +$_['text_suggested'] = 'Suggested categories'; +$_['text_product_identifiers'] = 'Product identifiers'; +$_['text_ean'] = 'EAN'; +$_['text_upc'] = 'UPC'; +$_['text_isbn'] = 'ISBN'; +$_['text_identifier_not_required'] = 'Not required'; + +//Errors +$_['text_error_ship_profile'] = 'You need to have a default shipping profile set up'; +$_['text_error_generic_profile'] = 'You need to have a default generic profile set up'; +$_['text_error_return_profile'] = 'You need to have a default return profile set up'; +$_['text_error_theme_profile'] = 'You need to have a default theme profile set up'; +$_['text_error_variants'] = 'Items with variations cannot be bulk listed and have been unselected'; +$_['text_error_stock'] = 'Some items are not in stock and have been removed'; +$_['text_error_no_product'] = 'There is no eligible products selected to use the bulk upload feature'; +$_['text_error_reverify'] = 'There was an error, you should edit and re-verify the items'; +$_['error_missing_settings'] = 'You cannot bulk list items until you syncronise your eBay settings'; +$_['text_error_no_selection'] = 'You must select at least 1 item to list';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_orders.php b/public/admin/language/es-es/extension/openbay/ebay_orders.php new file mode 100644 index 0000000..58bbd3d --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_orders.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Import orders'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_pull_orders'] = 'Start'; + +// Entry +$_['entry_pull_orders'] = 'Pull new orders'; + +// Text +$_['text_sync_pull_notice'] = 'This will pull new orders since the last automated check. If you have just installed then it will default to the last 24 hours.'; +$_['text_ajax_orders_import'] = 'Any new orders should appear within a few minutes'; +$_['text_complete'] = 'Import requested'; +$_['text_failed'] = 'Failed to load'; +$_['text_pull'] = 'Request a manual import'; + +// Errors +$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_profile.php b/public/admin/language/es-es/extension/openbay/ebay_profile.php new file mode 100644 index 0000000..3bdbf88 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_profile.php @@ -0,0 +1,110 @@ +<?php +// Heading +$_['heading_title'] = 'Profiles'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +//Tabs +$_['tab_returns'] = 'Returns'; +$_['tab_template'] = 'Template'; +$_['tab_gallery'] = 'Gallery'; +$_['tab_settings'] = 'Settings'; + +//Shipping Profile +$_['text_shipping_dispatch_country'] = 'Shipping from country'; +$_['text_shipping_postcode'] = 'Postal/Zip code location'; +$_['text_shipping_location'] = 'Town or State location'; +$_['text_shipping_despatch'] = 'Despatch time'; +$_['text_shipping_despatch_help'] = 'This is the maximum number of days you will take to send the item'; +$_['text_shipping_nat'] = 'National shipping services'; +$_['text_shipping_intnat'] = 'International shipping services'; +$_['text_shipping_first'] = 'First item'; +$_['text_shipping_add'] = 'Additional items'; +$_['text_shipping_service'] = 'Service'; +$_['text_shipping_in_desc'] = 'Freight info in description'; +$_['text_shipping_getitfast'] = 'Get It Fast!'; +$_['text_shipping_zones'] = 'Ship to zones'; +$_['text_shipping_worldwide'] = 'Worldwide'; +$_['text_shipping_type_nat'] = 'National shipping type'; +$_['text_shipping_type_int'] = 'International shipping type'; +$_['text_shipping_flat'] = 'Flat rate'; +$_['text_shipping_calculated'] = 'Calculated'; +$_['text_shipping_freight'] = 'Freight'; +$_['text_shipping_handling'] = 'Handling fee'; +$_['text_shipping_cod'] = 'Cash on delivery fee'; +$_['text_shipping_handling_nat'] = 'Handling fee (national)'; +$_['entry_shipping_handling_int'] = 'Handling fee (international)'; +$_['entry_shipping_pickupdropoff'] = 'Click and Collect'; +$_['entry_shipping_pickupinstore'] = 'Available for In-Store Pickup'; +$_['entry_shipping_global_shipping'] = 'Use eBay global shipping service'; +$_['entry_shipping_promotion_discount'] = 'Combined shipping discounts (national)'; +$_['entry_shipping_promotion_discount_international'] = 'Combined shipping discounts (international)'; + +//Returns profile +$_['text_returns_accept'] = 'Returns accepted'; +$_['text_returns_inst'] = 'Return Policy'; +$_['text_returns_days'] = 'Return Days'; +$_['text_returns_days10'] = '10 Days'; +$_['text_returns_days14'] = '14 Days'; +$_['text_returns_days30'] = '30 Days'; +$_['text_returns_days60'] = '60 Days'; +$_['text_returns_type'] = 'Return Type'; +$_['text_returns_type_money'] = 'Money back'; +$_['text_returns_type_exch'] = 'Money back or exchange'; +$_['text_returns_costs'] = 'Return Shipping costs'; +$_['text_returns_costs_b'] = 'Buyer pays'; +$_['text_returns_costs_s'] = 'Seller pays'; +$_['text_returns_restock'] = 'Restocking Fee'; +$_['text_list'] = 'Profile list'; + +//Template profile +$_['text_template_choose'] = 'Default template'; +$_['text_template_choose_help'] = 'A default template will auto load when listing to save time'; +$_['text_image_gallery'] = 'Gallery image size'; +$_['text_image_gallery_help'] = 'Pixel size of gallery images that are added to your template.'; +$_['text_image_thumb'] = 'Thumbnail image size'; +$_['text_image_thumb_help'] = 'Pixel size of thumbnail images that are added to your template.'; +$_['text_image_super'] = 'Supersize images'; +$_['text_image_gallery_plus'] = 'Gallery plus'; +$_['text_image_all_ebay'] = 'Add all images to eBay'; +$_['text_image_all_template'] = 'Add all images to template'; +$_['text_image_exclude_default'] = 'Exclude default image'; +$_['text_image_exclude_default_help'] = 'Only for bulk listing feature! Will not include the default product image in theme image list'; +$_['text_confirm_delete'] = 'Are you sure you want to delete the profile?'; +$_['text_width'] = 'Width'; +$_['text_height'] = 'Height'; +$_['text_px'] = 'px'; +$_['text_add'] = 'Add profile'; +$_['text_edit'] = 'Edit profile'; + +//General profile +$_['text_general_private'] = 'List items as private auction'; +$_['text_general_price'] = 'Price % modification'; +$_['text_general_price_help'] = '0 is default, -10 will reduce by 10%, 10 will increase by 10% (only used on bulk listing)'; + +//General profile options +$_['text_profile_name'] = 'Name'; +$_['text_profile_default'] = 'Default'; +$_['text_profile_type'] = 'Type'; +$_['text_profile_desc'] = 'Description'; +$_['text_profile_action'] = 'Action'; + +// Profile types +$_['text_type_shipping'] = 'Shipping'; +$_['text_type_returns'] = 'Returns'; +$_['text_type_template'] = 'Template & gallery'; +$_['text_type_general'] = 'General settings'; + +//Success messages +$_['text_added'] = 'New profile has been added'; +$_['text_updated'] = 'Profile has been updated'; + +//Errors +$_['error_permission'] = 'You do not have permission to edit profiles'; +$_['error_name'] = 'You must enter a profile name'; +$_['error_no_template'] = 'Template ID does not exist'; +$_['error_missing_settings'] = 'You cannot add,edit or delete profiles until you syncronise your eBay settings'; + +//Help +$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; +$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_settings.php b/public/admin/language/es-es/extension/openbay/ebay_settings.php new file mode 100644 index 0000000..d9c8b2d --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_settings.php @@ -0,0 +1,115 @@ +<?php +// Heading +$_['heading_title'] = 'Marketplace settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_developer'] = 'Developer / support'; +$_['text_app_settings'] = 'Application settings'; +$_['text_default_import'] = 'Default import settings'; +$_['text_payments'] = 'Payments'; +$_['text_notify_settings'] = 'Notification settings'; +$_['text_listing'] = 'Listing defaults'; +$_['text_token_renew'] = 'Renew your eBay token'; +$_['text_application_settings'] = 'Your application settings allow you to configure the way OpenBay Pro works and integrates with your system.'; +$_['text_import_description'] = 'Customise the status of an order during different stages. You cannot use a status on an eBay order that does not exist in this list.'; +$_['text_payments_description'] = 'Pre populate your payment options for new listings, this will save you entering them for every new listing you create.'; +$_['text_allocate_1'] = 'When customer buys'; +$_['text_allocate_2'] = 'When customer had paid'; +$_['text_developer_description'] = 'You should not use this area unless instructed to do so'; +$_['text_payment_paypal'] = 'PayPal accepted'; +$_['text_payment_paypal_add'] = 'PayPal email address'; +$_['text_payment_cheque'] = 'Cheque accepted'; +$_['text_payment_card'] = 'Cards accepted'; +$_['text_payment_desc'] = 'See description (e.g. bank transfer)'; +$_['text_tax_use_listing'] = 'Use tax rate set in eBay listing'; +$_['text_tax_use_value'] = 'Use a set value for everything'; +$_['text_tax_use_product'] = 'Calculate tax based on buyer country and product tax group'; +$_['text_notifications'] = 'Control when customers receive notifications from the application. Enabling update emails can improve your DSR ratings as the user will get updates about their order.'; +$_['text_listing_1day'] = '1 day'; +$_['text_listing_3day'] = '3 days'; +$_['text_listing_5day'] = '5 days'; +$_['text_listing_7day'] = '7 days'; +$_['text_listing_10day'] = '10 days'; +$_['text_listing_30day'] = '30 days'; +$_['text_listing_gtc'] = 'GTC- Good till cancelled'; +$_['text_api_status'] = 'API connection status'; +$_['text_api_ok'] = 'Connection OK, token expires'; +$_['text_api_failed'] = 'Validation failed'; +$_['text_api_other'] = 'Other actions'; +$_['text_create_date_0'] = 'When added to OpenCart'; +$_['text_create_date_1'] = 'When created on eBay'; +$_['text_obp_detail_update'] = 'Update your store URL & contact email'; +$_['text_success'] = 'Your settings have been saved'; +$_['text_edit'] = 'Edit eBay settings'; +$_['text_checking_details'] = 'Checking details'; +$_['text_register_banner'] = 'Click here if you need to register for an account'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_token'] = 'API token'; +$_['entry_secret'] = 'Secret'; +$_['entry_encryption_key'] = 'Encryption key 1'; +$_['entry_encryption_iv'] = 'Encryption key 2'; +$_['entry_end_items'] = 'End items?'; +$_['entry_relist_items'] = 'Relist when back in stock?'; +$_['entry_disable_soldout'] = 'Disable product when no stock?'; +$_['entry_debug'] = 'Enable logging'; +$_['entry_currency'] = 'Default currency'; +$_['entry_stock_allocate'] = 'Allocate stock'; +$_['entry_created_hours'] = 'New order age limit'; +$_['entry_developer_locks'] = 'Remove order locks?'; +$_['entry_payment_instruction'] = 'Payment instructions'; +$_['entry_payment_immediate'] = 'Immediate payment required'; +$_['entry_payment_types'] = 'Payment types'; +$_['entry_brand_disable'] = 'Disable brand link'; +$_['entry_duration'] = 'Default listing duration'; +$_['entry_measurement'] = 'Measurement system'; +$_['entry_address_format'] = 'Default address format'; +$_['entry_timezone_offset'] = 'Timezone offset'; +$_['entry_tax_listing'] = 'Product tax'; +$_['entry_tax'] = 'Tax % used for everything'; +$_['entry_create_date'] = 'Created date for new orders'; +$_['entry_notify_order_update'] = 'Order updates'; +$_['entry_notify_buyer'] = 'New order - buyer'; +$_['entry_notify_admin'] = 'New order - admin'; +$_['entry_import_pending'] = 'Import unpaid orders:'; +$_['entry_import_def_id'] = 'Import default status:'; +$_['entry_import_paid_id'] = 'Paid status:'; +$_['entry_import_shipped_id'] = 'Shipped status:'; +$_['entry_import_cancelled_id'] = 'Cancelled status:'; +$_['entry_import_refund_id'] = 'Refunded status:'; +$_['entry_import_part_refund_id'] = 'Partially refunded status:'; + +// Tabs +$_['tab_api_info'] = 'API details'; +$_['tab_setup'] = 'Settings'; +$_['tab_defaults'] = 'Listing defaults'; + +// Help +$_['help_disable_soldout'] = 'When the item sells out it then disables the product in OpenCart'; +$_['help_relist_items'] = 'If an item link existed before it will relist previous item if back in stock'; +$_['help_end_items'] = 'If items sell out, should the listing be ended on eBay?'; +$_['help_currency'] = 'Based on currencies from your store'; +$_['help_created_hours'] = 'Orders are new when younger than this limit (in hours). Default is 72'; +$_['help_stock_allocate'] = 'When should stock be allocated from the store?'; +$_['help_payment_instruction'] = 'Be as descriptive as possible. Do you require payment within a certain time? Do they call to pay by card? Do you have any special payment terms?'; +$_['help_payment_immediate'] = 'Immediate payment stops unpaid buyers, as an item is not sold until they pay.'; +$_['help_listing_tax'] = 'If you use the rate from listings ensure your items have the correct tax in eBay'; +$_['help_tax'] = 'Used when you import items or orders'; +$_['help_duration'] = 'GTC is only available is you have an eBay shop.'; +$_['help_address_format'] = 'Only used if the country does not have an address format set-up already.'; +$_['help_create_date'] = 'Choose which created time will appear on an order when it is imported'; +$_['help_timezone_offset'] = 'Based on hours. 0 is GMT timezone. Only works if eBay time is used for order creation.'; +$_['help_notify_admin'] = 'Notify the store admin with the default new order email'; +$_['help_notify_order_update'] = 'This is for automated updates, for example if you update an order in eBay and the new status is updated in your store automatically.'; +$_['help_notify_buyer'] = 'Notify the user with the default new order email'; +$_['help_measurement'] = 'Choose what measurement system you want to use for listings'; + +// Buttons +$_['button_update'] = 'Update'; +$_['button_repair_links'] = 'Repair item links'; + +// Error +$_['error_api_connect'] = 'Failed to connect to the API'; diff --git a/public/admin/language/es-es/extension/openbay/ebay_subscription.php b/public/admin/language/es-es/extension/openbay/ebay_subscription.php new file mode 100644 index 0000000..15cd370 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_subscription.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Subscription'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_plan_change'] = 'Change to plan'; + +// Columns +$_['column_plan'] = 'Plan name'; +$_['column_call_limit'] = 'Call limit'; +$_['column_price'] = 'Price (p/month)'; +$_['column_description'] = 'Description'; +$_['column_current'] = 'Current plan'; + +// Text +$_['text_subscription_current'] = 'Current plan'; +$_['text_subscription_avail'] = 'Available plans'; +$_['text_subscription_avail1'] = 'Changing plans will be immediate and unused calls will not be credited.'; +$_['text_ajax_acc_load_plan'] = 'PayPal subscription ID: '; +$_['text_ajax_acc_load_plan2'] = ', you should cancel ALL other subscriptions from us'; +$_['text_load_my_plan'] = 'Loading your plan'; +$_['text_load_plans'] = 'Loading available plans'; +$_['text_subscription'] = 'Change your OpenBay Pro subscription'; + +// Errors +$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_summary.php b/public/admin/language/es-es/extension/openbay/ebay_summary.php new file mode 100644 index 0000000..8d0a797 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_summary.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Summary'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_use_desc'] = 'This is your eBay account summary page. It is a quick snapshot of any limits on your account along with your DSR selling performance.'; +$_['text_ebay_limit_head'] = 'Your eBay account has selling limits!'; +$_['text_ebay_limit_t1'] = 'You can sell'; +$_['text_ebay_limit_t2'] = 'more items (this is the total amount of items, not individual listings) to the value of'; +$_['text_ebay_limit_t3'] = 'When you try to create new listings, it will fail if you exceed the amounts above.'; +$_['text_as_described'] = 'Item as described'; +$_['text_communication'] = 'Communication'; +$_['text_shippingtime'] = 'Shipping time'; +$_['text_shipping_charge'] = 'Shipping charges'; +$_['text_score'] = 'Score'; +$_['text_count'] = 'Count'; +$_['text_report_30'] = '30 days'; +$_['text_report_52'] = '52 weeks'; +$_['text_title_dsr'] = 'DSR reports'; +$_['text_failed'] = 'Failed to load'; +$_['text_summary'] = 'View your eBay summary'; + +// Error +$_['error_validation'] = 'You need to register for your API token and enable the module.'; +$_['error_ajax_load'] = 'Sorry, connection to the server failed';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_syncronise.php b/public/admin/language/es-es/extension/openbay/ebay_syncronise.php new file mode 100644 index 0000000..1b453e2 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_syncronise.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Synchronise'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Buttons +$_['button_update'] = 'Update'; + +// Entry +$_['entry_sync_categories'] = 'Get eBay categories'; +$_['entry_sync_shop'] = 'Get shop categories'; +$_['entry_sync_setting'] = 'Get settings'; + +// Text +$_['text_complete'] = 'Complete'; +$_['text_sync_desc'] = 'Sync your store with the latest available shipping and categories options from eBay, this data is only for the options when listing an item to eBay - it will not import categories to your store etc.'; +$_['text_ebay_categories'] = 'This may take a while, wait 5 minutes before you do anything else.'; +$_['text_category_import'] = 'Your eBay shop categories have been imported.'; +$_['text_setting_import'] = 'Your settings have been imported.'; +$_['text_sync'] = 'Update settings from eBay'; + +// Help +$_['help_sync_categories'] = 'This does not import any categories to your store!'; +$_['help_sync_shop'] = 'This does not import any categories to your store!'; +$_['help_sync_setting'] = 'This imports available payment types, shipping, locations and more.'; + +// Errors +$_['error_settings'] = 'There was an error loading the settings.'; +$_['error_failed'] = 'Failed to load';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_template.php b/public/admin/language/es-es/extension/openbay/ebay_template.php new file mode 100644 index 0000000..1f2230f --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_template.php @@ -0,0 +1,27 @@ +<?php +// Headings +$_['heading_title'] = 'Listing templates'; +$_['text_ebay'] = 'eBay'; +$_['text_openbay'] = 'OpenBay Pro'; + +// Columns +$_['column_name'] = 'Template name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_template_name'] = 'Name'; +$_['entry_template_html'] = 'HTML'; + +// Text +$_['text_added'] = 'New template has been added'; +$_['text_updated'] = 'Template has been updated'; +$_['text_deleted'] = 'Template has been deleted'; +$_['text_confirm_delete'] = 'Are you sure you want to delete the template?'; +$_['text_list'] = 'Template list'; +$_['text_add'] = 'Add profile'; +$_['text_edit'] = 'Edit profile'; + +// Error +$_['error_name'] = 'You must enter a template name'; +$_['error_permission'] = 'You do not have permission to edit templates'; +$_['error_no_template'] = 'Template ID does not exist';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/ebay_usage.php b/public/admin/language/es-es/extension/openbay/ebay_usage.php new file mode 100644 index 0000000..456f039 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/ebay_usage.php @@ -0,0 +1,11 @@ +<?php +// Headings +$_['heading_title'] = 'Usage'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; + +// Text +$_['text_usage'] = 'Your account usage'; + +// Errors +$_['error_ajax_load'] = 'Sorry, could not get a response. Try later.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/etsy.php b/public/admin/language/es-es/extension/openbay/etsy.php new file mode 100644 index 0000000..04a7bea --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/etsy.php @@ -0,0 +1,17 @@ +<?php +// Heading +$_['heading_title'] = 'Etsy'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Etsy Dashboard'; + +// Messages +$_['text_success'] = 'You have saved your changes to the Etsy extension'; +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_sync'] = 'Synchronise'; +$_['text_heading_register'] = 'Register here'; +$_['text_heading_products'] = 'Item links'; +$_['text_heading_listings'] = 'Etsy listings'; + +// Errors +$_['error_generic_fail'] = 'An unknown error just happened!'; +$_['error_permission'] = 'You do not have permission to Etsy settings';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/etsy_create.php b/public/admin/language/es-es/extension/openbay/etsy_create.php new file mode 100644 index 0000000..3337b97 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/etsy_create.php @@ -0,0 +1,66 @@ +<?php +// Headings +$_['heading_title'] = 'New listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Tabs +$_['tab_additional'] = 'Additional information'; + +// Text +$_['text_option'] = 'Select option'; +$_['text_category_selected'] = 'Category selected'; +$_['text_material_add'] = 'Add Material'; +$_['text_material_remove'] = 'Remove Material'; +$_['text_tag_add'] = 'Add Tag'; +$_['text_tag_remove'] = 'Remove Tag'; +$_['text_created'] = 'Your listing has been created'; +$_['text_listing_id'] = 'Listing ID'; +$_['text_img_upload'] = 'Uploading image'; +$_['text_img_upload_done'] = 'Uploaded image'; +$_['text_create'] = 'Create a new Etsy listing'; + +// Entry +$_['entry_title'] = 'Product title'; +$_['entry_description'] = 'Description'; +$_['entry_price'] = 'Price'; +$_['entry_non_taxable'] = 'Non taxable'; +$_['entry_category'] = 'Category selection'; +$_['entry_who_made'] = 'Who made it?'; +$_['entry_when_made'] = 'When was it made?'; +$_['entry_recipient'] = 'Who is it for?'; +$_['entry_occasion'] = 'What occasion is it for?'; +$_['entry_is_supply'] = 'Is this a supply?'; +$_['entry_state'] = 'Listing status'; +$_['entry_style'] = 'Style Tag 1'; +$_['entry_style_2'] = 'Style Tag 2'; +$_['entry_processing_min'] = 'Processing time min'; +$_['entry_processing_max'] = 'Processing time max'; +$_['entry_materials'] = 'Materials'; +$_['entry_tags'] = 'Tags'; +$_['entry_shipping'] = 'Shipping profile'; +$_['entry_shop'] = 'Shop section'; +$_['entry_is_custom'] = 'Can it be customised?'; +$_['entry_image'] = 'Main image'; +$_['entry_image_other'] = 'Other images'; + +// Help +$_['help_description'] = 'All HTML has been removed from your description as it is not supported on Etsy'; + +// Errors +$_['error_no_shipping'] = 'You have not setup any shipping profiles!'; +$_['error_no_shop_secton'] = 'You have not setup any shop sections!'; +$_['error_no_img_url'] = 'No image selected for upload'; +$_['error_no_listing_id'] = 'No listing ID supplied'; +$_['error_title_length'] = 'Title is too long'; +$_['error_title_missing'] = 'Title is missing'; +$_['error_desc_missing'] = 'Description is missing or empty'; +$_['error_price_missing'] = 'Price is missing or empty'; +$_['error_category'] = 'Category not selected'; +$_['error_style_1_tag'] = 'Style 1 tag is not valid'; +$_['error_style_2_tag'] = 'Style 2 tag is not valid'; +$_['error_materials'] = 'You can only add 13 materials'; +$_['error_tags'] = 'You can only add 13 tags'; +$_['error_stock_max'] = 'The maximum stock you can list on Etsy is 999, you have %s in stock'; +$_['error_image_max'] = 'The maximum number of images you can use on Etsy is 5, you have chosen %s'; +$_['error_variant'] = 'Variant items on Etsy.com are not yet supported by OpenBay Pro';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/etsy_edit.php b/public/admin/language/es-es/extension/openbay/etsy_edit.php new file mode 100644 index 0000000..f2c9147 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/etsy_edit.php @@ -0,0 +1,26 @@ +<?php +// Headings +$_['heading_title'] = 'Edit listing'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Tabs + +// Text +$_['text_option'] = 'Select option'; +$_['text_listing_id'] = 'Listing ID'; +$_['text_updated'] = 'Your Etsy listing has been updated'; +$_['text_edit'] = 'Update your Etsy listing'; + +// Entry +$_['entry_title'] = 'Product title'; +$_['entry_description'] = 'Description'; +$_['entry_price'] = 'Price'; +$_['entry_state'] = 'State'; + +// Errors +$_['error_price_missing'] = 'Price is missing or empty'; +$_['error_title_length'] = 'Title is too long'; +$_['error_title_missing'] = 'Title is missing'; +$_['error_desc_missing'] = 'Description is missing or empty'; +$_['error_state_missing'] = 'State is missing or empty';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/etsy_links.php b/public/admin/language/es-es/extension/openbay/etsy_links.php new file mode 100644 index 0000000..6ab314c --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/etsy_links.php @@ -0,0 +1,34 @@ +<?php +// Headings +$_['heading_title'] = 'Etsy links'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Text +$_['text_loading'] = 'Loading items'; +$_['text_new_link'] = 'Create new link'; +$_['text_current_links'] = 'Current links'; +$_['text_link_saved'] = 'Item has been linked'; +$_['text_no_links'] = 'You have no products linked to Etsy items'; + +// Columns +$_['column_product'] = 'Product name'; +$_['column_item_id'] = 'Etsy ID'; +$_['column_store_stock'] = 'Stock'; +$_['column_etsy_stock'] = 'Etsy Stock'; +$_['column_status'] = 'Link Status'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Product name'; +$_['entry_etsy_id'] = 'Etsy item ID'; + +// Error +$_['error_product'] = 'Product does not exist in your store'; +$_['error_stock'] = 'You cannot link an item that has no stock'; +$_['error_product_id'] = 'Product ID required'; +$_['error_etsy_id'] = 'Etsy item ID required'; +$_['error_link_id'] = 'Link ID required'; +$_['error_link_exists'] = 'An active link already exists for this item'; +$_['error_etsy'] = 'Unable to link item, Etsy API response: '; +$_['error_status'] = 'Status filter required';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/etsy_listings.php b/public/admin/language/es-es/extension/openbay/etsy_listings.php new file mode 100644 index 0000000..3cb8a1b --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/etsy_listings.php @@ -0,0 +1,53 @@ +<?php +// Headings +$_['heading_title'] = 'Etsy listings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Text +$_['text_link_saved'] = 'Item has been linked'; +$_['text_activate'] = 'Activate'; +$_['text_deactivate'] = 'Deactivate'; +$_['text_add_link'] = 'Add link'; +$_['text_delete_link'] = 'Delete link'; +$_['text_delete'] = 'Delete listing'; +$_['text_status_stock'] = 'Stock not synced'; +$_['text_status_ok'] = 'OK'; +$_['text_status_nolink'] = 'Not linked'; +$_['text_link_added'] = 'A product has been linked to the listing'; +$_['text_link_deleted'] = 'The product has been unlinked from the listing'; +$_['text_item_ended'] = 'The item has been removed from Etsy'; +$_['text_item_deactivated'] = 'The item has been deactivated in Etsy'; +$_['text_item_activated'] = 'The item has been activated in Etsy'; +$_['text_confirm_end'] = 'Are you sure you want to remove the listing?'; +$_['text_confirm_deactivate'] = 'Are you sure you want to deactivate the listing?'; +$_['text_confirm_activate'] = 'Are you sure you want to activate the listing?'; +$_['text_listings'] = 'Manage your Etsy listings'; +$_['text_active'] = 'Active'; +$_['text_inactive'] = 'Inactive'; +$_['text_draft'] = 'Draft'; +$_['text_expired'] = 'Expired'; + +// Columns +$_['column_listing_id'] = 'Etsy ID'; +$_['column_title'] = 'Title'; +$_['column_listing_qty'] = 'Listing quantity'; +$_['column_store_qty'] = 'Store quantity'; +$_['column_status'] = 'Status message'; +$_['column_link_status'] = 'Link status'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_limit'] = 'Page limit'; +$_['entry_status'] = 'Status'; +$_['entry_keywords'] = 'Keywords'; +$_['entry_name'] = 'Product name'; +$_['entry_etsy_id'] = 'Etsy item ID'; + +// Help +$_['help_keywords'] = 'Keywords only apply with active listings'; + +// Error +$_['error_etsy'] = 'Error! Etsy API response: '; +$_['error_product_id'] = 'Product ID required'; +$_['error_etsy_id'] = 'Etsy item ID required'; diff --git a/public/admin/language/es-es/extension/openbay/etsy_settings.php b/public/admin/language/es-es/extension/openbay/etsy_settings.php new file mode 100644 index 0000000..5dd9a25 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/etsy_settings.php @@ -0,0 +1,42 @@ +<?php +// Headings +$_['heading_title'] = 'Marketplace settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_etsy'] = 'Etsy'; + +// Text +$_['text_success'] = 'Your settings have been saved'; +$_['text_status'] = 'Status'; +$_['text_account_ok'] = 'Connection to Etsy OK'; +$_['text_token_register'] = 'Register'; +$_['text_api_ok'] = 'API connection OK'; +$_['text_pull_orders'] = 'Pull orders'; +$_['text_sync_settings'] = 'Sync settings'; +$_['text_complete'] = 'Complete'; +$_['text_failed'] = 'Failed'; +$_['text_orders_imported'] = 'Order pull has been requested'; +$_['text_api_status'] = 'API connection'; +$_['text_edit'] = 'Edit Etsy settings'; +$_['text_register_banner'] = 'Click here if you need to register for an account'; + +// Entry +$_['entry_import_def_id'] = 'Import default status (unpaid):'; +$_['entry_import_paid_id'] = 'Paid status:'; +$_['entry_import_shipped_id'] = 'Shipped status:'; +$_['entry_encryption_key'] = 'Encryption key 1'; +$_['entry_encryption_iv'] = 'Encryption key 2'; +$_['entry_token'] = 'API token'; +$_['entry_address_format'] = 'Default address format'; +$_['entry_debug'] = 'Enable logging'; + +// Error +$_['error_api_connect'] = 'Failed to connect to the API'; +$_['error_account_info'] = 'Unable to verify API connection to Etsy '; + +// Tabs +$_['tab_api_info'] = 'API details'; + +// Help +$_['help_address_format'] = 'Only used if the linked country does not have an address format set-up already.'; +$_['help_sync_settings'] = 'This will update your database with the latest setting options such as condition types, dates and more.'; +$_['help_pull_orders'] = 'This will trigger a manual import of new and updated orders.'; diff --git a/public/admin/language/es-es/extension/openbay/fba.php b/public/admin/language/es-es/extension/openbay/fba.php new file mode 100644 index 0000000..a7490f3 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/fba.php @@ -0,0 +1,12 @@ +<?php +// Heading +$_['heading_title'] = 'Fulfillment by Amazon'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_dashboard'] = 'Fulfillment by Amazon Dashboard'; + +// Text +$_['text_heading_settings'] = 'Settings'; +$_['text_heading_account'] = 'Account/subscription'; +$_['text_heading_fulfillments'] = 'Fulfillments'; +$_['text_heading_register'] = 'Register here'; +$_['text_heading_orders'] = 'Orders'; diff --git a/public/admin/language/es-es/extension/openbay/fba_fulfillment.php b/public/admin/language/es-es/extension/openbay/fba_fulfillment.php new file mode 100644 index 0000000..9ce4f85 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/fba_fulfillment.php @@ -0,0 +1,50 @@ +<?php +// Heading +$_['heading_title'] = 'Fulfillments'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment By Amazon'; +$_['heading_order_info'] = 'Order info'; +$_['heading_products'] = 'Products'; + +// Entry +$_['entry_seller_fulfillment_order_id'] = 'Seller fulfillment order ID'; +$_['entry_displayable_order_id'] = 'Displayable order ID'; +$_['entry_displayable_date'] = 'Displayable date/time'; +$_['entry_displayable_comment'] = 'Displayable comment'; +$_['entry_shipping_speed_category'] = 'Shipping speed category'; +$_['entry_fulfillment_policy'] = 'Fulfillment policy'; +$_['entry_fulfillment_order_status'] = 'Status'; +$_['entry_notification_email_list'] = 'Notification email list'; +$_['entry_button_cancel'] = 'Cancel fulfillment'; +$_['entry_button_ship'] = 'Ship fulfillment'; + +// Text +$_['text_no_results'] = 'No fulfillment\'s found on Amazon'; +$_['text_fulfillment_list'] = 'Amazon Fulfillment list'; +$_['text_form'] = 'Amazon Fulfillment'; +$_['text_ship_success'] = 'Fulfillment has been confirmed to ship, it may take a few minutes for Amazon to update'; +$_['text_cancel_success'] = 'Fulfillment has been cancelled, it may take a few minutes for Amazon to update'; +$_['text_cancel_confirm'] = 'Are you sure you want to cancel this fulfillment?'; +$_['text_ship_confirm'] = 'Are you sure you want to ship this fulfillment?'; +$_['text_status'] = 'Fulfillment status'; +$_['text_fulfillment_sent'] = 'Fulfillment has been sent!'; +$_['text_fulfillment_shipped'] = 'Fulfillment has been shipped!'; +$_['text_fulfillment_cancelled'] = 'Fulfillment has been cancelled!'; + +// Columns +$_['column_sku'] = 'SKU'; +$_['column_order_item_id'] = 'Order item ID'; +$_['column_quantity'] = 'Quantity'; +$_['column_cancelled_quantity'] = 'Cancelled Quantity'; +$_['column_unfulfillable_quantity'] = 'Unfulfillable Quantity'; +$_['column_estimated_ship'] = 'Estimated ship'; +$_['column_estimated_arrive'] = 'Estimated arrive'; + +// Errors +$_['error_loading_fulfillment'] = 'There was a problem getting the fulfillment order information from Amazon'; +$_['error_ship'] = 'There was a problem confirming the shipment with Amazon'; +$_['error_cancel'] = 'There was a problem cancelling the fulfillment with Amazon'; +$_['error_missing_id'] = 'Missing ID in the request'; +$_['error_no_shipping'] = 'No shipping method found'; +$_['error_no_items'] = 'No items found for this order'; +$_['error_amazon_request'] = 'There was an error response from Amazon, please check the errors for the request';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/fba_fulfillment_list.php b/public/admin/language/es-es/extension/openbay/fba_fulfillment_list.php new file mode 100644 index 0000000..46a33e1 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/fba_fulfillment_list.php @@ -0,0 +1,26 @@ +<?php +// Heading +$_['heading_title'] = 'Fulfillments'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment By Amazon'; + +// Buttons +//$_['button_pull_orders'] = 'Start'; + +// Entry +$_['entry_start_date'] = 'Start date (format YYYY-MM-DD)'; + +// Text +$_['text_no_results'] = 'No fulfillment\'s found on Amazon'; +$_['text_fulfillment_list'] = 'Amazon Fulfillment list'; + +// Columns +$_['column_seller_fulfillment_order_id'] = 'Seller Order ID'; +$_['column_displayable_order_id'] = 'Displayable Order ID'; +$_['column_displayable_order_date'] = 'Displayable date/time'; +$_['column_shipping_speed_category'] = 'Shipping speed'; +$_['column_fulfillment_order_status'] = 'Order Status'; +$_['column_action'] = 'Action'; + +// Errors +//$_['error_validation'] = 'You need to register for your API token and enable the module.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/fba_order.php b/public/admin/language/es-es/extension/openbay/fba_order.php new file mode 100644 index 0000000..2299e8c --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/fba_order.php @@ -0,0 +1,61 @@ +<?php +// Heading +$_['heading_title'] = 'Orders'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment By Amazon'; + +// Buttons +$_['button_ship'] = 'Ship fulfillment'; +$_['button_resend'] = 'Resend fulfillment request'; + +// Tab +$_['tab_history'] = 'Request history'; + +// Entry +$_['entry_start_date'] = 'Start date (format YYYY-MM-DD)'; +$_['entry_end_date'] = 'End date (format YYYY-MM-DD)'; +$_['entry_status'] = 'Status'; + +// Text +$_['text_no_results'] = 'No orders found'; +$_['text_fulfillment_list'] = 'Amazon Fulfillment list'; +$_['text_option_all'] = 'All'; +$_['text_option_new'] = 'New / pending'; +$_['text_option_error'] = 'Error'; +$_['text_option_held'] = 'Held'; +$_['text_option_shipped'] = 'Shipped'; +$_['text_option_cancelled'] = 'Cancelled'; +$_['text_order'] = 'Order information'; +$_['text_shipping_address'] = 'Shipping address'; +$_['text_history'] = 'Fulfillment History'; +$_['text_opencart_order'] = 'OpenCart order ID'; +$_['text_order_info'] = 'Order info'; +$_['text_status'] = 'Fulfillment status'; +$_['text_errors'] = 'Response errors'; +$_['text_show_errors'] = 'Show errors'; +$_['text_no_errors'] = 'There are no errors for this fulfillment request'; +$_['text_no_sku'] = 'No SKU found'; +$_['text_show_request'] = 'Show request body'; +$_['text_show_response'] = 'Show response body'; +$_['text_fulfillment_id'] = 'Fulfillment ID'; +$_['text_type_new'] = 'Create'; +$_['text_type_ship'] = 'Shipment'; +$_['text_type_cancel'] = 'Cancellation'; +$_['text_no_requests'] = 'No requests have been made yet!'; +$_['text_order_list'] = 'Amazon order list'; + + +// Columns +$_['column_order_id'] = 'Order ID'; +$_['column_created'] = 'Created'; +$_['column_status'] = 'Status'; +$_['column_action'] = 'Action'; +$_['column_sku'] = 'SKU'; +$_['column_product'] = 'Product'; +$_['column_quantity'] = 'Quantity'; +$_['column_fba'] = 'Amazon Fulfillment'; +$_['column_fulfillment_id'] = 'Fulfillment Request Reference'; +$_['column_response_code'] = 'Response code'; +$_['column_actions'] = 'Actions'; +$_['column_type'] = 'Request type'; +$_['column_fba_item_count'] = 'FBA item count'; diff --git a/public/admin/language/es-es/extension/openbay/fba_settings.php b/public/admin/language/es-es/extension/openbay/fba_settings.php new file mode 100644 index 0000000..8f35c98 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/fba_settings.php @@ -0,0 +1,64 @@ +<?php +// Headings +$_['heading_title'] = 'Settings'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_fba'] = 'Fulfillment by Amazon'; + +// Text +$_['text_success'] = 'Your settings have been saved'; +$_['text_status'] = 'Status'; +$_['text_account_ok'] = 'Connection to Fulfillment by Amazon OK'; +$_['text_api_ok'] = 'API connection OK'; +$_['text_api_status'] = 'API connection'; +$_['text_edit'] = 'Edit Fulfillment by Amazon settings'; +$_['text_standard'] = 'Standard'; +$_['text_expedited'] = 'Expedited'; +$_['text_priority'] = 'Priority'; +$_['text_fillorkill'] = 'Fill or Kill'; +$_['text_fillall'] = 'Fill All'; +$_['text_fillallavailable'] = 'Fill All Available'; +$_['text_prefix_warning'] = 'Do not change this setting after orders have been sent to Amazon, only set this when you first install.'; +$_['text_disabled_cancel'] = 'Disabled - do not automatically cancel fulfillments'; +$_['text_validate_success'] = 'Your API details are working correctly! You must press save to ensure settings are saved.'; +$_['text_register_banner'] = 'Click here if you need to register for an account'; + +// Entry +$_['entry_api_key'] = 'API token'; +$_['entry_encryption_key'] = 'Encryption key 1'; +$_['entry_encryption_iv'] = 'Encryption key 2'; +$_['entry_account_id'] = 'Account ID'; +$_['entry_send_orders'] = 'Send orders automatically'; +$_['entry_fulfill_policy'] = 'Fulfillment policy'; +$_['entry_shipping_speed'] = 'Default shipping speed'; +$_['entry_debug_log'] = 'Enable debug logging'; +$_['entry_new_order_status'] = 'New fulfillment trigger'; +$_['entry_order_id_prefix'] = 'Order ID Prefix'; +$_['entry_only_fill_complete'] = 'All items must be FBA'; + +// Help +$_['help_api_key'] = 'This is your API token, obtain this from your OpenBay Pro account area'; +$_['help_encryption_key'] = 'This is your Encryption key #1, obtain this from your OpenBay Pro account area'; +$_['help_encryption_iv'] = 'This is your Encryption key #2, obtain this from your OpenBay Pro account area'; +$_['help_account_id'] = 'This is the account ID that matches the registered Amazon account for OpenBay Pro, obtain this from your OpenBay Pro account area'; +$_['help_send_orders'] = 'Orders containing matching Fulfillment by Amazon products will be send to Amazon automatically'; +$_['help_fulfill_policy'] = 'The default fulfillment policy (FillAll - All fulfillable items in the fulfillment order are shipped. The fulfillment order remains in a processing state until all items are either shipped by Amazon or cancelled by the seller. FillAllAvailable - All fulfillable items in the fulfillment order are shipped. All unfulfillable items in the order are cancelled by Amazon.FillOrKill - If an item in a fulfillment order is determined to be unfulfillable before any shipment in the order moves to the Pending status (the process of picking units from inventory has begun), then the entire order is considered unfulfillable. However, if an item in a fulfillment order is determined to be unfulfillable after a shipment in the order moves to the Pending status, Amazon cancels as much of the fulfillment order as possible.)'; +$_['help_shipping_speed'] = 'This is the default shipping speed category to apply to new orders, different service levels may incurr different costs'; +$_['help_debug_log'] = 'Debug logs will record information to a log file about actions the module does. This should be left enabled to help find the cause of any problems.'; +$_['help_new_order_status'] = 'This is the order status which will trigger the order to be created for fulfillment. Ensure that this is using a status only after you have received payment.'; +$_['help_order_id_prefix'] = 'Having an order prefix will help identify orders that have come from your store not from other integrations. This is very helpful when merchants sell on many marketplaces and use FBA'; +$_['help_only_fill_complete'] = 'This will only allow orders to be sent for fulfillment if ALL items in the order are matched to a Fulfillment by Amazon item. If any item is not then the whole order will remain unfilled.'; + +// Error +$_['error_api_connect'] = 'Failed to connect to the API'; +$_['error_account_info'] = 'Unable to verify API connection to Fulfillment by Amazon '; +$_['error_api_key'] = 'The API token is invalid'; +$_['error_api_account_id'] = 'The Account ID is invalid'; +$_['error_encryption_key'] = 'The Encryption key #1 is invalid'; +$_['error_encryption_iv'] = 'The Encryption key #2 is invalid'; +$_['error_validation'] = 'There was an error validating your details'; + +// Tabs +$_['tab_api_info'] = 'API details'; + +// Buttons +$_['button_verify'] = 'Verify details'; diff --git a/public/admin/language/es-es/extension/openbay/openbay_itemlist.php b/public/admin/language/es-es/extension/openbay/openbay_itemlist.php new file mode 100644 index 0000000..58b790d --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/openbay_itemlist.php @@ -0,0 +1,57 @@ +<?php +// Heading +$_['heading_title'] = 'Manage listings'; + +// Text +$_['text_markets'] = 'Markets'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_ebay'] = 'eBay'; +$_['text_amazon'] = 'Amazon EU'; +$_['text_amazonus'] = 'Amazon US'; +$_['text_etsy'] = 'Etsy'; +$_['text_status_all'] = 'All'; +$_['text_status_ebay_active'] = 'eBay active'; +$_['text_status_ebay_inactive'] = 'eBay not active'; +$_['text_status_amazoneu_saved'] = 'Amazon EU saved'; +$_['text_status_amazoneu_processing'] = 'Amazon EU processing'; +$_['text_status_amazoneu_active'] = 'Amazon EU active'; +$_['text_status_amazoneu_notlisted'] = 'Amazon EU not listed'; +$_['text_status_amazoneu_failed'] = 'Amazon EU failed'; +$_['text_status_amazoneu_linked'] = 'Amazon EU linked'; +$_['text_status_amazoneu_notlinked'] = 'Amazon EU not linked'; +$_['text_status_amazonus_saved'] = 'Amazon US saved'; +$_['text_status_amazonus_processing'] = 'Amazon US processing'; +$_['text_status_amazonus_active'] = 'Amazon US active'; +$_['text_status_amazonus_notlisted'] = 'Amazon US not listed'; +$_['text_status_amazonus_failed'] = 'Amazon US failed'; +$_['text_status_amazonus_linked'] = 'Amazon US linked'; +$_['text_status_amazonus_notlinked'] = 'Amazon US not linked'; +$_['text_processing'] = 'Processing'; +$_['text_category_missing'] = 'Missing category'; +$_['text_variations'] = 'variations'; +$_['text_variations_stock'] = 'stock'; +$_['text_min'] = 'Min'; +$_['text_max'] = 'Max'; +$_['text_option'] = 'Option'; +$_['text_list'] = 'Product List'; + +// Entry +$_['entry_title'] = 'Title'; +$_['entry_model'] = 'Model'; +$_['entry_manufacturer'] = 'Manufacturer'; +$_['entry_status'] = 'Status'; +$_['entry_status_marketplace'] = 'Marketplace status'; +$_['entry_stock_range'] = 'Stock range'; +$_['entry_category'] = 'Category'; +$_['entry_populated'] = 'Populated'; +$_['entry_sku'] = 'SKU'; +$_['entry_description'] = 'Description'; + +// Button +$_['button_error_fix'] = 'Fix errors'; +$_['button_amazon_eu_bulk'] = 'Amazon EU bulk upload'; +$_['button_amazon_us_bulk'] = 'Amazon US bulk upload'; +$_['button_ebay_bulk'] = 'eBay bulk upload'; + +// Error +$_['error_select_items'] = 'You must select at least 1 item to bulk list';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/openbay_menu.php b/public/admin/language/es-es/extension/openbay/openbay_menu.php new file mode 100644 index 0000000..2823ece --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/openbay_menu.php @@ -0,0 +1,17 @@ +<?php +// Text +$_['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_openbay_fba'] = 'Fulfillment by Amazon'; +$_['text_openbay_fulfillmentlist'] = 'Fulfillments'; +$_['text_openbay_orderlist'] = 'Orders';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/openbay/openbay_order.php b/public/admin/language/es-es/extension/openbay/openbay_order.php new file mode 100644 index 0000000..59e90d0 --- /dev/null +++ b/public/admin/language/es-es/extension/openbay/openbay_order.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Bulk order update'; +$_['text_openbay'] = 'OpenBay Pro'; +$_['text_confirm_title'] = 'Review bulk status update'; + +// Button +$_['button_status'] = 'Change status'; +$_['button_update'] = 'Update'; +$_['button_ship'] = 'Ship order'; + +// Column +$_['column_channel'] = 'Order Channel'; +$_['column_additional'] = 'Additional info'; +$_['column_comments'] = 'Comments'; +$_['column_notify'] = 'Notify'; + +// Text +$_['text_confirmed'] = '%s orders have been updated'; +$_['text_no_orders'] = 'No orders selected for update'; +$_['text_confirm_change_text'] = 'Changing order status to'; +$_['text_other'] = 'Other'; +$_['text_error_carrier_other'] = 'An order is missing an "Other Carrier" entry!'; +$_['text_web'] = 'Web'; +$_['text_ebay'] = 'eBay'; +$_['text_amazon'] = 'Amazon EU'; +$_['text_amazonus'] = 'Amazon US'; +$_['text_etsy'] = 'Etsy'; +$_['text_list'] = 'Order list'; + +// Entry +$_['entry_carrier'] = 'Carrier'; +$_['entry_tracking_no'] = 'Tracking'; +$_['entry_other'] = 'Other'; +$_['entry_date_added'] = 'Date Added'; +$_['entry_order_channel'] = 'Order channel'; diff --git a/public/admin/language/es-es/extension/payment/alipay.php b/public/admin/language/es-es/extension/payment/alipay.php new file mode 100644 index 0000000..ead4648 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/alipay.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Alipay Pay'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Alipay account details!'; +$_['text_edit'] = 'Edit Alipay Pay'; +$_['text_alipay'] = '<a target="_BLANK" href="https://open.alipay.com"><img src="view/image/payment/alipay.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_sandbox'] = 'Sandbox'; + +// Entry +$_['entry_app_id'] = 'App ID'; +$_['entry_merchant_private_key'] = 'Merchant Private Key'; +$_['entry_alipay_public_key'] = 'Alipay Public Key'; +$_['entry_test'] = 'Test mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Completed Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Alipay!'; +$_['error_app_id'] = 'App ID required!'; +$_['error_merchant_private_key'] = 'Merchant Private Key required!'; +$_['error_alipay_public_key'] = 'Alipay Public Key required!'; diff --git a/public/admin/language/es-es/extension/payment/alipay_cross.php b/public/admin/language/es-es/extension/payment/alipay_cross.php new file mode 100644 index 0000000..a1f72eb --- /dev/null +++ b/public/admin/language/es-es/extension/payment/alipay_cross.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Alipay Cross-border'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Alipay account details!'; +$_['text_edit'] = 'Edit Alipay Pay'; +$_['text_alipay_cross'] = '<a target="_BLANK" href="https://global.alipay.com"><img src="view/image/payment/alipay-cross-border.png" alt="Alipay Pay Website" title="Alipay Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_sandbox'] = 'Sandbox'; + +// Entry +$_['entry_app_id'] = 'Partner ID'; +$_['entry_merchant_private_key'] = 'Key'; +$_['entry_test'] = 'Test mode'; +$_['entry_total'] = 'Total'; +$_['entry_currency'] = 'Currency Code'; +$_['entry_order_status'] = 'Completed Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_currency'] = 'The settlement currency code the merchant specifies in the contract. You can add a new currency in System->Localisation->Currency if your settlement currency is not in the list'; +$_['help_alipay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/alipay">Click here</a> to learn how to set up Alipay account.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify pay Alipay!'; +$_['error_app_id'] = 'Partner ID required!'; +$_['error_merchant_private_key'] = 'Key required!'; diff --git a/public/admin/language/es-es/extension/payment/amazon_login_pay.php b/public/admin/language/es-es/extension/payment/amazon_login_pay.php new file mode 100644 index 0000000..33da3a5 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/amazon_login_pay.php @@ -0,0 +1,129 @@ +<?php +//Headings +$_['heading_title'] = 'Amazon Pay'; + +// Text +$_['text_success'] = 'Amazon Pay module has been updated'; +$_['text_ipn_url'] = 'Cron Job\'s URL'; +$_['text_ipn_token'] = 'Secret Token'; +$_['text_us'] = 'American'; +$_['text_de'] = 'German'; +$_['text_uk'] = 'English'; +$_['text_fr'] = 'French'; +$_['text_it'] = 'Italian'; +$_['text_es'] = 'Spanish'; +$_['text_us_region'] = 'United States'; +$_['text_eu_region'] = 'Euro region'; +$_['text_uk_region'] = 'United Kingdom'; +$_['text_live'] = 'Live'; +$_['text_sandbox'] = 'Sandbox'; +$_['text_auth'] = 'Authorization'; +$_['text_payment'] = 'Payment'; +$_['text_extension'] = 'Extensions'; +$_['text_account'] = 'Account'; +$_['text_guest'] = 'Guest'; +$_['text_no_capture'] = '--- No Automatic Capture ---'; +$_['text_all_geo_zones'] = 'All Geo Zones'; +$_['text_button_settings'] = 'Checkout Button Settings'; +$_['text_colour'] = 'Colour'; +$_['text_orange'] = 'Orange'; +$_['text_tan'] = 'Tan'; +$_['text_white'] = 'White'; +$_['text_light'] = 'Light'; +$_['text_dark'] = 'Dark'; +$_['text_size'] = 'Size'; +$_['text_medium'] = 'Medium'; +$_['text_large'] = 'Large'; +$_['text_x_large'] = 'Extra large'; +$_['text_background'] = 'Background'; +$_['text_edit'] = 'Edit Amazon Pay'; +$_['text_amazon_login_pay'] = '<a href="https://pay.amazon.com/uk/sp/opencart" target="_blank" title="Sign-up to Amazon Pay"><img src="view/image/payment/amazonpay.png" alt="Amazon Pay" title="Amazon Pay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_amazon_join'] = '<a href="https://pay.amazon.com/uk/sp/opencart" target="_blank" title="Sign-up to Amazon Pay"><u>Sign-up to Amazon Pay</u></a>'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, authorization has been fully captured'; +$_['text_refund_ok'] = 'Refund was successfully requested'; +$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded'; +$_['text_cancel_ok'] = 'Cancel was successful, order status updated to canceled'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_cancel_status'] = 'Payment canceled'; +$_['text_refund_status'] = 'Payment refunded'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorized'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_authorization_id'] = 'Amazon Authorization ID'; +$_['text_column_capture_id'] = 'Amazon Capture ID'; +$_['text_column_refund_id'] = 'Amazon Refund ID'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_status'] = 'Status'; +$_['text_column_date_added'] = 'Date added'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; +$_['text_minimum_total'] = 'Minimum Order Total'; +$_['text_geo_zone'] = 'Geo Zone'; +$_['text_status'] = 'Status'; +$_['text_declined_codes'] = 'Test Decline Codes'; +$_['text_sort_order'] = 'Sort Order'; +$_['text_amazon_invalid'] = 'InvalidPaymentMethod'; +$_['text_amazon_rejected'] = 'AmazonRejected'; +$_['text_amazon_timeout'] = 'TransactionTimedOut'; +$_['text_amazon_no_declined'] = '--- No Automatic Declined Authorization ---'; +$_['text_amazon_signup'] = 'Sign-up to Amazon Pay'; +$_['text_credentials'] = 'Please paste your keys here (in JSON format)'; +$_['text_validate_credentials'] = 'Validate and Use Credentials'; + +// Columns +$_['column_status'] = 'Status'; + +//entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_access_key'] = 'Access Key'; +$_['entry_access_secret'] = 'Secret Key'; +$_['entry_client_id'] = 'Client ID'; +$_['entry_client_secret'] = 'Client Secret'; +$_['entry_language'] = 'Language'; +$_['entry_login_pay_test'] = 'Test mode'; +$_['entry_login_pay_mode'] = 'Payment mode'; +$_['entry_checkout'] = 'Checkout mode'; +$_['entry_payment_region'] = 'Payment Region'; +$_['entry_capture_status'] = 'Automatic capture status'; +$_['entry_pending_status'] = 'Pending Order Status'; +$_['entry_ipn_url'] = 'IPN\'s URL'; +$_['entry_ipn_token'] = 'Secret Token'; +$_['entry_debug'] = 'Debug logging'; + +// Help +$_['help_pay_mode'] = 'Payment is only available for US marketplace'; +$_['help_checkout'] = 'Should payment button also login customer'; +$_['help_capture_status'] = 'Choose order staus that will trigger automatic capture of an authorized payment'; +$_['help_ipn_url'] = 'Set this as you merhcant URL in Amazon Seller Central'; +$_['help_ipn_token'] = 'Make this long and hard to guess'; +$_['help_minimum_total'] = 'This must be above zero'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_declined_codes'] = 'This is for testing purposes only'; + +// Order Info +$_['tab_order_adjustment'] = 'Order Adjustment'; + +// Errors +$_['error_permission'] = 'You do not have permissions to modify this module'; +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_access_key'] = 'Access Key is required'; +$_['error_access_secret'] = 'Secret Key is required'; +$_['error_client_id'] = 'Client ID is required'; +$_['error_client_secret'] = 'Client Key is required'; +$_['error_pay_mode'] = 'Payment is only available for US marketplace'; +$_['error_minimum_total'] = 'Minimum order total must be above zero'; +$_['error_curreny'] = 'Your shop must have %s currency installed and enabled'; +$_['error_upload'] = 'Upload failed'; +$_['error_data_missing'] = 'Required data is missing'; +$_['error_credentials'] = 'Please enter the keys in a valid JSON format'; + + +// Buttons +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_cancel'] = 'Cancel'; diff --git a/public/admin/language/es-es/extension/payment/authorizenet_aim.php b/public/admin/language/es-es/extension/payment/authorizenet_aim.php new file mode 100644 index 0000000..4ffc6bb --- /dev/null +++ b/public/admin/language/es-es/extension/payment/authorizenet_aim.php @@ -0,0 +1,34 @@ +<?php +// Heading +$_['heading_title'] = 'Authorize.Net (AIM)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Authorize.Net (AIM) account details!'; +$_['text_edit'] = 'Edit Authorize.Net (AIM)'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_authorization'] = 'Authorization'; +$_['text_capture'] = 'Capture'; +$_['text_authorizenet_aim'] = '<a onclick="window.open(\'http://reseller.authorize.net/application/?id=5561142\');"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_login'] = 'Login ID'; +$_['entry_key'] = 'Transaction Key'; +$_['entry_hash'] = 'MD5 Hash'; +$_['entry_server'] = 'Transaction Server'; +$_['entry_mode'] = 'Transaction Mode'; +$_['entry_method'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!'; +$_['error_login'] = 'Login ID Required!'; +$_['error_key'] = 'Transaction Key Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/authorizenet_sim.php b/public/admin/language/es-es/extension/payment/authorizenet_sim.php new file mode 100644 index 0000000..6c951ad --- /dev/null +++ b/public/admin/language/es-es/extension/payment/authorizenet_sim.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'Authorize.Net (SIM)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Authorize.Net (SIM) account details!'; +$_['text_edit'] = 'Edit Authorize.Net (SIM)'; +$_['text_authorizenet_sim'] = '<a onclick="window.open(\'http://reseller.authorize.net/application/?id=5561142\');"><img src="view/image/payment/authorizenet.png" alt="Authorize.Net" title="Authorize.Net" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_key'] = 'Transaction Key'; +$_['entry_callback'] = 'Relay Response URL'; +$_['entry_md5'] = 'MD5 Hash Value'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_callback'] = 'Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.'; +$_['help_md5'] = 'The MD5 Hash feature enables you to authenticate that a transaction response is securely received from Authorize.Net.Please login and set this at <a href="https://secure.authorize.net" target="_blank" class="txtLink">https://secure.authorize.net</a>.(Optional)'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Authorize.Net (SIM)!'; +$_['error_merchant'] = 'Merchant ID Required!'; +$_['error_key'] = 'Transaction Key Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/bank_transfer.php b/public/admin/language/es-es/extension/payment/bank_transfer.php new file mode 100644 index 0000000..d0926ec --- /dev/null +++ b/public/admin/language/es-es/extension/payment/bank_transfer.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Bank Transfer'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified bank transfer details!'; +$_['text_edit'] = 'Edit Bank Transfer'; + +// Entry +$_['entry_bank'] = 'Bank Transfer Instructions'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment bank transfer!'; +$_['error_bank'] = 'Bank Transfer Instructions Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/bluepay_hosted.php b/public/admin/language/es-es/extension/payment/bluepay_hosted.php new file mode 100644 index 0000000..562a5f9 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/bluepay_hosted.php @@ -0,0 +1,65 @@ +<?php +// Heading +$_['heading_title'] = 'BluePay Hosted Form'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified BluePay Hosted Form account details!'; +$_['text_edit'] = 'Edit BluePay Hosted Form'; +$_['text_bluepay_hosted'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Hosted Form" title="BluePay Hosted Form" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_sale'] = 'Sale'; +$_['text_authenticate'] = 'Authorize'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Date Added'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_account_name'] = 'Account Name'; +$_['entry_account_id'] = 'Account ID'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_test'] = 'Transaction Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_card_amex'] = 'Amex'; +$_['entry_card_discover'] = 'Discover'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!'; +$_['error_account_name'] = 'Account Name Required!'; +$_['error_account_id'] = 'Account ID Required!'; +$_['error_secret_key'] = 'Secret Key Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/bluepay_redirect.php b/public/admin/language/es-es/extension/payment/bluepay_redirect.php new file mode 100644 index 0000000..fe686e9 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/bluepay_redirect.php @@ -0,0 +1,63 @@ +<?php +// Heading +$_['heading_title'] = 'BluePay Redirect (Requires SSL)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified BluePay Redirect account details!'; +$_['text_edit'] = 'Edit BluePay Redirect (Requires SSL)'; +$_['text_bluepay_redirect'] = '<a href="http://www.bluepay.com/preferred-partner/opencart" target="_blank"><img src="view/image/payment/bluepay.jpg" alt="BluePay Redirect" title="BluePay Redirect" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_sim'] = 'Simulator'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_sale'] = 'Sale'; +$_['text_authenticate'] = 'Authorize'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_vendor'] = 'Account ID'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_test'] = 'Transaction Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment BluePay!'; +$_['error_account_id'] = 'Account ID Required!'; +$_['error_secret_key'] = 'Secret Key Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/cardconnect.php b/public/admin/language/es-es/extension/payment/cardconnect.php new file mode 100644 index 0000000..dd1ce99 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/cardconnect.php @@ -0,0 +1,101 @@ +<?php +// Heading +$_['heading_title'] = 'CardConnect'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified CardConnect payment module!'; +$_['text_edit'] = 'Edit CardConnect'; +$_['text_cardconnect'] = '<a href="http://www.cardconnect.com" target="_blank"><img src="view/image/payment/cardconnect.png" alt="CardConnect" title="CardConnect"></a>'; +$_['text_payment'] = 'Payment'; +$_['text_authorize'] = 'Authorize'; +$_['text_live'] = 'Live'; +$_['text_test'] = 'Test'; +$_['text_no_cron_time'] = 'The cron has not yet been executed'; +$_['text_payment_info'] = 'Payment Information'; +$_['text_payment_method'] = 'Payment Method'; +$_['text_card'] = 'Card'; +$_['text_echeck'] = 'eCheck'; +$_['text_reference'] = 'Reference'; +$_['text_update'] = 'Update'; +$_['text_order_total'] = 'Order Total'; +$_['text_total_captured'] = 'Total Captured'; +$_['text_capture_payment'] = 'Capture Payment'; +$_['text_refund_payment'] = 'Refund Payment'; +$_['text_void'] = 'Void'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_type'] = 'Type'; +$_['text_column_reference'] = 'Reference'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_status'] = 'Status'; +$_['text_column_date_modified'] = 'Date Modified'; +$_['text_column_date_added'] = 'Date Added'; +$_['text_column_update'] = 'Update'; +$_['text_column_void'] = 'Void'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; +$_['text_inquire_success'] = 'Inquire was successful'; +$_['text_capture_success'] = 'Capture request was successful'; +$_['text_refund_success'] = 'Refund request was successful'; +$_['text_void_success'] = 'Void request was successful'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_api_username'] = 'API Username'; +$_['entry_api_password'] = 'API Password'; +$_['entry_token'] = 'Secret Token'; +$_['entry_transaction'] = 'Transaction'; +$_['entry_environment'] = 'Environment'; +$_['entry_site'] = 'Site'; +$_['entry_store_cards'] = 'Store Cards'; +$_['entry_echeck'] = 'eCheck'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_logging'] = 'Debug Logging'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_cron_url'] = 'Cron Job URL'; +$_['entry_cron_time'] = 'Cron Job Last Run'; +$_['entry_order_status_pending'] = 'Pending'; +$_['entry_order_status_processing'] = 'Processing'; + +// Help +$_['help_merchant_id'] = 'Your personal CardConnect account merchant ID.'; +$_['help_api_username'] = 'Your username to access the CardConnect API.'; +$_['help_api_password'] = 'Your password to access the CardConnect API.'; +$_['help_token'] = 'Enter a random token for security or use the one generated.'; +$_['help_transaction'] = 'Choose \'Payment\' to capture the payment immediately or \'Authorize\' to have to approve it.'; +$_['help_site'] = 'This determines the first part of the API URL. Only change if instructed.'; +$_['help_store_cards'] = 'Whether you want to store cards using tokenization.'; +$_['help_echeck'] = 'Whether you want to offer the ability to pay using an eCheck.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; +$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_cron_url'] = 'Set a cron job to call this URL so that the orders are auto-updated. It is designed to be ran a few hours after the last capture of a business day.'; +$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.'; +$_['help_order_status_pending'] = 'The order status when the order has to be authorized by the merchant.'; +$_['help_order_status_processing'] = 'The order status when the order is automatically captured.'; + +// Button +$_['button_inquire_all'] = 'Inquire All'; +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_void_all'] = 'Void All'; +$_['button_inquire'] = 'Inquire'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment CardConnect!'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_api_username'] = 'API Username Required!'; +$_['error_api_password'] = 'API Password Required!'; +$_['error_token'] = 'Secret Token Required!'; +$_['error_site'] = 'Site Required!'; +$_['error_amount_zero'] = 'Amount must be higher than zero!'; +$_['error_no_order'] = 'No matching order info!'; +$_['error_invalid_response'] = 'Invalid response received!'; +$_['error_data_missing'] = 'Missing data!'; +$_['error_not_enabled'] = 'Module not enabled!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/cardinity.php b/public/admin/language/es-es/extension/payment/cardinity.php new file mode 100644 index 0000000..1ba0e0c --- /dev/null +++ b/public/admin/language/es-es/extension/payment/cardinity.php @@ -0,0 +1,52 @@ +<?php +// Heading +$_['heading_title'] = 'Cardinity'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Cardinity payment module!'; +$_['text_edit'] = 'Edit Cardinity'; +$_['text_cardinity'] = '<a href="http://cardinity.com/?crdp=opencart" target="_blank"><img src="view/image/payment/cardinity.png" alt="Cardinity" title="Cardinity" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_production'] = 'Production'; +$_['text_sandbox'] = 'Sandbox'; +$_['text_payment_info'] = 'Refund information'; +$_['text_no_refund'] = 'No refund history'; +$_['text_confirm_refund'] = 'Are you sure you want to refund'; +$_['text_na'] = 'N/A'; +$_['text_success_action'] = 'Success'; +$_['text_error_generic'] = 'Error: There was an error with your request. Please check the logs.'; + +// Column +$_['column_refund'] = 'Refund'; +$_['column_date'] = 'Date'; +$_['column_refund_history'] = 'Refund History'; +$_['column_action'] = 'Action'; +$_['column_status'] = 'Status'; +$_['column_amount'] = 'Amount'; +$_['column_description'] = 'Description'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_key'] = 'Key'; +$_['entry_secret'] = 'Secret'; +$_['entry_debug'] = 'Debug'; + +// Help +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Button +$_['button_refund'] = 'Refund'; + +// Error +$_['error_key'] = 'Key Required!'; +$_['error_secret'] = 'Secret Required!'; +$_['error_composer'] = 'Unable to load Cardinity SDK. Please download a compiled vendor folder or run composer.'; +$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!'; +$_['error_permission'] = 'Warning: You do not have permission to modify payment Cardinity!'; +$_['error_connection'] = 'There was a problem establishing a connection to the Cardinity API. Please check your Key and Secret settings.'; +$_['error_warning'] = 'Warning: Please check the form carefully for errors!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/cheque.php b/public/admin/language/es-es/extension/payment/cheque.php new file mode 100644 index 0000000..29d060a --- /dev/null +++ b/public/admin/language/es-es/extension/payment/cheque.php @@ -0,0 +1,23 @@ +<?php +// Heading +$_['heading_title'] = 'Cheque / Money Order'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified cheque / money order account details!'; +$_['text_edit'] = 'Edit Cheque / Money Order'; + +// Entry +$_['entry_payable'] = 'Payable To'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment cheque / money order!'; +$_['error_payable'] = 'Payable To Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/cod.php b/public/admin/language/es-es/extension/payment/cod.php new file mode 100644 index 0000000..aa56f34 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/cod.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Cash On Delivery'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Cash On Delivery payment module!'; +$_['text_edit'] = 'Edit Cash On Delivery'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Cash On Delivery!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/divido.php b/public/admin/language/es-es/extension/payment/divido.php new file mode 100644 index 0000000..269e1c1 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/divido.php @@ -0,0 +1,42 @@ +<?php +// Heading +$_['heading_title'] = 'Divido'; + +// Text +$_['text_divido'] = '<a href="http://divido.com" target="_blank"><img src="view/image/payment/divido.png"></a>'; +$_['text_edit'] = 'Edit Divido'; +$_['text_extension'] = 'Extensions'; +$_['text_order_info'] = 'Divido info'; +$_['text_success'] = 'Success: You have modified the Divido module'; +$_['text_proposal_id'] = 'Proposal ID'; +$_['text_application_id'] = 'Application ID'; +$_['text_deposit_amount'] = 'Deposit amount'; + +// Entry +$_['entry_order_status'] = 'Order status when approved'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_status'] = 'Status'; +$_['entry_api_key'] = 'API-key'; +$_['entry_title'] = 'Title'; +$_['entry_productselection'] = 'Product selection'; +$_['entry_planselection'] = 'Show default plan'; +$_['entry_planlist'] = 'Plans'; +$_['entry_plans_options_all'] = 'Show all plans'; +$_['entry_plans_options_selected'] = 'Select default plans'; +$_['entry_products_options_all'] = 'All products'; +$_['entry_products_options_selected'] = 'Only selected products'; +$_['entry_products_options_threshold'] = 'All products above a defined price'; +$_['entry_price_threshold'] = 'Product price threshold'; +$_['entry_cart_threshold'] = 'Cart total threshold'; +$_['entry_threshold_list'] = 'Plan thresholds'; +$_['entry_category'] = 'Categories'; + +// Help +$_['help_api_key'] = 'Key that identifies you with Divido (obtained from Divido)'; +$_['help_status'] = 'Status of the payment method'; +$_['help_order_status'] = 'Status of the order when lender has approved'; +$_['help_title'] = 'Title of the payment option, shown in checkout'; +$_['help_planselection'] = 'Choose whether to manually select plans or show the default set'; +$_['help_productselection'] = 'Select what products are available on finance'; +$_['help_category'] = 'Limit what categories where financing is available'; +$_['help_cart_threshold'] = 'Hard lower limit on cart amount for Divido to be available';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/eway.php b/public/admin/language/es-es/extension/payment/eway.php new file mode 100644 index 0000000..2727f63 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/eway.php @@ -0,0 +1,171 @@ +<?php +// Heading +$_['heading_title'] = 'eWAY Payment'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified your eWAY details!'; +$_['text_edit'] = 'Edit eWAY'; +$_['text_eway'] = '<a target="_BLANK" href="http://www.eway.com.au/"><img src="view/image/payment/eway.png" alt="eWAY" title="eWAY" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorisation'] = 'Authorisation'; +$_['text_sale'] = 'Sale'; +$_['text_transparent'] = 'Transparent Redirect (payment form on site)'; +$_['text_iframe'] = 'IFrame (payment form in window)'; + +// Entry +$_['entry_paymode'] = 'Payment Mode'; +$_['entry_test'] = 'Test mode'; +$_['entry_order_status'] = 'Order status'; +$_['entry_order_status_refund'] = 'Refunded order status'; +$_['entry_order_status_auth'] = 'Authorised order status'; +$_['entry_order_status_fraud'] = 'Suspected Fraud order status'; +$_['entry_status'] = 'Status'; +$_['entry_username'] = 'eWAY API Key'; +$_['entry_password'] = 'eWAY password'; +$_['entry_payment_type'] = 'Payment Type'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_transaction_method'] = 'Transaction Method'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify the eWAY payment module'; +$_['error_username'] = 'eWAY API Key is required!'; +$_['error_password'] = 'eWAY password is required!'; +$_['error_payment_type'] = 'At least one payment type is required!'; + +// Help hints +$_['help_testmode'] = 'Set to Yes to use the eWAY Sandbox.'; +$_['help_username'] = 'Your eWAY API Key from your MYeWAY account.'; +$_['help_password'] = 'Your eWAY API Password from your MYeWAY account.'; +$_['help_transaction_method'] = 'Authorisation is only available for Australian banks'; + +// Order page - payment tab +$_['text_payment_info'] = 'Payment information'; +$_['text_order_total'] = 'Total authorised'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_transactionid'] = 'eWAY Transaction ID'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_created'] = 'Created'; +$_['text_total_captured'] = 'Total captured'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_refund_status'] = 'Payment refunded'; +$_['text_total_refunded'] = 'Total refunded'; +$_['text_refund_success'] = 'Refund succeeded!'; +$_['text_capture_success'] = 'Capture succeeded!'; +$_['text_refund_failed'] = 'Refund failed: '; +$_['text_capture_failed'] = 'Capture failed: '; +$_['text_unknown_failure'] = 'Invalid order or amount'; + +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; + +$_['text_empty_refund'] = 'Please enter an amount to refund'; +$_['text_empty_capture'] = 'Please enter an amount to capture'; + +$_['btn_refund'] = 'Refund'; +$_['btn_capture'] = 'Capture'; + +// Validation Error codes +$_['text_card_message_V6000'] = 'Undefined Validation Error'; +$_['text_card_message_V6001'] = 'Invalid Customer IP'; +$_['text_card_message_V6002'] = 'Invalid DeviceID'; +$_['text_card_message_V6011'] = 'Invalid Amount'; +$_['text_card_message_V6012'] = 'Invalid Invoice Description'; +$_['text_card_message_V6013'] = 'Invalid Invoice Number'; +$_['text_card_message_V6014'] = 'Invalid Invoice Reference'; +$_['text_card_message_V6015'] = 'Invalid Currency Code'; +$_['text_card_message_V6016'] = 'Payment Required'; +$_['text_card_message_V6017'] = 'Payment Currency Code Required'; +$_['text_card_message_V6018'] = 'Unknown Payment Currency Code'; +$_['text_card_message_V6021'] = 'Cardholder Name Required'; +$_['text_card_message_V6022'] = 'Card Number Required'; +$_['text_card_message_V6023'] = 'CVN Required'; +$_['text_card_message_V6031'] = 'Invalid Card Number'; +$_['text_card_message_V6032'] = 'Invalid CVN'; +$_['text_card_message_V6033'] = 'Invalid Expiry Date'; +$_['text_card_message_V6034'] = 'Invalid Issue Number'; +$_['text_card_message_V6035'] = 'Invalid Start Date'; +$_['text_card_message_V6036'] = 'Invalid Month'; +$_['text_card_message_V6037'] = 'Invalid Year'; +$_['text_card_message_V6040'] = 'Invalid Token Customer Id'; +$_['text_card_message_V6041'] = 'Customer Required'; +$_['text_card_message_V6042'] = 'Customer First Name Required'; +$_['text_card_message_V6043'] = 'Customer Last Name Required'; +$_['text_card_message_V6044'] = 'Customer Country Code Required'; +$_['text_card_message_V6045'] = 'Customer Title Required'; +$_['text_card_message_V6046'] = 'Token Customer ID Required'; +$_['text_card_message_V6047'] = 'RedirectURL Required'; +$_['text_card_message_V6051'] = 'Invalid First Name'; +$_['text_card_message_V6052'] = 'Invalid Last Name'; +$_['text_card_message_V6053'] = 'Invalid Country Code'; +$_['text_card_message_V6054'] = 'Invalid Email'; +$_['text_card_message_V6055'] = 'Invalid Phone'; +$_['text_card_message_V6056'] = 'Invalid Mobile'; +$_['text_card_message_V6057'] = 'Invalid Fax'; +$_['text_card_message_V6058'] = 'Invalid Title'; +$_['text_card_message_V6059'] = 'Redirect URL Invalid'; +$_['text_card_message_V6060'] = 'Redirect URL Invalid'; +$_['text_card_message_V6061'] = 'Invalid Reference'; +$_['text_card_message_V6062'] = 'Invalid Company Name'; +$_['text_card_message_V6063'] = 'Invalid Job Description'; +$_['text_card_message_V6064'] = 'Invalid Street1'; +$_['text_card_message_V6065'] = 'Invalid Street2'; +$_['text_card_message_V6066'] = 'Invalid City'; +$_['text_card_message_V6067'] = 'Invalid State'; +$_['text_card_message_V6068'] = 'Invalid Postalcode'; +$_['text_card_message_V6069'] = 'Invalid Email'; +$_['text_card_message_V6070'] = 'Invalid Phone'; +$_['text_card_message_V6071'] = 'Invalid Mobile'; +$_['text_card_message_V6072'] = 'Invalid Comments'; +$_['text_card_message_V6073'] = 'Invalid Fax'; +$_['text_card_message_V6074'] = 'Invalid Url'; +$_['text_card_message_V6075'] = 'Invalid Shipping Address First Name'; +$_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name'; +$_['text_card_message_V6077'] = 'Invalid Shipping Address Street1'; +$_['text_card_message_V6078'] = 'Invalid Shipping Address Street2'; +$_['text_card_message_V6079'] = 'Invalid Shipping Address City'; +$_['text_card_message_V6080'] = 'Invalid Shipping Address State'; +$_['text_card_message_V6081'] = 'Invalid Shipping Address PostalCode'; +$_['text_card_message_V6082'] = 'Invalid Shipping Address Email'; +$_['text_card_message_V6083'] = 'Invalid Shipping Address Phone'; +$_['text_card_message_V6084'] = 'Invalid Shipping Address Country'; +$_['text_card_message_V6091'] = 'Unknown Country Code'; +$_['text_card_message_V6100'] = 'Invalid Card Name'; +$_['text_card_message_V6101'] = 'Invalid Card Expiry Month'; +$_['text_card_message_V6102'] = 'Invalid Card Expiry Year'; +$_['text_card_message_V6103'] = 'Invalid Card Start Month'; +$_['text_card_message_V6104'] = 'Invalid Card Start Year'; +$_['text_card_message_V6105'] = 'Invalid Card Issue Number'; +$_['text_card_message_V6106'] = 'Invalid Card CVN'; +$_['text_card_message_V6107'] = 'Invalid AccessCode'; +$_['text_card_message_V6108'] = 'Invalid CustomerHostAddress'; +$_['text_card_message_V6109'] = 'Invalid UserAgent'; +$_['text_card_message_V6110'] = 'Invalid Card Number'; +$_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified'; +$_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month'; +$_['text_card_message_V6113'] = 'Invalid transaction for refund'; +$_['text_card_message_V6114'] = 'Gateway validation error'; +$_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID'; +$_['text_card_message_V6116'] = 'Invalid card data on original TransactionID'; +$_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field'; +$_['text_card_message_V6125'] = 'Selected Payment Type not enabled'; +$_['text_card_message_V6126'] = 'Invalid encrypted card number, decryption failed'; +$_['text_card_message_V6127'] = 'Invalid encrypted cvn, decryption failed'; +$_['text_card_message_V6128'] = 'Invalid Method for Payment Type'; +$_['text_card_message_V6129'] = 'Transaction has not been authorised for Capture/Cancellation'; +$_['text_card_message_V6130'] = 'Generic customer information error'; +$_['text_card_message_V6131'] = 'Generic shipping information error'; +$_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted'; +$_['text_card_message_V6133'] = 'Checkout not available for Payment Type'; +$_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void'; +$_['text_card_message_V6135'] = 'PayPal Error Processing Refund'; +$_['text_card_message_V6140'] = 'Merchant account is suspended'; +$_['text_card_message_V6141'] = 'Invalid PayPal account details or API signature'; +$_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch'; +$_['text_card_message_V6150'] = 'Invalid Refund Amount'; +$_['text_card_message_V6151'] = 'Refund amount greater than original transaction'; +$_['text_card_message_D4406'] = 'Unknown error'; +$_['text_card_message_S5010'] = 'Unknown error';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/firstdata.php b/public/admin/language/es-es/extension/payment/firstdata.php new file mode 100644 index 0000000..69b8d15 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/firstdata.php @@ -0,0 +1,79 @@ +<?php +// Heading +$_['heading_title'] = 'First Data EMEA Connect (3DSecure enabled)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified First Data account details!'; +$_['text_edit'] = 'Edit First Data EMEA Connect (3DSecure enabled)'; +$_['text_notification_url'] = 'Notification URL'; +$_['text_live'] = 'Live'; +$_['text_demo'] = 'Demo'; +$_['text_enabled'] = 'Enabled'; +$_['text_merchant_id'] = 'Store ID'; +$_['text_secret'] = 'Shared secret'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Sale'; +$_['text_settle_delayed'] = 'Pre auth'; +$_['text_success_void'] = 'Transaction has been voided'; +$_['text_success_capture'] = 'Transaction has been captured'; +$_['text_firstdata'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; + +// Entry +$_['entry_merchant_id'] = 'Store ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_live_demo'] = 'Live / Demo'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_card_select'] = 'Select card'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_live_url'] = 'Live connection URL'; +$_['entry_demo_url'] = 'Demo connection URL'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_void'] = 'Voided'; +$_['entry_enable_card_store'] = 'Enable card storage tokens'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; + +// Tab +$_['tab_account'] = 'API info'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; +$_['tab_advanced'] = 'Advanced'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Store ID is required'; +$_['error_secret'] = 'Shared secret is required'; +$_['error_live_url'] = 'Live URL is required'; +$_['error_demo_url'] = 'Demo URL is required'; +$_['error_data_missing'] = 'Data missing'; +$_['error_void_error'] = 'Unable to void transaction'; +$_['error_capture_error'] = 'Unable to capture transaction';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/firstdata_remote.php b/public/admin/language/es-es/extension/payment/firstdata_remote.php new file mode 100644 index 0000000..e9dd114 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/firstdata_remote.php @@ -0,0 +1,89 @@ +<?php +// Heading +$_['heading_title'] = 'First Data EMEA Web Service API'; + +// Text +$_['text_firstdata_remote'] = '<img src="view/image/payment/firstdata.png" alt="First Data" title="First Data" style="border: 1px solid #EEEEEE;" />'; +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified First Data account details!'; +$_['text_edit'] = 'Edit First Data EMEA Web Service API'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_merchant_id'] = 'Store ID'; +$_['text_subaccount'] = 'Subaccount'; +$_['text_user_id'] = 'User ID'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_refund_ok'] = 'Refund was successful'; +$_['text_refund_ok_order'] = 'Refund was successful, order status updated to refunded'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Sale'; +$_['text_settle_delayed'] = 'Pre auth'; +$_['text_mastercard'] = 'Mastercard'; +$_['text_visa'] = 'Visa'; +$_['text_diners'] = 'Diners'; +$_['text_amex'] = 'American Express'; +$_['text_maestro'] = 'Maestro'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_refund_status'] = 'Payment refunded'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; + +// Entry +$_['entry_certificate_path'] = 'Certificate path'; +$_['entry_certificate_key_path'] = 'Private key path'; +$_['entry_certificate_key_pw'] = 'Private key password'; +$_['entry_certificate_ca_path'] = 'CA path'; +$_['entry_merchant_id'] = 'Store ID'; +$_['entry_user_id'] = 'User ID'; +$_['entry_password'] = 'Password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_refund'] = 'Refunded'; +$_['entry_enable_card_store'] = 'Enable card storage tokens'; +$_['entry_cards_accepted'] = 'Card types accepted'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_certificate'] = 'Certificates and private keys should be stored outside of your public web folders'; +$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to First Data to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise .'; +$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; + +// Tab +$_['tab_account'] = 'API info'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Store ID is required'; +$_['error_user_id'] = 'User ID is required'; +$_['error_password'] = 'Password is required'; +$_['error_certificate'] = 'Certificate path is required'; +$_['error_key'] = 'Certificate key is required'; +$_['error_key_pw'] = 'Certificate key password is required'; +$_['error_ca'] = 'Certificate Authority (CA) is required';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/free_checkout.php b/public/admin/language/es-es/extension/payment/free_checkout.php new file mode 100644 index 0000000..b9cac81 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/free_checkout.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'Free Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Free Checkout payment module!'; +$_['text_edit'] = 'Edit Free Checkout'; + +// Entry +$_['entry_order_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Free Checkout!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/g2apay.php b/public/admin/language/es-es/extension/payment/g2apay.php new file mode 100644 index 0000000..fc5e636 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/g2apay.php @@ -0,0 +1,62 @@ +<?php +// Heading +$_['heading_title'] = 'G2APay'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified the G2APay details.'; +$_['text_edit'] = 'Edit G2APay'; +$_['text_g2apay'] = '<a href="https://pay.g2a.com/" target="_blank"><img src="view/image/payment/g2apay.png" alt="G2APay" title="G2APay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_payment_info'] = 'Payment information'; +$_['text_refund_status'] = 'Payment refund'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Added'; +$_['text_refund_ok'] = 'Refund was successfully requested'; +$_['text_refund_ok_order'] = 'Refund was successfully requested, amount fully refunded'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_secret'] = 'Secret'; +$_['entry_api_hash'] = 'API Hash'; +$_['entry_environment'] = 'Environment'; +$_['entry_secret_token'] = 'Secret Token'; +$_['entry_ipn_url'] = 'IPN URL:'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_complete_status'] = 'Complete Status:'; +$_['entry_rejected_status'] = 'Rejected Status:'; +$_['entry_cancelled_status'] = 'Canceled Status:'; +$_['entry_pending_status'] = 'Pending Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; + +// Help +$_['help_username'] = 'The email address used for your account'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify G2APay!'; +$_['error_email'] = 'E-Mail Required!'; +$_['error_secret'] = 'Secret Required!'; +$_['error_api_hash'] = 'API Hash Required!'; +$_['entry_status'] = 'Status'; + +//Button +$_['btn_refund'] = 'refund'; + +$_['g2apay_environment_live'] = 'Live'; +$_['g2apay_environment_test'] = 'Test';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/globalpay.php b/public/admin/language/es-es/extension/payment/globalpay.php new file mode 100644 index 0000000..7732f84 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/globalpay.php @@ -0,0 +1,98 @@ +<?php +// Heading +$_['heading_title'] = 'Globalpay Redirect'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Globalpay account details!'; +$_['text_edit'] = 'Edit Globalpay Redirect'; +$_['text_live'] = 'Live'; +$_['text_demo'] = 'Demo'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Subaccount'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_url_message'] = 'You must supply the store URL to your Globalpay account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_globalpay'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_live_demo'] = 'Live / Demo'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_card_select'] = 'Select card'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_live_url'] = 'Live connection URL'; +$_['entry_demo_url'] = 'Demo connection URL'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; +$_['entry_notification_url'] = 'Notification URL'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose their card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; +$_['tab_advanced'] = 'Advanced'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required'; +$_['error_live_url'] = 'Live URL is required'; +$_['error_demo_url'] = 'Demo URL is required'; +$_['error_data_missing'] = 'Data missing'; +$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/globalpay_remote.php b/public/admin/language/es-es/extension/payment/globalpay_remote.php new file mode 100644 index 0000000..4f12e90 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/globalpay_remote.php @@ -0,0 +1,92 @@ +<?php +// Heading +$_['heading_title'] = 'Globalpay Remote'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Globalpay account details!'; +$_['text_edit'] = 'Edit Globalpay Remote'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Sub Account'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_ip_message'] = 'You must supply your server IP address to your Globalpay account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_globalpay_remote'] = '<a target="_blank" href="https://resourcecentre.globaliris.com/getting-started.php?id=OpenCart"><img src="view/image/payment/globalpay.png" alt="Globalpay" title="Globalpay" style="border: 1px solid #EEEEEE;" /></a>'; + +// Column +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_card_data_status'] = 'Card info logging'; +$_['entry_3d'] = 'Enable 3D secure'; +$_['entry_liability_shift'] = 'Accept non-liability shifting scenarios'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Globalpay to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; +$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_payment'] = 'Payment Settings'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/klarna_account.php b/public/admin/language/es-es/extension/payment/klarna_account.php new file mode 100644 index 0000000..24224ac --- /dev/null +++ b/public/admin/language/es-es/extension/payment/klarna_account.php @@ -0,0 +1,39 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Account'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna Payment module!'; +$_['text_edit'] = 'Edit Klarna Account'; +$_['text_klarna_account'] = '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Account" title="Klarna Account" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_beta'] = 'Beta'; +$_['text_sweden'] = 'Sweden'; +$_['text_norway'] = 'Norway'; +$_['text_finland'] = 'Finland'; +$_['text_denmark'] = 'Denmark'; +$_['text_germany'] = 'Germany'; +$_['text_netherlands'] = 'The Netherlands'; + +// Entry +$_['entry_merchant'] = 'Klarna Merchant ID'; +$_['entry_secret'] = 'Klarna Secret'; +$_['entry_server'] = 'Server'; +$_['entry_total'] = 'Total'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_accepted_status'] = 'Accepted Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_merchant'] = '(estore id) to use for the Klarna service (provided by Klarna).'; +$_['help_secret'] = 'Shared secret to use with the Klarna service (provided by Klarna).'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Klarna Part Payment!'; +$_['error_pclass'] = 'Could not retrieve pClass for %s. Error Code: %s; Error Message: %s'; +$_['error_curl'] = 'Curl Error - Code: %d; Message: %s'; +$_['error_log'] = 'There were errors updating the module. Please check the log file.';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/klarna_checkout.php b/public/admin/language/es-es/extension/payment/klarna_checkout.php new file mode 100644 index 0000000..29df493 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/klarna_checkout.php @@ -0,0 +1,178 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna Checkout account details!'; +$_['text_edit'] = 'Edit Klarna Checkout'; +$_['text_live'] = 'Live'; +$_['text_test'] = 'Test'; +$_['text_payment_info'] = 'Payment information'; +$_['text_na'] = 'N/A'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel this transaction?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture'; +$_['text_confirm_refund'] = 'Are you sure you want to refund'; +$_['text_confirm_extend_authorization'] = 'Are you sure you want to extend the authorization?'; +$_['text_confirm_release_authorization'] = 'Are you sure you want to release the remaining authorization?'; +$_['text_confirm_merchant_reference'] = 'Are you sure you want to update merchant reference 1?'; +$_['text_confirm_shipping_info'] = 'Are you sure you want to save shipping information?'; +$_['text_confirm_billing_address'] = 'Are you sure you want to update the billing address?'; +$_['text_confirm_shipping_address'] = 'Are you sure you want to extend the shipping address?'; +$_['text_confirm_trigger_send_out'] = 'Are you sure you want to trigger a new send out?'; +$_['text_confirm_settlement'] = 'Are you sure you want to process settlement files?'; +$_['text_no_capture'] = 'No captures'; +$_['text_no_refund'] = 'No refunds'; +$_['text_success_action'] = 'Success'; +$_['text_error_generic'] = 'Error: There was an error with your request.'; +$_['text_capture_shipping_info_title'] = 'Capture %d - Shipping Info'; +$_['text_capture_billing_address_title'] = 'Capture %d - Billing Address'; +$_['text_new_capture_title'] = 'New Capture'; +$_['text_new_refund_title'] = 'New Refund'; +$_['text_downloading_settlement'] = 'Downloading settlement files...'; +$_['text_processing_orders'] = 'Processing orders...'; +$_['text_processing_order'] = 'Processing order'; +$_['text_no_files'] = 'No files to download.'; +$_['text_version'] = '1.2'; + +// Column +$_['column_order_id'] = 'Order ID'; +$_['column_capture_id'] = 'Capture ID'; +$_['column_reference'] = 'Klarna Reference'; +$_['column_status'] = 'Status'; +$_['column_merchant_reference_1'] = 'Merchant Reference 1'; +$_['column_customer_details'] = 'Customer Details'; +$_['column_billing_address'] = 'Billing Details'; +$_['column_shipping_address'] = 'Shipping Details'; +$_['column_order_lines'] = 'Item Details'; +$_['column_amount'] = 'Amount'; +$_['column_authorization_remaining'] = 'Authorization Remaining'; +$_['column_authorization_expiry'] = 'Authorization Expiry Date'; +$_['column_item_reference'] = 'Reference'; +$_['column_type'] = 'Type'; +$_['column_quantity'] = 'Quantity'; +$_['column_quantity_unit'] = 'Quantity Unit'; +$_['column_name'] = 'Name'; +$_['column_total_amount'] = 'Total Amount'; +$_['column_unit_price'] = 'Unit Price'; +$_['column_total_discount_amount'] = 'Total Discount Amount'; +$_['column_tax_rate'] = 'Tax Rate'; +$_['column_total_tax_amount'] = 'Total Tax Amount'; +$_['column_action'] = 'Action'; +$_['column_cancel'] = 'Cancel'; +$_['column_capture'] = 'Captures'; +$_['column_refund'] = 'Refunds'; +$_['column_date'] = 'Date'; +$_['column_title'] = 'Title'; +$_['column_given_name'] = 'Given Name'; +$_['column_family_name'] = 'Family Name'; +$_['column_street_address'] = 'Street Address'; +$_['column_street_address2'] = 'Street Address 2'; +$_['column_city'] = 'City'; +$_['column_postal_code'] = 'Postal Code'; +$_['column_region'] = 'Region'; +$_['column_country'] = 'Country'; +$_['column_email'] = 'Email'; +$_['column_phone'] = 'Phone'; +$_['column_action'] = 'Action'; +$_['column_shipping_info'] = 'Shipping Info'; +$_['column_shipping_company'] = 'Shipping Company'; +$_['column_shipping_method'] = 'Shipping Method'; +$_['column_tracking_number'] = 'Tracking Number'; +$_['column_tracking_uri'] = 'Tracking URI'; +$_['column_return_shipping_company'] = 'Return Shipping Company'; +$_['column_return_tracking_number'] = 'Return Tracking Number'; +$_['column_return_tracking_uri'] = 'Return Tracking URI'; + +// Entry +$_['entry_debug'] = 'Debug Logging'; +$_['entry_colour_button'] = 'Button Background Colour'; +$_['entry_colour_button_text'] = 'Button Text Colour'; +$_['entry_colour_checkbox'] = 'Checkbox Background Colour'; +$_['entry_colour_checkbox_checkmark'] = 'Checkbox Tick Colour'; +$_['entry_colour_header'] = 'Heading Text Colour'; +$_['entry_colour_link'] = 'Link Text Colour'; +$_['entry_separate_shipping_address'] = 'Allow Separate Shipping Address'; +$_['entry_dob_mandatory'] = 'Date Of Birth Mandatory (UK stores only)'; +$_['entry_title_mandatory'] = 'Title Mandatory (UK stores only)'; +$_['entry_additional_text_box'] = 'Allow Newsletter Signup'; + +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_order_status_authorised'] = 'Authorized'; +$_['entry_order_status_part_captured'] = 'Part Captured'; +$_['entry_order_status_captured'] = 'Captured'; +$_['entry_order_status_cancelled'] = 'Cancelled'; +$_['entry_order_status_refund'] = 'Full Refund'; +$_['entry_order_status_fraud_rejected'] = 'Fraud - Rejected'; +$_['entry_order_status_fraud_pending'] = 'Fraud - Pending Decision'; +$_['entry_order_status_fraud_accepted'] = 'Fraud - Accepted'; +$_['entry_status'] = 'Status'; +$_['entry_terms'] = 'Terms & Conditions'; +$_['entry_locale'] = 'Locale'; +$_['entry_currency'] = 'Currency'; +$_['entry_merchant_id'] = 'Merchant ID (MID)'; +$_['entry_secret'] = 'Shared Secret'; +$_['entry_environment'] = 'Environment (Live/Test)'; +$_['entry_country'] = 'Country'; +$_['entry_shipping'] = 'Shipping Countries'; +$_['entry_api'] = 'API Location'; +$_['entry_shipping_company'] = 'Shipping Company'; +$_['entry_shipping_method'] = 'Shipping Method'; +$_['entry_tracking_number'] = 'Tracking Number'; +$_['entry_tracking_uri'] = 'Tracking URI'; +$_['entry_return_shipping_company'] = 'Return Shipping Company'; +$_['entry_return_tracking_number'] = 'Return Tracking Number'; +$_['entry_return_tracking_uri'] = 'Return Tracking URI'; +$_['entry_sftp_username'] = 'SFTP Username'; +$_['entry_sftp_password'] = 'SFTP Password'; +$_['entry_process_settlement'] = 'Process Settlement Files'; +$_['entry_settlement_order_status'] = 'Order Status'; +$_['entry_version'] = 'Extension Version'; + +// Help +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_separate_shipping_address'] = 'If yes, the consumer can enter different billing and shipping addresses.'; +$_['help_dob_mandatory'] = 'If yes, the consumer cannot skip date of birth.'; +$_['help_title_mandatory'] = 'If specified to no, title becomes optional in countries that by default require title.'; +$_['help_additional_text_box'] = 'Allows newsletter signup within the iFrame for logged in users.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_locale'] = 'Locale code for each account. Two-letter language code combined with two-letter country code according to RFC 1766. (e.g. en-gb for British English or sv-se for Swedish)'; +$_['help_api'] = 'For Europe users, Klarna Checkout doesn\'t provide the customer region. This means that region specific shipping options will not work (Country specific shipping is fine)'; +$_['help_sftp_username'] = 'SFTP username provided by your account manager'; +$_['help_sftp_password'] = 'SFTP password provided by your account manager'; +$_['help_settlement_order_status'] = 'Order status that processed settlement orders will change to.'; +$_['help_shipping'] = 'All countries within this geo zone will be available to select in the Klarna iFrame.'; + +// Button +$_['button_account_remove'] = 'Remove Account'; +$_['button_account_add'] = 'Add Account'; +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Refund'; +$_['button_extend_authorization'] = 'Extend'; +$_['button_release_authorization'] = 'Release'; +$_['button_update'] = 'Update'; +$_['button_add_shipping_info'] = 'Add Shipping Info'; +$_['button_trigger_send_out'] = 'Trigger New Send Out'; +$_['button_edit_shipping_info'] = 'Edit Shipping Info'; +$_['button_edit_billing_address'] = 'Edit Billing Address'; +$_['button_new_capture'] = 'New Capture'; +$_['button_new_refund'] = 'New Refund'; +$_['button_process_settlement'] = 'Process Settlement Files'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!'; +$_['error_ssl'] = 'You must enable "Use SSL" in the store settings and have an SSL certificate installed!'; +$_['error_account_minimum'] = 'Please add at least one account.'; +$_['error_locale'] = 'Please enter a valid locale.'; +$_['error_account_currency'] = 'Account list contains one or more duplicate currencies.'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_secret'] = 'Shared Secret Required!'; +$_['error_tax_warning'] = 'Warning: Some of your products use a Payment Address based Tax Class. Klarna Checkout will not work when any of these are placed in the cart.'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_order_status'] = 'Order Statuses'; +$_['tab_account'] = 'Accounts'; +$_['tab_settlement'] = 'Settlement';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/klarna_invoice.php b/public/admin/language/es-es/extension/payment/klarna_invoice.php new file mode 100644 index 0000000..fbc4c58 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/klarna_invoice.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Invoice'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna Payment module!'; +$_['text_edit'] = 'Edit Klarna Invoice'; +$_['text_klarna_invoice'] = '<a href="https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart" target="_blank"><img src="https://cdn.klarna.com/public/images/global/logos/v1/basic/global_basic_logo_std_blue-black.png?width=60&eid=opencart" alt="Klarna Invoice" title="Klarna Invoice" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Live'; +$_['text_beta'] = 'Beta'; +$_['text_sweden'] = 'Sweden'; +$_['text_norway'] = 'Norway'; +$_['text_finland'] = 'Finland'; +$_['text_denmark'] = 'Denmark'; +$_['text_germany'] = 'Germany'; +$_['text_netherlands'] = 'The Netherlands'; + +// Entry +$_['entry_merchant'] = 'Klarna Merchant ID'; +$_['entry_secret'] = 'Klarna Secret'; +$_['entry_server'] = 'Server'; +$_['entry_total'] = 'Total'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_accepted_status'] = 'Accepted Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_merchant'] = '(estore id) to use for the Klarna service (provided by Klarna).'; +$_['help_secret'] = 'Shared secret to use with the Klarna service (provided by Klarna).'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Klarna Part Payment!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/laybuy.php b/public/admin/language/es-es/extension/payment/laybuy.php new file mode 100644 index 0000000..c37ed0c --- /dev/null +++ b/public/admin/language/es-es/extension/payment/laybuy.php @@ -0,0 +1,136 @@ +<?php +// Heading +$_['heading_title'] = 'Lay-Buy'; +$_['heading_transaction_title'] = 'Transaction'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_reports'] = 'Reports'; +$_['tab_reference'] = 'Reference Information'; +$_['tab_customer'] = 'Customer Information'; +$_['tab_payment'] = 'Payment Plan'; +$_['tab_modify'] = 'Modify Plan'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Lay-Buy payment module!'; +$_['text_edit'] = 'Edit Lay-Buy'; +$_['text_laybuy'] = '<a href="https://www.lay-buys.com" target="_blank"><img src="view/image/payment/laybuys.png" style="width:94px;height:25px" alt="Lay-Buys" title="Lay-Buys"></a>'; +$_['text_cancel_success'] = 'Transaction was canceled successfully.'; +$_['text_cancel_failure'] = 'Cancel request was unsuccessful. Please try again!'; +$_['text_revise_success'] = 'Revise request was successful.'; +$_['text_revise_failure'] = 'Revise request was unsuccessful. Please try again!'; +$_['text_type_laybuy'] = 'Lay-Buy'; +$_['text_type_buynow'] = 'Buy-Now'; +$_['text_status_1'] = 'Pending'; +$_['text_status_5'] = 'Completed'; +$_['text_status_7'] = 'Canceled'; +$_['text_status_50'] = 'Revise Requested'; +$_['text_status_51'] = 'Revised'; +$_['text_fetched_some'] = 'Successfully updated %d transaction(s)'; +$_['text_fetched_none'] = 'There are no transactions to update.'; +$_['text_transaction_details'] = 'Transaction Details'; +$_['text_not_found'] = 'There is no transaction with that ID.'; +$_['text_paypal_profile_id'] = 'PayPal Profile ID'; +$_['text_laybuy_ref_no'] = 'Lay-Buy Reference ID'; +$_['text_order_id'] = 'Order ID'; +$_['text_status'] = 'Status'; +$_['text_amount'] = 'Amount'; +$_['text_downpayment_percent'] = 'Down Payment Percent'; +$_['text_month'] = 'Month'; +$_['text_months'] = 'Months'; +$_['text_downpayment_amount'] = 'Down Payment Amount'; +$_['text_payment_amounts'] = 'Payment Amounts'; +$_['text_first_payment_due'] = 'First Payment Due'; +$_['text_last_payment_due'] = 'Last Payment Due'; +$_['text_instalment'] = 'Instalment'; +$_['text_date'] = 'Date'; +$_['text_pp_trans_id'] = 'PayPal Transaction ID'; +$_['text_downpayment'] = 'Down Payment'; +$_['text_report'] = 'Payment Record'; +$_['text_revise_plan'] = 'Revise Plan'; +$_['text_today'] = 'Today'; +$_['text_due_date'] = 'Due Date'; +$_['text_cancel_plan'] = 'Cancel Plan'; +$_['text_firstname'] = 'First Name'; +$_['text_lastname'] = 'Last Name'; +$_['text_email'] = 'E-Mail'; +$_['text_address'] = 'Address'; +$_['text_suburb'] = 'Suburb'; +$_['text_state'] = 'State'; +$_['text_country'] = 'Country'; +$_['text_postcode'] = 'Postcode'; +$_['text_payment_info'] = 'Payment Information'; +$_['text_no_cron_time'] = 'The cron has not yet been executed'; +$_['text_comment'] = 'Updated by Lay-Buy'; +$_['text_comment_canceled'] = 'Order canceled and recurring PayPal Profile #%s canceled.'; +$_['text_remaining'] = 'Remaining:'; +$_['text_payment'] = 'Payment'; + +// Column +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_amount'] = 'Amount'; +$_['column_dp_percent'] = 'Down Payment Percent'; +$_['column_months'] = 'Months'; +$_['column_dp_amount'] = 'Down Payment Amount'; +$_['column_first_payment'] = 'First Payment Due'; +$_['column_last_payment'] = 'Last Payment Due'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_membership_id'] = 'Lay-Buys Membership ID'; +$_['entry_token'] = 'Secret Token'; +$_['entry_minimum'] = 'Minimum Down Payment (%)'; +$_['entry_maximum'] = 'Maximum Down Payment (%)'; +$_['entry_max_months'] = 'Months'; +$_['entry_category'] = 'Allowed Categories'; +$_['entry_product_ids'] = 'Excluded Product IDs'; +$_['entry_customer_group'] = 'Allowed Customer Groups'; +$_['entry_logging'] = 'Debug Logging'; +$_['entry_total'] = 'Total'; +$_['entry_order_status_pending'] = 'Order Status (Pending)'; +$_['entry_order_status_canceled'] = 'Order Status (Canceled)'; +$_['entry_order_status_processing'] = 'Order Status (Processing)'; +$_['entry_gateway_url'] = 'Gateway URL'; +$_['entry_api_url'] = 'API URL'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_cron_url'] = 'Cron Job URL'; +$_['entry_cron_time'] = 'Cron Job Last Run'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_customer'] = 'Customer'; +$_['entry_dp_percent'] = 'Down Payment Percent'; +$_['entry_months'] = 'Months'; +$_['entry_date_added'] = 'Date Added'; + +// Help +$_['help_membership_id'] = 'Your personal Lay-Buy account membership number. (attained when you register a merchant account at https://www.lay-buys.com/index.php/vtmob/login)'; +$_['help_token'] = 'Enter a random token for security or use the one generated.'; +$_['help_minimum'] = 'Minimum Deposit Amount.'; +$_['help_maximum'] = 'Maximum Deposit Amount.'; +$_['help_months'] = 'Maximum Number of Months to pay Balance.'; +$_['help_category'] = 'Select for which categories the payment option will be available. Leave blank if no restriction.'; +$_['help_product_ids'] = 'Add product IDs separated by comma(,) for which the method will not be available.'; +$_['help_customer_group'] = 'The customer must be in these customer groups before this payment method becomes active. Leave blank if there is no restriction.'; +$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; +$_['help_order_status_pending'] = 'The order status after the customer\'s order has been placed.'; +$_['help_order_status_canceled'] = 'The order status after the customer\'s order is canceled.'; +$_['help_order_status_processing'] = 'The order status after the customer\'s order is paid.'; +$_['help_cron_url'] = 'Set a cron job to call this URL so that the reports are auto fetched.'; +$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Lay-buy!'; +$_['error_membership_id'] = 'Lay-Buys Membership ID Required!'; +$_['error_token'] = 'Lay-Buy Secret Token Required!'; +$_['error_min_deposit'] = 'Cannot exceed the Maximum Down Payment amount!'; + +// Button +$_['button_fetch'] = 'Fetch'; +$_['button_revise_plan'] = 'Revise Plan'; +$_['button_cancel_plan'] = 'Cancel Plan';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/liqpay.php b/public/admin/language/es-es/extension/payment/liqpay.php new file mode 100644 index 0000000..a265bbc --- /dev/null +++ b/public/admin/language/es-es/extension/payment/liqpay.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'LIQPAY'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified LIQPAY account details!'; +$_['text_edit'] = 'Edit LIQPAY'; +$_['text_pay'] = 'LIQPAY'; +$_['text_card'] = 'Credit Card'; +$_['text_liqpay'] = '<img src="view/image/payment/liqpay.png" alt="LIQPAY" title="LIQPAY" style="border: 1px solid #EEEEEE;" />'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_signature'] = 'Signature'; +$_['entry_type'] = 'Type'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment LIQPAY!'; +$_['error_merchant'] = 'Merchant ID Required!'; +$_['error_signature'] = 'Signature Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/nochex.php b/public/admin/language/es-es/extension/payment/nochex.php new file mode 100644 index 0000000..832207c --- /dev/null +++ b/public/admin/language/es-es/extension/payment/nochex.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'NOCHEX'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified NOCHEX account details!'; +$_['text_edit'] = 'Edit NOCHEX'; +$_['text_nochex'] = '<a href="https://secure.nochex.com/apply/merchant_info.aspx?partner_id=172198798" target="_blank"><img src="view/image/payment/nochex.png" alt="NOCHEX" title="NOCHEX" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_seller'] = 'Seller / Personal Account'; +$_['text_merchant'] = 'Merchant Account'; + +// Entry +$_['entry_email'] = 'E-Mail'; +$_['entry_account'] = 'Account Type'; +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_template'] = 'Pass Template'; +$_['entry_test'] = 'Test'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment NOCHEX!'; +$_['error_email'] = 'E-Mail Required!'; +$_['error_merchant'] = 'Merchant ID Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/paymate.php b/public/admin/language/es-es/extension/payment/paymate.php new file mode 100644 index 0000000..941e018 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/paymate.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Paymate'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Paymate account details!'; +$_['text_edit'] = 'Edit Paymate'; +$_['text_paymate'] = '<img src="view/image/payment/paymate.png" alt="Paymate" title="Paymate" style="border: 1px solid #EEEEEE;" />'; + +// Entry +$_['entry_username'] = 'Paymate Username'; +$_['entry_password'] = 'Password'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_password'] = 'Just use some random password. This will be used to make sure the payment information is not interfered with after being sent to the payment gateway.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Paymate!'; +$_['error_username'] = 'Paymate Username required!'; +$_['error_password'] = 'Password required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/paypoint.php b/public/admin/language/es-es/extension/payment/paypoint.php new file mode 100644 index 0000000..7e2e27b --- /dev/null +++ b/public/admin/language/es-es/extension/payment/paypoint.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'PayPoint'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPoint account details!'; +$_['text_edit'] = 'Edit PayPoint'; +$_['text_paypoint'] = '<a href="https://www.paypoint.net/partners/opencart" target="_blank"><img src="view/image/payment/paypoint.png" alt="PayPoint" title="PayPoint" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_live'] = 'Production'; +$_['text_successful'] = 'Always Successful'; +$_['text_fail'] = 'Always Fail'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_password'] = 'Remote Password'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_password'] = 'Leave empty if you do not have "Digest Key Authentication" enabled on your account.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPoint!'; +$_['error_merchant'] = 'Merchant ID Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/payza.php b/public/admin/language/es-es/extension/payment/payza.php new file mode 100644 index 0000000..5d0387b --- /dev/null +++ b/public/admin/language/es-es/extension/payment/payza.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Payza'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Payza account details!'; +$_['text_edit'] = 'Edit Payza'; + +// Entry +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_security'] = 'Security Code'; +$_['entry_callback'] = 'Alert URL'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_callback'] = 'This has to be set in the Payza control panel. You will also need to check the "IPN Status" to enabled.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Payza!'; +$_['error_merchant'] = 'Merchant ID Required!'; +$_['error_security'] = 'Security Code Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/perpetual_payments.php b/public/admin/language/es-es/extension/payment/perpetual_payments.php new file mode 100644 index 0000000..0327062 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/perpetual_payments.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Perpetual Payments'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Perpetual Payments account details!'; +$_['text_edit'] = 'Edit Perpetual Payments'; + +// Entry +$_['entry_auth_id'] = 'Authorization ID'; +$_['entry_auth_pass'] = 'Authorization Password'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Perpetual Payments!'; +$_['error_auth_id'] = 'Authorization ID Required!'; +$_['error_auth_pass'] = 'Authorization Password Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pilibaba.php b/public/admin/language/es-es/extension/payment/pilibaba.php new file mode 100644 index 0000000..51051c6 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pilibaba.php @@ -0,0 +1,79 @@ +<?php +// Heading +$_['heading_title'] = 'Pilibaba for Chinese Checkout'; + +// Tab +$_['tab_register'] = 'Register'; +$_['tab_settings'] = 'Settings'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Pilibaba payment module!'; +$_['text_edit'] = 'Edit Pilibaba'; +$_['text_pilibaba'] = '<a href="http://www.pilibaba.com" target="_blank"><img src="view/image/payment/pilibaba.png" alt="Pilibaba" title="Pilibaba"></a>'; +$_['text_live'] = 'Live'; +$_['text_test'] = 'Test'; +$_['text_payment_info'] = 'Payment Info'; +$_['text_order_id'] = 'Order ID'; +$_['text_amount'] = 'Amount'; +$_['text_fee'] = 'Fee'; +$_['text_date_added'] = 'Date Added'; +$_['text_tracking'] = 'Tracking'; +$_['text_barcode'] = 'Barcode'; +$_['text_barcode_info'] = '(Print out this unique barcode and stick it on the surface of the parcel)'; +$_['text_confirm'] = 'Are you sure you want to update the tracking number?'; +$_['text_register_success'] = 'You have successfully registered. You should receive an email shortly.'; +$_['text_tracking_success'] = 'The tracking number was successfully updated.'; +$_['text_other'] = 'Other'; +$_['text_email'] = 'The registered email address for your Pilibaba account is %s'; + +// Entry +$_['entry_email_address'] = 'Email Address'; +$_['entry_password'] = 'Password'; +$_['entry_currency'] = 'Currency'; +$_['entry_warehouse'] = 'Warehouse'; +$_['entry_country'] = 'Country'; +$_['entry_merchant_number'] = 'Merchant Number'; +$_['entry_secret_key'] = 'Secret Key'; +$_['entry_environment'] = 'Environment'; +$_['entry_shipping_fee'] = 'Shipping Fee'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_logging'] = 'Debug Logging'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_email_address'] = 'Please enter the email address for the owner of this business.'; +$_['help_password'] = 'Please enter a password between 8 and 30 characters.'; +$_['help_currency'] = 'Select the currency used on your website and to withdraw to your bank account.'; +$_['help_warehouse'] = 'Select the nearest warehouse you will be shipping to. When you receive orders from Chinese customers (via Pilibaba gateway) you can deliver parcels to this warehouse.'; +$_['help_country'] = 'Tell us your country, and we will inform you once a warehouse in this country is opened.'; +$_['help_merchant_number'] = 'Your personal Pilibaba account merchant number.'; +$_['help_secret_key'] = 'Your secret key to access the Pilibaba API.'; +$_['help_shipping_fee'] = 'The shipping cost from your warehouse to Pilibaba warehouse. Use two decimal places.'; +$_['help_order_status'] = 'The order status after the customer has placed the order.'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active. Must be a value with no currency sign.'; +$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; + +// Error +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_permission'] = 'Warning: You do not have permission to modify payment Pilibaba!'; +$_['error_merchant_number'] = 'Merchant Number Required!'; +$_['error_secret_key'] = 'Secret Key Required!'; +$_['error_shipping_fee'] = 'Shipping fee must be a decimal number!'; +$_['error_not_enabled'] = 'Module not enabled!'; +$_['error_data_missing'] = 'Data missing!'; +$_['error_tracking_length'] = 'Tracking number must be between 1 and 50 characters!'; +$_['error_email_address'] = 'Please enter your email address!'; +$_['error_email_invalid'] = 'The email address is not valid!'; +$_['error_password'] = 'Password must be at least 8 characters!'; +$_['error_currency'] = 'Please select a currency!'; +$_['error_warehouse'] = 'Please select a warehouse!'; +$_['error_country'] = 'Please select a country!'; +$_['error_weight'] = 'Please change your <a href="%s">Weight Class</a> setting to grams. It\'s in \'System -> Settings\' in the \'Local\' tab.'; +$_['error_bad_response'] = 'An invalid response was received. Please try again later.'; + +// Button +$_['button_register'] = 'Register'; +$_['button_tracking'] = 'Update Tracking Number'; +$_['button_barcode'] = 'Generate Barcode';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_braintree.php b/public/admin/language/es-es/extension/payment/pp_braintree.php new file mode 100644 index 0000000..e410b53 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_braintree.php @@ -0,0 +1,191 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal (Powered by Braintree)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_pp_braintree'] = '<img src="view/image/payment/paypal.png" alt="PayPal (Powered by Braintree)" title="PayPal (Powered by Braintree)" style="border: 1px solid #EEEEEE;" />'; +$_['text_payment'] = 'Payment'; +$_['text_success'] = 'Success: You have modified Braintree account details!'; +$_['text_success_connect'] = 'Success: You have connected your PayPal (Powered by Braintree) account!'; +$_['text_edit'] = 'Edit PayPal (Powered by Braintree)'; +$_['text_production'] = 'Production'; +$_['text_sandbox'] = 'Sandbox'; +$_['text_currency'] = 'Currency'; +$_['text_immediate'] = 'Immediate'; +$_['text_deferred'] = 'Deferred'; +$_['text_merchant_account_id'] = 'Merchant Account ID (Leave blank to use default merchant account)'; +$_['text_payment_info'] = 'Payment information'; +$_['text_confirm_void'] = 'Are you sure you want to void this transaction?'; +$_['text_avs_response'] = 'Street Address: %s, Postal Code: %s'; +$_['text_confirm_settle'] = 'Are you sure you want to settle/capture'; +$_['text_confirm_refund'] = 'Are you sure you want to refund'; +$_['text_success_action'] = 'Success'; +$_['text_error_settle'] = 'Error: %s'; +$_['text_error_generic'] = 'Error: There was an error with your request.'; +$_['text_na'] = 'N/A'; +$_['text_all'] = 'All'; +$_['text_sale'] = 'Sale'; +$_['text_credit'] = 'Credit'; +$_['text_credit_card'] = 'Credit Card'; +$_['text_paypal'] = 'PayPal'; +$_['text_enable_transactions'] = 'Please enable Braintree before viewing transactions.'; +$_['text_yes'] = 'Yes'; +$_['text_no'] = 'No'; +$_['text_no_refund'] = 'No refund history'; +$_['text_app_connected'] = 'Module is connected via Braintree auth'; +$_['text_braintree'] = '<img width="100" src="https://s3-us-west-1.amazonaws.com/bt-partner-assets/paypal-braintree.png" alt="PayPal powered by Braintree" style="border: 1px solid #EEEEEE;">'; +$_['text_paypal_gold'] = 'Gold'; +$_['text_paypal_blue'] = 'Blue'; +$_['text_paypal_silver'] = 'Silver'; +$_['text_paypal_tiny'] = 'Tiny'; +$_['text_paypal_small'] = 'Small'; +$_['text_paypal_medium'] = 'Medium'; +$_['text_paypal_pill'] = 'Pill'; +$_['text_paypal_rectangular'] = 'Rectangular'; +$_['text_paypal_preview'] = 'Button preview<br />Save to view changes'; +$_['text_braintree_learn'] = 'To start accepting credit/debit cards and PayPal, click Connect with Braintree. <a href="https://www.braintreepayments.com/partners/learn-more" target="_blank">Learn more</a>'; +$_['text_3ds'] = '3D Secure'; +$_['text_cvv'] = 'CVV Number'; +$_['text_preferred_main'] = 'Designed for businesses of all sizes, from small to large enterprise, easily accept and process payments to help maximise business opportunities and revenue growth, with no setup or monthly fees'; +$_['text_preferred_li_1'] = 'All the benefits of PayPal, plus cards acceptance on your checkout page'; +$_['text_preferred_li_2'] = 'Fast configuration and setup'; +$_['text_preferred_li_3'] = 'Achieve PCI DSS v3.0 SAQ-A compliance using Hosted Fields'; +$_['text_preferred_li_4'] = 'Allow customers to vault card details'; +$_['text_learn_more'] = '(Learn more)'; +$_['text_accept'] = 'Accept'; +$_['text_decline'] = 'Decline'; +$_['text_merchant_connected'] = 'Connected Merchant ID: '; +$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal (Powered by Braintree) Button" to the checkout layout'; +$_['text_3ds_ssl'] = '3D Secure requires the store to be using an SSL certificate'; +$_['text_unlink'] = 'Delete link'; + +// Column +$_['column_void'] = 'Void'; +$_['column_settle'] = 'Settle'; +$_['column_refund'] = 'Refund'; +$_['column_transaction_id'] = 'Transaction ID'; +$_['column_transaction_type'] = 'Transaction Type'; +$_['column_transaction_date'] = 'Transaction Date'; +$_['column_merchant_account'] = 'Merchant Account'; +$_['column_payment_type'] = 'Payment Type'; +$_['column_order_id'] = 'Order ID'; +$_['column_processor_code'] = 'Processor Authorization Code'; +$_['column_cvv_response'] = 'CVV Response'; +$_['column_avs_response'] = 'AVS Response'; +$_['column_3ds_enrolled'] = '3DS Enrolled'; +$_['column_3ds_status'] = '3DS Status'; +$_['column_3ds_shifted'] = '3DS Liability Shifted'; +$_['column_3ds_shift_possible'] = '3DS Liability Shift Possible'; +$_['column_transaction_history'] = 'Transaction Status History'; +$_['column_date'] = 'Date'; +$_['column_refund_history'] = 'Refund History'; +$_['column_action'] = 'Action'; +$_['column_amount'] = 'Amount'; +$_['column_status'] = 'Status'; +$_['column_type'] = 'Type'; +$_['column_customer'] = 'Customer'; +$_['column_order'] = 'Order'; +$_['column_date_added'] = 'Date Added'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_public_key'] = 'Public Key'; +$_['entry_private_key'] = 'Private Key'; +$_['entry_environment'] = 'Environment'; +$_['entry_settlement_type'] = 'Settlement Type'; +$_['entry_card_vault'] = 'Enable card vault'; +$_['entry_card_check_vault'] = 'Card vault is pre-checked'; +$_['entry_paypal_vault'] = 'Enable PayPal vault'; +$_['entry_paypal_check_vault'] = 'PayPal vault is pre-checked'; +$_['entry_vault_cvv_3ds'] = 'Require CVV2 or 3D secure?'; +$_['entry_debug'] = 'Debug Logging'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_authorization_expired'] = 'Authorization Expired'; +$_['entry_authorized'] = 'Authorized'; +$_['entry_authorizing'] = 'Authorizing'; +$_['entry_settlement_pending'] = 'Settlement Pending'; +$_['entry_failed'] = 'Failed'; +$_['entry_gateway_rejected'] = 'Gateway Rejected'; +$_['entry_processor_declined'] = 'Processor Declined'; +$_['entry_settled'] = 'Settled'; +$_['entry_settling'] = 'Settling'; +$_['entry_submitted_for_settlement'] = 'Submitted For Settlement'; +$_['entry_voided'] = 'Voided'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_transaction_type'] = 'Transaction Type'; +$_['entry_date_from'] = 'Date From'; +$_['entry_date_to'] = 'Date To'; +$_['entry_payment_type'] = 'Payment Type'; +$_['entry_card_type'] = 'Card Type'; +$_['entry_amount_from'] = 'Amount From'; +$_['entry_amount_to'] = 'Amount To'; +$_['entry_transaction_status'] = 'Transaction Status'; +$_['entry_merchant_account_id'] = 'Merchant Account ID'; +$_['entry_connection'] = 'API Connection Status'; +$_['entry_paypal_option'] = 'Display PayPal Option'; +$_['entry_paypal_button_colour'] = 'Button Colour'; +$_['entry_paypal_button_shape'] = 'Button Shape'; +$_['entry_paypal_button_size'] = 'Button Size'; +$_['entry_paypal_billing_agreement'] = 'Billing agreement description'; +$_['entry_3ds_status'] = 'Enable 3-D Secure'; + +$_['entry_3ds_unsupported_card'] = 'Unsupported Card<br />Default: Accept'; +$_['entry_3ds_lookup_error'] = 'Lookup Error<br />Default: Accept'; +$_['entry_3ds_lookup_enrolled'] = 'Lookup Enrolled<br />Default: Accept'; +$_['entry_3ds_lookup_not_enrolled'] = 'Lookup Not Enrolled<br />Default: Accept'; +$_['entry_3ds_not_participating'] = 'Auth Success, Issuer Not Participating<br />Default: Accept'; +$_['entry_3ds_unavailable'] = 'Auth Unavailable<br />Default: Accept'; +$_['entry_3ds_signature_failed'] = 'Auth Signature Verification Failed<br />Default: Decline'; +$_['entry_3ds_successful'] = 'Auth Successful<br />Default: Accept'; +$_['entry_3ds_attempt_successful'] = 'Auth Attempt Successful<br />Default: Accept'; +$_['entry_3ds_failed'] = 'Auth Failed<br />Default: Decline'; +$_['entry_3ds_unable_to_auth'] = 'Unable To Authenticate<br />Default: Accept'; +$_['entry_3ds_error'] = 'Authentication Error<br />Default: Accept'; + +// Help +$_['help_settlement_type'] = 'Immediate will Submit For Settlement straight away. Deferred will set the transaction to Authorized and the merchant must Submit For Settlement manually in the OpenCart order details.'; +$_['help_card_vault'] = 'Allow customer to remember their card'; +$_['help_paypal_vault'] = 'Allow customer to remember their PayPal account'; +$_['help_card_check_vault'] = 'The checkbox for card vault is already checked when the page loads'; +$_['help_paypal_check_vault'] = 'The checkbox for PayPal vault is already checked when the page loads'; +$_['help_vault_cvv_3ds'] = 'This will require customers using a vaulted card to re-enter the CVV2 number or use 3D secure. It is not possible to enable both options for a vaulted card.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_paypal_option'] = 'If you have your PayPal account linked with Braintree you can display the PayPal payment option as well'; +$_['help_paypal_billing_agreement'] = 'You can add a billing agreement description that will be shown to users in the PayPal window when opting to vault their PayPal account'; + +// Button +$_['button_void'] = 'Void'; +$_['button_settle'] = 'Settle'; +$_['button_refund'] = 'Refund'; +$_['button_filter'] = 'Filter'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Braintree!'; +$_['error_php_version'] = 'Minimum version of PHP 5.4.0 is required!'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_public_key'] = 'Public Key Required!'; +$_['error_private_key'] = 'Private Key Required!'; +$_['error_connection'] = 'There was a problem establishing a connection to the Braintree API. Please check your Merchant ID, Public Key, Private Key and Environment settings.'; +$_['error_account'] = 'Please enter a valid Merchant Account ID as specified in your Braintree Account'; +$_['error_warning'] = 'Warning: Please check the form carefully for errors!'; +$_['error_3ds_not_ready'] = 'You have enabled 3D secure however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_paypal_not_ready'] = 'You have enabled PayPal however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_paypal_billing_not_ready'] = 'You have enabled PayPal vaulting/billing agreements however your Braintree account does not have it configured, please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_braintree_account_3ds'] = '3DS is not enabled in your Braintree account yet, however it is not available for all countries. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_braintree_account_paypal'] = 'PayPal is not enabled in your Braintree account yet. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_braintree_account_billing'] = 'Billing agreements are not enabled in your Braintree account yet. Please check your <a href="https://www.braintreegateway.com/login" title="Braintree login" target="_blank">Braintree Control Panel</a> or contact Braintree support'; +$_['error_environment'] = 'You cannot set your environment to %s when your credentials are for the %s environment in Braintree'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_currency'] = 'Currencies'; +$_['tab_order_status'] = 'Order Statuses (New Orders)'; +$_['tab_3ds'] = '3-D Secure'; +$_['tab_transaction'] = 'Transaction Search'; +$_['tab_vault'] = 'Vault'; +$_['tab_paypal'] = 'PayPal'; diff --git a/public/admin/language/es-es/extension/payment/pp_express.php b/public/admin/language/es-es/extension/payment/pp_express.php new file mode 100644 index 0000000..f377aba --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_express.php @@ -0,0 +1,86 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Express Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Express Checkout account details!'; +$_['text_edit'] = 'Edit PayPal Express Checkout'; +$_['text_pp_express'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; +$_['text_signup'] = 'Sign up for PayPal - save your settings first as this page will be refreshed'; +$_['text_sandbox'] = 'Sign up for PayPal Sandbox - save your settings first as this page will be refreshed'; +$_['text_configure_live'] = 'Configure Live'; +$_['text_configure_sandbox'] = 'Configure Sandbox'; +$_['text_show_advanced'] = 'Show Advanced'; +$_['text_show_quick_setup'] = 'Show Quick Setup'; +$_['text_quick_setup'] = 'Quick setup - Link an existing or create a new PayPal account to start accepting payments in minutes'; +$_['text_paypal_consent'] = 'By using the quick setup tool you allow PayPal to receive information about your store'; +$_['text_success_connect'] = 'Success: You have connected your PayPal account!'; +$_['text_preferred_main'] = 'Gives your buyers a simplified checkout experience on multiple devices that keeps them local to your website throughout the payment authorization process'; +$_['text_learn_more'] = '(Learn more)'; +$_['text_preferred_li_1'] = 'Start accepting PayPal in three clicks'; +$_['text_preferred_li_2'] = 'Accept payments from around the world'; +$_['text_preferred_li_3'] = 'Offer Express Checkout Shortcut, letting buyers checkout directly from your basket page'; +$_['text_preferred_li_4'] = 'Improve conversion with PayPal One Touch and In-Context checkout'; +$_['text_connect_paypal'] = 'Connect with PayPal'; +$_['text_incontext_not_supported'] = '* Not supported with In-Context Checkout'; +$_['text_retrieve'] = 'Your details have been entered from PayPal'; +$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and <strong>checkout is as little as three taps</strong> from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal Express Checkout Button" to the checkout layout'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_password'] = 'API Password'; +$_['entry_signature'] = 'API Signature'; +$_['entry_sandbox_username'] = 'API Sandbox Username'; +$_['entry_sandbox_password'] = 'API Sandbox Password'; +$_['entry_sandbox_signature'] = 'API Sandbox Signature'; +$_['entry_ipn'] = 'IPN URL'; +$_['entry_test'] = 'Test (Sandbox) Mode'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_currency'] = 'Default currency'; +$_['entry_recurring_cancel'] = 'Allow customers to cancel recurring payments from account area'; +$_['entry_transaction'] = 'Settlement Type'; +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status'; +$_['entry_completed_status'] = 'Completed Status'; +$_['entry_denied_status'] = 'Denied Status'; +$_['entry_expired_status'] = 'Expired Status'; +$_['entry_failed_status'] = 'Failed Status'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_processed_status'] = 'Processed Status'; +$_['entry_refunded_status'] = 'Refunded Status'; +$_['entry_reversed_status'] = 'Reversed Status'; +$_['entry_voided_status'] = 'Voided Status'; +$_['entry_allow_notes'] = 'Allow Notes'; +$_['entry_colour'] = 'Page Background Colour'; +$_['entry_logo'] = 'Logo'; +$_['entry_incontext'] = 'Disable In-Context Checkout'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_order_status'] = 'Order status'; +$_['tab_checkout'] = 'Checkout'; + +// Help +$_['help_ipn'] = 'Required for subscriptions'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_logo'] = 'Max 750px(w) x 90px(h)<br />You should only use a logo if you have SSL set up.'; +$_['help_colour'] = '6 character HTML colour code'; +$_['help_currency'] = 'Used for transaction searches'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Express Checkout!'; +$_['error_username'] = 'API Username Required!'; +$_['error_password'] = 'API Password Required!'; +$_['error_signature'] = 'API Signature Required!'; +$_['error_sandbox_username'] = 'API Sandbox Username Required!'; +$_['error_sandbox_password'] = 'API Sandbox Password Required!'; +$_['error_sandbox_signature'] = 'API Sandbox Signature Required!'; +$_['error_api'] = 'Paypal Authorization Error'; +$_['error_api_sandbox'] = 'Paypal Sandbox Authorization Error'; +$_['error_consent'] = 'To use quick setup you need to permit PayPal to use your store information'; diff --git a/public/admin/language/es-es/extension/payment/pp_express_order.php b/public/admin/language/es-es/extension/payment/pp_express_order.php new file mode 100644 index 0000000..8782d77 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_express_order.php @@ -0,0 +1,52 @@ +<?php +// Text +$_['text_extension'] = 'Payment Information'; +$_['text_capture_status'] = 'Capture status'; +$_['text_amount_authorised'] = 'Amount authorised'; +$_['text_amount_captured'] = 'Amount captured'; +$_['text_amount_refunded'] = 'Amount refunded'; +$_['text_transaction'] = 'Transactions'; +$_['text_complete'] = 'Complete'; +$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; +$_['text_view'] = 'View'; +$_['text_refund'] = 'Refund'; +$_['text_resend'] = 'Resend'; +$_['text_success'] = 'Transaction was successfully sent'; +$_['text_full_refund'] = 'Full refund'; +$_['text_partial_refund'] = 'Partial refund'; +$_['text_payment'] = 'Payment'; +$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is'; + +// Column +$_['column_transaction'] = 'Transaction ID'; +$_['column_amount'] = 'Amount'; +$_['column_type'] = 'Payment Type'; +$_['column_status'] = 'Status'; +$_['column_pending_reason'] = 'Pending Reason'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_capture_amount'] = 'Capture amount'; +$_['entry_capture_complete'] = 'Complete capture'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_note'] = 'Note'; + +// Help +$_['help_capture_complete'] = 'If this is a the last capture.'; + +// Tab +$_['tab_capture'] = 'Capture'; +$_['tab_refund'] = 'Refund'; + +// Button +$_['button_void'] = 'Void'; +$_['button_capture'] = 'Capture'; +$_['button_refund'] = 'Issue refund'; + +// Error +$_['error_capture'] = 'Enter an amount to capture'; +$_['error_transaction'] = 'Transaction could not be carried out!'; +$_['error_not_found'] = 'Transaction could not be found!'; +$_['error_partial_amt'] = 'You must enter a partial refund amount';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_express_refund.php b/public/admin/language/es-es/extension/payment/pp_express_refund.php new file mode 100644 index 0000000..1e4e400 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_express_refund.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Refund Transaction'; + +// Text +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is'; +$_['text_refund'] = 'Refund'; + +// Entry +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_message'] = 'Message'; + +// Button +$_['button_refund'] = 'Issue refund'; + +// Error +$_['error_partial_amt'] = 'You must enter a partial refund amount'; +$_['error_data'] = 'Data missing from request';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_express_search.php b/public/admin/language/es-es/extension/payment/pp_express_search.php new file mode 100644 index 0000000..f2b8ec2 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_express_search.php @@ -0,0 +1,73 @@ +<?php +// Heading +$_['heading_title'] = 'Search Transactions'; + +// Text +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_date_search'] = 'Search by date'; +$_['text_searching'] = 'Searching'; +$_['text_name'] = 'Name'; +$_['text_buyer_info'] = 'Buyer information'; +$_['text_view'] = 'View'; +$_['text_format'] = 'Format'; + +// Column +$_['column_date'] = 'Date'; +$_['column_type'] = 'Type'; +$_['column_email'] = 'Email'; +$_['column_name'] = 'Name'; +$_['column_transid'] = 'Transaction ID'; +$_['column_status'] = 'Status'; +$_['column_currency'] = 'Currency'; +$_['column_amount'] = 'Amount'; +$_['column_fee'] = 'Fee'; +$_['column_netamt'] = 'Net Amount'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_trans_all'] = 'All'; +$_['entry_trans_sent'] = 'Sent'; +$_['entry_trans_received'] = 'Received'; +$_['entry_trans_masspay'] = 'Mass Pay'; +$_['entry_trans_money_req'] = 'Money Request'; +$_['entry_trans_funds_add'] = 'Funds Added'; +$_['entry_trans_funds_with'] = 'Funds Withdrawn'; +$_['entry_trans_referral'] = 'Referral'; +$_['entry_trans_fee'] = 'Fee'; +$_['entry_trans_subscription'] = 'Subscription'; +$_['entry_trans_dividend'] = 'Dividend'; +$_['entry_trans_billpay'] = 'Bill Pay'; +$_['entry_trans_refund'] = 'Refund'; +$_['entry_trans_conv'] = 'Currency Conversion'; +$_['entry_trans_bal_trans'] = 'Balance Transfer'; +$_['entry_trans_reversal'] = 'Reversal'; +$_['entry_trans_shipping'] = 'Shipping'; +$_['entry_trans_bal_affect'] = 'Balance Affecting'; +$_['entry_trans_echeque'] = 'E Check'; +$_['entry_date'] = 'Date'; +$_['entry_date_start'] = 'Start'; +$_['entry_date_end'] = 'End'; +$_['entry_date_to'] = 'to'; +$_['entry_transaction'] = 'Transaction'; +$_['entry_transaction_type'] = 'Type'; +$_['entry_transaction_status'] = 'Status'; +$_['entry_email'] = 'Email'; +$_['entry_email_buyer'] = 'Buyer'; +$_['entry_email_merchant'] = 'Receiver'; +$_['entry_receipt'] = 'Receipt ID'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_invoice_no'] = 'Invoice number'; +$_['entry_auction'] = 'Auction item number'; +$_['entry_amount'] = 'Amount'; +$_['entry_recurring_id'] = 'Recurring Profile ID'; +$_['entry_salutation'] = 'Salutation'; +$_['entry_firstname'] = 'First'; +$_['entry_middlename'] = 'Middle'; +$_['entry_lastname'] = 'Last'; +$_['entry_suffix'] = 'Suffix'; +$_['entry_status_all'] = 'All'; +$_['entry_status_pending'] = 'Pending'; +$_['entry_status_processing'] = 'Processing'; +$_['entry_status_success'] = 'Success'; +$_['entry_status_denied'] = 'Denied'; +$_['entry_status_reversed'] = 'Reversed';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_express_view.php b/public/admin/language/es-es/extension/payment/pp_express_view.php new file mode 100644 index 0000000..3feb3c1 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_express_view.php @@ -0,0 +1,85 @@ +<?php +// Heading +$_['heading_title'] = 'View Transaction'; + +// Text +$_['text_pp_express'] = 'PayPal Express Checkout'; +$_['text_product_lines'] = 'Product lines'; +$_['text_ebay_txn_id'] = 'eBay transaction ID'; +$_['text_name'] = 'Name'; +$_['text_qty'] = 'Quantity'; +$_['text_price'] = 'Price'; +$_['text_number'] = 'Number'; +$_['text_coupon_id'] = 'Coupon ID'; +$_['text_coupon_amount'] = 'Coupon amount'; +$_['text_coupon_currency'] = 'Coupon currency'; +$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount'; +$_['text_loyalty_currency'] = 'Loyalty card currency'; +$_['text_options_name'] = 'Options name'; +$_['text_tax_amt'] = 'Tax amount'; +$_['text_currency_code'] = 'Currency code'; +$_['text_amount'] = 'Amount'; +$_['text_gift_msg'] = 'Gift message'; +$_['text_gift_receipt'] = 'Gift receipt'; +$_['text_gift_wrap_name'] = 'Gift wrap name'; +$_['text_gift_wrap_amt'] = 'Gift wrap amount'; +$_['text_buyer_email_market'] = 'Buyer marketing email'; +$_['text_survey_question'] = 'Survey question'; +$_['text_survey_chosen'] = 'Survey choice selected'; +$_['text_receiver_business'] = 'Receiver business'; +$_['text_receiver_email'] = 'Receiver email'; +$_['text_receiver_id'] = 'Receiver ID'; +$_['text_buyer_email'] = 'Buyer email'; +$_['text_payer_id'] = 'Payer ID'; +$_['text_payer_status'] = 'Payer status'; +$_['text_country_code'] = 'Country code'; +$_['text_payer_business'] = 'Payer business'; +$_['text_payer_salute'] = 'Payer salutation'; +$_['text_payer_firstname'] = 'Payer first name'; +$_['text_payer_middlename'] = 'Payer middle name'; +$_['text_payer_lastname'] = 'Payer last name'; +$_['text_payer_suffix'] = 'Payer suffix'; +$_['text_address_owner'] = 'Address owner'; +$_['text_address_status'] = 'Address status'; +$_['text_ship_sec_name'] = 'Ship to secondary name'; +$_['text_ship_name'] = 'Ship to name'; +$_['text_ship_street1'] = 'Ship to address 1'; +$_['text_ship_street2'] = 'Ship to address 2'; +$_['text_ship_city'] = 'Ship to city'; +$_['text_ship_state'] = 'Ship to state'; +$_['text_ship_zip'] = 'Ship to ZIP'; +$_['text_ship_country'] = 'Ship to country code'; +$_['text_ship_phone'] = 'Ship to phone number'; +$_['text_ship_sec_add1'] = 'Ship to secondary address 1'; +$_['text_ship_sec_add2'] = 'Ship to secondary address 2'; +$_['text_ship_sec_city'] = 'Ship to secondary city'; +$_['text_ship_sec_state'] = 'Ship to secondary state'; +$_['text_ship_sec_zip'] = 'Ship to secondary ZIP'; +$_['text_ship_sec_country'] = 'Ship to secondary country code'; +$_['text_ship_sec_phone'] = 'Ship to secondary phone'; +$_['text_trans_id'] = 'Transaction ID'; +$_['text_receipt_id'] = 'Receipt ID'; +$_['text_parent_trans_id'] = 'Parent transaction ID'; +$_['text_trans_type'] = 'Transaction type'; +$_['text_payment_type'] = 'Payment type'; +$_['text_order_time'] = 'Order time'; +$_['text_fee_amount'] = 'Fee amount'; +$_['text_settle_amount'] = 'Settle amount'; +$_['text_tax_amount'] = 'Tax amount'; +$_['text_exchange'] = 'Exchange rate'; +$_['text_payment_status'] = 'Payment status'; +$_['text_pending_reason'] = 'Pending reason'; +$_['text_reason_code'] = 'Reason code'; +$_['text_protect_elig'] = 'Protection eligibility'; +$_['text_protect_elig_type'] = 'Protection eligibility type'; +$_['text_store_id'] = 'Store ID'; +$_['text_terminal_id'] = 'Terminal ID'; +$_['text_invoice_number'] = 'Invoice number'; +$_['text_custom'] = 'Custom'; +$_['text_note'] = 'Note'; +$_['text_sales_tax'] = 'Sales tax'; +$_['text_buyer_id'] = 'Buyer ID'; +$_['text_close_date'] = 'Closing date'; +$_['text_multi_item'] = 'Multi item'; +$_['text_sub_amt'] = 'Subscription amount'; +$_['text_sub_period'] = 'Subscription period';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_payflow.php b/public/admin/language/es-es/extension/payment/pp_payflow.php new file mode 100644 index 0000000..9581cd8 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_payflow.php @@ -0,0 +1,39 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Payflow Pro'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Direct (UK) account details!'; +$_['text_edit'] = 'Edit PayPal Payflow Pro'; +$_['text_pp_payflow'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_user'] = 'User'; +$_['entry_password'] = 'Password'; +$_['entry_partner'] = 'Partner'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account'; +$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR'; +$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account'; +$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead'; +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Website Payment Pro (UK)!'; +$_['error_vendor'] = 'Vendor Required!'; +$_['error_user'] = 'User Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_partner'] = 'Partner Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_payflow_iframe.php b/public/admin/language/es-es/extension/payment/pp_payflow_iframe.php new file mode 100644 index 0000000..85d23ad --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_payflow_iframe.php @@ -0,0 +1,104 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Payflow Pro iFrame'; +$_['heading_refund'] = 'Refund'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Payflow Pro iFrame account details!'; +$_['text_edit'] = 'Edit PayPal Payflow Pro iFrame'; +$_['text_pp_payflow_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; +$_['text_authorise'] = 'Authorise'; +$_['text_capture'] = 'Delayed Capture'; +$_['text_void'] = 'Void'; +$_['text_payment_info'] = 'Payment information'; +$_['text_complete'] = 'Complete'; +$_['text_incomplete'] = 'Incomplete'; +$_['text_transaction'] = 'Transaction'; +$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; +$_['text_refund'] = 'Refund'; +$_['text_refund_issued'] = 'Refund was issued successfully'; +$_['text_redirect'] = 'Redirect'; +$_['text_iframe'] = 'Iframe'; +$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.'; + +// Column +$_['column_transaction_id'] = 'Transaction ID'; +$_['column_transaction_type'] = 'Transaction Type'; +$_['column_amount'] = 'Amount'; +$_['column_time'] = 'Time'; +$_['column_actions'] = 'Actions'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_checkout_customisation'] = 'Checkout Customisation'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_user'] = 'User'; +$_['entry_password'] = 'Password'; +$_['entry_partner'] = 'Partner'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_message'] = 'Message'; +$_['entry_ipn_url'] = 'IPN URL'; +$_['entry_checkout_method'] = 'Checkout Method'; +$_['entry_debug'] = 'Debug mode'; +$_['entry_transaction_reference'] = 'Transaction Reference'; +$_['entry_transaction_amount'] = 'Transaction Amount'; +$_['entry_refund_amount'] = 'Refund Amount'; +$_['entry_capture_status'] = 'Capture Status'; +$_['entry_void'] = 'Void'; +$_['entry_capture'] = 'Capture'; +$_['entry_transactions'] = 'Transactions'; +$_['entry_complete_capture'] = 'Complete Capture'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status:'; +$_['entry_completed_status'] = 'Completed Status:'; +$_['entry_denied_status'] = 'Denied Status:'; +$_['entry_expired_status'] = 'Expired Status:'; +$_['entry_failed_status'] = 'Failed Status:'; +$_['entry_pending_status'] = 'Pending Status:'; +$_['entry_processed_status'] = 'Processed Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_reversed_status'] = 'Reversed Status:'; +$_['entry_voided_status'] = 'Voided Status:'; +$_['entry_cancel_url'] = 'Cancel URL:'; +$_['entry_error_url'] = 'Error URL:'; +$_['entry_return_url'] = 'Return URL:'; +$_['entry_post_url'] = 'Silent POST URL:'; + +// Help +$_['help_vendor'] = 'Your merchant login ID that you created when you registered for the Website Payments Pro account'; +$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR'; +$_['help_password'] = 'The 6 to 32 character password that you defined while registering for the account'; +$_['help_partner'] = 'The ID provided to you by the authorised PayPal Reseller who registered you for the Payflow SDK. If you purchased your account directly from PayPal, use the PayPal Pro instead'; +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_debug'] = 'Logs additional information'; + +// Button +$_['button_refund'] = 'Refund'; +$_['button_void'] = 'Void'; +$_['button_capture'] = 'Capture'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Website Payment Pro iFrame (UK)!'; +$_['error_vendor'] = 'Vendor Required!'; +$_['error_user'] = 'User Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_partner'] = 'Partner Required!'; +$_['error_missing_data'] = 'Missing data'; +$_['error_missing_order'] = 'Could not find the order'; +$_['error_general'] = 'There was an error'; +$_['error_capture'] = 'Enter an amount to capture';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_pro.php b/public/admin/language/es-es/extension/payment/pp_pro.php new file mode 100644 index 0000000..66ad5a8 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_pro.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Pro'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Website Payment Pro Checkout account details!'; +$_['text_edit'] = 'Edit PayPal Pro'; +$_['text_pp_pro'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_password'] = 'API Password'; +$_['entry_signature'] = 'API Signature'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method:'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Website Payment Pro Checkout!'; +$_['error_username'] = 'API Username Required!'; +$_['error_password'] = 'API Password Required!'; +$_['error_signature'] = 'API Signature Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_pro_iframe.php b/public/admin/language/es-es/extension/payment/pp_pro_iframe.php new file mode 100644 index 0000000..f5a33e3 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_pro_iframe.php @@ -0,0 +1,174 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Pro iFrame'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal Pro iFrame account details!'; +$_['text_edit'] = 'Edit PayPal Pro iFrame'; +$_['text_pp_pro_iframe'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Capture status'; +$_['text_amount_auth'] = 'Amount authorised'; +$_['text_amount_captured'] = 'Amount captured'; +$_['text_amount_refunded'] = 'Amount refunded'; +$_['text_capture_amount'] = 'Capture amount'; +$_['text_complete_capture'] = 'Complete capture'; +$_['text_transactions'] = 'Transactions'; +$_['text_complete'] = 'Complete'; +$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; +$_['text_view'] = 'View'; +$_['text_refund'] = 'Refund'; +$_['text_resend'] = 'Resend'; +$_['text_reauthorise'] = 'Reauthorise'; +$_['text_reauthorised'] = 'Transaction was reauthorised'; +$_['text_transaction'] = 'Transaction'; +$_['text_product_lines'] = 'Product lines'; +$_['text_ebay_txn_id'] = 'eBay transaction ID'; +$_['text_name'] = 'Name'; +$_['text_qty'] = 'Quantity'; +$_['text_price'] = 'Price'; +$_['text_number'] = 'Number'; +$_['text_coupon_id'] = 'Coupon ID'; +$_['text_coupon_amount'] = 'Coupon amount'; +$_['text_coupon_currency'] = 'Coupon currency'; +$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount'; +$_['text_loyalty_currency'] = 'Loyalty card currency'; +$_['text_options_name'] = 'Options name'; +$_['text_tax_amt'] = 'Tax amount'; +$_['text_currency_code'] = 'Currency code'; +$_['text_amount'] = 'Amount'; +$_['text_gift_msg'] = 'Gift message'; +$_['text_gift_receipt'] = 'Gift receipt'; +$_['text_gift_wrap_name'] = 'Gift wrap name'; +$_['text_gift_wrap_amt'] = 'Gift wrap amount'; +$_['text_buyer_email_market'] = 'Buyer marketing email'; +$_['text_survey_question'] = 'Survey question'; +$_['text_survey_chosen'] = 'Survey choice selected'; +$_['text_receiver_business'] = 'Receiver business'; +$_['text_receiver_email'] = 'Receiver email'; +$_['text_receiver_id'] = 'Receiver ID'; +$_['text_buyer_email'] = 'Buyer email'; +$_['text_payer_id'] = 'Payer ID'; +$_['text_payer_status'] = 'Payer status'; +$_['text_country_code'] = 'Country code'; +$_['text_payer_business'] = 'Payer business'; +$_['text_payer_salute'] = 'Payer salutation'; +$_['text_payer_firstname'] = 'Payer first name'; +$_['text_payer_middlename'] = 'Payer middle name'; +$_['text_payer_lastname'] = 'Payer last name'; +$_['text_payer_suffix'] = 'Payer suffix'; +$_['text_address_owner'] = 'Address owner'; +$_['text_address_status'] = 'Address status'; +$_['text_ship_sec_name'] = 'Ship to secondary name'; +$_['text_ship_name'] = 'Ship to name'; +$_['text_ship_street1'] = 'Ship to address 1'; +$_['text_ship_street2'] = 'Ship to address 2'; +$_['text_ship_city'] = 'Ship to city'; +$_['text_ship_state'] = 'Ship to state'; +$_['text_ship_zip'] = 'Ship to ZIP'; +$_['text_ship_country'] = 'Ship to country code'; +$_['text_ship_phone'] = 'Ship to phone number'; +$_['text_ship_sec_add1'] = 'Ship to secondary address 1'; +$_['text_ship_sec_add2'] = 'Ship to secondary address 2'; +$_['text_ship_sec_city'] = 'Ship to secondary city'; +$_['text_ship_sec_state'] = 'Ship to secondary state'; +$_['text_ship_sec_zip'] = 'Ship to secondary ZIP'; +$_['text_ship_sec_country'] = 'Ship to secondary country code'; +$_['text_ship_sec_phone'] = 'Ship to secondary phone'; +$_['text_trans_id'] = 'Transaction ID'; +$_['text_receipt_id'] = 'Receipt ID'; +$_['text_parent_trans_id'] = 'Parent transaction ID'; +$_['text_trans_type'] = 'Transaction type'; +$_['text_payment_type'] = 'Payment type'; +$_['text_order_time'] = 'Order time'; +$_['text_fee_amount'] = 'Fee amount'; +$_['text_settle_amount'] = 'Settle amount'; +$_['text_tax_amount'] = 'Tax amount'; +$_['text_exchange'] = 'Exchange rate'; +$_['text_payment_status'] = 'Payment status'; +$_['text_pending_reason'] = 'Pending reason'; +$_['text_reason_code'] = 'Reason code'; +$_['text_protect_elig'] = 'Protection eligibility'; +$_['text_protect_elig_type'] = 'Protection eligibility type'; +$_['text_store_id'] = 'Store ID'; +$_['text_terminal_id'] = 'Terminal ID'; +$_['text_invoice_number'] = 'Invoice number'; +$_['text_custom'] = 'Custom'; +$_['text_note'] = 'Note'; +$_['text_sales_tax'] = 'Sales tax'; +$_['text_buyer_id'] = 'Buyer ID'; +$_['text_close_date'] = 'Closing date'; +$_['text_multi_item'] = 'Multi item'; +$_['text_sub_amt'] = 'Subscription amount'; +$_['text_sub_period'] = 'Subscription period'; +$_['text_redirect'] = 'Redirect'; +$_['text_iframe'] = 'Iframe'; +$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.'; +$_['help_debug'] = 'Logs additional information.'; + +// Column +$_['column_trans_id'] = 'Transaction ID'; +$_['column_amount'] = 'Amount'; +$_['column_type'] = 'Payment type'; +$_['column_status'] = 'Status'; +$_['column_pending_reason'] = 'Pending reason'; +$_['column_date_added'] = 'Created'; +$_['column_action'] = 'Action'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_checkout_customisation'] = 'Checkout Customisation'; + +// Entry +$_['entry_username'] = 'API Username'; +$_['entry_password'] = 'API Password'; +$_['entry_signature'] = 'API Signature'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status:'; +$_['entry_geo_zone'] = 'Geo Zone:'; +$_['entry_status'] = 'Status:'; +$_['entry_sort_order'] = 'Sort Order:'; +$_['entry_transaction_method'] = 'Transaction method:'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_full_refund'] = 'Full refund'; +$_['entry_amount'] = 'Amount'; +$_['entry_message'] = 'Message'; +$_['entry_ipn_url'] = 'IPN URL:'; +$_['entry_checkout_method'] = 'Checkout Method:'; +$_['entry_debug'] = 'Debug mode:'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status:'; +$_['entry_completed_status'] = 'Completed Status:'; +$_['entry_denied_status'] = 'Denied Status:'; +$_['entry_expired_status'] = 'Expired Status:'; +$_['entry_failed_status'] = 'Failed Status:'; +$_['entry_pending_status'] = 'Pending Status:'; +$_['entry_processed_status'] = 'Processed Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_reversed_status'] = 'Reversed Status:'; +$_['entry_voided_status'] = 'Voided Status:'; + +// Help +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions? Test may fail in Internet Explorer'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Button +$_['button_refund'] = 'Refund'; +$_['button_void'] = 'Void'; +$_['button_capture'] = 'Capture'; +$_['button_reauthorise'] = 'Reauthorise'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Website Payment Pro iFrame (UK)!'; +$_['error_sig'] = 'Signature Required!'; +$_['error_user'] = 'User Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_timeout'] = 'Request timed out'; +$_['error_transaction_missing'] = 'Could not find the transaction'; +$_['error_missing_data'] = 'Missing data'; +$_['error_general'] = 'There was an error'; +$_['error_capture'] = 'Enter an amount to capture';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/pp_standard.php b/public/admin/language/es-es/extension/payment/pp_standard.php new file mode 100644 index 0000000..e820c0a --- /dev/null +++ b/public/admin/language/es-es/extension/payment/pp_standard.php @@ -0,0 +1,44 @@ +<?php +// Heading +$_['heading_title'] = 'PayPal Payments Standard'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified PayPal account details!'; +$_['text_edit'] = 'Edit PayPal Payments Standard'; +$_['text_pp_standard'] = '<a target="_BLANK" href="https://www.paypal.com/uk/mrb/pal=V4T754QB63XXL"><img src="view/image/payment/paypal.png" alt="PayPal Website Payment Pro" title="PayPal Website Payment Pro iFrame" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_authorization'] = 'Authorization'; +$_['text_sale'] = 'Sale'; + +// Entry +$_['entry_email'] = 'E-Mail'; +$_['entry_test'] = 'Sandbox Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_debug'] = 'Debug Mode'; +$_['entry_total'] = 'Total'; +$_['entry_canceled_reversal_status'] = 'Canceled Reversal Status'; +$_['entry_completed_status'] = 'Completed Status'; +$_['entry_denied_status'] = 'Denied Status'; +$_['entry_expired_status'] = 'Expired Status'; +$_['entry_failed_status'] = 'Failed Status'; +$_['entry_pending_status'] = 'Pending Status'; +$_['entry_processed_status'] = 'Processed Status'; +$_['entry_refunded_status'] = 'Refunded Status'; +$_['entry_reversed_status'] = 'Reversed Status'; +$_['entry_voided_status'] = 'Voided Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Tab +$_['tab_general'] = 'General'; +$_['tab_order_status'] = 'Order Status'; + +// Help +$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions?'; +$_['help_debug'] = 'Logs additional information to the system log'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal!'; +$_['error_email'] = 'E-Mail required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/realex.php b/public/admin/language/es-es/extension/payment/realex.php new file mode 100644 index 0000000..2033ad4 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/realex.php @@ -0,0 +1,98 @@ +<?php +// Heading +$_['heading_title'] = 'Realex Redirect'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Realex account details!'; +$_['text_edit'] = 'Edit Realex Redirect'; +$_['text_live'] = 'Live'; +$_['text_demo'] = 'Demo'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Subaccount'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_url_message'] = 'You must supply the store URL to your Realex account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_realex'] = '<a target="_blank" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_live_demo'] = 'Live / Demo'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_card_select'] = 'Select card'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_live_url'] = 'Live connection URL'; +$_['entry_demo_url'] = 'Demo connection URL'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; +$_['entry_notification_url'] = 'Notification URL'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose their card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Realex to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order status'; +$_['tab_payment'] = 'Payment settings'; +$_['tab_advanced'] = 'Advanced'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required'; +$_['error_live_url'] = 'Live URL is required'; +$_['error_demo_url'] = 'Demo URL is required'; +$_['error_data_missing'] = 'Data missing'; +$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/realex_remote.php b/public/admin/language/es-es/extension/payment/realex_remote.php new file mode 100644 index 0000000..177428b --- /dev/null +++ b/public/admin/language/es-es/extension/payment/realex_remote.php @@ -0,0 +1,92 @@ +<?php +// Heading +$_['heading_title'] = 'Realex Remote'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Realex account details!'; +$_['text_edit'] = 'Edit Realex Remote'; +$_['text_card_type'] = 'Card type'; +$_['text_enabled'] = 'Enabled'; +$_['text_use_default'] = 'Use default'; +$_['text_merchant_id'] = 'Merchant ID'; +$_['text_subaccount'] = 'Sub Account'; +$_['text_secret'] = 'Shared secret'; +$_['text_card_visa'] = 'Visa'; +$_['text_card_master'] = 'Mastercard'; +$_['text_card_amex'] = 'American Express'; +$_['text_card_switch'] = 'Switch/Maestro'; +$_['text_card_laser'] = 'Laser'; +$_['text_card_diners'] = 'Diners'; +$_['text_capture_ok'] = 'Capture was successful'; +$_['text_capture_ok_order'] = 'Capture was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_settle_auto'] = 'Auto'; +$_['text_settle_delayed'] = 'Delayed'; +$_['text_settle_multi'] = 'Multi'; +$_['text_ip_message'] = 'You must supply your server IP address to your Realex account manager before going live'; +$_['text_payment_info'] = 'Payment information'; +$_['text_capture_status'] = 'Payment captured'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_captured'] = 'Total captured'; +$_['text_transactions'] = 'Transactions'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_capture'] = 'Are you sure you want to capture the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; +$_['text_realex_remote'] = '<a target="_BLANK" href="http://www.realexpayments.co.uk/partner-refer?id=opencart"><img src="view/image/payment/realex.png" alt="Realex" title="Realex" style="border: 1px solid #EEEEEE;" /></a>'; + +// Column +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_secret'] = 'Shared secret'; +$_['entry_rebate_password'] = 'Rebate password'; +$_['entry_total'] = 'Total'; +$_['entry_sort_order'] = 'Sort order'; +$_['entry_geo_zone'] = 'Geo zone'; +$_['entry_status'] = 'Status'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_auto_settle'] = 'Settlement type'; +$_['entry_tss_check'] = 'TSS checks'; +$_['entry_card_data_status'] = 'Card info logging'; +$_['entry_3d'] = 'Enable 3D secure'; +$_['entry_liability_shift'] = 'Accept non-liability shifting scenarios'; +$_['entry_status_success_settled'] = 'Success - settled'; +$_['entry_status_success_unsettled'] = 'Success - not settled'; +$_['entry_status_decline'] = 'Decline'; +$_['entry_status_decline_pending'] = 'Decline - offline auth'; +$_['entry_status_decline_stolen'] = 'Decline - lost or stolen card'; +$_['entry_status_decline_bank'] = 'Decline - bank error'; +$_['entry_status_void'] = 'Voided'; +$_['entry_status_rebate'] = 'Rebated'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_card_select'] = 'Ask the user to choose thier card type before they are redirected'; +$_['help_notification'] = 'You need to supply this URL to Realex to get payment notifications'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; +$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; +$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; + +// Tab +$_['tab_api'] = 'API Details'; +$_['tab_account'] = 'Accounts'; +$_['tab_order_status'] = 'Order Status'; +$_['tab_payment'] = 'Payment Settings'; + +// Button +$_['button_capture'] = 'Capture'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_merchant_id'] = 'Merchant ID is required'; +$_['error_secret'] = 'Shared secret is required';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/sagepay_direct.php b/public/admin/language/es-es/extension/payment/sagepay_direct.php new file mode 100644 index 0000000..e9e7f7b --- /dev/null +++ b/public/admin/language/es-es/extension/payment/sagepay_direct.php @@ -0,0 +1,65 @@ +<?php +// Heading +$_['heading_title'] = 'SagePay Direct'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified SagePay account details!'; +$_['text_edit'] = 'Edit SagePay Direct'; +$_['text_sagepay_direct'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_sim'] = 'Simulator'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_defered'] = 'Defered'; +$_['text_authenticate'] = 'Authenticate'; +$_['text_payment'] = 'Payment'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; +$_['entry_cron_job_token'] = 'Secret Token'; +$_['entry_cron_job_url'] = 'Cron Job\'s URL'; +$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; +$_['error_vendor'] = 'Vendor ID Required!'; diff --git a/public/admin/language/es-es/extension/payment/sagepay_server.php b/public/admin/language/es-es/extension/payment/sagepay_server.php new file mode 100644 index 0000000..56afd3c --- /dev/null +++ b/public/admin/language/es-es/extension/payment/sagepay_server.php @@ -0,0 +1,65 @@ +<?php +// Heading +$_['heading_title'] = 'SagePay Server'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified SagePay account details!'; +$_['text_edit'] = 'Edit SagePay Server'; +$_['text_sagepay_server'] = '<a href="https://support.sagepay.com/apply/default.aspx?PartnerID=E511AF91-E4A0-42DE-80B0-09C981A3FB61" target="_blank"><img src="view/image/payment/sagepay.png" alt="SagePay" title="SagePay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_sim'] = 'Simulator'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_defered'] = 'Defered'; +$_['text_authenticate'] = 'Authenticate'; +$_['text_payment'] = 'Payment'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Payment voided'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Created'; +$_['text_confirm_void'] = 'Are you sure you want to void the payment?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +// Entry +$_['entry_vendor'] = 'Vendor'; +$_['entry_test'] = 'Test Mode'; +$_['entry_transaction'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; +$_['entry_cron_job_token'] = 'Secret Token'; +$_['entry_cron_job_url'] = 'Cron Job\'s URL:'; +$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; +$_['help_cron_job_token'] = 'Make this long and hard to guess'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Button +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Void'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; +$_['error_vendor'] = 'Vendor ID Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/sagepay_us.php b/public/admin/language/es-es/extension/payment/sagepay_us.php new file mode 100644 index 0000000..c06f17e --- /dev/null +++ b/public/admin/language/es-es/extension/payment/sagepay_us.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = 'Sage Payment Solutions (US)'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified SagePay account details!'; +$_['text_edit'] = 'Edit Sage Payment Solutions (US)'; + +// Entry +$_['entry_merchant_id'] = 'Merchant ID'; +$_['entry_merchant_key'] = 'Merchant Key'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment SagePay!'; +$_['error_merchant_id'] = 'Merchant ID Required!'; +$_['error_merchant_key'] = 'Merchant Key Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/securetrading_pp.php b/public/admin/language/es-es/extension/payment/securetrading_pp.php new file mode 100644 index 0000000..08c932d --- /dev/null +++ b/public/admin/language/es-es/extension/payment/securetrading_pp.php @@ -0,0 +1,82 @@ +<?php +$_['heading_title'] = 'Secure Trading Payment Pages'; + +$_['text_securetrading_pp'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_extension'] = 'Extensions'; +$_['text_all_geo_zones'] = 'All Geo Zones'; +$_['text_process_immediately'] = 'Process immediately'; +$_['text_wait_x_days'] = 'Wait %d days'; +$_['text_success'] = 'Success: You have modified Secure Trading module!'; +$_['text_pending_settlement'] = 'Pending Settlement'; +$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed'; +$_['text_refund_issued'] = 'Refund was successfully issued'; +$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; +$_['text_pending_suspended'] = 'Suspended'; +$_['text_pending_settled'] = 'Settled'; + +$_['entry_site_reference'] = 'Site reference'; +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_site_security_status'] = 'Use Site Security hash'; +$_['entry_site_security_password'] = 'Site Security password'; +$_['entry_notification_password'] = 'Notification password'; +$_['entry_order_status'] = 'Order status'; +$_['entry_declined_order_status'] = 'Declined order status'; +$_['entry_refunded_order_status'] = 'Refunded order status'; +$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status'; +$_['entry_settle_status'] = 'Settlement status'; +$_['entry_settle_due_date'] = 'Settlement due date'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_status'] = 'Status'; +$_['entry_total'] = 'Total'; +$_['entry_parent_css'] = 'Parent CSS'; +$_['entry_child_css'] = 'Child CSS'; +$_['entry_cards_accepted'] = 'Accepted cards'; +$_['entry_reverse_authorisation'] = 'Reverse Authorisation:'; +$_['entry_refunded'] = 'Refunded:'; +$_['entry_refund'] = 'Issue refund (%s):'; + +$_['error_permission'] = 'You do not have permissions to modify this module'; +$_['error_site_reference'] = 'Site Reference is required'; +$_['error_notification_password'] = 'Notification password is required'; +$_['error_cards_accepted'] = 'Accepted cards is required'; +$_['error_username'] = 'Username is required'; +$_['error_password'] = 'Password is required'; +$_['error_connection'] = 'Could not connect to Secure Trading'; +$_['error_data_missing'] = 'Data missing'; + +$_['help_username'] = 'Your webservice username'; +$_['help_password'] = 'Your webservice password'; +$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +$_['button_reverse_authorisation'] = 'Reverse Authorisation'; +$_['button_refund'] = 'Refund'; + + +// Order page - payment tab +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Reverse Authorisation'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_created'] = 'Created'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; + +$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Reverse Authorisation'; diff --git a/public/admin/language/es-es/extension/payment/securetrading_ws.php b/public/admin/language/es-es/extension/payment/securetrading_ws.php new file mode 100644 index 0000000..5176c10 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/securetrading_ws.php @@ -0,0 +1,108 @@ +<?php +$_['heading_title'] = 'Secure Trading Web Service'; + +$_['tab_settings'] = 'Settings'; +$_['tab_myst'] = 'MyST'; + +$_['text_securetrading_ws'] = '<a href="http://www.securetradingfs.com/partner/open-cart/" target="_blank"><img src="view/image/payment/secure_trading.png" alt="Secure Trading" title="Secure Trading" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_extension'] = 'Extensions'; +$_['text_all_geo_zones'] = 'All Geo Zones'; +$_['text_process_immediately'] = 'Process immediately'; +$_['text_wait_x_days'] = 'Wait %d days'; +$_['text_wait'] = 'Please wait.'; +$_['text_authorisation_reversed'] = 'Authorisation was successfully reversed'; +$_['text_refund_issued'] = 'Refund was successfully issued'; +$_['text_success'] = 'Success: You have modified Secure Trading Web Service module!'; +$_['text_pending_settlement'] = 'Pending Settlement'; +$_['text_manual_settlement'] = 'Manual Settlement'; +$_['text_suspended'] = 'Suspended'; +$_['text_cancelled'] = 'Cancelled'; +$_['text_settling'] = 'Settling'; +$_['text_settled'] = 'Settled'; +$_['text_no_transactions'] = 'No transactions to show'; +$_['text_ok'] = 'Ok'; +$_['text_denied'] = 'Denied'; +$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; +$_['text_pending_suspended'] = 'Suspended'; +$_['text_pending_settled'] = 'Settled'; +$_['text_payment_info'] = 'Payment information'; +$_['text_release_status'] = 'Payment released'; +$_['text_void_status'] = 'Reverse Authorisation'; +$_['text_rebate_status'] = 'Payment rebated'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_created'] = 'Created'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_rebate_ok'] = 'Rebate was successful'; +$_['text_rebate_ok_order'] = 'Rebate was successful, order status updated to rebated'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; +$_['text_confirm_void'] = 'Are you sure you want to reverse the authorisation?'; +$_['text_confirm_release'] = 'Are you sure you want to release the payment?'; +$_['text_confirm_rebate'] = 'Are you sure you want to rebate the payment?'; + +$_['entry_site_reference'] = 'Site reference'; +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_csv_username'] = 'CSV username'; +$_['entry_csv_password'] = 'CSV password'; +$_['entry_3d_secure'] = 'Use 3D Secure'; +$_['entry_cards_accepted'] = 'Accepted cards'; +$_['entry_order_status'] = 'Order status'; +$_['entry_failed_order_status'] = 'Failed order status'; +$_['entry_declined_order_status'] = 'Declined order status'; +$_['entry_refunded_order_status'] = 'Refunded order status'; + +$_['entry_authorisation_reversed_order_status'] = 'Authorisation reversed order status'; +$_['entry_settle_status'] = 'Settlement status'; +$_['entry_settle_due_date'] = 'Settlement due date'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_status'] = 'Status'; +$_['entry_total'] = 'Total'; +$_['entry_reverse_authorisation'] = 'Reverse Authorisation:'; +$_['entry_refunded'] = 'Refunded:'; +$_['entry_refund'] = 'Issue refund (%s):'; +$_['entry_currency'] = 'Currency'; +$_['entry_status_code'] = 'Error code'; +$_['entry_payment_type'] = 'Payment Type'; +$_['entry_request'] = 'Request'; +$_['entry_date_from'] = 'Date From'; +$_['entry_date_to'] = 'Date To'; +$_['entry_hour'] = 'Hour'; +$_['entry_minute'] = 'Minute'; + +$_['column_order_id'] = 'Order ID'; +$_['column_transaction_reference'] = 'Transaction reference'; +$_['column_customer'] = 'Customer'; +$_['column_total'] = 'Total'; +$_['column_currency'] = 'Currency'; +$_['column_settle_status'] = 'Settle status'; +$_['column_status'] = 'Status'; +$_['column_type'] = 'Type'; +$_['column_payment_type'] = 'Payment type'; + +$_['error_permission'] = 'You do not have permissions to modify this module'; +$_['error_site_reference'] = 'Site Reference is required'; +$_['error_cards_accepted'] = 'Accepted cards is required'; +$_['error_username'] = 'Username is required'; +$_['error_password'] = 'Password is required'; +$_['error_connection'] = 'Could not connect to Secure Trading'; +$_['error_data_missing'] = 'Data missing'; + +$_['help_refund'] = 'Please include the decimal point and the decimal part of the amount'; +$_['help_csv_username'] = 'Username of the Transaction Download service'; +$_['help_csv_password'] = 'Password of the Transaction Download service'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; + +$_['button_reverse_authorisation'] = 'Reverse Authorisation'; +$_['button_refund'] = 'Refund'; +$_['button_show'] = 'Show'; +$_['button_download'] = 'Download'; +$_['button_release'] = 'Release'; +$_['button_rebate'] = 'Rebate / refund'; +$_['button_void'] = 'Reverse Authorisation';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/skrill.php b/public/admin/language/es-es/extension/payment/skrill.php new file mode 100644 index 0000000..bc6f9d9 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/skrill.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Skrill'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified the Skrill details.'; +$_['text_edit'] = 'Edit Skrill'; +$_['text_skrill'] = '<a href="https://content.skrill.com/en/ecommerce-solutions/opencart/" target="_blank"><img src="view/image/payment/skrill.png" alt="Skrill" title="Skrill" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_email'] = 'E-Mail'; +$_['entry_secret'] = 'Secret'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_pending_status'] = 'Pending Status '; +$_['entry_canceled_status'] = 'Canceled Status'; +$_['entry_failed_status'] = 'Failed Status'; +$_['entry_chargeback_status'] = 'Chargeback Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Skrill!'; +$_['error_email'] = 'E-Mail Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/squareup.php b/public/admin/language/es-es/extension/payment/squareup.php new file mode 100644 index 0000000..c984281 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/squareup.php @@ -0,0 +1,200 @@ +<?php + +// Heading +$_['heading_title'] = 'Square'; +$_['heading_title_transaction'] = 'View Transaction #%s'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_local_cron'] = 'Insert this command in your web server CRON tab. Set it up to run at least once per day.'; +$_['help_remote_cron'] = 'Use this URL to set up a CRON task via a web-based CRON service. Set it up to run at least once per day.'; +$_['help_recurring_status'] = 'Enable to allow periodic recurring payments.<br />NOTE: You must also setup a daily CRON task.'; +$_['help_cron_email'] = 'A summary of the recurring task will be sent to this e-mail after completion.'; +$_['help_cron_email_status'] = 'Enable to receive a summary after every CRON task.'; +$_['help_notify_recurring_success'] = 'Notify customers about successful recurring transactions.'; +$_['help_notify_recurring_fail'] = 'Notify customers about failed recurring transactions.'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_transaction'] = 'Transactions'; +$_['tab_cron'] = 'CRON'; +$_['tab_recurring'] = 'Recurring Payments'; + +// Text +$_['text_access_token_expires_label'] = 'Access token expires'; +$_['text_access_token_expires_placeholder'] = 'Not setup'; +$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.'; +$_['text_admin_notifications'] = 'Admin notifications'; +$_['text_authorize_label'] = 'Authorize'; +$_['text_canceled_success'] = 'Success: You have succesfully canceled this payment!'; +$_['text_capture'] = 'Capture'; +$_['text_client_id_help'] = 'Get this from the Manage Application page on Square'; +$_['text_client_id_label'] = 'Square Application ID'; +$_['text_client_id_placeholder'] = 'Square Application ID'; +$_['text_client_secret_help'] = 'Get this from the Manage Application page on Square'; +$_['text_client_secret_label'] = 'OAuth Application Secret'; +$_['text_client_secret_placeholder'] = 'OAuth Application Secret'; +$_['text_confirm_action'] = 'Are you sure?'; +$_['text_confirm_cancel'] = 'Are you sure you want to cancel the recurring payments?'; +$_['text_confirm_capture'] = 'You are about to capture the following amount: <strong>%s</strong>. Click OK to proceed.'; +$_['text_confirm_refund'] = 'Please provide a reason for the refund:'; +$_['text_confirm_void'] = 'You are about to void the following amount: <strong>%s</strong>. Click OK to proceed.'; +$_['text_connected'] = 'Connected'; +$_['text_connected_info'] = "Reconnect if you want to switch accounts or have manually revoked this extension's access from the Square App console. Manually refresh the access token if it has been close to 45 days since the last sale or reconnect."; +$_['text_connection_section'] = 'Square Connection'; +$_['text_connection_success'] = 'Successfully connected!'; +$_['text_cron_email'] = 'Send task summary to this e-mail:'; +$_['text_cron_email_status'] = 'Send e-mail summary:'; +$_['text_customer_notifications'] = 'Customer notifications'; +$_['text_debug_disabled'] = 'Disabled'; +$_['text_debug_enabled'] = 'Enabled'; +$_['text_debug_help'] = 'API requests and responses will be logged in the OpenCart error log. Use this for only for debugging and development purposes.'; +$_['text_debug_label'] = 'Debug Logging'; +$_['text_delay_capture_help'] = 'Only authorize transactions or perform charges automatically'; +$_['text_delay_capture_label'] = 'Transaction type'; +$_['text_disabled_connect_help_text'] = 'The client id and secret are required fields.'; +$_['text_edit_heading'] = 'Edit Square'; +$_['text_enable_sandbox_help'] = 'Enable sandbox mode for testing transactions'; +$_['text_enable_sandbox_label'] = 'Enable sandbox mode'; +$_['text_executables'] = 'CRON execution methods'; +$_['text_extension'] = 'Extensions'; +$_['text_extension_status'] = 'Extension status'; +$_['text_extension_status_disabled'] = 'Disabled'; +$_['text_extension_status_enabled'] = 'Enabled'; +$_['text_extension_status_help'] = 'Enable or disable the payment method'; +$_['text_insert_amount'] = 'Please insert the refund amount. Maximum: %s in %s:'; +$_['text_loading'] = 'Loading data... Please wait...'; +$_['text_loading_short'] = 'Please wait...'; +$_['text_local_cron'] = 'Method #1 - CRON Task:'; +$_['text_location_error'] = 'There was an error when trying to sync locations and token: %s'; +$_['text_location_help'] = 'Select which configured Square location to be used for transactions. Has to have card processing capabilities enabled.'; +$_['text_location_label'] = 'Location'; +$_['text_manage'] = 'Credit Card Transaction (Square)'; +$_['text_manage_tooltip'] = 'See details / Capture / Void / Refund'; +$_['text_merchant_info_section_heading'] = 'Mechant Information'; +$_['text_merchant_name_label'] = 'Merchant name'; +$_['text_merchant_name_placeholder'] = 'Not setup'; +$_['text_no_appropriate_locations_warning'] = 'There are no locations capable of online card processing setup in your Square account.'; +$_['text_no_location_selected_warning'] = 'There is no selected location.'; +$_['text_no_locations_label'] = 'No valid locations'; +$_['text_no_transactions'] = 'No transactions have been logged yet.'; +$_['text_not_connected'] = 'Not connected'; +$_['text_not_connected_info'] = 'By clicking this button you will connect this module to your Square account and activate the service.'; +$_['text_notification_ssl'] = 'Make sure you have SSL enabled on your checkout page. Otherwise, the extension will not work.'; +$_['text_notify_recurring_fail'] = 'Recurring Transaction Failed:'; +$_['text_notify_recurring_success'] = 'Recurring Transaction Successful:'; +$_['text_ok'] = 'OK'; +$_['text_order_history_cancel'] = 'An administrator has canceled your recurring payments. Your card will no longer be charged.'; +$_['text_payment_method_name_help'] = 'Checkout payment method name'; +$_['text_payment_method_name_label'] = 'Payment method name'; +$_['text_payment_method_name_placeholder'] = 'Credit / Debit Card'; +$_['text_recurring_info'] = 'Please make sure to set up a daily CRON task using one of the methods below. CRON jobs help you with:<br /><br />• Automatic refresh of your API access token<br />• Processing of recurring transactions'; +$_['text_recurring_status'] = 'Status of recurring payments:'; +$_['text_redirect_uri_help'] = 'Paste this link into the Redirect URI field under Manage Application/oAuth'; +$_['text_redirect_uri_label'] = 'Square OAuth Redirect URL'; +$_['text_refresh_access_token_success'] = 'Successfully refreshed the connection to your Square account.'; +$_['text_refresh_token'] = 'Re-create token'; +$_['text_refund'] = 'Refund'; +$_['text_refund_details'] = 'Refund details'; +$_['text_refunded_amount'] = 'Refunded: %s. Status of the refund: %s. Reason for the refund: %s'; +$_['text_refunds'] = 'Refunds (%s)'; +$_['text_remote_cron'] = 'Method #2 - Remote CRON:'; +$_['text_sale_label'] = 'Sale'; +$_['text_sandbox_access_token_help'] = 'Get this from the Manage Application page on Square'; +$_['text_sandbox_access_token_label'] = 'Sandbox Access Token'; +$_['text_sandbox_access_token_placeholder'] = 'Sandbox Access Token'; +$_['text_sandbox_client_id_help'] = 'Get this from the Manage Application page on Square'; +$_['text_sandbox_client_id_label'] = 'Sandbox Application ID'; +$_['text_sandbox_client_id_placeholder'] = 'Sandbox Application ID'; +$_['text_sandbox_disabled_label'] = 'Disabled'; +$_['text_sandbox_enabled'] = 'Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.'; +$_['text_sandbox_enabled_label'] = 'Enabled'; +$_['text_sandbox_section_heading'] = 'Square Sandbox Settings'; +$_['text_select_location'] = 'Select location'; +$_['text_settings_section_heading'] = 'Square Settings'; +$_['text_squareup'] = '<a target="_BLANK" href="https://squareup.com"><img src="view/image/payment/squareup.png" alt="Square" title="Square" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_success'] = 'Success: You have modified Square payment module!'; +$_['text_success_capture'] = 'Transaction successfully captured!'; +$_['text_success_refund'] = 'Transaction successfully refunded!'; +$_['text_success_void'] = 'Transaction successfully voided!'; +$_['text_token_expired'] = 'Your Square access token has expired! <a href="%s">Click here</a> to renew it now.'; +$_['text_token_expiry_warning'] = 'Your Square access token will expire on %s. <a href="%s">Click here</a> to renew it now.'; +$_['text_token_revoked'] = 'Your Square access token has expired or has been revoked! <a href="%s">Click here</a> to re-authorize the Square extension.'; +$_['text_transaction_statuses'] = 'Transaction Statuses'; +$_['text_view'] = 'View More'; +$_['text_void'] = 'Void'; +$_['text_na'] = 'N/A'; +$_['text_no_reason_provided'] = 'Reason not provided.'; + +// Statuses +$_['squareup_status_comment_authorized'] = 'The card transaction has been authorized but not yet captured.'; +$_['squareup_status_comment_captured'] = 'The card transaction was authorized and subsequently captured (i.e., completed).'; +$_['squareup_status_comment_voided'] = 'The card transaction was authorized and subsequently voided (i.e., canceled). '; +$_['squareup_status_comment_failed'] = 'The card transaction failed.'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_merchant'] = 'Merchant ID'; +$_['entry_transaction_id'] = 'Transaction ID'; +$_['entry_order_id'] = 'Order ID'; +$_['entry_partner_solution_id'] = 'Partner Solution ID'; +$_['entry_type'] = 'Transaction Type'; +$_['entry_currency'] = 'Currency'; +$_['entry_amount'] = 'Amount'; +$_['entry_browser'] = 'Customer User Agent'; +$_['entry_ip'] = 'Customer IP'; +$_['entry_date_created'] = 'Date Created'; +$_['entry_billing_address_company'] = 'Billing Company'; +$_['entry_billing_address_street'] = 'Billing Street'; +$_['entry_billing_address_city'] = 'Billing City'; +$_['entry_billing_address_postcode'] = 'Billing ZIP'; +$_['entry_billing_address_province'] = 'Billing Province/State'; +$_['entry_billing_address_country'] = 'Billing Country'; +$_['entry_status_authorized'] = 'Authorized'; +$_['entry_status_captured'] = 'Captured'; +$_['entry_status_voided'] = 'Voided'; +$_['entry_status_failed'] = 'Failed'; +$_['entry_setup_confirmation'] = 'Setup confirmation:'; + +// Error +$_['error_permission'] = '<strong>Warning:</strong> You do not have permission to modify payment Square!'; +$_['error_permission_recurring'] = '<strong>Warning:</strong> You do not have permission to modify recurring payments!'; +$_['error_transaction_missing'] = 'Transaction not found!'; +$_['error_no_ssl'] = '<strong>Warning:</strong> SSL is not enabled on your admin panel. Please enable it to finish your configuration.'; +$_['error_user_rejected_connect_attempt'] = 'Connection attempt was canceled by the user.'; +$_['error_possible_xss'] = 'We detected a possible cross site attack and have terminated your connection attempt. Please verify your application ID and secret and try again using the buttons in the admin panel.'; +$_['error_invalid_email'] = 'The provided e-mail address is not valid!'; +$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.'; +$_['error_client_id'] = 'The app client ID is a required field'; +$_['error_client_secret'] = 'The app client secret is a required field'; +$_['error_sandbox_client_id'] = 'The sandbox client ID is a required field when sandbox mode is enabled'; +$_['error_sandbox_token'] = 'The sandbox token is a required field when sandbox mode is enabled'; +$_['error_no_location_selected'] = 'The location is a required field'; +$_['error_refresh_access_token'] = "An error occurred when trying to refresh the extension's connection to your Square account. Please verify your application credentials and try again."; +$_['error_form'] = 'Please check the form for errors and try to save agian.'; +$_['error_token'] = 'An error was encountered while refreshing the token: %s'; +$_['error_no_refund'] = 'Refund failed.'; + +// Column +$_['column_transaction_id'] = 'Transaction ID'; +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_status'] = 'Status'; +$_['column_type'] = 'Type'; +$_['column_amount'] = 'Amount'; +$_['column_ip'] = 'IP'; +$_['column_date_created'] = 'Date Created'; +$_['column_action'] = 'Action'; +$_['column_refunds'] = 'Refunds'; +$_['column_reason'] = 'Reason'; +$_['column_fee'] = 'Processing Fee'; + +// Button +$_['button_void'] = 'Void'; +$_['button_refund'] = 'Refund'; +$_['button_capture'] = 'Capture'; +$_['button_connect'] = 'Connect'; +$_['button_reconnect'] = 'Reconnect'; +$_['button_refresh'] = 'Refresh token'; diff --git a/public/admin/language/es-es/extension/payment/twocheckout.php b/public/admin/language/es-es/extension/payment/twocheckout.php new file mode 100644 index 0000000..76c30dd --- /dev/null +++ b/public/admin/language/es-es/extension/payment/twocheckout.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = '2Checkout'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified 2Checkout account details!'; +$_['text_edit'] = 'Edit 2Checkout'; +$_['text_twocheckout'] = '<a href="https://www.2checkout.com/2co/affiliate?affiliate=1596408" target="_blank"><img src="view/image/payment/2checkout.png" alt="2Checkout" title="2Checkout" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_account'] = '2Checkout Account ID'; +$_['entry_secret'] = 'Secret Word'; +$_['entry_display'] = 'Direct Checkout'; +$_['entry_test'] = 'Test Mode'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).'; +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment 2Checkout!'; +$_['error_account'] = 'Account No. Required!'; +$_['error_secret'] = 'Secret Word Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/web_payment_software.php b/public/admin/language/es-es/extension/payment/web_payment_software.php new file mode 100644 index 0000000..27fde6b --- /dev/null +++ b/public/admin/language/es-es/extension/payment/web_payment_software.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Web Payment Software'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Web Payment Software account details!'; +$_['text_edit'] = 'Edit AWeb Payment Software'; +$_['text_web_payment_software'] = '<a href="http://www.web-payment-software.com/" target="_blank"><img src="view/image/payment/wps-logo.jpg" alt="Web Payment Software" title="Web Payment Software" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_authorization'] = 'Authorization'; +$_['text_capture'] = 'Capture'; + +// Entry +$_['entry_login'] = 'Merchant ID'; +$_['entry_key'] = 'Merchant Key'; +$_['entry_mode'] = 'Transaction Mode'; +$_['entry_method'] = 'Transaction Method'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Web Payment Software!'; +$_['error_login'] = 'Login ID Required!'; +$_['error_key'] = 'Transaction Key Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/payment/wechat_pay.php b/public/admin/language/es-es/extension/payment/wechat_pay.php new file mode 100644 index 0000000..f991537 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/wechat_pay.php @@ -0,0 +1,42 @@ +<?php +/** + * @package OpenCart + * @author Meng Wenbin + * @copyright Copyright (c) 2010 - 2017, Chengdu Guangda Network Technology Co. Ltd. (https://www.opencart.cn/) + * @license https://opensource.org/licenses/GPL-3.0 + * @link https://www.opencart.cn + */ + +// Heading +$_['heading_title'] = 'Wechat Pay'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Wechat account details!'; +$_['text_edit'] = 'Edit Wechat Pay'; +$_['text_wechat_pay'] = '<a target="_BLANK" href="https://pay.weixin.qq.com"><img src="view/image/payment/Wechat.png" alt="Wechat Pay Website" title="Wechat Pay Website" style="border: 1px solid #EEEEEE;" /></a>'; + +// Entry +$_['entry_app_id'] = 'App ID'; +$_['entry_app_secret'] = 'App Secret'; +$_['entry_mch_id'] = 'Merchant ID'; +$_['entry_api_secret'] = 'API Secret'; +$_['entry_debug'] = 'Debug Mode'; +$_['entry_total'] = 'Total'; +$_['entry_currency'] = 'Currency'; +$_['entry_completed_status'] = 'Completed Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; +$_['help_currency'] = 'The currency customer paid merchant!'; +$_['help_wechat_pay_setup'] = '<a target="_blank" href="http://www.opencart.cn/docs/wechat-pay">Click here</a> to learn how to set up Wechat Pay account.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Wechat!'; +$_['error_app_id'] = 'App ID required!'; +$_['error_app_secret'] = 'App Secret required!'; +$_['error_mch_id'] = 'Merchant ID required!'; +$_['error_api_secret'] = 'API Secret required!'; diff --git a/public/admin/language/es-es/extension/payment/worldpay.php b/public/admin/language/es-es/extension/payment/worldpay.php new file mode 100644 index 0000000..e2a00f0 --- /dev/null +++ b/public/admin/language/es-es/extension/payment/worldpay.php @@ -0,0 +1,76 @@ +<?php +// Heading +$_['heading_title'] = 'Worldpay Online Payments'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Worldpay account details!'; +$_['text_worldpay'] = '<a href="https://online.worldpay.com/signup/ee48b6e6-d3e3-42aa-a80e-cbee3f4f8b09" target="_blank"><img src="view/image/payment/worldpay.png" alt="Worldpay" title="Worldpay" style="border: 1px solid #EEEEEE;" /></a>'; +$_['text_test'] = 'Test'; +$_['text_live'] = 'Live'; +$_['text_authenticate'] = 'Authenticate'; +$_['text_release_ok'] = 'Release was successful'; +$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; +$_['text_refund_ok'] = 'Rebate was successful'; +$_['text_refund_ok_order'] = 'Rebate was successful, order status updated to refund'; +$_['text_void_ok'] = 'Void was successful, order status updated to voided'; + +// Entry +$_['entry_service_key'] = 'Service Key'; +$_['entry_client_key'] = 'Client Key'; +$_['entry_total'] = 'Total'; +$_['entry_order_status'] = 'Order Status'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug logging'; +$_['entry_card'] = 'Store Cards'; +$_['entry_secret_token'] = 'Secret Token'; +$_['entry_webhook_url'] = 'Webhook URL:'; +$_['entry_cron_job_url'] = 'Cron Job URL:'; +$_['entry_last_cron_job_run'] = 'Last cron job\'s run time:'; +$_['entry_success_status'] = 'Success Status:'; +$_['entry_failed_status'] = 'Failed Status:'; +$_['entry_settled_status'] = 'Settled Status:'; +$_['entry_refunded_status'] = 'Refunded Status:'; +$_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; +$_['entry_charged_back_status'] = 'Charged Back:'; +$_['entry_information_requested_status'] = 'Information Requested Status:'; +$_['entry_information_supplied_status'] = 'Information Supplied Status:'; +$_['entry_chargeback_reversed_status'] = 'Chargeback Reversed Status:'; + + +$_['entry_reversed_status'] = 'Reversed Status:'; +$_['entry_voided_status'] = 'Voided Status:'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active.'; +$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise'; +$_['help_secret_token'] = 'Make this long and hard to guess'; +$_['help_webhook_url'] = 'Set Worldpay webhooks to call this URL'; +$_['help_cron_job_url'] = 'Set a cron job to call this URL'; + +// Tab +$_['tab_settings'] = 'Settings'; +$_['tab_order_status'] = 'Order Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify payment Worldpay!'; +$_['error_service_key'] = 'Service Key Required!'; +$_['error_client_key'] = 'Client Key Required!'; + +// Order page - payment tab +$_['text_payment_info'] = 'Payment information'; +$_['text_refund_status'] = 'Payment refund'; +$_['text_order_ref'] = 'Order ref'; +$_['text_order_total'] = 'Total authorised'; +$_['text_total_released'] = 'Total released'; +$_['text_transactions'] = 'Transactions'; +$_['text_column_amount'] = 'Amount'; +$_['text_column_type'] = 'Type'; +$_['text_column_date_added'] = 'Added'; + +$_['text_confirm_refund'] = 'Are you sure you want to refund the payment?'; + +$_['button_refund'] = 'Rebate / refund'; + diff --git a/public/admin/language/es-es/extension/report/customer_activity.php b/public/admin/language/es-es/extension/report/customer_activity.php new file mode 100644 index 0000000..640d057 --- /dev/null +++ b/public/admin/language/es-es/extension/report/customer_activity.php @@ -0,0 +1,42 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Activity Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Activity Report'; +$_['text_success'] = 'Success: You have modified customer activity report!'; +$_['text_filter'] = 'Filter'; +$_['text_activity_register'] = '<a href="customer_id=%d">%s</a> registered for an 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> 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 return.'; +$_['text_activity_return_guest'] = '%s submitted a product return.'; +$_['text_activity_order_account'] = '<a href="customer_id=%d">%s</a> created 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>.'; + +// Column +$_['column_customer'] = 'Customer'; +$_['column_comment'] = 'Comment'; +$_['column_ip'] = 'IP'; +$_['column_date_added'] = 'Date Added'; + +// Entry +$_['entry_customer'] = 'Customer'; +$_['entry_ip'] = 'IP'; +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer activity report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/customer_order.php b/public/admin/language/es-es/extension/report/customer_order.php new file mode 100644 index 0000000..61a9ab7 --- /dev/null +++ b/public/admin/language/es-es/extension/report/customer_order.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Orders Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Orders Report'; +$_['text_success'] = 'Success: You have modified customer orders report!'; +$_['text_filter'] = 'Filter'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_customer'] = 'Customer Name'; +$_['column_email'] = 'E-Mail'; +$_['column_customer_group'] = 'Customer Group'; +$_['column_status'] = 'Status'; +$_['column_orders'] = 'No. Orders'; +$_['column_products'] = 'No. Products'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer orders report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/customer_reward.php b/public/admin/language/es-es/extension/report/customer_reward.php new file mode 100644 index 0000000..4eb7d61 --- /dev/null +++ b/public/admin/language/es-es/extension/report/customer_reward.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Reward Points Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Reward Points Report'; +$_['text_success'] = 'Success: You have modified customer reward points report!'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_customer'] = 'Customer Name'; +$_['column_email'] = 'E-Mail'; +$_['column_customer_group'] = 'Customer Group'; +$_['column_status'] = 'Status'; +$_['column_points'] = 'Reward Points'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer reward points report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/customer_search.php b/public/admin/language/es-es/extension/report/customer_search.php new file mode 100644 index 0000000..412bbdd --- /dev/null +++ b/public/admin/language/es-es/extension/report/customer_search.php @@ -0,0 +1,31 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Searches Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Searches Report'; +$_['text_success'] = 'Success: You have modified customer searches report!'; +$_['text_filter'] = 'Filter'; +$_['text_guest'] = 'Guest'; +$_['text_customer'] = '<a href="%s">%s</a>'; + +// Column +$_['column_keyword'] = 'Keyword'; +$_['column_products'] = 'Found Products'; +$_['column_category'] = 'Category'; +$_['column_customer'] = 'Customer'; +$_['column_ip'] = 'IP'; +$_['column_date_added'] = 'Date Added'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_keyword'] = 'Keyword'; +$_['entry_customer'] = 'Customer'; +$_['entry_ip'] = 'IP'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer searches report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/customer_transaction.php b/public/admin/language/es-es/extension/report/customer_transaction.php new file mode 100644 index 0000000..1318143 --- /dev/null +++ b/public/admin/language/es-es/extension/report/customer_transaction.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Customer Transaction Report'; + +// Column +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Customer Transaction Report'; +$_['text_success'] = 'Success: You have modified customer credit report!'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_customer'] = 'Customer Name'; +$_['column_email'] = 'E-Mail'; +$_['column_customer_group'] = 'Customer Group'; +$_['column_status'] = 'Status'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_customer'] = 'Customer'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify customer credit report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/marketing.php b/public/admin/language/es-es/extension/report/marketing.php new file mode 100644 index 0000000..6a0a770 --- /dev/null +++ b/public/admin/language/es-es/extension/report/marketing.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Marketing Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Marketing Report'; +$_['text_success'] = 'Success: You have modified marketing report!'; +$_['text_filter'] = 'Filter'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_campaign'] = 'Campaign Name'; +$_['column_code'] = 'Code'; +$_['column_clicks'] = 'Clicks'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify marketing report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/product_purchased.php b/public/admin/language/es-es/extension/report/product_purchased.php new file mode 100644 index 0000000..2e3ac36 --- /dev/null +++ b/public/admin/language/es-es/extension/report/product_purchased.php @@ -0,0 +1,28 @@ +<?php +// Heading +$_['heading_title'] = 'Products Purchased Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Products Purchased Report'; +$_['text_success'] = 'Success: You have modified products purchased report!'; +$_['text_filter'] = 'Filter'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_name'] = 'Product Name'; +$_['column_model'] = 'Model'; +$_['column_quantity'] = 'Quantity'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify products purchased report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/product_viewed.php b/public/admin/language/es-es/extension/report/product_viewed.php new file mode 100644 index 0000000..94906b9 --- /dev/null +++ b/public/admin/language/es-es/extension/report/product_viewed.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Products Viewed Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Products Viewed Report'; +$_['text_success'] = 'Success: You have reset the products viewed report!'; + +// Column +$_['column_name'] = 'Product Name'; +$_['column_model'] = 'Model'; +$_['column_viewed'] = 'Viewed'; +$_['column_percent'] = 'Percent'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify products viewed report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/sale_coupon.php b/public/admin/language/es-es/extension/report/sale_coupon.php new file mode 100644 index 0000000..5d411bd --- /dev/null +++ b/public/admin/language/es-es/extension/report/sale_coupon.php @@ -0,0 +1,25 @@ +<?php +// Heading +$_['heading_title'] = 'Coupons Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Coupons Report'; +$_['text_success'] = 'Success: You have modified coupon report!'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_name'] = 'Coupon Name'; +$_['column_code'] = 'Code'; +$_['column_orders'] = 'Orders'; +$_['column_total'] = 'Total'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify coupon report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/sale_order.php b/public/admin/language/es-es/extension/report/sale_order.php new file mode 100644 index 0000000..0e1b90d --- /dev/null +++ b/public/admin/language/es-es/extension/report/sale_order.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Sales Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Sales Report'; +$_['text_success'] = 'Success: You have modified sales report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_orders'] = 'No. Orders'; +$_['column_products'] = 'No. Products'; +$_['column_tax'] = 'Tax'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify sales report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/sale_return.php b/public/admin/language/es-es/extension/report/sale_return.php new file mode 100644 index 0000000..0ce1e19 --- /dev/null +++ b/public/admin/language/es-es/extension/report/sale_return.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Returns Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Returns Report'; +$_['text_success'] = 'Success: You have modified returns report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_returns'] = 'No. Returns'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Return Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify returns report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/sale_shipping.php b/public/admin/language/es-es/extension/report/sale_shipping.php new file mode 100644 index 0000000..1c2d889 --- /dev/null +++ b/public/admin/language/es-es/extension/report/sale_shipping.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Shipping Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Shipping Report'; +$_['text_success'] = 'Success: You have modified shipping report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_title'] = 'Shipping Title'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify shipping report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/report/sale_tax.php b/public/admin/language/es-es/extension/report/sale_tax.php new file mode 100644 index 0000000..9150801 --- /dev/null +++ b/public/admin/language/es-es/extension/report/sale_tax.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Report'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_edit'] = 'Edit Tax Report'; +$_['text_success'] = 'Success: You have modified tax report!'; +$_['text_filter'] = 'Filter'; +$_['text_year'] = 'Years'; +$_['text_month'] = 'Months'; +$_['text_week'] = 'Weeks'; +$_['text_day'] = 'Days'; +$_['text_all_status'] = 'All Statuses'; + +// Column +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_title'] = 'Tax Title'; +$_['column_orders'] = 'No. Orders'; +$_['column_total'] = 'Total'; + +// Entry +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_group'] = 'Group By'; +$_['entry_status'] = 'Order Status'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax report!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/auspost.php b/public/admin/language/es-es/extension/shipping/auspost.php new file mode 100644 index 0000000..97c56ee --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/auspost.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Australia Post'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Australia Post shipping!'; +$_['text_edit'] = 'Edit Australia Post Shipping'; + +// Entry +$_['entry_api'] = 'API Key'; +$_['entry_postcode'] = 'Post Code'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_weight_class'] = 'Set to kilograms.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Australia Post shipping!'; +$_['error_postcode'] = 'Post Code must be 4 digits!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/citylink.php b/public/admin/language/es-es/extension/shipping/citylink.php new file mode 100644 index 0000000..f0684c2 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/citylink.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Citylink'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Citylink shipping!'; +$_['text_edit'] = 'Edit Citylink Shipping'; + +// Entry +$_['entry_rate'] = 'Citylink Rates'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: .1:1,.25:1.27 - Weights less than or equal to 0.1Kg would cost £1.00, Weights less than or equal to 0.25g but more than 0.1Kg will cost 1.27. Do not enter KG or symbols.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Citylink shipping!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/ec_ship.php b/public/admin/language/es-es/extension/shipping/ec_ship.php new file mode 100644 index 0000000..43ee362 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/ec_ship.php @@ -0,0 +1,46 @@ +<?php +// Heading +$_['heading_title'] = 'EC-Ship'; + +// Text +$_['text_extension'] = 'Extension'; +$_['text_success'] = 'Success: You have modified EC-Ship shipping!'; +$_['text_edit'] = 'Edit EC-Ship Shipping'; +$_['text_air_registered_mail'] = 'Air Registered Mail'; +$_['text_air_parcel'] = 'Air Parcel(Package maxiumn weight 20KG)'; +$_['text_e_express_service_to_us'] = 'e-Express Service to US(Package maxiumn weight 2KG)'; +$_['text_e_express_service_to_canada'] = 'e-Express Service to Canada(Package maxiumn weight 2KG)'; +$_['text_e_express_service_to_united_kingdom'] = 'e-Express Service to United Kingdom(Package maxiumn weight 2KG)'; +$_['text_e_express_service_to_russia'] = 'e-Express Service to Russia(Package maxiumn weight 2KG)'; +$_['text_e_express_service_one'] = 'e-Express service (including Germany, France and Norway)(Package maxiumn weight 2KG)'; +$_['text_e_express_service_two'] = 'e-Express service (including Australia, New Zealand, Korea, Singapore and Vietnam)(Package maxiumn weight 2KG)'; +$_['text_speed_post'] = 'SpeedPost (Standard Service)(Package maxiumn weight 30KG)'; +$_['text_smart_post'] = 'Smart Post(Package maxiumn weight 2KG)'; +$_['text_local_courier_post'] = 'Local Courier Post (Counter Collection)(Package maxiumn weight 2KG)'; +$_['text_local_parcel'] = 'Local Parcel (Package maxiumn weight 20KG)'; + +// Entry +$_['entry_api_key'] = 'API Key'; +$_['entry_username'] = 'Integrator Username'; +$_['entry_api_username'] = 'API Username'; +$_['entry_test'] = 'Test Mode'; +$_['entry_service'] = 'Services'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_api_key'] = 'Enter the API key assigned to you by EC-SHIP.'; +$_['help_username'] = 'Enter your EC-SHIP account Integrator username.'; +$_['help_api_username'] = 'Enter your EC-SHIP account API username.'; +$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; +$_['help_service'] = 'Select the EC-SHIP services to be offered.'; +$_['help_weight_class'] = 'Set to kilograms only.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify EC-SHIP shipping!'; +$_['error_api_key'] = 'Access API Key Required!'; +$_['error_username'] = 'Username Required!'; +$_['error_api_username'] = 'API Username Required!'; diff --git a/public/admin/language/es-es/extension/shipping/fedex.php b/public/admin/language/es-es/extension/shipping/fedex.php new file mode 100644 index 0000000..6e6396c --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/fedex.php @@ -0,0 +1,82 @@ +<?php +// Heading +$_['heading_title'] = 'Fedex'; + +// Text +$_['text_shipping'] = 'Shipping'; +$_['text_success'] = 'Success: You have modified Fedex shipping!'; +$_['text_edit'] = 'Edit Fedex Shipping'; +$_['text_europe_first_international_priority'] = 'Europe First International Priority'; +$_['text_fedex_1_day_freight'] = 'Fedex 1 Day Freight'; +$_['text_fedex_2_day'] = 'Fedex 2 Day'; +$_['text_fedex_2_day_am'] = 'Fedex 2 Day AM'; +$_['text_fedex_2_day_freight'] = 'Fedex 2 Day Freight'; +$_['text_fedex_3_day_freight'] = 'Fedex 3 Day Freight'; +$_['text_fedex_express_saver'] = 'Fedex Express Saver'; +$_['text_fedex_first_freight'] = 'Fedex First Freight'; +$_['text_fedex_freight_economy'] = 'Fedex Freight Economy'; +$_['text_fedex_freight_priority'] = 'Fedex Freight Priority'; +$_['text_fedex_ground'] = 'Fedex Ground'; +$_['text_first_overnight'] = 'First Overnight'; +$_['text_ground_home_delivery'] = 'Ground Home Delivery'; +$_['text_international_economy'] = 'International Economy'; +$_['text_international_economy_freight'] = 'International Economy Freight'; +$_['text_international_first'] = 'International First'; +$_['text_international_priority'] = 'International Priority'; +$_['text_international_priority_freight'] = 'International Priority Freight'; +$_['text_priority_overnight'] = 'Priority Overnight'; +$_['text_smart_post'] = 'Smart Post'; +$_['text_standard_overnight'] = 'Standard Overnight'; +$_['text_regular_pickup'] = 'Regular Pickup'; +$_['text_request_courier'] = 'Request Courier'; +$_['text_drop_box'] = 'Drop Box'; +$_['text_business_service_center'] = 'Business Service Center'; +$_['text_station'] = 'Station'; +$_['text_fedex_envelope'] = 'FedEx Envelope'; +$_['text_fedex_pak'] = 'FedEx Pak'; +$_['text_fedex_box'] = 'FedEx Box'; +$_['text_fedex_tube'] = 'FedEx Tube'; +$_['text_fedex_10kg_box'] = 'FedEx 10kg Box'; +$_['text_fedex_25kg_box'] = 'FedEx 25kg Box'; +$_['text_your_packaging'] = 'Your Packaging'; +$_['text_list_rate'] = 'List Rate'; +$_['text_account_rate'] = 'Account Rate'; + +// Entry +$_['entry_key'] = 'Key'; +$_['entry_password'] = 'Password'; +$_['entry_account'] = 'Account Number'; +$_['entry_meter'] = 'Meter Number'; +$_['entry_postcode'] = 'Post Code'; +$_['entry_test'] = 'Test Mode'; +$_['entry_service'] = 'Services'; +$_['entry_dimension'] = 'Box Dimensions (L x W x H)'; +$_['entry_length_class'] = 'Length Class'; +$_['entry_length'] = 'Length'; +$_['entry_width'] = 'Width'; +$_['entry_height'] = 'Height'; +$_['entry_dropoff_type'] = 'Drop Off Type'; +$_['entry_packaging_type'] = 'Packaging Type'; +$_['entry_rate_type'] = 'Rate Type'; +$_['entry_display_time'] = 'Display Delivery Time'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_length_class'] = 'Set to inches or centimeters.'; +$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_weight_class'] = 'Set to kilograms or pounds.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Fedex shipping!'; +$_['error_key'] = 'Key required!'; +$_['error_password'] = 'Password required!'; +$_['error_account'] = 'Account required!'; +$_['error_meter'] = 'Meter required!'; +$_['error_postcode'] = 'Post Code required!'; +$_['error_dimension'] = 'Width & Height required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/flat.php b/public/admin/language/es-es/extension/shipping/flat.php new file mode 100644 index 0000000..82cfac0 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/flat.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Flat Rate'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified flat rate shipping!'; +$_['text_edit'] = 'Edit Flat Rate Shipping'; + +// Entry +$_['entry_cost'] = 'Cost'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify flat rate shipping!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/free.php b/public/admin/language/es-es/extension/shipping/free.php new file mode 100644 index 0000000..2dca4c5 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/free.php @@ -0,0 +1,20 @@ +<?php +// Heading +$_['heading_title'] = 'Free Shipping'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified free shipping!'; +$_['text_edit'] = 'Edit Free Shipping'; + +// Entry +$_['entry_total'] = 'Total'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'Sub-Total amount needed before the free shipping module becomes available.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify free shipping!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/item.php b/public/admin/language/es-es/extension/shipping/item.php new file mode 100644 index 0000000..81b2cd4 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/item.php @@ -0,0 +1,18 @@ +<?php +// Heading +$_['heading_title'] = 'Per Item'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified shipping per item rates!'; +$_['text_edit'] = 'Edit Per Item Shipping'; + +// Entry +$_['entry_cost'] = 'Cost'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify shipping per item rates!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/parcelforce_48.php b/public/admin/language/es-es/extension/shipping/parcelforce_48.php new file mode 100644 index 0000000..610e4f1 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/parcelforce_48.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Parcelforce 48'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Parcelforce 48 shipping!'; +$_['text_edit'] = 'Edit Parcelforce 48 Shipping'; + +// Entry +$_['entry_rate'] = 'Parcelforce 48 Rates'; +$_['entry_insurance'] = 'Parcelforce48 Compensation Rates'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_display_insurance'] = 'Display Insurance'; +$_['entry_display_time'] = 'Display Delivery Time'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: .1:1,.25:1.27 - Weights less than or equal to 0.1Kg would cost 1.00, Weights less than or equal to 0.25g but more than 0.1Kg will cost 1.27. Do not enter KG or symbols.'; +$_['help_insurance'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_display_insurance'] = 'Do you want to display the shipping insurance? (e.g. Insured upto 500)'; +$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Parcelforce 48 shipping!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/pickup.php b/public/admin/language/es-es/extension/shipping/pickup.php new file mode 100644 index 0000000..ad69251 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/pickup.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'Pickup From Store'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified pickup from store!'; +$_['text_edit'] = 'Edit Pickup From Store Shipping'; + +// Entry +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify pickup from store!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/royal_mail.php b/public/admin/language/es-es/extension/shipping/royal_mail.php new file mode 100644 index 0000000..f7648e8 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/royal_mail.php @@ -0,0 +1,47 @@ +<?php +// Heading +$_['heading_title'] = 'Royal Mail'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Royal Mail shipping!'; +$_['text_edit'] = 'Edit Royal Mail Shipping'; + +// Entry +$_['entry_rate'] = 'Rates'; +$_['entry_rate_eu'] = 'Europe Rates'; +$_['entry_rate_non_eu'] = 'Non Europe Rates'; +$_['entry_rate_zone_1'] = 'World Zone 1 Rates'; +$_['entry_rate_zone_2'] = 'World Zone 2 Rates'; +$_['entry_insurance'] = 'Compensation Rates'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_display_insurance'] = 'Display Insurance'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..'; +$_['help_insurance'] = 'Enter values upto 5,2 decimal places. (12345.67) Example: 34:0,100:1,250:2.25 - Insurance cover for cart values upto 34 would cost 0.00 extra, those values more than 100 and upto 250 will cost 2.25 extra. Do not enter currency symbols.'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_display_insurance'] = 'Do you want to display the shipping insurance? (e.g. Insured upto £500)'; +$_['help_international'] = '<p>Shipping services and prices guide is avaliable here:</p><p><a href="http://www.royalmail.com/international-zones" target="_blank">http://www.royalmail.com/international-zones</a></p><p><a href="http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf" target="_blank">http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf</a></p><p><a href="http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf" target="_blank">http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf</a></p>'; + +// Tab +$_['tab_special_delivery_500'] = 'Special Delivery Next Day (£500)'; +$_['tab_special_delivery_1000'] = 'Special Delivery Next Day (£1000)'; +$_['tab_special_delivery_2500'] = 'Special Delivery Next Day (£2500)'; +$_['tab_1st_class_signed'] = '1st Class Signed'; +$_['tab_2nd_class_signed'] = '2nd Class Signed'; +$_['tab_1st_class_standard'] = '1st Class Standard'; +$_['tab_2nd_class_standard'] = '2nd Class Standard'; +$_['tab_international_standard'] = 'International Standard'; +$_['tab_international_tracked_signed'] = 'International Tracked & Signed'; +$_['tab_international_tracked'] = 'International Tracked'; +$_['tab_international_signed'] = 'International Signed'; +$_['tab_international_economy'] = 'International Economy'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Royal Mail shipping!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/ups.php b/public/admin/language/es-es/extension/shipping/ups.php new file mode 100644 index 0000000..8045668 --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/ups.php @@ -0,0 +1,115 @@ +<?php +// Heading +$_['heading_title'] = 'UPS'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified UPS shipping!'; +$_['text_edit'] = 'Edit UPS Shipping'; +$_['text_regular_daily_pickup'] = 'Regular Daily Pickup'; +$_['text_daily_pickup'] = 'Daily Pickup'; +$_['text_customer_counter'] = 'Customer Counter'; +$_['text_one_time_pickup'] = 'One Time Pickup'; +$_['text_on_call_air_pickup'] = 'On Call Air Pickup'; +$_['text_letter_center'] = 'Letter Center'; +$_['text_air_service_center'] = 'Air Service Center'; +$_['text_suggested_retail_rates'] = 'Suggested Retail Rates (UPS Store)'; +$_['text_package'] = 'Package'; +$_['text_ups_letter'] = 'UPS Letter'; +$_['text_ups_tube'] = 'UPS Tube'; +$_['text_ups_pak'] = 'UPS Pak'; +$_['text_ups_express_box'] = 'UPS Express Box'; +$_['text_ups_25kg_box'] = 'UPS 25kg box'; +$_['text_ups_10kg_box'] = 'UPS 10kg box'; +$_['text_us'] = 'US Origin'; +$_['text_ca'] = 'Canada Origin'; +$_['text_eu'] = 'European Union Origin'; +$_['text_pr'] = 'Puerto Rico Origin'; +$_['text_mx'] = 'Mexico Origin'; +$_['text_other'] = 'All Other Origins'; +$_['text_test'] = 'Test'; +$_['text_production'] = 'Production'; +$_['text_residential'] = 'Residential'; +$_['text_commercial'] = 'Commercial'; +$_['text_next_day_air'] = 'UPS Next Day Air'; +$_['text_2nd_day_air'] = 'UPS Second Day Air'; +$_['text_ground'] = 'UPS Ground'; +$_['text_3_day_select'] = 'UPS Three-Day Select'; +$_['text_next_day_air_saver'] = 'UPS Next Day Air Saver'; +$_['text_next_day_air_early_am'] = 'UPS Next Day Air Early A.M.'; +$_['text_2nd_day_air_am'] = 'UPS Second Day Air A.M.'; +$_['text_saver'] = 'UPS Saver'; +$_['text_worldwide_express'] = 'UPS Worldwide Express'; +$_['text_worldwide_expedited'] = 'UPS Worldwide Expedited'; +$_['text_standard'] = 'UPS Standard'; +$_['text_worldwide_express_plus'] = 'UPS Worldwide Express Plus'; +$_['text_express'] = 'UPS Express'; +$_['text_expedited'] = 'UPS Expedited'; +$_['text_express_early_am'] = 'UPS Express Early A.M.'; +$_['text_express_plus'] = 'UPS Express Plus'; +$_['text_today_standard'] = 'UPS Today Standard'; +$_['text_today_dedicated_courier'] = 'UPS Today Dedicated Courier'; +$_['text_today_intercity'] = 'UPS Today Intercity'; +$_['text_today_express'] = 'UPS Today Express'; +$_['text_today_express_saver'] = 'UPS Today Express Saver'; + +// Entry +$_['entry_key'] = 'Access Key'; +$_['entry_username'] = 'Username'; +$_['entry_password'] = 'Password'; +$_['entry_pickup'] = 'Pickup Method'; +$_['entry_packaging'] = 'Packaging Type'; +$_['entry_classification'] = 'Customer Classification Code'; +$_['entry_origin'] = 'Shipping Origin Code'; +$_['entry_city'] = 'Origin City'; +$_['entry_state'] = 'Origin State/Province'; +$_['entry_country'] = 'Origin Country'; +$_['entry_postcode'] = 'Origin Zip/Postal Code'; +$_['entry_test'] = 'Test Mode'; +$_['entry_quote_type'] = 'Quote Type'; +$_['entry_service'] = 'Services'; +$_['entry_insurance'] = 'Enable Insurance'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_length_class'] = 'Length Class'; +$_['entry_dimension'] = 'Dimensions (L x W x H)'; +$_['entry_length'] = 'Length'; +$_['entry_height'] = 'Height'; +$_['entry_width'] = 'Width'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug Mode'; + +// Help +$_['help_key'] = 'Enter the XML rates access key assigned to you by UPS.'; +$_['help_username'] = 'Enter your UPS Services account username.'; +$_['help_password'] = 'Enter your UPS Services account password.'; +$_['help_pickup'] = 'How do you give packages to UPS (only used when origin is US)?'; +$_['help_packaging'] = 'What kind of packaging do you use?'; +$_['help_classification'] = '01 - If you are billing to a UPS account and have a daily UPS pickup, 03 - If you do not have a UPS account or you are billing to a UPS account but do not have a daily pickup, 04 - If you are shipping from a retail outlet (only used when origin is US)'; +$_['help_origin'] = 'What origin point should be used (this setting affects only what UPS product names are shown to the user)'; +$_['help_city'] = 'Enter the name of the origin city.'; +$_['help_state'] = 'Enter the two-letter code for your origin state/province.'; +$_['help_country'] = 'Enter the two-letter code for your origin country.'; +$_['help_postcode'] = 'Enter your origin zip/postalcode.'; +$_['help_test'] = 'Use this module in Test (YES) or Production mode (NO)?'; +$_['help_quote_type'] = 'Quote for Residential or Commercial Delivery.'; +$_['help_service'] = 'Select the UPS services to be offered.'; +$_['help_insurance'] = 'Enables insurance with product total as the value'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_weight_class'] = 'Set to kilograms or pounds.'; +$_['help_length_class'] = 'Set to centimeters or inches.'; +$_['help_dimension'] = 'This is assumed to be your average packing box size. Individual item dimensions are not supported at this time so you must enter average dimensions like 5x5x5.'; +$_['help_debug'] = 'Saves send/recv data to the system log'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify UPS (US) shipping!'; +$_['error_key'] = 'Access Key Required!'; +$_['error_username'] = 'Username Required!'; +$_['error_password'] = 'Password Required!'; +$_['error_city'] = 'Origin City!'; +$_['error_state'] = 'Origin State/Province Required!'; +$_['error_country'] = 'Origin Country Required!'; +$_['error_dimension'] = 'Average Dimensions Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/usps.php b/public/admin/language/es-es/extension/shipping/usps.php new file mode 100644 index 0000000..457ebcf --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/usps.php @@ -0,0 +1,88 @@ +<?php +// Heading +$_['heading_title'] = 'United States Postal Service'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified United States Postal Service!'; +$_['text_edit'] = 'Edit United States Postal Service Shipping'; +$_['text_domestic_00'] = 'First-Class Mail Parcel'; +$_['text_domestic_01'] = 'First-Class Mail Large Envelope'; +$_['text_domestic_02'] = 'First-Class Mail Letter'; +$_['text_domestic_03'] = 'First-Class Mail Postcards'; +$_['text_domestic_1'] = 'Priority Mail'; +$_['text_domestic_2'] = 'Express Mail Hold for Pickup'; +$_['text_domestic_3'] = 'Express Mail'; +$_['text_domestic_4'] = 'Parcel Post'; +$_['text_domestic_5'] = 'Bound Printed Matter'; +$_['text_domestic_6'] = 'Media Mail'; +$_['text_domestic_7'] = 'Library'; +$_['text_domestic_12'] = 'First-Class Postcard Stamped'; +$_['text_domestic_13'] = 'Express Mail Flat-Rate Envelope'; +$_['text_domestic_16'] = 'Priority Mail Flat-Rate Envelope'; +$_['text_domestic_17'] = 'Priority Mail Regular Flat-Rate Box'; +$_['text_domestic_18'] = 'Priority Mail Keys and IDs'; +$_['text_domestic_19'] = 'First-Class Keys and IDs'; +$_['text_domestic_22'] = 'Priority Mail Flat-Rate Large Box'; +$_['text_domestic_23'] = 'Express Mail Sunday/Holiday'; +$_['text_domestic_25'] = 'Express Mail Flat-Rate Envelope Sunday/Holiday'; +$_['text_domestic_27'] = 'Express Mail Flat-Rate Envelope Hold For Pickup'; +$_['text_domestic_28'] = 'Priority Mail Small Flat-Rate Box'; +$_['text_international_1'] = 'Express Mail International'; +$_['text_international_2'] = 'Priority Mail International'; +$_['text_international_4'] = 'Global Express Guaranteed (Document and Non-document)'; +$_['text_international_5'] = 'Global Express Guaranteed Document used'; +$_['text_international_6'] = 'Global Express Guaranteed Non-Document Rectangular shape'; +$_['text_international_7'] = 'Global Express Guaranteed Non-Document Non-Rectangular'; +$_['text_international_8'] = 'Priority Mail Flat Rate Envelope'; +$_['text_international_9'] = 'Priority Mail Flat Rate Box'; +$_['text_international_10'] = 'Express Mail International Flat Rate Envelope'; +$_['text_international_11'] = 'Priority Mail Flat Rate Large Box'; +$_['text_international_12'] = 'Global Express Guaranteed Envelope'; +$_['text_international_13'] = 'First Class Mail International Letters'; +$_['text_international_14'] = 'First Class Mail International Flats'; +$_['text_international_15'] = 'First Class Mail International Parcels'; +$_['text_international_16'] = 'Priority Mail Flat Rate Small Box'; +$_['text_international_21'] = 'Postcards'; +$_['text_regular'] = 'Regular'; +$_['text_large'] = 'Large'; +$_['text_rectangular'] = 'Rectangular'; +$_['text_non_rectangular'] = 'Non Rectangular'; +$_['text_variable'] = 'Variable'; + +// Entry +$_['entry_user_id'] = 'User ID'; +$_['entry_postcode'] = 'Zip Code'; +$_['entry_domestic'] = 'Domestic Services'; +$_['entry_international'] = 'International Services'; +$_['entry_size'] = 'Size'; +$_['entry_container'] = 'Container'; +$_['entry_machinable'] = 'Machinable'; +$_['entry_dimension'] = 'Dimensions (L x W x H)'; +$_['entry_length'] = 'Length'; +$_['entry_height'] = 'Height'; +$_['entry_width'] = 'Width'; +$_['entry_display_time'] = 'Display Delivery Time'; +$_['entry_display_weight'] = 'Display Delivery Weight'; +$_['entry_weight_class'] = 'Weight Class'; +$_['entry_tax'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; +$_['entry_debug'] = 'Debug Mode'; + +// Help +$_['help_dimension'] = 'Average package dimensions for shipping package. Product dimensions are not used for shipping at this time.'; +$_['help_display_time'] = 'Do you want to display the shipping time? (e.g. Ships within 3 to 5 days)'; +$_['help_display_weight'] = 'Do you want to display the shipping weight? (e.g. Delivery Weight : 2.7674 kg)'; +$_['help_weight_class'] = 'Must be set to Pound.'; +$_['help_debug'] = 'Saves send/recv data to the system log'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify United States Postal Service!'; +$_['error_user_id'] = 'User ID Required!'; +$_['error_postcode'] = 'Zip Code Required!'; +$_['error_width'] = 'Width Required!'; +$_['error_length'] = 'Length Required!'; +$_['error_height'] = 'Height Required!'; +$_['error_girth'] = 'Girth Required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/shipping/weight.php b/public/admin/language/es-es/extension/shipping/weight.php new file mode 100644 index 0000000..b18887b --- /dev/null +++ b/public/admin/language/es-es/extension/shipping/weight.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Weight Based Shipping'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified weight based shipping!'; +$_['text_edit'] = 'Edit Weight Based Shipping'; + +// Entry +$_['entry_rate'] = 'Rates'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_rate'] = 'Example: 5:10.00,7:12.00 Weight:Cost,Weight:Cost, etc..'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify weight based shipping!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/theme/default.php b/public/admin/language/es-es/extension/theme/default.php new file mode 100644 index 0000000..e879513 --- /dev/null +++ b/public/admin/language/es-es/extension/theme/default.php @@ -0,0 +1,48 @@ +<?php +// Heading +$_['heading_title'] = 'Default Store Theme'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified the default store theme!'; +$_['text_edit'] = 'Edit Default Store Theme'; +$_['text_general'] = 'General'; +$_['text_product'] = 'Products'; +$_['text_image'] = 'Images'; + +// Entry +$_['entry_directory'] = 'Theme Directory'; +$_['entry_status'] = 'Status'; +$_['entry_product_limit'] = 'Default Items Per Page'; +$_['entry_product_description_length'] = 'List Description Limit'; +$_['entry_image_category'] = 'Category Image Size (W x H)'; +$_['entry_image_thumb'] = 'Product Image Thumb Size (W x H)'; +$_['entry_image_popup'] = 'Product Image Popup Size (W x H)'; +$_['entry_image_product'] = 'Product Image List Size (W x H)'; +$_['entry_image_additional'] = 'Additional Product Image Size (W x H)'; +$_['entry_image_related'] = 'Related Product Image Size (W x H)'; +$_['entry_image_compare'] = 'Compare Image Size (W x H)'; +$_['entry_image_wishlist'] = 'Wish List Image Size (W x H)'; +$_['entry_image_cart'] = 'Cart Image Size (W x H)'; +$_['entry_image_location'] = 'Store Image Size (W x H)'; +$_['entry_width'] = 'Width'; +$_['entry_height'] = 'Height'; + +// Help +$_['help_directory'] = 'This field is only to enable older themes to be compatible with the new theme system. You can set the theme directory to use on the image size settings defined here.'; +$_['help_product_limit'] = 'Determines how many catalog items are shown per page (products, categories, etc)'; +$_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify the default store theme!'; +$_['error_limit'] = 'Product Limit required!'; +$_['error_image_thumb'] = 'Product Image Thumb Size dimensions required!'; +$_['error_image_popup'] = 'Product Image Popup Size dimensions required!'; +$_['error_image_product'] = 'Product List Size dimensions required!'; +$_['error_image_category'] = 'Category List Size dimensions required!'; +$_['error_image_additional'] = 'Additional Product Image Size dimensions required!'; +$_['error_image_related'] = 'Related Product Image Size dimensions required!'; +$_['error_image_compare'] = 'Compare Image Size dimensions required!'; +$_['error_image_wishlist'] = 'Wish List Image Size dimensions required!'; +$_['error_image_cart'] = 'Cart Image Size dimensions required!'; +$_['error_image_location'] = 'Store Image Size dimensions required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/coupon.php b/public/admin/language/es-es/extension/total/coupon.php new file mode 100644 index 0000000..15a3f8c --- /dev/null +++ b/public/admin/language/es-es/extension/total/coupon.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Coupon'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified coupon total!'; +$_['text_edit'] = 'Edit Coupon'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify coupon total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/credit.php b/public/admin/language/es-es/extension/total/credit.php new file mode 100644 index 0000000..6e86099 --- /dev/null +++ b/public/admin/language/es-es/extension/total/credit.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Store Credit'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified store credit total!'; +$_['text_edit'] = 'Edit Store Credit Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify store credit total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/handling.php b/public/admin/language/es-es/extension/total/handling.php new file mode 100644 index 0000000..0e3728c --- /dev/null +++ b/public/admin/language/es-es/extension/total/handling.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Handling Fee'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified handling fee total!'; +$_['text_edit'] = 'Edit Handling Fee Total'; + +// Entry +$_['entry_total'] = 'Order Total'; +$_['entry_fee'] = 'Fee'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this order total becomes active.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/klarna_fee.php b/public/admin/language/es-es/extension/total/klarna_fee.php new file mode 100644 index 0000000..feb108d --- /dev/null +++ b/public/admin/language/es-es/extension/total/klarna_fee.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Klarna Fee'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Klarna fee total!'; +$_['text_edit'] = 'Edit Klarna Fee Total'; +$_['text_sweden'] = 'Sweden'; +$_['text_norway'] = 'Norway'; +$_['text_finland'] = 'Finland'; +$_['text_denmark'] = 'Denmark'; +$_['text_germany'] = 'Germany'; +$_['text_netherlands'] = 'The Netherlands'; + +// Entry +$_['entry_total'] = 'Order Total'; +$_['entry_fee'] = 'Invoice Fee'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Klarna fee total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/low_order_fee.php b/public/admin/language/es-es/extension/total/low_order_fee.php new file mode 100644 index 0000000..bff0937 --- /dev/null +++ b/public/admin/language/es-es/extension/total/low_order_fee.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Low Order Fee'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified low order fee total!'; +$_['text_edit'] = 'Edit Low Order Fee Total'; + +// Entry +$_['entry_total'] = 'Order Total'; +$_['entry_fee'] = 'Fee'; +$_['entry_tax_class'] = 'Tax Class'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_total'] = 'The checkout total the order must reach before this order total is deactivated.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify low order fee total!'; diff --git a/public/admin/language/es-es/extension/total/reward.php b/public/admin/language/es-es/extension/total/reward.php new file mode 100644 index 0000000..153198c --- /dev/null +++ b/public/admin/language/es-es/extension/total/reward.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Reward Points'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified reward points total!'; +$_['text_edit'] = 'Edit Reward Points Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify reward points total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/shipping.php b/public/admin/language/es-es/extension/total/shipping.php new file mode 100644 index 0000000..a0c1da6 --- /dev/null +++ b/public/admin/language/es-es/extension/total/shipping.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'Shipping'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified shipping total!'; +$_['text_edit'] = 'Edit Shipping Total'; + +// Entry +$_['entry_estimator'] = 'Shipping Estimator'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify shipping total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/sub_total.php b/public/admin/language/es-es/extension/total/sub_total.php new file mode 100644 index 0000000..bb203af --- /dev/null +++ b/public/admin/language/es-es/extension/total/sub_total.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Sub-Total'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified sub-total total!'; +$_['text_edit'] = 'Edit Sub-Total Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify sub-total total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/tax.php b/public/admin/language/es-es/extension/total/tax.php new file mode 100644 index 0000000..22627e8 --- /dev/null +++ b/public/admin/language/es-es/extension/total/tax.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Taxes'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified taxes total!'; +$_['text_edit'] = 'Edit Tax Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify taxes total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/total.php b/public/admin/language/es-es/extension/total/total.php new file mode 100644 index 0000000..e5eb810 --- /dev/null +++ b/public/admin/language/es-es/extension/total/total.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Total'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified total totals!'; +$_['text_edit'] = 'Edit Total Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify total totals!';
\ No newline at end of file diff --git a/public/admin/language/es-es/extension/total/voucher.php b/public/admin/language/es-es/extension/total/voucher.php new file mode 100644 index 0000000..4e59e7b --- /dev/null +++ b/public/admin/language/es-es/extension/total/voucher.php @@ -0,0 +1,15 @@ +<?php +// Heading +$_['heading_title'] = 'Gift Voucher'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified gift voucher total!'; +$_['text_edit'] = 'Edit Gift Voucher Total'; + +// Entry +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/country.php b/public/admin/language/es-es/localisation/country.php new file mode 100644 index 0000000..0a4e5f1 --- /dev/null +++ b/public/admin/language/es-es/localisation/country.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Countries'; + +// Text +$_['text_success'] = 'Success: You have modified countries!'; +$_['text_list'] = 'Country List'; +$_['text_add'] = 'Add Country'; +$_['text_edit'] = 'Edit Country'; + +// Column +$_['column_name'] = 'Country Name'; +$_['column_iso_code_2'] = 'ISO Code (2)'; +$_['column_iso_code_3'] = 'ISO Code (3)'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Country Name'; +$_['entry_iso_code_2'] = 'ISO Code (2)'; +$_['entry_iso_code_3'] = 'ISO Code (3)'; +$_['entry_address_format'] = 'Address Format'; +$_['entry_postcode_required'] = 'Postcode Required'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_address_format'] = 'First Name = {firstname}<br />Last Name = {lastname}<br />Company = {company}<br />Address 1 = {address_1}<br />Address 2 = {address_2}<br />City = {city}<br />Postcode = {postcode}<br />Zone = {zone}<br />Zone Code = {zone_code}<br />Country = {country}'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify countries!'; +$_['error_name'] = 'Country Name must be between 1 and 128 characters!'; +$_['error_default'] = 'Warning: This country cannot be deleted as it is currently assigned as the default store country!'; +$_['error_store'] = 'Warning: This country cannot be deleted as it is currently assigned to %s stores!'; +$_['error_address'] = 'Warning: This country cannot be deleted as it is currently assigned to %s address book entries!'; +$_['error_affiliate'] = 'Warning: This country cannot be deleted as it is currently assigned to %s affiliates!'; +$_['error_zone'] = 'Warning: This country cannot be deleted as it is currently assigned to %s zones!'; +$_['error_zone_to_geo_zone'] = 'Warning: This country cannot be deleted as it is currently assigned to %s zones to geo zones!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/currency.php b/public/admin/language/es-es/localisation/currency.php new file mode 100644 index 0000000..92b2a60 --- /dev/null +++ b/public/admin/language/es-es/localisation/currency.php @@ -0,0 +1,38 @@ +<?php +// Heading +$_['heading_title'] = 'Currencies'; + +// Text +$_['text_success'] = 'Success: You have modified currencies!'; +$_['text_list'] = 'Currency List'; +$_['text_add'] = 'Add Currency'; +$_['text_edit'] = 'Edit Currency'; +$_['text_iso'] = 'You can find a full list of ISO currency codes and settings <a href="http://www.xe.com/iso4217.php" target="_blank" class="alert-link">here</a>.'; + +// Column +$_['column_title'] = 'Currency Title'; +$_['column_code'] = 'Code'; +$_['column_value'] = 'Value'; +$_['column_date_modified'] = 'Last Updated'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Currency Title'; +$_['entry_code'] = 'Code'; +$_['entry_value'] = 'Value'; +$_['entry_symbol_left'] = 'Symbol Left'; +$_['entry_symbol_right'] = 'Symbol Right'; +$_['entry_decimal_place'] = 'Decimal Places'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_code'] = 'Do not change if this is your default currency.'; +$_['help_value'] = 'Set to 1.00000 if this is your default currency.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify currencies!'; +$_['error_title'] = 'Currency Title must be between 3 and 32 characters!'; +$_['error_code'] = 'Currency Code must contain 3 characters!'; +$_['error_default'] = 'Warning: This currency cannot be deleted as it is currently assigned as the default store currency!'; +$_['error_store'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This currency cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/geo_zone.php b/public/admin/language/es-es/localisation/geo_zone.php new file mode 100644 index 0000000..489114f --- /dev/null +++ b/public/admin/language/es-es/localisation/geo_zone.php @@ -0,0 +1,27 @@ +<?php +// Heading +$_['heading_title'] = 'Geo Zones'; + +// Text +$_['text_success'] = 'Success: You have modified geo zones!'; +$_['text_list'] = 'Geo Zone List'; +$_['text_add'] = 'Add Geo Zone'; +$_['text_edit'] = 'Edit Geo Zone'; +$_['text_geo_zone'] = 'Geo Zones'; + +// Column +$_['column_name'] = 'Geo Zone Name'; +$_['column_description'] = 'Description'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Geo Zone Name'; +$_['entry_description'] = 'Description'; +$_['entry_country'] = 'Country'; +$_['entry_zone'] = 'Zone'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify geo zones!'; +$_['error_name'] = 'Geo Zone Name must be between 3 and 32 characters!'; +$_['error_description'] = 'Description Name must be between 3 and 255 characters!'; +$_['error_tax_rate'] = 'Warning: This geo zone cannot be deleted as it is currently assigned to one or more tax rates!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/language.php b/public/admin/language/es-es/localisation/language.php new file mode 100644 index 0000000..facaaae --- /dev/null +++ b/public/admin/language/es-es/localisation/language.php @@ -0,0 +1,37 @@ +<?php +// Heading +$_['heading_title'] = 'Languages'; + +// Text +$_['text_success'] = 'Success: You have modified languages!'; +$_['text_list'] = 'Language List'; +$_['text_add'] = 'Add Language'; +$_['text_edit'] = 'Edit Language'; + +// Column +$_['column_name'] = 'Language Name'; +$_['column_code'] = 'Code'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Language Name'; +$_['entry_code'] = 'Code'; +$_['entry_locale'] = 'Locale'; +$_['entry_status'] = 'Status'; +$_['entry_sort_order'] = 'Sort Order'; + +// Help +$_['help_locale'] = 'Example: en_US.UTF-8,en_US,en-gb,en_gb,english'; +$_['help_status'] = 'Hide/Show it in language dropdown'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify languages!'; +$_['error_exists'] = 'Warning: You added before the language!'; +$_['error_name'] = 'Language Name must be between 3 and 32 characters!'; +$_['error_code'] = 'Language Code must at least 2 characters!'; +$_['error_locale'] = 'Locale required!'; +$_['error_default'] = 'Warning: This language cannot be deleted as it is currently assigned as the default store language!'; +$_['error_admin'] = 'Warning: This Language cannot be deleted as it is currently assigned as the administration language!'; +$_['error_store'] = 'Warning: This language cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This language cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/length_class.php b/public/admin/language/es-es/localisation/length_class.php new file mode 100644 index 0000000..e287d33 --- /dev/null +++ b/public/admin/language/es-es/localisation/length_class.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Length Classes'; + +// Text +$_['text_success'] = 'Success: You have modified length classes!'; +$_['text_list'] = 'Length Class List'; +$_['text_add'] = 'Add Length Class'; +$_['text_edit'] = 'Edit Length Class'; + +// Column +$_['column_title'] = 'Length Title'; +$_['column_unit'] = 'Length Unit'; +$_['column_value'] = 'Value'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Length Title'; +$_['entry_unit'] = 'Length Unit'; +$_['entry_value'] = 'Value'; + +// Help +$_['help_value'] = 'Set to 1.00000 if this is your default length.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify length classes!'; +$_['error_title'] = 'Length Title must be between 3 and 32 characters!'; +$_['error_unit'] = 'Length Unit must be between 1 and 4 characters!'; +$_['error_default'] = 'Warning: This length class cannot be deleted as it is currently assigned as the default store length class!'; +$_['error_product'] = 'Warning: This length class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/location.php b/public/admin/language/es-es/localisation/location.php new file mode 100644 index 0000000..d7b3aab --- /dev/null +++ b/public/admin/language/es-es/localisation/location.php @@ -0,0 +1,38 @@ +<?php +// Heading +$_['heading_title'] = 'Store Locations'; + +// Text +$_['text_success'] = 'Success: You have modified store locations!'; +$_['text_list'] = 'Store Location List'; +$_['text_add'] = 'Add Store Location'; +$_['text_edit'] = 'Edit Store Location'; +$_['text_default'] = 'Default'; +$_['text_time'] = 'Opening Times'; +$_['text_geocode'] = 'Geocode was not successful for the following reason:'; + +// Column +$_['column_name'] = 'Store Name'; +$_['column_address'] = 'Address'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Store Name'; +$_['entry_address'] = 'Address'; +$_['entry_geocode'] = 'Geocode'; +$_['entry_telephone'] = 'Telephone'; +$_['entry_fax'] = 'Fax'; +$_['entry_image'] = 'Image'; +$_['entry_open'] = 'Opening Times'; +$_['entry_comment'] = 'Comment'; + +// Help +$_['help_geocode'] = 'Please enter your store location geocode manually.'; +$_['help_open'] = 'Fill in your stores opening times.'; +$_['help_comment'] = 'This field is for any special notes you would like to tell the customer i.e. Store does not accept cheques.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify store locations!'; +$_['error_name'] = 'Store name must be between 3 and 32 characters!'; +$_['error_address'] = 'Address must be between 3 and 128 characters!'; +$_['error_telephone'] = 'Telephone must be between 3 and 32 characters!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/order_status.php b/public/admin/language/es-es/localisation/order_status.php new file mode 100644 index 0000000..09aa802 --- /dev/null +++ b/public/admin/language/es-es/localisation/order_status.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Order Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified order statuses!'; +$_['text_list'] = 'Order Status List'; +$_['text_add'] = 'Add Order Status'; +$_['text_edit'] = 'Edit Order Status'; + +// Column +$_['column_name'] = 'Order Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Order Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify order statuses!'; +$_['error_name'] = 'Order Status Name must be between 3 and 32 characters!'; +$_['error_default'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default store order status!'; +$_['error_download'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default download status!'; +$_['error_store'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/return_action.php b/public/admin/language/es-es/localisation/return_action.php new file mode 100644 index 0000000..61b73c6 --- /dev/null +++ b/public/admin/language/es-es/localisation/return_action.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Return Actions'; + +// Text +$_['text_success'] = 'Success: You have modified return actions!'; +$_['text_list'] = 'Return Action List'; +$_['text_add'] = 'Add Return Action'; +$_['text_edit'] = 'Edit Return Action'; + +// Column +$_['column_name'] = 'Return Action Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Return Action Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify return actions!'; +$_['error_name'] = 'Return Action Name must be between 3 and 64 characters!'; +$_['error_return'] = 'Warning: This return action cannot be deleted as it is currently assigned to %s returned products!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/return_reason.php b/public/admin/language/es-es/localisation/return_reason.php new file mode 100644 index 0000000..652eaea --- /dev/null +++ b/public/admin/language/es-es/localisation/return_reason.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Return Reasons'; + +// Text +$_['text_success'] = 'Success: You have modified return reasons!'; +$_['text_list'] = 'Return Reason List'; +$_['text_add'] = 'Add Return Reason'; +$_['text_edit'] = 'Edit Return Reason'; + +// Column +$_['column_name'] = 'Return Reason Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Return Reason Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify return reasons!'; +$_['error_name'] = 'Return Reason Name must be between 3 and 128 characters!'; +$_['error_return'] = 'Warning: This return reason cannot be deleted as it is currently assigned to %s returned products!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/return_status.php b/public/admin/language/es-es/localisation/return_status.php new file mode 100644 index 0000000..90f7f5c --- /dev/null +++ b/public/admin/language/es-es/localisation/return_status.php @@ -0,0 +1,22 @@ +<?php +// Heading +$_['heading_title'] = 'Return Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified return statuses!'; +$_['text_list'] = 'Return Status List'; +$_['text_add'] = 'Add Return Status'; +$_['text_edit'] = 'Edit Return Status'; + +// Column +$_['column_name'] = 'Return Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Return Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify return statuses!'; +$_['error_name'] = 'Return Status Name must be between 3 and 32 characters!'; +$_['error_default'] = 'Warning: This return status cannot be deleted as it is currently assigned as the default return status!'; +$_['error_return'] = 'Warning: This return status cannot be deleted as it is currently assigned to %s returns!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/stock_status.php b/public/admin/language/es-es/localisation/stock_status.php new file mode 100644 index 0000000..ff98054 --- /dev/null +++ b/public/admin/language/es-es/localisation/stock_status.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Stock Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified stock statuses!'; +$_['text_list'] = 'Stock Status List'; +$_['text_add'] = 'Add Stock Status'; +$_['text_edit'] = 'Edit Stock Status'; + +// Column +$_['column_name'] = 'Stock Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Stock Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify stock statuses!'; +$_['error_name'] = 'Stock Status Name must be between 3 and 32 characters!'; +$_['error_product'] = 'Warning: This stock status cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/tax_class.php b/public/admin/language/es-es/localisation/tax_class.php new file mode 100644 index 0000000..40df76e --- /dev/null +++ b/public/admin/language/es-es/localisation/tax_class.php @@ -0,0 +1,32 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Classes'; + +// Text +$_['text_success'] = 'Success: You have modified tax classes!'; +$_['text_list'] = 'Tax Class List'; +$_['text_add'] = 'Add Tax Class'; +$_['text_edit'] = 'Edit Tax Class'; +$_['text_tax_class'] = 'Tax Class'; +$_['text_tax_rate'] = 'Tax Rates'; +$_['text_shipping'] = 'Shipping Address'; +$_['text_payment'] = 'Payment Address'; +$_['text_store'] = 'Store Address'; + +// Column +$_['column_title'] = 'Tax Class Title'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Tax Class Title'; +$_['entry_description'] = 'Description'; +$_['entry_rate'] = 'Tax Rate'; +$_['entry_based'] = 'Based On'; +$_['entry_geo_zone'] = 'Geo Zone'; +$_['entry_priority'] = 'Priority'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax classes!'; +$_['error_title'] = 'Tax Class Title must be between 3 and 32 characters!'; +$_['error_description'] = 'Description must be between 3 and 255 characters!'; +$_['error_product'] = 'Warning: This tax class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/tax_rate.php b/public/admin/language/es-es/localisation/tax_rate.php new file mode 100644 index 0000000..f66f6f1 --- /dev/null +++ b/public/admin/language/es-es/localisation/tax_rate.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Rates'; + +// Text +$_['text_success'] = 'Success: You have modified tax rates!'; +$_['text_list'] = 'Tax Rate List'; +$_['text_add'] = 'Add Tax Rate'; +$_['text_edit'] = 'Edit Tax Rate'; +$_['text_percent'] = 'Percentage'; +$_['text_amount'] = 'Fixed Amount'; + +// Column +$_['column_name'] = 'Tax Name'; +$_['column_rate'] = 'Tax Rate'; +$_['column_type'] = 'Type'; +$_['column_geo_zone'] = 'Geo Zone'; +$_['column_date_added'] = 'Date Added'; +$_['column_date_modified'] = 'Date Modified'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Tax Name'; +$_['entry_rate'] = 'Tax Rate'; +$_['entry_type'] = 'Type'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_geo_zone'] = 'Geo Zone'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax rates!'; +$_['error_tax_rule'] = 'Warning: This tax rate cannot be deleted as it is currently assigned to %s tax classes!'; +$_['error_name'] = 'Tax Name must be between 3 and 32 characters!'; +$_['error_rate'] = 'Tax Rate required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/weight_class.php b/public/admin/language/es-es/localisation/weight_class.php new file mode 100644 index 0000000..b37de54 --- /dev/null +++ b/public/admin/language/es-es/localisation/weight_class.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Weight Classes'; + +// Text +$_['text_success'] = 'Success: You have modified weight classes!'; +$_['text_list'] = 'Weight Class List'; +$_['text_add'] = 'Add Weight Class'; +$_['text_edit'] = 'Edit Weight Class'; + +// Column +$_['column_title'] = 'Weight Title'; +$_['column_unit'] = 'Weight Unit'; +$_['column_value'] = 'Value'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_title'] = 'Weight Title'; +$_['entry_unit'] = 'Weight Unit'; +$_['entry_value'] = 'Value'; + +// Help +$_['help_value'] = 'Set to 1.00000 if this is your default weight.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify weight classes!'; +$_['error_title'] = 'Weight Title must be between 3 and 32 characters!'; +$_['error_unit'] = 'Weight Unit must be between 1 and 4 characters!'; +$_['error_default'] = 'Warning: This weight class cannot be deleted as it is currently assigned as the default store weight class!'; +$_['error_product'] = 'Warning: This weight class cannot be deleted as it is currently assigned to %s products!';
\ No newline at end of file diff --git a/public/admin/language/es-es/localisation/zone.php b/public/admin/language/es-es/localisation/zone.php new file mode 100644 index 0000000..a12c748 --- /dev/null +++ b/public/admin/language/es-es/localisation/zone.php @@ -0,0 +1,30 @@ +<?php +// Heading +$_['heading_title'] = 'Zones'; + +// Text +$_['text_success'] = 'Success: You have modified zones!'; +$_['text_list'] = 'Zone List'; +$_['text_add'] = 'Add Zone'; +$_['text_edit'] = 'Edit Zone'; + +// Column +$_['column_name'] = 'Zone Name'; +$_['column_code'] = 'Zone Code'; +$_['column_country'] = 'Country'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Zone Name'; +$_['entry_code'] = 'Zone Code'; +$_['entry_country'] = 'Country'; +$_['entry_status'] = 'Status'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify zones!'; +$_['error_name'] = 'Zone Name must be between 1 and 128 characters!'; +$_['error_default'] = 'Warning: This zone cannot be deleted as it is currently assigned as the default store zone!'; +$_['error_store'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s stores!'; +$_['error_address'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s address book entries!'; +$_['error_affiliate'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s affiliates!'; +$_['error_zone_to_geo_zone'] = 'Warning: This zone cannot be deleted as it is currently assigned to %s zones to geo zones!';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/affiliate_approve.php b/public/admin/language/es-es/mail/affiliate_approve.php new file mode 100644 index 0000000..913342d --- /dev/null +++ b/public/admin/language/es-es/mail/affiliate_approve.php @@ -0,0 +1,7 @@ +<?php +// Text +$_['text_subject'] = '%s - Your affiliate account has been activated!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_login'] = 'Your account has now been approved and you can log in by using your email address and password by visiting our website or at the following URL:'; +$_['text_services'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.'; +$_['text_thanks'] = 'Thanks,';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/affiliate_deny.php b/public/admin/language/es-es/mail/affiliate_deny.php new file mode 100644 index 0000000..1f20754 --- /dev/null +++ b/public/admin/language/es-es/mail/affiliate_deny.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Your affiliate account has been denied!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:'; +$_['text_thanks'] = 'Thanks,';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/customer_approve.php b/public/admin/language/es-es/mail/customer_approve.php new file mode 100644 index 0000000..f1ef1a9 --- /dev/null +++ b/public/admin/language/es-es/mail/customer_approve.php @@ -0,0 +1,7 @@ +<?php +// Text +$_['text_subject'] = '%s - Your Account has been activated!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_login'] = 'Your account has now been created and you can log in by using your email address and password by visiting our website or at the following URL:'; +$_['text_service'] = 'Upon logging in, you will be able to access other services including reviewing past orders, printing invoices and editing your account information.'; +$_['text_thanks'] = 'Thanks,';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/customer_deny.php b/public/admin/language/es-es/mail/customer_deny.php new file mode 100644 index 0000000..f1af23a --- /dev/null +++ b/public/admin/language/es-es/mail/customer_deny.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Your Account has been denied!'; +$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; +$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:'; +$_['text_thanks'] = 'Thanks,'; diff --git a/public/admin/language/es-es/mail/forgotten.php b/public/admin/language/es-es/mail/forgotten.php new file mode 100644 index 0000000..cef50f8 --- /dev/null +++ b/public/admin/language/es-es/mail/forgotten.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Password reset request'; +$_['text_greeting'] = 'A new password was requested for %s administration.'; +$_['text_change'] = 'To reset your password click on the link below:'; +$_['text_ip'] = 'The IP used to make this request was:';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/return.php b/public/admin/language/es-es/mail/return.php new file mode 100644 index 0000000..0c25807 --- /dev/null +++ b/public/admin/language/es-es/mail/return.php @@ -0,0 +1,8 @@ +<?php +// Text +$_['text_subject'] = '%s - Return Update %s'; +$_['text_return_id'] = 'Return ID:'; +$_['text_date_added'] = 'Return Date:'; +$_['text_return_status'] = 'Your return has been updated to the following status:'; +$_['text_comment'] = 'The comments for your return are:'; +$_['text_footer'] = 'Please reply to this email if you have any questions.';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/reward.php b/public/admin/language/es-es/mail/reward.php new file mode 100644 index 0000000..b02465a --- /dev/null +++ b/public/admin/language/es-es/mail/reward.php @@ -0,0 +1,5 @@ +<?php +// Text +$_['text_subject'] = '%s - Reward Points'; +$_['text_received'] = 'You have received %s Reward Points!'; +$_['text_total'] = 'Your total number of reward points is now %s.';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/transaction.php b/public/admin/language/es-es/mail/transaction.php new file mode 100644 index 0000000..d111391 --- /dev/null +++ b/public/admin/language/es-es/mail/transaction.php @@ -0,0 +1,6 @@ +<?php +// Text +$_['text_subject'] = '%s - Affiliate Credit'; +$_['text_received'] = 'You have received %s credit!'; +$_['text_total'] = 'Your total amount of credit is now %s.'; +$_['text_credit'] = 'Your account credit can deducted from your next purchase.';
\ No newline at end of file diff --git a/public/admin/language/es-es/mail/voucher.php b/public/admin/language/es-es/mail/voucher.php new file mode 100644 index 0000000..bc49ab6 --- /dev/null +++ b/public/admin/language/es-es/mail/voucher.php @@ -0,0 +1,9 @@ +<?php +// Text +$_['text_success'] = 'Success: You have modified vouchers!'; +$_['text_subject'] = 'You have been sent a gift certificate from %s'; +$_['text_greeting'] = 'Congratulations, You have received a Gift Certificate worth %s'; +$_['text_from'] = 'This Gift Certificate has been sent to you by %s'; +$_['text_message'] = 'With a message saying'; +$_['text_redeem'] = 'To redeem this Gift Certificate, write down the redemption code which is <b>%s</b> then click on the the link below and purchase the product you wish to use this gift certificate on. You can enter the gift certificate code on the shopping cart page before you click checkout.'; +$_['text_footer'] = 'Please reply to this email if you have any questions.';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketing/contact.php b/public/admin/language/es-es/marketing/contact.php new file mode 100644 index 0000000..0c28e84 --- /dev/null +++ b/public/admin/language/es-es/marketing/contact.php @@ -0,0 +1,36 @@ +<?php +// Heading +$_['heading_title'] = 'Mail'; + +// Text +$_['text_success'] = 'Your message has been successfully sent!'; +$_['text_sent'] = 'Your message has been successfully sent to %s of %s recipients!'; +$_['text_list'] = 'Mail List'; +$_['text_default'] = 'Default'; +$_['text_newsletter'] = 'All Newsletter Subscribers'; +$_['text_customer_all'] = 'All Customers'; +$_['text_customer_group'] = 'Customer Group'; +$_['text_customer'] = 'Customers'; +$_['text_affiliate_all'] = 'All Affiliates'; +$_['text_affiliate'] = 'Affiliates'; +$_['text_product'] = 'Products'; + +// Entry +$_['entry_store'] = 'From'; +$_['entry_to'] = 'To'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_customer'] = 'Customer'; +$_['entry_affiliate'] = 'Affiliate'; +$_['entry_product'] = 'Products'; +$_['entry_subject'] = 'Subject'; +$_['entry_message'] = 'Message'; + +// Help +$_['help_customer'] = '(Autocomplete)'; +$_['help_affiliate'] = '(Autocomplete)'; +$_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to send E-Mails!'; +$_['error_subject'] = 'E-Mail Subject required!'; +$_['error_message'] = 'E-Mail Message required!';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketing/coupon.php b/public/admin/language/es-es/marketing/coupon.php new file mode 100644 index 0000000..a10452d --- /dev/null +++ b/public/admin/language/es-es/marketing/coupon.php @@ -0,0 +1,57 @@ +<?php +// Heading +$_['heading_title'] = 'Coupons'; + +// Text +$_['text_success'] = 'Success: You have modified coupons!'; +$_['text_list'] = 'Coupon List'; +$_['text_add'] = 'Add Coupon'; +$_['text_edit'] = 'Edit Coupon'; +$_['text_percent'] = 'Percentage'; +$_['text_amount'] = 'Fixed Amount'; +$_['text_coupon'] = 'Coupon History'; + +// Column +$_['column_name'] = 'Coupon Name'; +$_['column_code'] = 'Code'; +$_['column_discount'] = 'Discount'; +$_['column_date_start'] = 'Date Start'; +$_['column_date_end'] = 'Date End'; +$_['column_status'] = 'Status'; +$_['column_order_id'] = 'Order ID'; +$_['column_customer'] = 'Customer'; +$_['column_amount'] = 'Amount'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Coupon Name'; +$_['entry_code'] = 'Code'; +$_['entry_type'] = 'Type'; +$_['entry_discount'] = 'Discount'; +$_['entry_logged'] = 'Customer Login'; +$_['entry_shipping'] = 'Free Shipping'; +$_['entry_total'] = 'Total Amount'; +$_['entry_category'] = 'Category'; +$_['entry_product'] = 'Products'; +$_['entry_date_start'] = 'Date Start'; +$_['entry_date_end'] = 'Date End'; +$_['entry_uses_total'] = 'Uses Per Coupon'; +$_['entry_uses_customer'] = 'Uses Per Customer'; +$_['entry_status'] = 'Status'; + +// Help +$_['help_code'] = 'The code the customer enters to get the discount.'; +$_['help_type'] = 'Percentage or Fixed Amount.'; +$_['help_logged'] = 'Customer must be logged in to use the coupon.'; +$_['help_total'] = 'The total amount that must be reached before the coupon is valid.'; +$_['help_category'] = 'Choose all products under selected category.'; +$_['help_product'] = 'Choose specific products the coupon will apply to. Select no products to apply coupon to entire cart.'; +$_['help_uses_total'] = 'The maximum number of times the coupon can be used by any customer. Leave blank for unlimited'; +$_['help_uses_customer'] = 'The maximum number of times the coupon can be used by a single customer. Leave blank for unlimited'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify coupons!'; +$_['error_exists'] = 'Warning: Coupon code is already in use!'; +$_['error_name'] = 'Coupon Name must be between 3 and 128 characters!'; +$_['error_code'] = 'Code must be between 3 and 10 characters!';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketing/marketing.php b/public/admin/language/es-es/marketing/marketing.php new file mode 100644 index 0000000..a5b3b74 --- /dev/null +++ b/public/admin/language/es-es/marketing/marketing.php @@ -0,0 +1,35 @@ +<?php +// Heading +$_['heading_title'] = 'Marketing Tracking'; + +// Text +$_['text_success'] = 'Success: You have modified marketing tracking!'; +$_['text_list'] = 'Marketing Tracking List'; +$_['text_add'] = 'Add Marketing Tracking'; +$_['text_edit'] = 'Edit Marketing Tracking'; +$_['text_filter'] = 'Filter'; + +// Column +$_['column_name'] = 'Campaign Name'; +$_['column_code'] = 'Code'; +$_['column_clicks'] = 'Clicks'; +$_['column_orders'] = 'Orders'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Campaign Name'; +$_['entry_description'] = 'Campaign Description'; +$_['entry_code'] = 'Tracking Code'; +$_['entry_example'] = 'Examples'; +$_['entry_date_added'] = 'Date Added'; + +// Help +$_['help_code'] = 'The tracking code that will be used to track marketing campaigns.'; +$_['help_example'] = 'So the system can track referrals you need to add the tracking code to the end of the URL linking to your site.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify marketing tracking!'; +$_['error_name'] = 'Campaign must be between 1 and 32 characters!'; +$_['error_code'] = 'Tracking Code required!'; +$_['error_exists'] = 'Tracking code is being used by another campaign!';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketplace/api.php b/public/admin/language/es-es/marketplace/api.php new file mode 100644 index 0000000..c74525e --- /dev/null +++ b/public/admin/language/es-es/marketplace/api.php @@ -0,0 +1,16 @@ +<?php +// Heading +$_['heading_title'] = 'OpenCart Marketplace API'; + +// Text +$_['text_success'] = 'Success: You have modified your API information!'; +$_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.'; + +// Entry +$_['entry_username'] = 'Username'; +$_['entry_secret'] = 'Secret'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!'; +$_['error_username'] = 'Username required!'; +$_['error_secret'] = 'Secret required!'; diff --git a/public/admin/language/es-es/marketplace/event.php b/public/admin/language/es-es/marketplace/event.php new file mode 100644 index 0000000..c02c584 --- /dev/null +++ b/public/admin/language/es-es/marketplace/event.php @@ -0,0 +1,20 @@ +<?php +// Heading +$_['heading_title'] = 'Events'; + +// Text +$_['text_success'] = 'Success: You have modified events!'; +$_['text_list'] = 'Event List'; +$_['text_event'] = 'Events are used by extensions to override the default functionality of your store. If you have issues you can disable or enable the events here.'; +$_['text_info'] = 'Event Information'; +$_['text_trigger'] = 'Trigger'; +$_['text_action'] = 'Action'; + +// Column +$_['column_code'] = 'Event Code'; +$_['column_status'] = 'Status'; +$_['column_sort_order'] = 'Sort Order'; +$_['column_action'] = 'Action'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; diff --git a/public/admin/language/es-es/marketplace/extension.php b/public/admin/language/es-es/marketplace/extension.php new file mode 100644 index 0000000..662f4c9 --- /dev/null +++ b/public/admin/language/es-es/marketplace/extension.php @@ -0,0 +1,9 @@ +<?php +// Heading +$_['heading_title'] = 'Extensions'; + +// Text +$_['text_success'] = 'Success: You have modified extensions!'; +$_['text_list'] = 'Extension List'; +$_['text_type'] = 'Choose the extension type'; +$_['text_filter'] = 'Filter';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketplace/install.php b/public/admin/language/es-es/marketplace/install.php new file mode 100644 index 0000000..93a9a12 --- /dev/null +++ b/public/admin/language/es-es/marketplace/install.php @@ -0,0 +1,18 @@ +<?php +// Text +$_['text_success'] = 'Success: You have modified extensions!'; +$_['text_unzip'] = 'Extracting files!'; +$_['text_move'] = 'Copying files!'; +$_['text_xml'] = 'Applying modifications!'; +$_['text_remove'] = 'Removing temporary files!'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; +$_['error_unzip'] = 'Zip file could not be opened!'; +$_['error_file'] = 'Install file could not be found!'; +$_['error_directory'] = 'Install directory could not be found!'; +$_['error_code'] = 'Unique code is required for modification XML!'; +$_['error_xml'] = 'Modification %s is already being used!'; +$_['error_exists'] = 'The file %s already exists!'; +$_['error_allowed'] = 'The directory %s is not allowed to be written to!';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketplace/installer.php b/public/admin/language/es-es/marketplace/installer.php new file mode 100644 index 0000000..2fd6411 --- /dev/null +++ b/public/admin/language/es-es/marketplace/installer.php @@ -0,0 +1,29 @@ +<?php +// Heading +$_['heading_title'] = 'Extension Installer'; + +// Text +$_['text_progress'] = 'Install Progress'; +$_['text_upload'] = 'Upload your extensions'; +$_['text_history'] = 'Install History'; +$_['text_success'] = 'Success: The extension has been installed!'; +$_['text_install'] = 'Installing'; + +// Column +$_['column_filename'] = 'Filename'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_upload'] = 'Upload File'; +$_['entry_progress'] = 'Progress'; + +// Help +$_['help_upload'] = 'Requires a modification file with extension \'.ocmod.zip\'.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; +$_['error_upload'] = 'File could not be uploaded!'; +$_['error_filetype'] = 'Invalid file type!'; +$_['error_file'] = 'File could not be found!';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketplace/marketplace.php b/public/admin/language/es-es/marketplace/marketplace.php new file mode 100644 index 0000000..19d1482 --- /dev/null +++ b/public/admin/language/es-es/marketplace/marketplace.php @@ -0,0 +1,72 @@ +<?php +// Heading +$_['heading_title'] = 'Extension Marketplace'; + +// Text +$_['text_success'] = 'Success: You have modified extensions!'; +$_['text_list'] = 'Extension List'; +$_['text_filter'] = 'Filter'; +$_['text_search'] = 'Search for extensions and themes'; +$_['text_category'] = 'Categories'; +$_['text_all'] = 'All'; +$_['text_theme'] = 'Themes'; +$_['text_marketplace'] = 'Marketplaces'; +$_['text_language'] = 'Languages'; +$_['text_payment'] = 'Payment'; +$_['text_shipping'] = 'Shipping'; +$_['text_module'] = 'Modules'; +$_['text_total'] = 'Order Totals'; +$_['text_feed'] = 'Feeds'; +$_['text_report'] = 'Reports'; +$_['text_other'] = 'Other'; +$_['text_free'] = 'Free'; +$_['text_paid'] = 'Paid'; +$_['text_purchased'] = 'Purchased'; +$_['text_date_modified'] = 'Date Modified'; +$_['text_date_added'] = 'Date Added'; +$_['text_rating'] = 'Rating'; +$_['text_reviews'] = 'reviews'; +$_['text_compatibility'] = 'Compatibility'; +$_['text_downloaded'] = 'Downloaded'; +$_['text_member_since'] = 'Member since:'; +$_['text_price'] = 'Price'; +$_['text_partner'] = 'Developed by OpenCart Partner'; +$_['text_support'] = '12 Months free support'; +$_['text_documentation'] = 'Documentation Included'; +$_['text_sales'] = 'Sales'; +$_['text_comment'] = 'Comments'; +$_['text_download'] = 'Downloading'; +$_['text_install'] = 'Installing'; +$_['text_comment_add'] = 'Leave your comment'; +$_['text_write'] = 'Write your comment here..'; +$_['text_purchase'] = 'Please confirm who you are!'; +$_['text_pin'] = 'Please enter your 4 digit PIN number. This PIN number is to protect your account.'; +$_['text_secure'] = 'Do not give your PIN to any one including developers. If you require an extension seller to install an extension for you then you should email them the required extension.'; +$_['text_name'] = 'Download Name'; +$_['text_progress'] = 'Progress'; +$_['text_available'] = 'Available Installs'; +$_['text_action'] = 'Action'; + +// Entry +$_['entry_pin'] = 'PIN'; + +// Tab +$_['tab_description'] = 'Description'; +$_['tab_documentation'] = 'Documentation'; +$_['tab_download'] = 'Download'; +$_['tab_comment'] = 'Comment'; + +// Button +$_['button_opencart'] = 'Marketplace API'; +$_['button_purchase'] = 'Purchase'; +$_['button_view_all'] = 'View all extensions'; +$_['button_get_support'] = 'Get Support'; +$_['button_comment'] = 'Comment'; +$_['button_reply'] = 'Reply'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_opencart'] = 'Warning: You must enter your OpenCart API information before you can make any purchases!'; +$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; +$_['error_purchase'] = 'Extension could not be purchased!'; +$_['error_download'] = 'Extension could not be downloaded!'; diff --git a/public/admin/language/es-es/marketplace/modification.php b/public/admin/language/es-es/marketplace/modification.php new file mode 100644 index 0000000..cd0cae3 --- /dev/null +++ b/public/admin/language/es-es/marketplace/modification.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Modifications'; + +// Text +$_['text_success'] = 'Success: You have modified modifications!'; +$_['text_refresh'] = 'Whenever you enable / disable or delete a modification you need to click the refresh button to rebuild your modification cache!'; +$_['text_list'] = 'Modification List'; + +// Column +$_['column_name'] = 'Modification Name'; +$_['column_author'] = 'Author'; +$_['column_version'] = 'Version'; +$_['column_status'] = 'Status'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify modifications!';
\ No newline at end of file diff --git a/public/admin/language/es-es/marketplace/openbay.php b/public/admin/language/es-es/marketplace/openbay.php new file mode 100644 index 0000000..b54aaaa --- /dev/null +++ b/public/admin/language/es-es/marketplace/openbay.php @@ -0,0 +1,95 @@ +<?php +// Heading +$_['heading_title'] = 'OpenBay Pro'; + +// Buttons +$_['button_retry'] = 'Retry'; +$_['button_update'] = 'Update'; +$_['button_patch'] = 'Patch'; +$_['button_faq'] = 'View FAQ topic'; + +// Tab +$_['tab_setting'] = 'Settings'; +$_['tab_update'] = 'Software updates'; +$_['tab_developer'] = 'Developer'; + +// Text +$_['text_dashboard'] = 'Dashboard'; +$_['text_success'] = 'Success: Settings have been saved'; +$_['text_products'] = 'Items'; +$_['text_orders'] = 'Orders'; +$_['text_manage'] = 'Manage'; +$_['text_help'] = 'Help'; +$_['text_tutorials'] = 'Tutorials'; +$_['text_suggestions'] = 'Ideas'; +$_['text_version_latest'] = 'You are running the latest version'; +$_['text_version_check'] = 'Checking software version'; +$_['text_version_installed'] = 'Installed version of OpenBay Pro: v'; +$_['text_version_current'] = 'Your version is'; +$_['text_version_available'] = 'the latest is'; +$_['text_language'] = 'API response language'; +$_['text_getting_messages'] = 'Getting OpenBay Pro messages'; +$_['text_complete'] = 'Complete'; +$_['text_patch_complete'] = 'Patch has been applied'; +$_['text_updated'] = 'Module has been updated (v.%s)'; +$_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.'; +$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update'; +$_['text_clear_faq'] = 'Clear hidden FAQ popups'; +$_['text_clear_faq_complete'] = 'Notifications will now show again'; +$_['text_install_success'] = 'Marketplace has been installed'; +$_['text_uninstall_success'] = 'Marketplace has been removed'; +$_['text_title_messages'] = 'Messages & notifications'; +$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace'; +$_['text_action_warning'] = 'This action is dangerous so is password protected.'; +$_['text_check_new'] = 'Checking for newer version'; +$_['text_downloading'] = 'Downloading update files'; +$_['text_extracting'] = 'Extracting files'; +$_['text_running_patch'] = 'Running patch files'; +$_['text_fail_patch'] = 'Unable to extract update files'; +$_['text_updated_ok'] = 'Update complete, installed version is now '; +$_['text_check_server'] = 'Checking server requirements'; +$_['text_version_ok'] = 'Software is already up to date, installed version is '; +$_['text_remove_files'] = 'Removing files no longer required'; +$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing'; +$_['text_software_update'] = 'OpenBay Pro software update'; +$_['text_patch_option'] = 'Manual patching'; + +// Column +$_['column_name'] = 'Plugin name'; +$_['column_status'] = 'Status'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_patch'] = 'Manual update patch'; +$_['entry_courier'] = 'Courier'; +$_['entry_courier_other'] = 'Other courier'; +$_['entry_tracking'] = 'Tracking #'; +$_['entry_empty_data'] = 'Empty store data?'; +$_['entry_password_prompt'] = 'Please enter the data wipe password'; +$_['entry_update'] = 'Easy 1 click update'; +$_['entry_beta'] = 'Use beta version'; + +// Error +$_['error_admin'] = 'Admin directory expected'; +$_['error_failed'] = 'Failed to load, retry?'; +$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <'; +$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID'; +$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier'; +$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension'; +$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually'; +$_['error_mkdir'] = 'PHP function "mkdir" is disabled, contact your host'; +$_['error_openssl_encrypt'] = 'PHP function "openssl_encrypt" is not enabled. Contact your hosting provider.'; +$_['error_openssl_decrypt'] = 'PHP function "openssl_decrypt" is not enabled. Contact your hosting provider.'; +$_['error_fopen'] = 'PHP function "fopen" is not enabled. Contact your hosting provider.'; +$_['error_url_fopen'] = '"allow_url_fopen" directive is disabled by your host - you will be unable to import images when importing products from eBay'; +$_['error_curl'] = 'PHP library "CURL" is not enabled. Contact your hosting provider.'; +$_['error_zip'] = 'ZIP extension needs to be loaded. Contact your hosting provider.'; +$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.'; +$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.'; + +// Help +$_['help_clear_faq'] = 'Show all of the help notifications again'; +$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!'; +$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically'; +$_['help_patch'] = 'Click to run the patch scripts'; +$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.'; diff --git a/public/admin/language/es-es/report/online.php b/public/admin/language/es-es/report/online.php new file mode 100644 index 0000000..8bd79bb --- /dev/null +++ b/public/admin/language/es-es/report/online.php @@ -0,0 +1,18 @@ +<?php +$_['heading_title'] = 'Informe en Línea'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Usted ha modificado el informe en línea de sus clientes!'; +$_['text_list'] = 'Lista en línea'; +$_['text_filter'] = 'Filtrar'; +$_['text_guest'] = 'Huésped'; +$_['column_ip'] = 'IP'; +$_['column_customer'] = 'Cliente'; +$_['column_url'] = 'Última página visitada'; +$_['column_referer'] = 'Referente'; +$_['column_date_added'] = 'Último clic'; +$_['column_action'] = 'Acción'; +$_['entry_ip'] = 'IP'; +$_['entry_customer'] = 'Cliente'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden de Clasificación'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el informe en línea de los clientes!'; diff --git a/public/admin/language/es-es/report/report.php b/public/admin/language/es-es/report/report.php new file mode 100644 index 0000000..9421bb4 --- /dev/null +++ b/public/admin/language/es-es/report/report.php @@ -0,0 +1,6 @@ +<?php +$_['heading_title'] = 'Informes'; +$_['text_success'] = 'Éxito: ¡Usted ha modificado los informes!'; +$_['text_list'] = 'Lista de informes'; +$_['text_type'] = 'Elija el tipo de informe'; +$_['text_filter'] = 'Filtrar'; diff --git a/public/admin/language/es-es/report/statistics.php b/public/admin/language/es-es/report/statistics.php new file mode 100644 index 0000000..51a9582 --- /dev/null +++ b/public/admin/language/es-es/report/statistics.php @@ -0,0 +1,17 @@ +<?php +$_['heading_title'] = 'Estadística'; +$_['text_success'] = 'Éxito: ¡Usted ha modificado las estadísticas!'; +$_['text_list'] = 'Lista de estadísticas'; +$_['text_order_sale'] = 'Pedidos de Ventas'; +$_['text_order_processing'] = 'Procesamiento de pedidos'; +$_['text_order_complete'] = 'Órdenes completadas'; +$_['text_order_other'] = 'Pedidos Otros'; +$_['text_returns'] = 'Devoluciones'; +$_['text_customer'] = 'Clientes que esperan aprobación'; +$_['text_affiliate'] = 'Afiliados en espera de aprobación'; +$_['text_product'] = 'Productos sin stock'; +$_['text_review'] = 'Revisiones pendientes'; +$_['column_name'] = 'Nombre de la estadística'; +$_['column_value'] = 'Valor'; +$_['column_action'] = 'Acción'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las estadísticas!'; diff --git a/public/admin/language/es-es/sale/order.php b/public/admin/language/es-es/sale/order.php new file mode 100644 index 0000000..5da94cb --- /dev/null +++ b/public/admin/language/es-es/sale/order.php @@ -0,0 +1,121 @@ +<?php +$_['heading_title'] = 'Pedidos'; +$_['text_success'] = 'Éxito: ¡Has modificado órdenes!'; +$_['text_list'] = 'Lista de orden'; +$_['text_add'] = 'Añadir Pedido'; +$_['text_edit'] = 'Editar orden'; +$_['text_filter'] = 'Filtrar'; +$_['text_order_detail'] = 'Detalles de la orden'; +$_['text_customer_detail'] = 'Detalles del cliente'; +$_['text_option'] = 'Opciones'; +$_['text_store'] = 'Almacenar'; +$_['text_date_added'] = 'Fecha Agregada'; +$_['text_payment_method'] = 'Método de pago'; +$_['text_shipping_method'] = 'Método de envío'; +$_['text_customer'] = 'Cliente'; +$_['text_customer_group'] = 'grupo de clientes'; +$_['text_email'] = 'Correo electrónico'; +$_['text_telephone'] = 'Teléfono'; +$_['text_fax'] = 'Fax'; +$_['text_invoice'] = 'Factura'; +$_['text_reward'] = 'Puntos de recompensa'; +$_['text_affiliate'] = 'Afiliado'; +$_['text_order'] = 'Pedidos)'; +$_['text_payment_address'] = 'Dirección de Pago'; +$_['text_shipping_address'] = 'Dirección de Envío'; +$_['text_comment'] = 'Comentario del cliente'; +$_['text_history'] = 'Historial de pedidos'; +$_['text_history_add'] = 'Añadir historial de pedidos'; +$_['text_account_custom_field'] = 'Campos personalizados de la cuenta'; +$_['text_payment_custom_field'] = 'Dirección de pago Campos personalizados'; +$_['text_shipping_custom_field'] = 'Dirección de envío Campos personalizados'; +$_['text_browser'] = 'Navegador'; +$_['text_ip'] = 'Dirección IP'; +$_['text_forwarded_ip'] = 'IP reenviada'; +$_['text_user_agent'] = 'Agente de usuario'; +$_['text_accept_language'] = 'Aceptar idioma'; +$_['text_order_id'] = 'Solicitar ID:'; +$_['text_website'] = 'Sitio Web:'; +$_['text_invoice_no'] = 'Factura no.'; +$_['text_invoice_date'] = 'Fecha de la factura:'; +$_['text_sku'] = 'SKU:'; +$_['text_upc'] = 'UPC:'; +$_['text_ean'] = 'EAN:'; +$_['text_jan'] = 'ENE:'; +$_['text_isbn'] = 'ISBN:'; +$_['text_mpn'] = 'MPN:'; +$_['text_missing'] = 'Órdenes perdidas'; +$_['text_default'] = 'Defecto'; +$_['text_product'] = 'Agregar producto (s)'; +$_['text_voucher'] = 'Añadir cupón (s)'; +$_['text_shipping'] = 'Envío'; +$_['text_contact'] = 'Contacto'; +$_['text_reward_added'] = 'Éxito: ¡Puntos de recompensa añadidos!'; +$_['text_reward_removed'] = 'Éxito: ¡Puntos de recompensa eliminados!'; +$_['text_commission_added'] = 'Éxito: ¡Comisión añadida!'; +$_['text_commission_removed'] = 'Éxito: la Comisión eliminado!'; +$_['text_restock'] = 'Éxito: los productos han sido reabastecidos!'; +$_['text_upload'] = '¡Tu archivo se ha cargado correctamente!'; +$_['text_picklist'] = 'Nota de envío'; +$_['column_order_id'] = 'Solicitar ID'; +$_['column_customer'] = 'Cliente'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_date_modified'] = 'Fecha modificada'; +$_['column_total'] = 'Total'; +$_['column_product'] = 'Producto'; +$_['column_model'] = 'Modelo'; +$_['column_quantity'] = 'Cantidad'; +$_['column_price'] = 'Precio unitario'; +$_['column_comment'] = 'Comentario'; +$_['column_notify'] = 'Notificación del cliente'; +$_['column_location'] = 'Ubicación'; +$_['column_reference'] = 'Referencia'; +$_['column_action'] = 'Acción'; +$_['column_weight'] = 'Peso del Producto'; +$_['entry_store'] = 'Almacenar'; +$_['entry_customer'] = 'Cliente'; +$_['entry_customer_group'] = 'grupo de clientes'; +$_['entry_firstname'] = 'Nombre de pila'; +$_['entry_lastname'] = 'Apellido'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_telephone'] = 'Teléfono'; +$_['entry_address'] = 'Elegir dirección'; +$_['entry_company'] = 'Empresa'; +$_['entry_address_1'] = 'Dirección 1'; +$_['entry_address_2'] = 'Dirección 2'; +$_['entry_city'] = 'Ciudad'; +$_['entry_postcode'] = 'Código postal'; +$_['entry_country'] = 'País'; +$_['entry_zone'] = 'Región / Estado'; +$_['entry_zone_code'] = 'Código de Región / Estado'; +$_['entry_product'] = 'Elegir producto'; +$_['entry_option'] = 'Elija Opción (es)'; +$_['entry_quantity'] = 'Cantidad'; +$_['entry_to_name'] = 'Nombre del destinatario'; +$_['entry_to_email'] = 'E-mail del destinatario'; +$_['entry_from_name'] = 'Nombre del remitente'; +$_['entry_from_email'] = 'E-mail del remitente'; +$_['entry_theme'] = 'Tema del certificado de regalo'; +$_['entry_message'] = 'Mensaje'; +$_['entry_amount'] = 'Cantidad'; +$_['entry_affiliate'] = 'Afiliado'; +$_['entry_order_status'] = 'Estado del pedido'; +$_['entry_notify'] = 'Notificar al Cliente'; +$_['entry_override'] = 'Anular'; +$_['entry_comment'] = 'Comentario'; +$_['entry_currency'] = 'Moneda'; +$_['entry_shipping_method'] = 'Método de envío'; +$_['entry_payment_method'] = 'Método de pago'; +$_['entry_coupon'] = 'Cupón'; +$_['entry_voucher'] = 'Vale'; +$_['entry_reward'] = 'Recompensa'; +$_['entry_order_id'] = 'Solicitar ID'; +$_['entry_total'] = 'Total'; +$_['entry_date_added'] = 'Fecha Agregada'; +$_['entry_date_modified'] = 'Fecha modificada'; +$_['help_override'] = 'Si se bloquea la orden de los clientes para cambiar el estado de la orden debido a una anulación de antifraude.'; +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar pedidos!'; +$_['error_action'] = 'Advertencia: ¡No se pudo completar esta acción!'; +$_['error_filetype'] = '¡Tipo de archivo invalido!'; diff --git a/public/admin/language/es-es/sale/recurring.php b/public/admin/language/es-es/sale/recurring.php new file mode 100644 index 0000000..44f6ba3 --- /dev/null +++ b/public/admin/language/es-es/sale/recurring.php @@ -0,0 +1,72 @@ +<?php +$_['heading_title'] = 'Pedidos recurrentes'; +$_['text_success'] = 'Éxito: ¡Has modificado perfiles recurrentes!'; +$_['text_list'] = 'Lista de órdenes recurrentes'; +$_['text_filter'] = 'Filtrar'; +$_['text_recurring_detail'] = 'Detalles recurrentes'; +$_['text_order_detail'] = 'Detalles de la orden'; +$_['text_product_detail'] = 'detalles del producto'; +$_['text_transaction'] = 'Actas'; +$_['text_order_recurring_id'] = 'ID de orden recurrente'; +$_['text_reference'] = 'Referencia de pago'; +$_['text_recurring_name'] = 'Perfil recurrente'; +$_['text_recurring_description'] = 'Descripción'; +$_['text_recurring_status'] = 'Estado recurrente'; +$_['text_payment_method'] = 'Método de pago'; +$_['text_order_id'] = 'Solicitar ID'; +$_['text_customer'] = 'Cliente'; +$_['text_email'] = 'Email'; +$_['text_date_added'] = 'Fecha Agregada'; +$_['text_order_status'] = 'Estado del pedido'; +$_['text_type'] = 'Tipo'; +$_['text_action'] = 'Acción'; +$_['text_product'] = 'Producto'; +$_['text_quantity'] = 'Cantidad'; +$_['text_amount'] = 'Cantidad'; +$_['text_cancel_payment'] = 'Cancelar Pago'; +$_['text_status_1'] = 'Activo'; +$_['text_status_2'] = 'Inactivo'; +$_['text_status_3'] = 'Cancelado'; +$_['text_status_4'] = 'Suspendido'; +$_['text_status_5'] = 'Muerto'; +$_['text_status_6'] = 'Pendiente'; +$_['text_transactions'] = 'Actas'; +$_['text_cancel_confirm'] = '¡La cancelación del perfil no se puede deshacer! ¿Seguro que quieres hacer esto?'; +$_['text_transaction_date_added'] = 'Fecha Agregada'; +$_['text_transaction_payment'] = 'Pago'; +$_['text_transaction_outstanding_payment'] = 'Pago pendiente'; +$_['text_transaction_skipped'] = 'Pago omitido'; +$_['text_transaction_failed'] = 'Pago fallido'; +$_['text_transaction_cancelled'] = 'Cancelado'; +$_['text_transaction_suspended'] = 'Suspendido'; +$_['text_transaction_suspended_failed'] = 'Suspensión del pago fallido'; +$_['text_transaction_outstanding_failed'] = 'Falló el pago pendiente'; +$_['text_transaction_expired'] = 'Muerto'; +$_['text_cancelled'] = 'Se canceló el pago recurrente'; +$_['column_order_recurring_id'] = 'ID recurrente'; +$_['column_order_id'] = 'Solicitar ID'; +$_['column_reference'] = 'Referencia de pago'; +$_['column_customer'] = 'Cliente'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_status'] = 'Estado'; +$_['column_amount'] = 'Cantidad'; +$_['column_type'] = 'Tipo'; +$_['column_action'] = 'Acción'; +$_['entry_order_recurring_id'] = 'ID recurrente'; +$_['entry_order_id'] = 'Solicitar ID'; +$_['entry_reference'] = 'Referencia de pago'; +$_['entry_customer'] = 'Cliente'; +$_['entry_date_added'] = 'Fecha Agregada'; +$_['entry_status'] = 'Estado'; +$_['entry_type'] = 'Tipo'; +$_['entry_action'] = 'Acción'; +$_['entry_email'] = 'Email'; +$_['entry_description'] = 'Descripción del perfil recurrente'; +$_['entry_product'] = 'Producto'; +$_['entry_quantity'] = 'Cantidad'; +$_['entry_amount'] = 'Cantidad'; +$_['entry_recurring'] = 'Perfil recurrente'; +$_['entry_payment_method'] = 'Método de pago'; +$_['entry_cancel_payment'] = 'Cancelar Pago'; +$_['error_not_cancelled'] = 'Error: %s'; +$_['error_not_found'] = 'No se pudo cancelar el perfil recurrente'; diff --git a/public/admin/language/es-es/sale/return.php b/public/admin/language/es-es/sale/return.php new file mode 100644 index 0000000..07fe6ec --- /dev/null +++ b/public/admin/language/es-es/sale/return.php @@ -0,0 +1,52 @@ +<?php +$_['heading_title'] = 'Devoluciones de productos'; +$_['text_success'] = 'Éxito: ¡Usted ha modificado las devoluciones!'; +$_['text_list'] = 'Lista de devoluciones de productos'; +$_['text_add'] = 'Agregar devolución de producto'; +$_['text_edit'] = 'Editar la devolución del producto'; +$_['text_opened'] = 'Abrió'; +$_['text_unopened'] = 'Sin abrir'; +$_['text_order'] = 'información del pedido'; +$_['text_product'] = 'Información del producto & amp; Razón para regresar'; +$_['text_history'] = 'Historia'; +$_['text_history_add'] = 'Añadir historial'; +$_['column_return_id'] = 'ID de devolución'; +$_['column_order_id'] = 'Solicitar ID'; +$_['column_customer'] = 'Cliente'; +$_['column_product'] = 'Producto'; +$_['column_model'] = 'Modelo'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_date_modified'] = 'Fecha modificada'; +$_['column_comment'] = 'Comentario'; +$_['column_notify'] = 'Notificación del cliente'; +$_['column_action'] = 'Acción'; +$_['entry_customer'] = 'Cliente'; +$_['entry_order_id'] = 'Solicitar ID'; +$_['entry_date_ordered'] = 'Fecha de orden'; +$_['entry_firstname'] = 'Nombre de pila'; +$_['entry_lastname'] = 'Apellido'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_telephone'] = 'Teléfono'; +$_['entry_product'] = 'Producto'; +$_['entry_model'] = 'Modelo'; +$_['entry_quantity'] = 'Cantidad'; +$_['entry_opened'] = 'Abrió'; +$_['entry_comment'] = 'Comentario'; +$_['entry_return_reason'] = 'Vuelve la razon'; +$_['entry_return_action'] = 'Acción de devolución'; +$_['entry_return_status'] = 'Estado de devolución'; +$_['entry_notify'] = 'Notificar al Cliente'; +$_['entry_return_id'] = 'ID de devolución'; +$_['entry_date_added'] = 'Fecha Agregada'; +$_['entry_date_modified'] = 'Fecha modificada'; +$_['help_product'] = '(Autocompletar)'; +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar devoluciones!'; +$_['error_order_id'] = 'Se requiere el ID de pedido.'; +$_['error_firstname'] = '¡El nombre completo debe tener entre 1 y 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_product'] = '¡El nombre del producto debe ser mayor de 3 y menos de 255 caracteres!'; +$_['error_model'] = 'Modelo de producto debe ser mayor de 3 y menos de 64 caracteres!'; diff --git a/public/admin/language/es-es/sale/voucher.php b/public/admin/language/es-es/sale/voucher.php new file mode 100644 index 0000000..ee96746 --- /dev/null +++ b/public/admin/language/es-es/sale/voucher.php @@ -0,0 +1,36 @@ +<?php +$_['heading_title'] = 'Vales de regalo'; +$_['text_success'] = 'Éxito: ¡Has modificado vales!'; +$_['text_list'] = 'Lista de vales de regalo'; +$_['text_add'] = 'Añadir vale de regalo'; +$_['text_edit'] = 'Editar vale regalo'; +$_['text_sent'] = 'Éxito: ¡El vale de regalo ha sido enviado!'; +$_['column_name'] = 'Nombre del cupón'; +$_['column_code'] = 'Código'; +$_['column_from'] = 'De'; +$_['column_to'] = 'A'; +$_['column_theme'] = 'Tema'; +$_['column_amount'] = 'Cantidad'; +$_['column_status'] = 'Estado'; +$_['column_order_id'] = 'Solicitar ID'; +$_['column_customer'] = 'Cliente'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; +$_['entry_code'] = 'Código'; +$_['entry_from_name'] = 'De nombre'; +$_['entry_from_email'] = 'Desde el e-mail'; +$_['entry_to_name'] = 'Nombrar'; +$_['entry_to_email'] = 'Al correo electrónico'; +$_['entry_theme'] = 'Tema'; +$_['entry_message'] = 'Mensaje'; +$_['entry_amount'] = 'Cantidad'; +$_['entry_status'] = 'Estado'; +$_['help_code'] = 'El código que el cliente ingresa para activar el comprobante.'; +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar vales!'; +$_['error_exists'] = 'Advertencia: ¡El código de cupón ya está en uso!'; +$_['error_code'] = '¡El código debe tener entre 3 y 10 caracteres!'; +$_['error_to_name'] = '¡El nombre del destinatario debe tener entre 1 y 64 caracteres!'; +$_['error_from_name'] = 'Su nombre debe tener entre 1 y 64 caracteres.'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_amount'] = '¡La cantidad debe ser mayor o igual a 1!'; +$_['error_order'] = 'Advertencia: este cupón no puede eliminarse ya que forma parte de una <a href=\"%s\"> orden </a>!'; diff --git a/public/admin/language/es-es/sale/voucher_theme.php b/public/admin/language/es-es/sale/voucher_theme.php new file mode 100644 index 0000000..e8f5582 --- /dev/null +++ b/public/admin/language/es-es/sale/voucher_theme.php @@ -0,0 +1,15 @@ +<?php +$_['heading_title'] = 'Temas de vales'; +$_['text_success'] = 'Éxito: ¡Has modificado los temas de cupones!'; +$_['text_list'] = 'Lista de temas de vales'; +$_['text_add'] = 'Add Voucher Theme'; +$_['text_edit'] = 'Tema Editar Bonos'; +$_['column_name'] = 'Nombre del Tema del Vale'; +$_['column_action'] = 'Acción'; +$_['entry_name'] = 'Nombre del Tema del Vale'; +$_['entry_description'] = 'Tema del vale Descripción'; +$_['entry_image'] = 'Imagen'; +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar temas de cupones!'; +$_['error_name'] = 'Voucher Theme El nombre debe tener entre 3 y 32 caracteres.'; +$_['error_image'] = 'Imagen necesaria!'; +$_['error_voucher'] = 'Advertencia: este tema de cupones no se puede eliminar ya que está asignado a %s vouchers!'; diff --git a/public/admin/language/es-es/setting/setting.php b/public/admin/language/es-es/setting/setting.php new file mode 100644 index 0000000..40bed2d --- /dev/null +++ b/public/admin/language/es-es/setting/setting.php @@ -0,0 +1,196 @@ +<?php +$_['heading_title'] = 'Ajustes'; +$_['text_stores'] = 'Tiendas'; +$_['text_success'] = 'Éxito: ¡Has modificado la configuración!'; +$_['text_edit'] = 'Configuración de edición'; +$_['text_product'] = 'Productos'; +$_['text_review'] = 'Comentarios'; +$_['text_voucher'] = 'Vales'; +$_['text_tax'] = 'Impuestos'; +$_['text_account'] = 'Cuenta'; +$_['text_checkout'] = 'Revisa'; +$_['text_stock'] = 'Valores'; +$_['text_affiliate'] = 'Afiliados'; +$_['text_captcha'] = 'Captcha'; +$_['text_register'] = 'Registro'; +$_['text_guest'] = 'Pedido del cliente'; +$_['text_return'] = 'Devoluciones'; +$_['text_contact'] = 'Contacto'; +$_['text_shipping'] = 'Dirección de Envío'; +$_['text_payment'] = 'Dirección de Pago'; +$_['text_mail'] = 'Correo'; +$_['text_smtp'] = 'SMTP'; +$_['text_mail_alert'] = 'Alertas de correo'; +$_['text_mail_account'] = 'Registro'; +$_['text_mail_affiliate'] = 'Afiliado'; +$_['text_mail_order'] = 'Pedidos'; +$_['text_mail_review'] = 'Comentarios'; +$_['text_general'] = 'General'; +$_['text_security'] = 'Seguridad'; +$_['text_upload'] = 'Cargas'; +$_['text_error'] = 'Manejo de errores'; +$_['entry_meta_title'] = 'Meta título'; +$_['entry_meta_description'] = 'Meta Tag Descripción'; +$_['entry_meta_keyword'] = 'Meta Tag Palabras clave'; +$_['entry_layout'] = 'Diseño predeterminado'; +$_['entry_theme'] = 'Tema'; +$_['entry_name'] = 'Nombre de la tienda'; +$_['entry_owner'] = 'Dueño de tienda'; +$_['entry_address'] = 'Dirección'; +$_['entry_geocode'] = 'Geocode'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_telephone'] = 'Teléfono'; +$_['entry_fax'] = 'Fax'; +$_['entry_image'] = 'Imagen'; +$_['entry_open'] = 'Los horarios de apertura'; +$_['entry_comment'] = 'Comentario'; +$_['entry_location'] = 'Ubicación de la tienda'; +$_['entry_country'] = 'País'; +$_['entry_zone'] = 'Región / Estado'; +$_['entry_language'] = 'Idioma'; +$_['entry_admin_language'] = 'Lenguaje de administración'; +$_['entry_currency'] = 'Moneda'; +$_['entry_currency_auto'] = 'Moneda de actualización automática'; +$_['entry_length_class'] = 'Clase de longitud'; +$_['entry_weight_class'] = 'Categoría de peso'; +$_['entry_limit_admin'] = 'Elementos predeterminados por página (Admin)'; +$_['entry_product_count'] = 'Categoría Producto'; +$_['entry_review'] = 'Permitir comentarios'; +$_['entry_review_guest'] = 'Comentarios de los huéspedes'; +$_['entry_voucher_min'] = 'Vale Min'; +$_['entry_voucher_max'] = 'Vale máximo'; +$_['entry_tax'] = 'Mostrar precios con impuestos'; +$_['entry_tax_default'] = 'Usar la dirección del impuesto de tienda'; +$_['entry_tax_customer'] = 'Usar la dirección de impuestos de cliente'; +$_['entry_customer_online'] = 'Clientes en línea'; +$_['entry_customer_activity'] = 'Actividad de los Clientes'; +$_['entry_customer_search'] = 'Registro de búsquedas de clientes'; +$_['entry_customer_group'] = 'grupo de clientes'; +$_['entry_customer_group_display'] = 'Grupos de Clientes'; +$_['entry_customer_price'] = 'Mostrar precios'; +$_['entry_login_attempts'] = 'Máximos intentos de inicio de sesión'; +$_['entry_account'] = 'Términos de la cuenta'; +$_['entry_cart_weight'] = 'Peso de la pantalla en la página del carro'; +$_['entry_checkout_guest'] = 'Pedido del cliente'; +$_['entry_checkout'] = 'Términos de la compra'; +$_['entry_invoice_prefix'] = 'Prefijo de factura'; +$_['entry_order_status'] = 'Estado del pedido'; +$_['entry_processing_status'] = 'Estado del pedido de procesamiento'; +$_['entry_complete_status'] = 'Estado del pedido completo'; +$_['entry_fraud_status'] = 'Estado de la orden de fraude'; +$_['entry_api'] = 'Usuario de API'; +$_['entry_stock_display'] = 'Mostrar existencias'; +$_['entry_stock_warning'] = 'Mostrar Advertencia Fuera de Stock'; +$_['entry_stock_checkout'] = 'Stock Checkout'; +$_['entry_affiliate_group'] = 'Grupo de Afiliados'; +$_['entry_affiliate_approval'] = 'El afiliado requiere aprobación'; +$_['entry_affiliate_auto'] = 'Comisión Automática'; +$_['entry_affiliate_commission'] = 'Comisión de afiliados (%)'; +$_['entry_affiliate'] = 'Términos del afiliado'; +$_['entry_return'] = 'Términos de devolución'; +$_['entry_return_status'] = 'Estado de devolución'; +$_['entry_captcha'] = 'Captcha'; +$_['entry_captcha_page'] = 'Página Captcha'; +$_['entry_logo'] = 'Logotipo de la tienda'; +$_['entry_icon'] = 'Icono'; +$_['entry_mail_engine'] = 'Motor de correo'; +$_['entry_mail_parameter'] = 'Parámetros de correo'; +$_['entry_mail_smtp_hostname'] = 'Nombre de host SMTP'; +$_['entry_mail_smtp_username'] = 'Nombre de usuario de SMTP'; +$_['entry_mail_smtp_password'] = 'Contraseña SMTP'; +$_['entry_mail_smtp_port'] = 'Puerto SMTP'; +$_['entry_mail_smtp_timeout'] = 'Tiempo de espera SMTP'; +$_['entry_mail_alert'] = 'Correo de alerta'; +$_['entry_mail_alert_email'] = 'Correo de alerta adicional'; +$_['entry_secure'] = 'Usar SSL'; +$_['entry_shared'] = 'Utilizar sesiones compartidas'; +$_['entry_robots'] = 'Robots'; +$_['entry_seo_url'] = 'Utilice las URL de SEO'; +$_['entry_file_max_size'] = 'Tamaño máximo del archivo'; +$_['entry_file_ext_allowed'] = 'Extensiones de archivos permitidas'; +$_['entry_file_mime_allowed'] = 'Tipos de Mime de archivos permitidos'; +$_['entry_maintenance'] = 'Modo de mantenimiento'; +$_['entry_password'] = 'Permitir contraseña olvidada'; +$_['entry_encryption'] = 'Clave de encriptación'; +$_['entry_compression'] = 'Nivel de compresión de salida'; +$_['entry_error_display'] = 'Mostrar errores'; +$_['entry_error_log'] = 'Errores de registro'; +$_['entry_error_filename'] = 'Nombre de archivo del registro de errores'; +$_['entry_status'] = 'Estado'; +$_['help_geocode'] = 'Introduzca su geocódigo de ubicación de tienda manualmente.'; +$_['help_open'] = 'Llene los horarios de apertura de su tienda.'; +$_['help_comment'] = 'Este campo es para cualquier nota especial que le gustaría decirle al cliente, es decir, la tienda no acepta cheques.'; +$_['help_location'] = 'Las diferentes ubicaciones de tienda que tiene que desea que aparezcan en el formulario de contacto.'; +$_['help_currency'] = 'Cambiar la moneda predeterminada. Borre el caché del navegador para ver el cambio y restablecer su cookie existente.'; +$_['help_currency_auto'] = 'Configure su tienda para actualizar automáticamente las monedas diariamente.'; +$_['help_limit_admin'] = 'Determina cuántos elementos de administración se muestran por página (pedidos, clientes, etc.).'; +$_['help_product_count'] = 'Muestra el número de productos dentro de las subcategorías en el menú de categorías de cabeceras de la tienda. Tenga en cuenta, esto causará un éxito de rendimiento extremo para las tiendas con un montón de subcategorías!'; +$_['help_review'] = 'Habilitar / Deshabilitar la nueva entrada de revisión y mostrar las revisiones existentes.'; +$_['help_review_guest'] = 'Permitir a los huéspedes publicar comentarios.'; +$_['help_voucher_min'] = 'Cantidad mínima que un cliente puede comprar un vale para.'; +$_['help_voucher_max'] = 'Cantidad máxima que un cliente puede comprar un vale para.'; +$_['help_tax_default'] = 'Utilice la dirección de la tienda para calcular los impuestos si el cliente no está conectado. Puede elegir usar la dirección de la tienda para la dirección de envío o de pago del cliente.'; +$_['help_tax_customer'] = 'Utilice la dirección predeterminada del cliente cuando inicie sesión para calcular los impuestos. Puede elegir utilizar la dirección predeterminada para la dirección de envío o de pago del cliente.'; +$_['help_customer_online'] = 'Seguimiento de clientes en línea a través de la sección de informes de clientes.'; +$_['help_customer_activity'] = 'Seguimiento de la actividad de los clientes a través de la sección de informes de clientes.'; +$_['help_customer_group'] = 'Grupo de clientes predeterminado.'; +$_['help_customer_group_display'] = 'Mostrar grupos de clientes que los nuevos clientes pueden seleccionar para usar como mayorista y empresarial al registrarse.'; +$_['help_customer_price'] = 'Mostrar sólo los precios cuando un cliente inicia sesión.'; +$_['help_login_attempts'] = 'Máximos intentos de inicio de sesión permitidos antes de que la cuenta se bloquee durante 1 hora. Las cuentas de cliente y afiliadas se pueden desbloquear en el cliente o afilar las páginas de administración.'; +$_['help_account'] = 'Obliga a las personas a aceptar términos antes de que se pueda crear una cuenta.'; +$_['help_invoice_prefix'] = 'Establezca el prefijo de la factura (por ejemplo, INV-2011-00). Los ID de facturación empezarán en 1 para cada prefijo único.'; +$_['help_cart_weight'] = 'Muestra el peso del carro en la página del carro.'; +$_['help_checkout_guest'] = 'Permitir a los clientes realizar la compra sin crear una cuenta. Esto no estará disponible cuando un producto descargable esté en el carrito de la compra.'; +$_['help_checkout'] = 'Obliga a las personas a aceptar términos antes de que un cliente pueda realizar el pago.'; +$_['help_order_status'] = 'Establece el estado predeterminado del pedido cuando se procesa un pedido.'; +$_['help_processing_status'] = 'Establezca el estado de la orden que el pedido del cliente debe alcanzar antes de que el pedido comience la restitución de valores y cupones, bonos y reembolsos de recompensas.'; +$_['help_complete_status'] = 'Establezca el estado de la orden que debe alcanzar el pedido del cliente antes de que puedan acceder a sus productos descargables y cupones de regalo.'; +$_['help_fraud_status'] = 'Establezca el estado del pedido cuando se sospecha que un cliente intenta alterar los detalles del pago del pedido o utiliza un cupón, vale regalo o puntos de recompensa que ya se han utilizado.'; +$_['help_api'] = 'Usuario predeterminado de la API que el administrador debe usar.'; +$_['help_stock_display'] = 'Mostrar cantidad de stock en la página del producto.'; +$_['help_stock_warning'] = 'Mostrar el mensaje sin stock en la página del carrito de la compra si un producto está agotado pero la salida de existencias es sí. (La advertencia siempre muestra si la salida de valores es no)'; +$_['help_stock_checkout'] = 'Permita que los clientes aún descarguen si los productos que están pidiendo no están en stock.'; +$_['help_affiliate_approval'] = 'Aprobar automáticamente cualquier nuevo afiliado que se registre.'; +$_['help_affiliate_auto'] = 'Agregar automáticamente la comisión cuando cada orden alcanza el estado completo.'; +$_['help_affiliate_commission'] = 'El porcentaje de comisión de afiliado predeterminado.'; +$_['help_affiliate'] = 'Obliga a las personas a aceptar términos antes de que se pueda crear una cuenta de afiliado.'; +$_['help_return'] = 'Obliga a las personas a aceptar términos antes de que se pueda crear una vuelta.'; +$_['help_return_status'] = 'Establece el estado de devolución predeterminado cuando se envía una solicitud de devolución.'; +$_['help_captcha'] = 'Captcha para usar para registrarse, ingresar, contactar y revisar.'; +$_['help_icon'] = 'El icono debe ser un PNG que sea 16px x 16px.'; +$_['help_mail_engine'] = 'Sólo elija \'Correo\' a menos que su anfitrión haya deshabilitado la función de correo php.'; +$_['help_mail_parameter'] = 'Al usar \'Correo\', se pueden agregar parámetros de correo adicionales aquí (por ejemplo, -f email@storeaddress.com).'; +$_['help_mail_smtp_hostname'] = 'Agregue el prefijo \'tls: //\' o \'ssl: //\' si se requiere una conexión de seguridad. (Por ejemplo, tls: //smtp.gmail.com, ssl: //smtp.gmail.com).'; +$_['help_mail_smtp_password'] = 'Para gmail, puede que necesite configurar una contraseña específica de la aplicación aquí: https://security.google.com/settings/security/apppasswords.'; +$_['help_mail_alert'] = 'Seleccione las funciones en las que desea recibir un correo electrónico de alerta cuando un cliente las utilice.'; +$_['help_mail_alert_email'] = 'Cualquier correo electrónico adicional que desee recibir el correo electrónico de alerta, además del correo electrónico principal de la tienda. (separado por comas).'; +$_['help_secure'] = 'Para usar SSL, compruebe con su host si hay un certificado SSL instalado y agregue la URL SSL a los archivos de configuración de catalog y admin.'; +$_['help_shared'] = 'Trate de compartir la cookie de sesión entre tiendas para que el carro pueda pasar entre diferentes dominios.'; +$_['help_robots'] = 'No se utilizará una lista de agentes de usuario de rastreadores web que compartan sesiones. Utilice líneas separadas para cada agente de usuario.'; +$_['help_seo_url'] = 'Para usar las URL de SEO, se debe instalar el módulo de apache mod-rewrite y necesita cambiar el nombre de htaccess.txt a .htaccess.'; +$_['help_file_max_size'] = 'El tamaño máximo del archivo de imagen que puede cargar en el Administrador de imágenes. Introduzca como byte.'; +$_['help_file_ext_allowed'] = 'Añade qué extensiones de archivo se pueden cargar. Utilice una nueva línea para cada valor.'; +$_['help_file_mime_allowed'] = 'Añade qué tipos de mime de archivo se pueden cargar. Utilice una nueva línea para cada valor.'; +$_['help_maintenance'] = 'Impide que los clientes naveguen por su tienda. En su lugar, verán un mensaje de mantenimiento. Si está conectado como administrador, verá la tienda como normal.'; +$_['help_password'] = 'Permitir que la contraseña olvidada se utilice para el administrador. Esto se deshabilitará automáticamente si el sistema detecta un intento de hack.'; +$_['help_encryption'] = 'Proporcione una clave secreta que se utilizará para cifrar información privada al procesar pedidos.'; +$_['help_compression'] = 'GZIP para una transferencia más eficiente a los clientes solicitantes. El nivel de compresión debe estar entre 0 y 9.'; +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar la configuración!'; +$_['error_meta_title'] = '¡El título debe tener entre 3 y 32 caracteres!'; +$_['error_name'] = 'El nombre de la tienda debe tener entre 3 y 32 caracteres.'; +$_['error_owner'] = '¡El propietario de la tienda debe tener entre 3 y 64 caracteres!'; +$_['error_address'] = '¡La dirección de la tienda debe tener entre 10 y 256 caracteres!'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_limit'] = 'Límite requerido!'; +$_['error_login_attempts'] = 'Los intentos de inicio de sesión deben ser mayores de 0!'; +$_['error_customer_group_display'] = 'Debe incluir el grupo de clientes predeterminado si va a utilizar esta función.'; +$_['error_voucher_min'] = 'Cantidad de cupón mínimo requerido!'; +$_['error_voucher_max'] = 'Cantidad máxima de cupón requerido!'; +$_['error_processing_status'] = 'Debe elegir al menos 1 estado de proceso de pedido'; +$_['error_complete_status'] = 'Debe elegir al menos 1 estado completo de pedido'; +$_['error_log_required'] = 'Registro de errores ¡Se requiere el nombre de archivo!'; +$_['error_log_invalid'] = 'El nombre del archivo de registro de errores no es válido!'; +$_['error_log_extension'] = 'La extensión del nombre de archivo de registro de errores debe ser .log!'; +$_['error_encryption'] = '¡La clave de cifrado debe tener entre 32 y 1024 caracteres!'; diff --git a/public/admin/language/es-es/setting/store.php b/public/admin/language/es-es/setting/store.php new file mode 100644 index 0000000..30877c5 --- /dev/null +++ b/public/admin/language/es-es/setting/store.php @@ -0,0 +1,87 @@ +<?php +$_['heading_title'] = 'Tiendas'; +$_['text_settings'] = 'Ajustes'; +$_['text_success'] = 'Éxito: ¡Has modificado Tiendas!'; +$_['text_list'] = 'Lista de la tienda'; +$_['text_add'] = 'Añadir tienda'; +$_['text_edit'] = 'Editar tienda'; +$_['text_items'] = 'Artículos'; +$_['text_tax'] = 'Impuestos'; +$_['text_account'] = 'Cuenta'; +$_['text_checkout'] = 'Revisa'; +$_['text_stock'] = 'Valores'; +$_['text_shipping'] = 'Dirección de Envío'; +$_['text_payment'] = 'Dirección de Pago'; +$_['column_name'] = 'Nombre de la tienda'; +$_['column_url'] = 'URL de la tienda'; +$_['column_action'] = 'Acción'; +$_['entry_url'] = 'URL de la tienda'; +$_['entry_ssl'] = 'URL SSL'; +$_['entry_meta_title'] = 'Meta título'; +$_['entry_meta_description'] = 'Meta Tag Descripción'; +$_['entry_meta_keyword'] = 'Meta Tag Palabras clave'; +$_['entry_layout'] = 'Diseño predeterminado'; +$_['entry_theme'] = 'Tema'; +$_['entry_name'] = 'Nombre de la tienda'; +$_['entry_owner'] = 'Dueño de tienda'; +$_['entry_address'] = 'Dirección'; +$_['entry_geocode'] = 'Geocode'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_telephone'] = 'Teléfono'; +$_['entry_fax'] = 'Fax'; +$_['entry_image'] = 'Imagen'; +$_['entry_open'] = 'Los horarios de apertura'; +$_['entry_comment'] = 'Comentario'; +$_['entry_location'] = 'Ubicación de la tienda'; +$_['entry_country'] = 'País'; +$_['entry_zone'] = 'Región / Estado'; +$_['entry_language'] = 'Idioma'; +$_['entry_currency'] = 'Moneda'; +$_['entry_tax'] = 'Mostrar precios con impuestos'; +$_['entry_tax_default'] = 'Usar la dirección del impuesto de tienda'; +$_['entry_tax_customer'] = 'Usar la dirección de impuestos de cliente'; +$_['entry_customer_group'] = 'grupo de clientes'; +$_['entry_customer_group_display'] = 'Grupos de Clientes'; +$_['entry_customer_price'] = 'Mostrar precios'; +$_['entry_account'] = 'Términos de la cuenta'; +$_['entry_cart_weight'] = 'Peso de la pantalla en la página del carro'; +$_['entry_checkout_guest'] = 'Pedido del cliente'; +$_['entry_checkout'] = 'Términos de la compra'; +$_['entry_order_status'] = 'Estado del pedido'; +$_['entry_stock_display'] = 'Mostrar existencias'; +$_['entry_stock_checkout'] = 'Stock Checkout'; +$_['entry_logo'] = 'Logotipo de la tienda'; +$_['entry_icon'] = 'Icono'; +$_['entry_secure'] = 'Usar SSL'; +$_['help_url'] = 'Incluya la URL completa de su tienda. Asegúrese de añadir \'/\' al final. Ejemplo: http://www.yourdomain.com/path/ <br /> <br /> No utilice directorios para crear una nueva tienda. Siempre debe apuntar otro dominio o sub-dominio a su alojamiento.'; +$_['help_ssl'] = 'URL SSL a su tienda. Asegúrese de añadir \'/\' al final. Ejemplo: http://www.yourdomain.com/path/ <br /> <br /> No utilice directorios para crear una nueva tienda. Siempre debe apuntar otro dominio o sub-dominio a su alojamiento.'; +$_['help_geocode'] = 'Introduzca su geocódigo de ubicación de tienda manualmente.'; +$_['help_open'] = 'Rellene los horarios de apertura de sus tiendas.'; +$_['help_comment'] = 'Este campo es para cualquier nota especial que le gustaría decirle al cliente, es decir, la tienda no acepta cheques.'; +$_['help_location'] = 'Las diferentes ubicaciones de tienda que tiene que desea que aparezcan en el formulario de contacto.'; +$_['help_currency'] = 'Cambiar la moneda predeterminada. Borre el caché del navegador para ver el cambio y restablecer su cookie existente.'; +$_['help_tax_default'] = 'Utilice la dirección de la tienda para calcular los impuestos si el cliente no está conectado. Puede elegir usar la dirección de la tienda para la dirección de envío o de pago del cliente.'; +$_['help_tax_customer'] = 'Utilice la dirección predeterminada de los clientes cuando inicien sesión para calcular los impuestos. Puede elegir utilizar la dirección predeterminada para la dirección de envío o de pago del cliente.'; +$_['help_customer_group'] = 'Grupo de clientes predeterminado.'; +$_['help_customer_group_display'] = 'Mostrar grupos de clientes que los nuevos clientes pueden seleccionar para usar como mayorista y empresarial al registrarse.'; +$_['help_customer_price'] = 'Mostrar sólo los precios cuando un cliente inicia sesión.'; +$_['help_account'] = 'Obliga a las personas a aceptar términos antes de que se pueda crear una cuenta.'; +$_['help_checkout_guest'] = 'Permitir a los clientes realizar la compra sin crear una cuenta. Esto no estará disponible cuando un producto descargable esté en el carrito de la compra.'; +$_['help_checkout'] = 'Obliga a las personas a aceptar términos antes de que un cliente pueda realizar el pago.'; +$_['help_order_status'] = 'Establece el estado predeterminado del pedido cuando se procesa un pedido.'; +$_['help_stock_display'] = 'Mostrar cantidad de stock en la página del producto.'; +$_['help_stock_checkout'] = 'Permita que los clientes aún descarguen si los productos que están pidiendo no están en stock.'; +$_['help_icon'] = 'El icono debe ser un PNG que sea 16px x 16px.'; +$_['help_secure'] = 'Para usar SSL, consulte con su host si hay un certificado SSL instalado.'; +$_['error_warning'] = 'Advertencia: Por favor, revise el formulario cuidadosamente para ver si hay errores.'; +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar tiendas!'; +$_['error_url'] = 'Se requiere URL de tienda'; +$_['error_meta_title'] = '¡El título debe tener entre 3 y 32 caracteres!'; +$_['error_name'] = 'El nombre de la tienda debe tener entre 3 y 32 caracteres.'; +$_['error_owner'] = '¡El propietario de la tienda debe tener entre 3 y 64 caracteres!'; +$_['error_address'] = '¡La dirección de la tienda debe tener entre 10 y 256 caracteres!'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_customer_group_display'] = 'Debe incluir el grupo de clientes predeterminado si va a utilizar esta función.'; +$_['error_default'] = 'Advertencia: ¡No puede eliminar su tienda predeterminada!'; +$_['error_store'] = 'Advertencia: ¡Esta Tienda no puede ser eliminada ya que actualmente está asignada a %s orders!'; diff --git a/public/admin/language/es-es/tool/backup.php b/public/admin/language/es-es/tool/backup.php new file mode 100644 index 0000000..a0c984e --- /dev/null +++ b/public/admin/language/es-es/tool/backup.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Respaldar y Restaurar'; + +// Text +$_['text_success'] = 'Éxito: ¡Usted ha importado exitósamente la base de datos!'; + +// Entry +$_['entry_progress'] = 'Progreso'; +$_['entry_export'] = 'Exportar'; + +// Tab +$_['tab_backup'] = 'Respaldar'; +$_['tab_restore'] = 'Restaurar'; + +// Error +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el Respaldo ni Restaurar!'; +$_['error_export'] = 'Advertencia: ¡Debe seleccionar al menos una tabla para exportar!'; +$_['error_file'] = '¡El archivo no se encontró!'; diff --git a/public/admin/language/es-es/tool/log.php b/public/admin/language/es-es/tool/log.php new file mode 100644 index 0000000..366edf6 --- /dev/null +++ b/public/admin/language/es-es/tool/log.php @@ -0,0 +1,11 @@ +<?php +// Heading +$_['heading_title'] = 'Error Log'; + +// Text +$_['text_success'] = 'Success: You have successfully cleared your error log!'; +$_['text_list'] = 'Errors List'; + +// Error +$_['error_warning'] = 'Warning: Your error log file %s is %s!'; +$_['error_permission'] = 'Warning: You do not have permission to clear error log!';
\ No newline at end of file diff --git a/public/admin/language/es-es/tool/upload.php b/public/admin/language/es-es/tool/upload.php new file mode 100644 index 0000000..a34d87d --- /dev/null +++ b/public/admin/language/es-es/tool/upload.php @@ -0,0 +1,21 @@ +<?php +// Heading +$_['heading_title'] = 'Uploads'; + +// Text +$_['text_success'] = 'Success: You have modified uploads!'; +$_['text_list'] = 'Upload List'; + +// Column +$_['column_name'] = 'Upload Name'; +$_['column_filename'] = 'Filename'; +$_['column_date_added'] = 'Date Added'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Upload Name'; +$_['entry_filename'] = 'Filename'; +$_['entry_date_added'] = 'Date Added'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify uploads!';
\ No newline at end of file diff --git a/public/admin/language/es-es/user/api.php b/public/admin/language/es-es/user/api.php new file mode 100644 index 0000000..7aa4963 --- /dev/null +++ b/public/admin/language/es-es/user/api.php @@ -0,0 +1,22 @@ +<?php +$_['heading_title'] = 'APIs'; +$_['text_success'] = 'Éxito: ¡Usted ha modificado APIs!'; +$_['text_list'] = 'Lista de API'; +$_['text_add'] = 'Añadir API'; +$_['text_edit'] = 'Editar API'; +$_['text_ip'] = 'A continuación puede crear una lista de IPs permitidos para acceder a la API. Tu IP actual es %s'; +$_['column_username'] = 'Nombre de usuario de API'; +$_['column_status'] = 'Estado'; +$_['column_token'] = 'Simbólico'; +$_['column_ip'] = 'IP'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_date_modified'] = 'Fecha modificada'; +$_['column_action'] = 'Acción'; +$_['entry_username'] = 'Nombre de usuario de API'; +$_['entry_key'] = 'Clave API'; +$_['entry_status'] = 'Estado'; +$_['entry_ip'] = 'IP'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las API!'; +$_['error_username'] = '¡El nombre de usuario de la API debe tener entre 3 y 20 caracteres!'; +$_['error_key'] = '¡La clave de la API debe tener entre 64 y 256 caracteres!'; +$_['error_ip'] = '¡Debe tener al menos una IP agregada a la lista permitida!'; diff --git a/public/admin/language/es-es/user/user.php b/public/admin/language/es-es/user/user.php new file mode 100644 index 0000000..7b452a4 --- /dev/null +++ b/public/admin/language/es-es/user/user.php @@ -0,0 +1,29 @@ +<?php +$_['heading_title'] = 'Usuarios'; +$_['text_success'] = 'Éxito: ¡Has modificado los usuarios!'; +$_['text_list'] = 'Lista de usuarios'; +$_['text_add'] = 'Agregar usuario'; +$_['text_edit'] = 'editar usuario'; +$_['column_username'] = 'Nombre de usuario'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; +$_['entry_username'] = 'Nombre de usuario'; +$_['entry_user_group'] = 'Grupo de usuario'; +$_['entry_password'] = 'Contraseña'; +$_['entry_confirm'] = 'Confirmar'; +$_['entry_firstname'] = 'Nombre de pila'; +$_['entry_lastname'] = 'Apellido'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_image'] = 'Imagen'; +$_['entry_status'] = 'Estado'; +$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar usuarios!'; +$_['error_account'] = 'Advertencia: ¡No puedes eliminar tu propia cuenta!'; +$_['error_exists_username'] = 'Advertencia: ¡El nombre de usuario ya está en uso!'; +$_['error_username'] = '¡El nombre de usuario debe tener entre 3 y 20 caracteres!'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; +$_['error_confirm'] = 'Confirmación de contraseña y contraseña no coinciden!'; +$_['error_firstname'] = '¡El nombre completo debe tener entre 1 y 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; +$_['error_email'] = '¡La dirección de correo electrónico no parece válida!'; +$_['error_exists_email'] = 'Advertencia: ¡La dirección de correo electrónico ya está registrada!'; diff --git a/public/admin/language/es-es/user/user_group.php b/public/admin/language/es-es/user/user_group.php new file mode 100644 index 0000000..e5564be --- /dev/null +++ b/public/admin/language/es-es/user/user_group.php @@ -0,0 +1,14 @@ +<?php +$_['heading_title'] = 'Grupos de Usuarios'; +$_['text_success'] = 'Éxito: ¡Ha modificado los grupos de usuarios!'; +$_['text_list'] = 'Grupo de usuario'; +$_['text_add'] = 'Agregar grupo de usuarios'; +$_['text_edit'] = 'Editar grupo de usuarios'; +$_['column_name'] = 'Nombre del grupo de usuarios'; +$_['column_action'] = 'Acción'; +$_['entry_name'] = 'Nombre del grupo de usuarios'; +$_['entry_access'] = 'Permiso de acceso'; +$_['entry_modify'] = 'Modificar Permiso'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar grupos de usuarios!'; +$_['error_name'] = '¡El nombre del grupo de usuarios debe tener entre 3 y 64 caracteres!'; +$_['error_user'] = 'Advertencia: ¡Este grupo de usuarios no se puede eliminar ya que está asignado actualmente a %s users!'; |