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 | 28 |
1 files changed, 14 insertions, 14 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 index 1f2230f..80e5957 100644 --- a/public/admin/language/es-es/extension/openbay/ebay_template.php +++ b/public/admin/language/es-es/extension/openbay/ebay_template.php @@ -1,27 +1,27 @@ <?php // Headings -$_['heading_title'] = 'Listing templates'; +$_['heading_title'] = 'Listado de plantillas'; $_['text_ebay'] = 'eBay'; $_['text_openbay'] = 'OpenBay Pro'; // Columns -$_['column_name'] = 'Template name'; -$_['column_action'] = 'Action'; +$_['column_name'] = 'Nombre de la plantilla'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_template_name'] = 'Name'; +$_['entry_template_name'] = 'Nombre'; $_['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'; +$_['text_added'] = 'Nueva plantilla ha sido agregada'; +$_['text_updated'] = 'La plantilla ha sido actualizada'; +$_['text_deleted'] = 'La plantilla ha sido eliminada'; +$_['text_confirm_delete'] = '¿Seguro que quieres eliminar la plantilla?'; +$_['text_list'] = 'Lista de plantillas'; +$_['text_add'] = 'Agregar perfil'; +$_['text_edit'] = 'Editar perfil'; // 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 +$_['error_name'] = 'Debes ingresar un nombre de plantilla'; +$_['error_permission'] = 'No tienes permiso para editar plantillas'; +$_['error_no_template'] = 'ID de plantilla no existe'; |