Skip to content

Commit

Permalink
translated catalog/account
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexo Alonzo authored and Lexo Alonzo committed Aug 17, 2017
0 parents commit 1868319
Show file tree
Hide file tree
Showing 473 changed files with 15,463 additions and 0 deletions.
Binary file added admin/.DS_Store
Binary file not shown.
Binary file added admin/language/.DS_Store
Binary file not shown.
Binary file added admin/language/es-ES/.DS_Store
Binary file not shown.
26 changes: 26 additions & 0 deletions admin/language/es-ES/catalog/attribute.php
Original file line number Diff line number Diff line change
@@ -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!';
24 changes: 24 additions & 0 deletions admin/language/es-ES/catalog/attribute_group.php
Original file line number Diff line number Diff line change
@@ -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!';
47 changes: 47 additions & 0 deletions admin/language/es-ES/catalog/category.php
Original file line number Diff line number Diff line change
@@ -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!';
34 changes: 34 additions & 0 deletions admin/language/es-ES/catalog/download.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
// Heading
$_['heading_title'] = 'Downloads';

// Text
$_['text_success'] = 'Success: You have modified downloads!';
$_['text_list'] = 'Download List';
$_['text_add'] = 'Add Download';
$_['text_edit'] = 'Edit Download';
$_['text_upload'] = 'Your file was successfully uploaded!';

// Column
$_['column_name'] = 'Download Name';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';

// Entry
$_['entry_name'] = 'Download Name';
$_['entry_filename'] = 'Filename';
$_['entry_mask'] = 'Mask';

// Help
$_['help_filename'] = 'You can upload via the upload button or use FTP to upload to the download directory and enter the details below.';
$_['help_mask'] = 'It is recommended that the filename and the mask are different to stop people trying to directly link to your downloads.';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify downloads!';
$_['error_name'] = 'Download Name must be between 3 and 64 characters!';
$_['error_upload'] = 'Upload required!';
$_['error_filename'] = 'Filename must be between 3 and 128 characters!';
$_['error_exists'] = 'File does not exist!';
$_['error_mask'] = 'Mask must be between 3 and 128 characters!';
$_['error_filetype'] = 'Invalid file type!';
$_['error_product'] = 'Warning: This download cannot be deleted as it is currently assigned to %s products!';
26 changes: 26 additions & 0 deletions admin/language/es-ES/catalog/filter.php
Original file line number Diff line number Diff line change
@@ -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!';
46 changes: 46 additions & 0 deletions admin/language/es-ES/catalog/information.php
Original file line number Diff line number Diff line change
@@ -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!';
33 changes: 33 additions & 0 deletions admin/language/es-ES/catalog/manufacturer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?php
// Heading
$_['heading_title'] = 'Manufacturers';

// Text
$_['text_success'] = 'Success: You have modified manufacturers!';
$_['text_list'] = 'Manufacturer List';
$_['text_add'] = 'Add Manufacturer';
$_['text_edit'] = 'Edit Manufacturer';
$_['text_default'] = 'Default';
$_['text_percent'] = 'Percentage';
$_['text_amount'] = 'Fixed Amount';
$_['text_keyword'] = 'Do not use spaces, instead replace spaces with - and make sure the SEO URL is globally unique.';

// Column
$_['column_name'] = 'Manufacturer Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';

// Entry
$_['entry_name'] = 'Manufacturer Name';
$_['entry_store'] = 'Stores';
$_['entry_keyword'] = 'Keyword';
$_['entry_image'] = 'Image';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_type'] = 'Type';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify manufacturers!';
$_['error_name'] = 'Manufacturer Name must be between 1 and 64 characters!';
$_['error_keyword'] = 'SEO URL already in use!';
$_['error_unique'] = 'SEO URL must be unique!';
$_['error_product'] = 'Warning: This manufacturer cannot be deleted as it is currently assigned to %s products!';
41 changes: 41 additions & 0 deletions admin/language/es-ES/catalog/option.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?php
// Heading
$_['heading_title'] = 'Options';

// Text
$_['text_success'] = 'Success: You have modified options!';
$_['text_list'] = 'Option List';
$_['text_add'] = 'Add Option';
$_['text_edit'] = 'Edit Option';
$_['text_choose'] = 'Choose';
$_['text_select'] = 'Select';
$_['text_radio'] = 'Radio';
$_['text_checkbox'] = 'Checkbox';
$_['text_input'] = 'Input';
$_['text_text'] = 'Text';
$_['text_textarea'] = 'Textarea';
$_['text_file'] = 'File';
$_['text_date'] = 'Date';
$_['text_datetime'] = 'Date &amp; Time';
$_['text_time'] = 'Time';
$_['text_option'] = 'Option';
$_['text_value'] = 'Option Values';

// Column
$_['column_name'] = 'Option Name';
$_['column_sort_order'] = 'Sort Order';
$_['column_action'] = 'Action';

// Entry
$_['entry_name'] = 'Option Name';
$_['entry_type'] = 'Type';
$_['entry_option_value'] = 'Option Value Name';
$_['entry_image'] = 'Image';
$_['entry_sort_order'] = 'Sort Order';

// Error
$_['error_permission'] = 'Warning: You do not have permission to modify options!';
$_['error_name'] = 'Option Name must be between 1 and 128 characters!';
$_['error_type'] = 'Warning: Option Values required!';
$_['error_option_value'] = 'Option Value Name must be between 1 and 128 characters!';
$_['error_product'] = 'Warning: This option cannot be deleted as it is currently assigned to %s products!';
Loading

0 comments on commit 1868319

Please sign in to comment.