aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/extension/openbay/etsy_edit.php
blob: c15d5475569dc8963107e0e881db719e69845376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
// Headings
$_['heading_title']       = 'Editar lista';
$_['text_openbay']        = 'OpenBay Pro';
$_['text_etsy']           = 'Etsy';

// Tabs

// Text
$_['text_option']         = 'Seleccionar opción';
$_['text_listing_id']     = 'ID de listado';
$_['text_updated']        = 'Su listado de Etsy ha sido actualizado';
$_['text_edit']           = 'Actualice su listado de Etsy';

// Entry
$_['entry_title']         = 'Titulo del producto';
$_['entry_description']   = 'Descripción';
$_['entry_price']         = 'Precio';
$_['entry_state']         = 'Estado';

// Errors
$_['error_price_missing'] = 'Falta el precio o está vacío';
$_['error_title_length']  = 'El título es demasiado largo.';
$_['error_title_missing'] = 'Falta el título';
$_['error_desc_missing']  = 'Falta la descripción o está vacía';
$_['error_state_missing'] = 'Falta el estado o está vacío';