PEEL Shopping
Open source ecommerce : PEEL Shopping
database_import_field_es.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: database_import_field_es.php 46935 2015-09-18 08:49:48Z gboussin $
14 
15 if (!defined("IN_PEEL")) {
16  die();
17 }
18 
19 // The keys shall have quotes so that they are correcly treated by Transifex : write "1" => ... and not 1 => ...
20 // Les clés doivent avoir des guillemets pour que ce soit traité correctement par Transifex : indiquez "1" => ... et non pas 1 => ...
21 
22 $peel_import_field["texte"] = array(
23  "id" => "Identificador único del producto para actualizar un producto existente. Si se especifica id y se encuentra en la base de datos, el producto se actualiza",
24  "categorie_id" => "El nombre o la categoría de referencia (ponga 0 si no existe) está en la <a href=\"categories.php\">lista de categorías</a> - Columna ID. La categoría se creará automáticamente si no existe y que es su nombre",
25  "Categorie" => "Otro nombre de columna posible category_id",
26  "id_marque" => "El nombre o la referencia de la marca, la referencia está en la <a href=\"marques.php\">lista de las marcas</a> - Columna ID. La marca se crea si no existe.",
27  "reference" => "Número de producto",
28  "nom_fr" => "Nombre en francés",
29  "descriptif_fr" => "Producto descripción en francés",
30  "description_fr" => "Producto Descripción idioma francés",
31  "nom_en" => "Nombre en Inglés",
32  "descriptif_en" => "Descripción del producto en Inglés",
33  "description_en" => "Descripción del producto Inglés",
34  "prix" => "Precio TTC",
35  "prix_revendeur" => "Precio distribuidor incl",
36  "prix_achat" => "Purchase Price incl",
37  "tva" => "Tipo del IVA en porcentaje",
38  "promotion" => "Promoción",
39  "poids" => "Peso (gramos)",
40  "points" => "Puntos de regalo",
41  "image1" => "Imagen 1: Imagen principal",
42  "image2" => "Imagen 2",
43  "image3" => "Imagen 3",
44  "image4" => "Imagen 4",
45  "image5" => "Imagen 5",
46  "image6" => "Imagen 6",
47  "image7" => "Imagen 7",
48  "image8" => "Imagen 8",
49  "image9" => "Imagen 9",
50  "image10" => "Imagen 10",
51  "on_stock" => "Manejo de Inventario (1 = sí, O = no)",
52  "etat" => "Estado (1 = línea = O en espera)"
53 );
54 
if(!defined("IN_PEEL")) $peel_import_field["texte"]

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:40 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.