Initial commit

This commit is contained in:
2020-11-02 15:46:52 +01:00
commit 17f974127c
13788 changed files with 1921656 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
<?php
/*************************************************************************************/
/* */
/* Thelia */
/* */
/* Copyright (c) 2005-2013 OpenStudio */
/* email : info@thelia.fr */
/* web : http://www.thelia.net */
/* */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 3 of the License */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program.  If not, see <http://www.gnu.org/licenses/>. */
/* */
/*************************************************************************************/
$GLOBALS['dicotpl'] = array(
// Facture
'Page' => 'Page',
'Facture n°' => 'Invoice no.',
'N° Commande' => 'Order no.',
'N° Client' => 'Client no.',
'Date' => 'Date',
'Adresse de livraison' => 'Shipping address',
'Adresse de facturation' => 'Billing address',
'Référence' => 'Reference',
'Désignation' => 'Name',
'Prix HT' => 'Price',
'Qté' => 'Qty',
'TVA' => 'Tax',
'Montant HT' => 'Subtotal',
'Mode de règlement' => 'Payment mode',
'Mode de livraison' => 'Shipping mode',
'Zone de correspondance' => 'Additional information',
'Port' => 'Shipping fee',
'Total dû' => 'Total',
'Total HT' => 'Total w/o tax',
'Total TTC' => 'Total w. tax',
'Remise' => 'Discount',
// Bon de livraison
'Bon de livraison<br />N°' => 'Shipping note<br />no.',
'N° Facture' => 'Invoice no.'
);
?>

View File

@@ -0,0 +1,52 @@
<?php
/*************************************************************************************/
/* */
/* Thelia */
/* */
/* Copyright (c) 2005-2013 OpenStudio */
/* email : info@thelia.fr */
/* web : http://www.thelia.net */
/* */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 3 of the License */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program.  If not, see <http://www.gnu.org/licenses/>. */
/* */
/*************************************************************************************/
$GLOBALS['dicotpl'] = array(
// Facture
'Page' => 'Página',
'Facture n°' => 'Nº factura',
'N° Commande' => 'Nº de pedido',
'N° Client' => 'N° Cliente',
'Date' => 'Fecha',
'Adresse de livraison' => 'Dirección de envío',
'Adresse de facturation' => 'Dirección de la facturación',
'Référence' => 'Referencia',
'Désignation' => 'Designación',
'Prix HT' => 'Precio Sin Impuestos',
'Qté' => 'Cantidad',
'TVA' => 'IVA',
'Montant HT' => 'Cantidad Sin Impuestos',
'Mode de règlement' => 'Forma de pago',
'Mode de livraison' => 'Método de Entrega',
'Zone de correspondance' => 'Zona de correspondencia',
'Port' => 'Porte',
'Total HT' => 'Total Sin Impuestos',
'Total TTC' => 'Total Impuestos Incluidos',
'Remise' => 'Descuento',
'Total dû' => 'Total a pagar',
// Bon de livraison
'Bon de livraison<br />N°' => 'N° de entrega.',
'N° Facture' => 'Nº factura'
);
?>

View File

@@ -0,0 +1,52 @@
<?php
/*************************************************************************************/
/* */
/* Thelia */
/* */
/* Copyright (c) 2005-2013 OpenStudio */
/* email : info@thelia.fr */
/* web : http://www.thelia.net */
/* */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 3 of the License */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program.  If not, see <http://www.gnu.org/licenses/>. */
/* */
/*************************************************************************************/
$GLOBALS['dicotpl'] = array(
// Facture
'Page' => 'Page',
'Facture n°' => 'Facture n°',
'N° Commande' => 'N° Commande',
'N° Client' => 'N° Client',
'Date' => 'Date',
'Adresse de livraison' => 'Adresse de livraison',
'Adresse de facturation' => 'Adresse de facturation',
'Référence' => 'Référence',
'Désignation' => 'Désignation',
'Prix HT' => 'Prix HT',
'Qté' => 'Qté',
'TVA' => 'TVA',
'Montant HT' => 'Montant HT',
'Mode de règlement' => 'Mode de règlement',
'Mode de livraison' => 'Mode de livraison',
'Zone de correspondance' => 'Zone de correspondance',
'Port' => 'Port',
'Total HT' => 'Total HT',
'Total TTC' => 'Total TTC',
'Remise' => 'Remise',
'Total dû' => 'Total dû',
// Bon de livraison
'Bon de livraison<br />N°' => 'Bon de livraison<br />N°',
'N° Facture' => 'N° Facture'
);
?>

View File

@@ -0,0 +1,52 @@
<?php
/*************************************************************************************/
/* */
/* Thelia */
/* */
/* Copyright (c) 2005-2013 OpenStudio */
/* email : info@thelia.fr */
/* web : http://www.thelia.net */
/* */
/* This program is free software; you can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 3 of the License */
/* */
/* This program is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
/* GNU General Public License for more details. */
/* */
/* You should have received a copy of the GNU General Public License */
/* along with this program.  If not, see <http://www.gnu.org/licenses/>. */
/* */
/*************************************************************************************/
$GLOBALS['dicotpl'] = array(
// Facture
'Page' => 'Pagina',
'Facture n°' => 'No. fattura',
'N° Commande' => 'Ordinanza N.',
'N° Client' => 'N. Cliente',
'Date' => 'Data',
'Adresse de livraison' => 'Indirizzo di spedizione',
'Adresse de facturation' => 'Indirizzo di fatturazione',
'Référence' => 'Riferimento',
'Désignation' => 'Designazione',
'Prix HT' => 'Prezzi IVA esclusa',
'Qté' => 'Qtà',
'TVA' => 'IVA',
'Montant HT' => 'Senza IVA',
'Mode de règlement' => 'Modalità di pagamento',
'Mode de livraison' => 'Consegna Metodo',
'Zone de correspondance' => 'Informazioni complementari',
'Port' => 'Porto',
'Total HT' => 'IVA esenzione totale',
'Total TTC' => 'Totale IVA',
'Remise' => 'Sconto',
'Total dû' => 'Totale debiti',
// Bon de livraison
'Bon de livraison<br />N°' => 'Consegna ordinanza<br />N.',
'N° Facture' => 'No. fattura'
);
?>