diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/ebay_template.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/ebay_template.php | 27 |
1 files changed, 27 insertions, 0 deletions
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 |