PEEL Shopping
Open source ecommerce : PEEL Shopping
database_import_field_nl.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_nl.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" => "Unieke code voor het product om een bestaand product bij te werken. Als id is opgegeven en gevonden in de database, wordt het product bijgewerkt",
24  "categorie_id" => "De naam of referentie categorie (zet 0 als deze nog niet bestaat) Link is in de <a href=\"categories.php\">llist van categorieën</a> - ID-kolom. Categorie wordt automatisch aangemaakt als deze nog niet bestaat en dat is zijn naam",
25  "Categorie" => "Andere mogelijke kolomnaam categorie_id",
26  "id_marque" => "De aanduiding of het kenmerk van het merk. De referentie is in de <a href=\"marques.php\">lijst met merken</a> - ID-kolom. Het merk wordt aangemaakt als het nog niet bestaat",
27  "reference" => "Product referentie",
28  "nom_fr" => "Naam in het Frans",
29  "descriptif_fr" => "Korte productbeschrijving in het Frans",
30  "description_fr" => "Productbeschrijving in het Frans",
31  "nom_en" => "Naam in het Frans",
32  "descriptif_en" => "Korte productbeschrijving in het Engels",
33  "description_en" => "Productbeschrijving in het Engels",
34  "prix" => "Retailprijs incl. BTW",
35  "prix_revendeur" => "Wederverkoper prijs incl. BTW",
36  "prix_achat" => "Aankoopprijs incl. BTW",
37  "tva" => "BTW-tarief in procenten",
38  "promotion" => "Korting",
39  "poids" => "Gewicht (in gram)",
40  "points" => "Geschenkpunten voor uw bestelling",
41  "image1" => "Afbeelding 1 : hoofdafbeelding",
42  "image2" => "Afbeelding 2",
43  "image3" => "Afbeelding 3",
44  "image4" => "Afbeelding 4",
45  "image5" => "Afbeelding 5",
46  "image6" => "Afbeelding 6",
47  "image7" => "Afbeelding 7",
48  "image8" => "Afbeelding 8",
49  "image9" => "Afbeelding 9",
50  "image10" => "Afbeelding 10",
51  "on_stock" => "Voorraadbeheer (1 = ja, 0 = nee)",
52  "etat" => "Status (1 = online, 0 = in afwachting)"
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.