<?php
/**************************************************
  CPG Photo Shop Plugin for Coppermine Photo Gallery
  *************************************************
  Copyright (c) 2006 Thomas Lange <stramm@gmx.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 2 of the License, or
  (at your option) any later version.
  *************************************************
  Coppermine version: 1.4.5
  Photo Shop version: 1.0
  $Revision: 1.0 $
  $Author: stramm $
  $Translator: PYAP $
***************************************************/
if (!defined('IN_COPPERMINE'))
{
	die('Not in Coppermine...');
}

if (defined('PHOTOSHOP_ORDER_PHP'))
{
$lang_photoshop_email_order = <<<EOT
Bonjour {USER_NAME},

Merci pour votre commande de photos sur notre site {SITE_NAME}.
La rÃ©fÃ©rence de votre commande est : {ORDER_ID}.

Nous vous remercions de nous envoyer par courrier votre rÃ©glement Ã l'adresse suivante :

  Association Team Auto compÃ©tition
  16 allÃ©e des Violettes
  59126 Linselles
  France

DÃ©s rÃ©ception de votre paiement, votre commande sera traitÃ©e dans les plus brefs dÃ©lais
et expÃ©diÃ©e sous 48 heures maximum.

Merci infiniment pour votre confiance.

Team Auto CompÃ©tition
http://team.auto.competition.free.fr

{ADMIN}
EOT;


$lang_photoshop_email_admin = <<<EOT
Bonjour {ADMIN},

{USER_NAME} vient de passer une commande sur votre site {SITE_NAME}.
La rÃ©fÃ©rence de la commande est {ORDER_ID} et son montant total est de {PRICE}.

<a href="{$CONFIG['ecards_more_pic_target']}index.php?file=photo_shop/photo_shop_admin">Cliquez ici pour aller au <b>Gestionnaire de Commandes</b></a>.

Les coordonnÃ©es de l'acheteur sont les suivantes :
Nom : {USER_PROFILE1}
PrÃ©nom : {USER_PROFILE2}
Adresse : {USER_PROFILE3}
Code postal & Ville : {USER_PROFILE4}
Pays : {USER_PROFILE5}
Commentaires : {USER_PROFILES6}

EOT;
}

$lang_photoshop_register = array(
'already_member' => 'dÃ©jÃ menbre',
);

$lang_photoshop_config = array(
  'save_cfg' => 'Sauvez la nouvelle configuration',
  'new_item' => 'CrÃ©ez un nouvel article',
  'title' => 'Configuration du Magasin',
  'type' => 'Type',
  'price' => 'Prix',
  'name' => 'Description',
  'max_items' => 'Le Maximum de photos sur votre CDrom',
  'priority' => 'PrioritÃ©',
  'update_alb' => 'Mettre Ã jour album',
  'reset_alb' => 'Rafraîchir album',
  'select_alb' => '&nbsp,&nbsp; ** Choisir un album **',
  'ship_item' => 'Frais de port',
  'order' => 'Commande',
  'shop_enabled' => 'Vente autorisÃ©e de cet album',
  'all_albs' => 'DÃ©finir les prix des diffÃ©rentes catÃ©gories de cet album',
  'per_alb_settings' => 'Par arrangement album',

);

$lang_photoshop = array(
  'type_chckout' => 'Type',
  'item_id_checkout' => 'Item ID',
  'amount_checkout' => 'Montant',
  'total_checkout' => 'Prix total',
  'admin_title' => 'Magasin de Photos', // admin menu button title
  'uninstall' => 'Supprimez la table SQL utilisÃ©e pour stocker le donnÃ©es du Magasin ?',
  'USD' => 'Euros ',
  'buy' => '<center>SÃ©lectionnez le format papier pour cette image :</center><br \>',
  'send' => 'Ajoutez cette image Ã  votre Panier',
  'CD' => 'Ajoutez au CDrom',
  'CD_price' => 'VÃ©rifiez votre Panier',
  'added' => 'Photo ajoutÃ©e',
  'cart' =>'Votre Panier',
  'boxcd' =>'Photos sur votre CDrom',
  'boxphoto' =>'Vos tirages Photo',
  'go' =>'GO',
  'save_amounts' => 'Sauvez le nouveau montant',
  'empty_basket' => 'Videz votre Panier',
  'each' => 'Chaque',
  'title' => 'Titre :',
  'filename' => 'Nom de fichier :',
  'size' => 'Dimensions :',
  'amount' => 'Montant :',
  'total' => 'Total',
  'pics' => 'Images',
  'pricelist' => 'Liste de Prix',
  'photos' => 'Photos',
  'cds' => 'CDs',
  'to_many_pics' => 'Il y a trop de photos sur votre CDrom, supprimez quelques images !',
  'on_cd' => 'Sur un CDrom',
  'for_print' => 'Pour Tirages sur papier',
  'send_order' => 'Confirmez votre Commande',
  'goto_cart_cd' => '<a href="index.php?file=photo_shop/photo_shop_cart&box=cd">Ouvrez votre Panier</a>',
  'email_subject_order' => 'Merci pour votre Commande',
  'email_subject_order_admin' => 'Vous avez reçu une nouvelle Commande',
  'email_sent' => 'Merci pour votre Commande.<br> Nous vous avons envoyÃ© une confirmation par email !<br>Team Auto CompÃ©tition vous remercie pour votre confiance.',
  'cart_empty' => 'Votre Panier est vide !<br> Auparavant, placez quelques images dedans !',
  'in_cart' => 'images dans le Panier',
  'checkout' => 'VÃ©rifiez votre sÃ©lection avant Confirmation',
  'to_go' => 'Vous pouvez ajouter %s images supplÃ©mentaires Ã votre CDrom jusqu\'au prochain niveau de prix ',
  'to_go_full' => 'Le CD est plein pour ce niveau de prix ',
  'to_go_remove' => 'Vous avez ajoutÃ© trop de photos Ã votre CDrom. Malheureusement, vous devez supprimer au moins %s photo(s)!',
  'shipping' => 'ExpÃ©dition',
  'continue' => 'Continuer les achats',
  );

if (defined('PHOTOSHOP_ADMIN_PHP'))
{
$lang_photoshop_admin = array(
  'u_orders_on_p_pages' => '%d Commandes sur %d page(s)',
  'otime_a' => 'Date ascendante',
  'otime_d' => 'Date descendante',
  'uid_a' => 'IDentifiant Utilisateur ascendant',
  'uid_d' => 'IDentifiant Utilisateur descendant',
  'oid_a' => 'RÃ©fÃ©rence commande ascendante',
  'oid_d' => 'RÃ©fÃ©rence commande descendante',

  'o_board_title' => 'Administration du Magasin',
  'Active' => 'Actif',
  'Archive' => 'Archive',
  'OrdersIn' => 'Commandes dans',
  'managefolder' => 'GÃ©rez les dossiers',
  'orders' => 'Commandes',
  'switch' => 'Permuttez vers ',
  'go' => 'Go',
  'Orders' => 'Commandes',
  'mark_all' => 'Cochez / DÃ©cochez toutes les commandes',
  'NoOrders' => 'Aucune commande',
  'SelectedOrders' => 'Commandes SÃ©lectionnÃ©es :',
  'markarchive' => 'DÃ©placez vers archive',
  'markactive' => 'DÃ©placez vers Actif',
  'delete' => 'Supprimez',
  'new' => 'Nouvelle commande',
  'viewed' => 'Commande vue',
  'processed' => 'Commande traitÃ©e',
  'order_id' => 'RÃ©fÃ©rence Commande',
  'items' => 'Photos',
  'usd_total' => 'Total Euros ',
  'item_price' => 'Prix total ',
  'size' => 'Dimensions',
  'config' => 'Configuration',
  'mark_unviewed' => 'Marquez non-vu',
  'mark_viewed' => 'Marquez vu',
  'mark_payed' => 'Marquez PayÃ©e',
  'mark_unpayed' => 'Marquez non-payÃ©e',
  'mark_sent' => 'Marquez ExpÃ©diÃ©e',
  'mark_unsent' => 'Marquez Non-ExpÃ©diÃ©e',
  'pos' => 'PayÃ©e / ExpÃ©diÃ©e',
  'neg' => 'Non-payÃ©e / Non-expÃ©diÃ©e',
  //new stuff 1.1
  'contains' => 'contient',
  'order_s' => 'commande(s)',
  'in_total' => 'Au total il y a',
  'orders_stored' => 'commandes en cours',
  'stored_orders' => 'Commandes en cours dans ce dossier',
  'total_orders' => 'Total commandes',
  'noitems' => 'RÃ©fÃ©rence article',
  'volume' => 'Commande volume',
  'user_id' => 'User ID',
  'sort_by' => 'Trier par',
  'amount' => 'Montant',
  'pid' => 'PID',
  'price_pi' => 'Prix par article',
  'usd' => 'Euros',
  'incl_ship' => 'incluant %de remise',
  //1.3
  'filename' => 'Filename',
  //1.4
  'download_zip' => 'TÃ©lÃ©charger zip'
  );
}
?>