PEEL Shopping
Open source ecommerce : PEEL Shopping
database_import_field_ro.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_ro.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" => "Identificatorul unic al produsului permite actualizarea unui produs existent. Dacă ID ul este precizat şi găsit în baza de date, produsul este actualizat.",
24  "categorie_id" => "Numele sau categoria refertă (pune 0 dacă nu există). Referinţa este găsită la <a href=\"categories.php\"> lista de categorii - coloana Identificator</a>. Categoria va fi creată automat dacă nu existentă şi care este numele său",
25  "Categorie" => "Alt nume de coloană posibil pentru categorie_id",
26  "id_marque" => "Nume sau referinţa de Marcă. Referinţa este în <a href=\"marques.php\"> lista de mărci</a> - coloana Identificator. Marca va fi creată dacă nu existentă",
27  "reference" => "Referinţă produs",
28  "nom_fr" => "Nume în limba franceză",
29  "descriptif_fr" => "Descriptiv produs în limba franceză",
30  "description_fr" => "Descriere produs în limba franceză",
31  "nom_en" => "NUme în limba engleză",
32  "descriptif_en" => "Descriptiv produs în limba engleză",
33  "description_en" => "Descriere produs în limba engleză",
34  "prix" => "Preţ vânzare public TTC",
35  "prix_revendeur" => "Preţ vânzare revănzător TTC",
36  "prix_achat" => "Preţ de achiziţie TTC",
37  "tva" => "Taxa TVA în procente",
38  "promotion" => "Promoţii",
39  "poids" => "Poinds ( în grame )",
40  "points" => "Puncte cadou",
41  "image1" => "Imaginea 1 : Imaginea principală",
42  "image2" => "Imaginea 2",
43  "image3" => "Imaginea 3",
44  "image4" => "Imaginea 4",
45  "image5" => "Imaginea 5",
46  "image6" => "Imaginea 6",
47  "image7" => "Imaginea 7",
48  "image8" => "Imaginea 8",
49  "image9" => "Imaginea 9",
50  "image10" => "Imaginea 10",
51  "on_stock" => "Gestiune stoc ( 1= da, O = nu )",
52  "etat" => "Statut ( 1 = la vanzare, O = în aşteptare )"
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.