diff options
Diffstat (limited to 'public/admin/language/es-es/extension/openbay/amazon_links.php')
-rw-r--r-- | public/admin/language/es-es/extension/openbay/amazon_links.php | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/public/admin/language/es-es/extension/openbay/amazon_links.php b/public/admin/language/es-es/extension/openbay/amazon_links.php index a62b5d0..899771f 100644 --- a/public/admin/language/es-es/extension/openbay/amazon_links.php +++ b/public/admin/language/es-es/extension/openbay/amazon_links.php @@ -1,29 +1,29 @@ <?php // Heading -$_['heading_title'] = 'Item links'; +$_['heading_title'] = 'Enlaces de artículos'; $_['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'; +$_['text_desc1'] = 'Vincular sus artículos permitirá el control de existencias en sus listados de Amazon.'; +$_['text_desc2'] = 'Para cada artículo que se actualice, el stock local (el stock disponible en su tienda OpenCart) actualizará su listado de Amazon'; +$_['text_desc3'] = 'Puede vincular elementos manualmente ingresando SKU de Amazon y el nombre del producto o cargar todos los productos no vinculados y luego ingresar los SKU de Amazon. (Cargar productos de OpenCart a Amazon agregará automáticamente enlaces)'; +$_['text_new_link'] = 'Nuevo enlace'; +$_['text_autocomplete_product'] = 'Producto (Autocompletar desde nombre)'; +$_['text_amazon_sku'] = 'SKU de artículo de Amazon'; +$_['text_action'] = 'Acción'; +$_['text_linked_items'] = 'Artículos vinculados'; +$_['text_unlinked_items'] = 'Artículos no vinculados'; +$_['text_name'] = 'Nombre'; +$_['text_model'] = 'Modelo'; +$_['text_combination'] = 'Combinación de variantes'; +$_['text_sku'] = 'SKU del Producto'; +$_['text_sku_variant'] = 'SKU de la Variante'; // Button -$_['button_load'] = 'Load'; +$_['button_load'] = 'Carga'; // 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 +$_['error_empty_sku'] = '¡Amazon SKU no puede estar vacío!'; +$_['error_empty_name'] = '¡El nombre del producto no puede estar vacío!'; +$_['error_no_product_exists'] = 'El producto no existe. Utilice los valores de autocompletar.'; |