PEEL Shopping
Open source ecommerce : PEEL Shopping
database_email_template_subject_de.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_de.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 Ihrer Bestellung [ORDER_ID]",
33  "commande_parrain_avoir" => "Ihr Guthaben nach der Bestellung Ihres Kontakts",
34  "envoie_client_code_promo" => "Als Dank für Ihre Treue",
35  "insere_ticket" => "Kontaktformular [EMAIL] [TELEPHONE]",
36  "admin_info_payment_credit_card" => "Kreditkartenauftrag ist registriert",
37  "admin_info_payment_credit_card_3_times" => "Bestellung per Kreditkarte ist dreimal registriert auf [SITE]",
38  "send_client_order_html" => "Ihre Bestellung ORDER_ID] auf [SITE]",
39  "send_client_order_pdf" => "Ihre Bestellung [ORDER_ID] auf [SITE]",
40  "send_avis_expedition" => "Versandnachweis von Bestellung [ORDER_ID]",
41  "email_commande" => "Bestellbestätigung Nr.[ORDER_ID]",
42  "send_mail_order_admin" => "Registrierung der Bestellung Nr.[ORDER_ID] auf [SITE]",
43  "initialise_mot_passe" => "Neues Kennwort für Ihr Konto",
44  "send_mail_for_account_creation" => "Öffnung Ihres Kontos",
45  "insere_avis" => "Ein Nutzer hat auf [SITE] einen Kommentar hinterlassen",
46  "bons_anniversaires" => "[SITE] wünscht Ihnen alles Gute zum Geburtstag",
47  "direaunami_sent" => "[PSEUDO] hat die Website [SITE] besucht und empfiehlt sie Ihnen",
48  "cheques_cadeaux" => "[EMAIL_ACHETEUR] offeriert Ihnen einen Geschenkgutschein",
49  "cree_cheque_cadeau_friend" => "[EMAIL] offeriert Ihnen einen Geschenkgutschein",
50  "cree_cheque_cadeau_admin" => "Erzeugen eines Geschenkgutscheins",
51  "cree_cheque_cadeau_client_type2" => "[FRIEND] offeriert Ihnen einen Geschenkgutschein",
52  "cree_cheque_cadeau_client_admin" => "Erzeugen eines Geschenkgutscheins",
53  "gift_list" => "Wunschliste",
54  "email_ordered_cadeaux" => "Bestellung von Ihrer Wunschliste \"[LIST_NAME]\"",
55  "listecadeau_voir" => "Bestellung von Ihrer Wunschliste \"[LIST_NAME]\"",
56  "parrainage" => "[PSEUDO] möchte Sie sponsern",
57  "email_alerte" => "Produkt vorrätig auf [SITE]",
58  "decremente_stock" => "Warnhinweis STOCK",
59  "admin_login" => "Login von [USER] [REMOTE_ADDR]",
60  "signature" => "Automatische E-Mail-Signatur",
61  "cree_cheque_cadeau_client_type1" => "[FRIEND] offeriert Ihnen einen Geschenkgutschein",
62  "warn_admin_user_subscription" => "[CIVILITE] [PRENOM] [NOM_FAMILLE] hat sich eingetragen auf [SITE_NAME]",
63  "warn_admin_reve_subscription" => "",
64  "email_retour_virement" => "Validierung Ihrer Rücksendung [RETURN_ID]",
65  "email_retour_avoir" => "Validierung Ihrer Rücksendung [RETURN_ID]",
66  "email_reste_avoir_remboursement" => "Erstattung Ihrer Rücksendung [RETURN_ID]",
67  "email_remboursement" => "Erstattung Ihrer Rücksendung [RETURN_ID]",
68  "email_retour_client" => "Ihr Rücksendeantrag",
69  "cron_order_payment_failure_alerts" => "Hilfe bei der Bezahlung",
70  "cron_order_not_paid_alerts" => "Bezahlung Ihrer Bestellung",
71  "cron_update_contact_info" => "Bestätigung der Gültigkeit Ihrer Angaben",
72  "inscription_newsletter" => "Abonnieren Sie den Newsletter [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.