klarna_invoice.php
1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
// Heading
$_['heading_title'] = 'Facturation Klarna';
// Text
$_['text_payment'] = 'Paiement';
$_['text_success'] = 'Félicitations, vous avez modifiè le module de paiement <b>Facturation Klarna</b> avec succès !';
$_['text_edit'] = 'Modifier la facturation Klarna';
$_['text_klarna_invoice'] = '<a onclick="window.open(\'https://merchants.klarna.com/signup?locale=en&partner_id=d5c87110cebc383a826364769047042e777da5e8&utm_campaign=Platform&utm_medium=Partners&utm_source=Opencart\');"><img src="view/image/payment/klarna.png" alt="Klarna" title="Klarna" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_live'] = 'Direct';
$_['text_beta'] = 'Bèta';
$_['text_sweden'] = 'Suéde';
$_['text_norway'] = 'Norvège';
$_['text_finland'] = 'Finlande';
$_['text_denmark'] = 'Danemark';
$_['text_germany'] = 'Allemagne';
$_['text_netherlands'] = 'Pays-Bas';
// Entry
$_['entry_merchant'] = 'Identifiant marchand Klarna :';
$_['entry_secret'] = 'Secret Klarna :';
$_['entry_server'] = 'Serveur :';
$_['entry_total'] = 'Total :';
$_['entry_pending_status'] = 'État en attente :';
$_['entry_accepted_status'] = 'État accepté :';
$_['entry_geo_zone'] = 'Zone géographique :';
$_['entry_status'] = 'État :';
$_['entry_sort_order'] = 'Classement :';
// Help
$_['help_merchant'] = '(Identifiant) à utiliser pour le service Klarna (fourni par Klarna).';
$_['help_secret'] = 'Secret partagè à utiliser avec le service Klarna (fourni par Klarna).';
$_['help_total'] = 'Le montant total que la commande doit atteindre avant que ce mode de paiement ne devienne actif.';
// Error
$_['error_permission'] = 'Attention, vous n’avez pas la permission de modifier le paiement par facturation Klarna !';
?>