PEEL Shopping
Open source ecommerce : PEEL Shopping
database_import_field_de.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-2012 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_de.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" => "Einmaliger Code zur Aktualisierung eines bestehenden Produkts. Wenn die ID angegeben und in der Datenbank gefunden wurde, wird das Produkt aktualisiert.",
24  "categorie_id" => "Der Name oder die Referenz der Kategorie (auf 0 setzen, falls noch nicht existent). Die Referenz findet sich in der <a href=\"categories.php\">Kategorienliste - Identifikationsspalte</a>. Die Kategorie wird automatisch erzeugt, wenn sie noch nicht besteht und dies ihr Name ist",
25  "Categorie" => "Anderer möglicher Spaltenname für Kategorie_id",
26  "id_marque" => "Name oder Referenz der Marke. Die Referenz findet sich in der <a href=\"marques.php\">Markenliste</a> - Identifikationsspalte. Die Marke wird erzeugt, wenn sie noch nicht besteht.",
27  "reference" => "Produktreferenz",
28  "nom_fr" => "Name auf französisch",
29  "descriptif_fr" => "Kurze Produktbeschreibung auf französisch",
30  "description_fr" => "Produktbeschreibung auf französisch",
31  "nom_en" => "Name auf englisch",
32  "descriptif_en" => "Kurze Produktbeschreibung auf englisch",
33  "description_en" => "Produktbeschreibung auf englisch",
34  "prix" => "Einzelhandelspreis inkl. MwSt.",
35  "prix_revendeur" => "Wiederverkaufspreis inkl. MwSt.",
36  "prix_achat" => "Kaufpreis inkl. MwSt.",
37  "tva" => "Mehrwertsteuersatz",
38  "promotion" => "Sonderangebot",
39  "poids" => "Gewicht in g",
40  "points" => "Treuepunkte",
41  "image1" => "Bild 1: Hauptabbildung",
42  "image2" => "Bild 2",
43  "image3" => "Bild 3",
44  "image4" => "Bild 4",
45  "image5" => "Bild 5",
46  "image6" => "Bild 6",
47  "image7" => "Bild 7",
48  "image8" => "Bild 8",
49  "image9" => "Bild 9",
50  "image10" => "Bild 10",
51  "on_stock" => "Vorratsverwaltung (1 = ja, 0 = nein)",
52  "etat" => "Status (1 = online, 0 = wartend)"
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.