PEEL Shopping
Open source ecommerce : PEEL Shopping
database_email_template_name_en.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_email_template_name_en.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_email_template["name"] = array(
23  "signature_commercial" => "Commercial department signature",
24  "signature_comptabilite" => "Accounting department signature",
25  "signature_referencement" => "Referencing department signature",
26  "signature_informatique" => "Technical department signature",
27  "signature_communication" => "Communication department signature",
28  "signature_marketing" => "Marketing department signature",
29  "signature_direction" => "The direction signature",
30  "signature_externe" => "External department signature",
31  "signature_support" => "Support customers signature",
32  "download_product" => "Download your order",
33  "commande_parrain_avoir" => "Your credit following the order of your contact",
34  "envoie_client_code_promo" => "In appreciation for your loyalty",
35  "insere_ticket" => "Contact form [EMAIL] [TELEPHONE]",
36  "admin_info_payment_credit_card" => "Order by credit card being recorded on [SITE]",
37  "admin_info_payment_credit_card_3_times" => "Order by credit card three times during recording [SITE]",
38  "send_client_order_html" => "Your order [ORDER_ID] on [SITE] (HTML version)",
39  "send_client_order_pdf" => "Your order [ORDER_ID] on [SITE] (PDF version)",
40  "send_avis_expedition" => "Shipping order #[ORDER_ID]",
41  "email_commande" => "Order confirmation #[ORDER_ID]",
42  "send_mail_order_admin" => "Record of the order #[ORDER_ID]",
43  "initialise_mot_passe" => "New password for your customer account",
44  "send_mail_for_account_creation" => "Your customer account",
45  "insere_avis" => "A user has left a comment on [SITE]",
46  "bons_anniversaires" => "[SITE] wishes you an happy birthday",
47  "direaunami_sent" => "[PSEUDO] visited the website [SITE] and recommands you to have a look on it",
48  "cheques_cadeaux" => "[EMAIL_ACHETEUR] offers you a voucher",
49  "cree_cheque_cadeau_friend" => "[EMAIL] offers you a voucher",
50  "cree_cheque_cadeau_admin" => "Creation of a voucher",
51  "cree_cheque_cadeau_client_type2" => "[FRIEND] offers you a voucher",
52  "cree_cheque_cadeau_client_admin" => "Creation of a voucher",
53  "gift_list" => "Gift list",
54  "email_ordered_cadeaux" => "Control your gift list \"[GIFTLIST_NAME]\"",
55  "listecadeau_voir" => "Control your gift list \"[GIFTLIST_NAME]\"",
56  "parrainage" => "[PSEUDO] wishes to sponsor you",
57  "email_alerte" => "Product in stock on [SITE]",
58  "decremente_stock" => "Alert notification STOCK",
59  "admin_login" => "Administrator login information",
60  "signature" => "Automatic emails signature",
61  "cree_cheque_cadeau_client_type1" => "[FRIEND] offers you a voucher",
62  "warn_admin_user_subscription" => "User registration warning",
63  "warn_admin_reve_subscription" => "User reseller warning",
64  "email_retour_virement" => "Validation of your return number [RETURN_ID]",
65  "email_retour_avoir" => "Validation of your return number [RETURN_ID]",
66  "email_reste_avoir_remboursement" => "Repayment of your credit number [RETURN_ID]",
67  "email_remboursement" => "Repayment of your return number [RETURN_ID]",
68  "email_retour_client" => "Your return request",
69  "cron_order_payment_failure_alerts" => "Help for your payment",
70  "cron_order_not_paid_alerts" => "Payment of your order",
71  "cron_update_contact_info" => "Confirmation of the validity of your information",
72  "inscription_newsletter" => "Subscribe to the newsletter on [SITE]",
73  "send_mail_for_account_creation_stop" => "Your reseller account",
74  "send_mail_for_account_creation_reve" => "Change of status of your reseller account",
75  "send_mail_for_account_creation_stand" => "Your affiliate account",
76  "send_mail_for_account_creation_affi" => "Change in status of your affiliate account",
77  "validating_registration_by_admin" => "Confirmation of account creation"
78 );
79 
if(!defined("IN_PEEL")) $peel_email_template["name"]

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:37:39 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.