PEEL Shopping
Open source ecommerce : PEEL Shopping
database_email_template_subject_nl.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_subject_nl.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["subject"] = array(
23  "signature_commercial" => "",
24  "signature_comptabilite" => "",
25  "signature_referencement" => "",
26  "signature_informatique" => "",
27  "signature_communication" => "",
28  "signature_marketing" => "",
29  "signature_direction" => "",
30  "signature_externe" => "",
31  "signature_support" => "",
32  "download_product" => "Download uw bestelling [ORDER_ID]",
33  "commande_parrain_avoir" => "Uw tegoed voor de bestelling van uw contact",
34  "envoie_client_code_promo" => "Als beloning voor uw loyaliteit",
35  "insere_ticket" => "Contactformulier [EMAIL] [TELEPHONE]",
36  "admin_info_payment_credit_card" => "Opdracht per creditcard is geregistreerd",
37  "admin_info_payment_credit_card_3_times" => "Opdracht per creditcard is drie maal geregistreerd op [SITE]",
38  "send_client_order_html" => "Uw bestelling [ORDER_ID] op [SITE]",
39  "send_client_order_pdf" => "Uw bestelling [ORDER_ID] op [SITE]",
40  "send_avis_expedition" => "Verzendopdracht van bestelling [ORDER_ID]",
41  "email_commande" => "Bevestiging van de bestelling [ORDER_ID]",
42  "send_mail_order_admin" => "[ORDER_ID] Registratie van bestelling [SITE]",
43  "initialise_mot_passe" => "Nieuw wachtwoord voor uw account",
44  "send_mail_for_account_creation" => "Uw account",
45  "insere_avis" => "Een gebruiker heeft een bericht achtergelaten op [SITE] ",
46  "bons_anniversaires" => "[SITE] wenst u een fijne verjaardag",
47  "direaunami_sent" => "[PSEUDO] heeft de website [SITE] bezocht en raad u deze aan",
48  "cheques_cadeaux" => "[EMAIL_ACHETEUR] biedt u een cadeaubon aan",
49  "cree_cheque_cadeau_friend" => "[EMAIL] biedt u een cadeaubon aan",
50  "cree_cheque_cadeau_admin" => "Creëren van een cadeaubon",
51  "cree_cheque_cadeau_client_type2" => "[FRIEND] biedt u een cadeaubon aan",
52  "cree_cheque_cadeau_client_admin" => "Creëren van een cadeaubon",
53  "gift_list" => "Lijst van geschenken",
54  "email_ordered_cadeaux" => "Opdracht in uw giftlijst \"[LIST_NAME]\"",
55  "listecadeau_voir" => "Opdracht in uw giftlijst \"[LIST_NAME]\"",
56  "parrainage" => "[PSEUDO] wil u sponsoren",
57  "email_alerte" => "Product op voorraad op [SITE]",
58  "decremente_stock" => "Waarschuwingsbericht STOCK",
59  "admin_login" => "Login van [USER] [REMOTE_ADDR]",
60  "signature" => "Automatische e-mail handtekening",
61  "cree_cheque_cadeau_client_type1" => "[FRIEND] biedt u een cadeaubon aan",
62  "warn_admin_user_subscription" => "[CIVILITE] [PRENOM] [NOM_FAMILLE] heeft zich ingeschreven op [SITE_NAME]",
63  "warn_admin_reve_subscription" => "",
64  "email_retour_virement" => "Validatie van uw retour nummer [RETURN_ID]",
65  "email_retour_avoir" => "Validatie van uw retour nummer [RETURN_ID]",
66  "email_reste_avoir_remboursement" => "Terugbetaling van uw retour nummer [RETURN_ID]",
67  "email_remboursement" => "Terugbetaling van uw retour nummer [RETURN_ID]",
68  "email_retour_client" => "Uw retour aanvraag",
69  "cron_order_payment_failure_alerts" => "Help voor uw betaling",
70  "cron_order_not_paid_alerts" => "Betaling van uw bestelling",
71  "cron_update_contact_info" => "Bevestiging van de geldigheid van uw informatie",
72  "inscription_newsletter" => "Abonneren op de nieuwsbrief [SITE]",
73  "send_mail_for_account_creation_stop" => "",
74  "send_mail_for_account_creation_reve" => "",
75  "send_mail_for_account_creation_stand" => "",
76  "send_mail_for_account_creation_affi" => "",
77  "validating_registration_by_admin" => ""
78 );
79 
if(!defined("IN_PEEL")) $peel_email_template["subject"]

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.