Skip to content

Commit 041c18a

Browse files
Tadas LabutisTadas Labutis
authored andcommitted
Ship the "View in Mollie" label in every back office language
The label added in PIPRES-786 shipped in English only, so every non-English back office showed the source string on the Orders list and the order page. The string is looked up from two translation sources, the order_info template and OrderGridDefinitionModifier, so each catalog needs both keys. Added them to all 24 shipped catalogs. The "Mollie" column header is a brand name and is intentionally left untranslated. Extended the PIPRES-802 catalog test to cover every shipped locale instead of only en, nl and fr, asserting both keys exist, agree with each other, and are not the English source string outside en.php.
1 parent fe31736 commit 041c18a

26 files changed

Lines changed: 99 additions & 0 deletions

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
+ Fixed total_paid_real staying 0 on bank transfer orders after the payment is completed
1414
+ Fixed free shipping vouchers causing a Mollie API 422 amount error at checkout, and wrong order line amounts when no payment fee is configured
1515
+ Fixed Apple Pay Direct failing to complete guest payments, the shipping address selected in the Apple Pay sheet was dropped from the cart before the order was created
16+
+ Translated the "View in Mollie" link into all supported back office languages
1617

1718
## Changes in release 6.4.4
1819
+ Added a "View in Mollie" link on the order page and in the Orders list to open a payment directly in the Mollie dashboard

tests/Unit/Grid/Definition/Modifier/OrderGridDefinitionModifierTest.php

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class OrderGridDefinitionModifierTest extends TestCase
3636
const TRANSLATION_SOURCE = 'OrderGridDefinitionModifier';
3737
const HEADER = 'Resend payment link';
3838
const TOOLTIP = 'You will resend email with payment link to the customer';
39+
const VIEW_IN_MOLLIE = 'View in Mollie';
3940

4041
/**
4142
* The shipped catalogs must contain the exact keys that Mollie::l() looks up for this modifier,
@@ -67,6 +68,55 @@ public function testShippedCatalogsTranslateTheResendColumnStrings()
6768
}
6869
}
6970

71+
/**
72+
* Regression for PIPRES-810: the "View in Mollie" label (PIPRES-786) shipped in English only, so
73+
* every non-English back office showed the source string on the Orders list and the order page.
74+
* The label is looked up from two sources - the order_info template and this grid modifier - so
75+
* both keys must exist, and must agree, in every shipped catalog.
76+
*/
77+
public function testShippedCatalogsTranslateTheViewInMollieLabel()
78+
{
79+
$hash = md5(self::VIEW_IN_MOLLIE);
80+
$templateKey = '<{mollie}prestashop>order_info_' . $hash;
81+
$gridKey = '<{mollie}prestashop>' . strtolower(self::TRANSLATION_SOURCE) . '_' . $hash;
82+
$translationsDir = dirname(__DIR__, 5) . '/translations';
83+
84+
$catalogs = glob($translationsDir . '/*.php');
85+
$this->assertNotEmpty($catalogs, 'No shipped translation catalogs were found.');
86+
87+
$checked = 0;
88+
foreach ($catalogs as $catalog) {
89+
$iso = basename($catalog, '.php');
90+
if ('index' === $iso) {
91+
continue;
92+
}
93+
94+
++$checked;
95+
$_MODULE = [];
96+
include $catalog;
97+
98+
$this->assertArrayHasKey($templateKey, $_MODULE, sprintf('Missing order page translation in %s.php', $iso));
99+
$this->assertArrayHasKey($gridKey, $_MODULE, sprintf('Missing Orders list translation in %s.php', $iso));
100+
$this->assertNotSame('', trim((string) $_MODULE[$templateKey]), sprintf('Empty order page translation in %s.php', $iso));
101+
$this->assertSame(
102+
$_MODULE[$templateKey],
103+
$_MODULE[$gridKey],
104+
sprintf('The order page and Orders list labels must match in %s.php', $iso)
105+
);
106+
107+
if ('en' !== $iso) {
108+
$this->assertNotSame(
109+
self::VIEW_IN_MOLLIE,
110+
$_MODULE[$gridKey],
111+
sprintf('Label in %s.php should be localized, not the English source string', $iso)
112+
);
113+
}
114+
}
115+
116+
// Guards against the glob silently matching nothing but index.php.
117+
$this->assertGreaterThan(1, $checked, 'Expected the shipped locale catalogs to be checked.');
118+
}
119+
70120
/**
71121
* The modifier must build the column header and the resend tooltip via the module's legacy
72122
* translator (Mollie::l) with this modifier's own source, not the Symfony translator. Skips when

translations/bg.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Запази картата';
398398
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Използвайте запазената карта';
399399
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Сигурни плащания, предоставени от';
400+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'Преглед в Mollie';
400401
$_MODULE['<{mollie}prestashop>order_info_bcd372e1d75ca10ce207ef3ef14379d1'] = 'Няма налични продукти за тази поръчка, защото е направена преди версия 6.4.1 на Mollie. Все още можете да използвате действията за възстановяване, прихващане или изпращане.';
401402
$_MODULE['<{mollie}prestashop>order_info_81f04888e2363d334eeee1d13885509d'] = 'Сума за възстановяване (Макс: %s)';
402403
$_MODULE['<{mollie}prestashop>order_info_88b6563ca5cac4845361c28959c5612e'] = 'Стартиране на възстановяване';
@@ -442,6 +443,7 @@
442443
$_MODULE['<{mollie}prestashop>installer_77240e73b3e9b64c47052880f87b6a8b'] = 'Не може да се инсталират атрибутите на ваучерите';
443444
$_MODULE['<{mollie}prestashop>installer_407748408f99fed49e067dee67df619c'] = 'Не можаха да се копират шаблоните на имейлите:';
444445
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Ще изпратите отново имейл с линк за плащане на клиента';
446+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'Преглед в Mollie';
445447
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Ще изпратите отново имейл с линк за плащане на клиента';
446448
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Повторно изпращане на линк за плащане';
447449
$_MODULE['<{mollie}prestashop>paymentfeeprovider_a1fa8d7a9942f24895492dcaf7f3e16d'] = 'Отстъпка: %1s';

translations/cs.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Uložit kartu';
422422
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Použít uloženou kartu';
423423
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Zabezpečené platby prostřednictvím';
424+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'Zobrazit v Mollie';
424425
$_MODULE['<{mollie}prestashop>order_info_bcd372e1d75ca10ce207ef3ef14379d1'] = 'Pro tuto objednávku nejsou k dispozici žádné produkty, protože byla zadána před verzí Mollie 6.4.1. Stále můžete použít akce pro vrácení peněz, zachycení nebo odeslání.';
425426
$_MODULE['<{mollie}prestashop>order_info_81f04888e2363d334eeee1d13885509d'] = 'Částka k vrácení (Max: %s)';
426427
$_MODULE['<{mollie}prestashop>order_info_88b6563ca5cac4845361c28959c5612e'] = 'Zahájit vrácení peněz';
@@ -466,6 +467,7 @@
466467
$_MODULE['<{mollie}prestashop>installer_77240e73b3e9b64c47052880f87b6a8b'] = 'Nepodařilo se nainstalovat atributy poukazu';
467468
$_MODULE['<{mollie}prestashop>installer_407748408f99fed49e067dee67df619c'] = 'Nedařilo se zkopírovat šablony e-mailů:';
468469
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Znovu odešlete email s platebním odkazem zákazníkovi';
470+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'Zobrazit v Mollie';
469471
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Znovu odešlete email s platebním odkazem zákazníkovi';
470472
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Znovu odeslat platební odkaz';
471473
$_MODULE['<{mollie}prestashop>paymentfeeprovider_a1fa8d7a9942f24895492dcaf7f3e16d'] = 'Sleva: %1s';

translations/da.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Gem kort';
422422
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Brug gemt kort';
423423
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Sikre betalinger leveret af';
424+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'Vis i Mollie';
424425
$_MODULE['<{mollie}prestashop>order_info_bcd372e1d75ca10ce207ef3ef14379d1'] = 'Ingen produkter er tilgængelige for denne ordre, fordi den blev afgivet før Mollie version 6.4.1. Du kan stadig bruge refunderings-, registrerings- eller forsendelseshandlinger.';
425426
$_MODULE['<{mollie}prestashop>order_info_81f04888e2363d334eeee1d13885509d'] = 'Refunderingsbeløb (Maks: %s)';
426427
$_MODULE['<{mollie}prestashop>order_info_88b6563ca5cac4845361c28959c5612e'] = 'Start refundering';
@@ -466,6 +467,7 @@
466467
$_MODULE['<{mollie}prestashop>installer_77240e73b3e9b64c47052880f87b6a8b'] = 'Kunne ikke installere voucher-attributter';
467468
$_MODULE['<{mollie}prestashop>installer_407748408f99fed49e067dee67df619c'] = 'Kunne ikke kopiere e-mail skabeloner:';
468469
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Du vil sende e-mail med betalingslink til kunden';
470+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'Vis i Mollie';
469471
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Du vil sende e-mail med betalingslink til kunden';
470472
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Send betalingslink igen';
471473
$_MODULE['<{mollie}prestashop>paymentfeeprovider_a1fa8d7a9942f24895492dcaf7f3e16d'] = 'Rabat: %1s';

translations/de.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Karte speichern';
422422
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Gespeicherte Karte verwenden';
423423
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Sichere Zahlung bereitgestellt durch';
424+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'In Mollie ansehen';
424425
$_MODULE['<{mollie}prestashop>order_info_bcd372e1d75ca10ce207ef3ef14379d1'] = 'Für diese Bestellung sind keine Produkte verfügbar, da sie vor Mollie-Version 6.4.1 aufgegeben wurde. Sie können weiterhin die Aktionen Rückerstattung, Erfassung oder Versand verwenden.';
425426
$_MODULE['<{mollie}prestashop>order_info_81f04888e2363d334eeee1d13885509d'] = 'Rückerstattungsbetrag (Max: %s)';
426427
$_MODULE['<{mollie}prestashop>order_info_88b6563ca5cac4845361c28959c5612e'] = 'Rückerstattung einleiten';
@@ -466,6 +467,7 @@
466467
$_MODULE['<{mollie}prestashop>installer_77240e73b3e9b64c47052880f87b6a8b'] = 'Installation der Gutschein-Attribute nicht möglich';
467468
$_MODULE['<{mollie}prestashop>installer_407748408f99fed49e067dee67df619c'] = 'Konnte E-Mail-Vorlagen nicht kopieren:';
468469
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Sie werden eine E-Mail mit dem Zahlungslink an den Kunden senden';
470+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'In Mollie ansehen';
469471
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Sie werden eine E-Mail mit dem Zahlungslink an den Kunden senden';
470472
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Zahlungslink erneut senden';
471473
$_MODULE['<{mollie}prestashop>paymentfeeprovider_a1fa8d7a9942f24895492dcaf7f3e16d'] = 'Rabatt: %1s';

translations/el.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
$_MODULE['<{mollie}prestashop>qr_code_ea4788705e6873b424c65e91c2846b19'] = 'Ακύρωση';
4444
$_MODULE['<{mollie}prestashop>payment_334721e5f1ee825da687fcaede010724'] = 'Χρέωση Πληρωμής:';
4545
$_MODULE['<{mollie}prestashop>mollie_awaiting_order_status_error_56ce2a4e08c9d84441b90ab4c4b66f84'] = 'Επιλέξτε μια κατάσταση παραγγελίας για \"Κατάσταση για Πληρωμές σε αναμονή\" στην καρτέλα \"Προχωρημένες ρυθμίσεις\"';
46+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'Προβολή στο Mollie';
4647
$_MODULE['<{mollie}prestashop>order_info_729a51874fe901b092899e9e8b31c97a'] = 'Είστε σίγουρος;';
4748
$_MODULE['<{mollie}prestashop>order_info_ccaf4ee393d094ecde7f21b15fdf8f1f'] = 'Είστε σίγουρος ότι θέλετε να λάβετε επιστροφή χρημάτων για αυτήν την παραγγελία;';
4849
$_MODULE['<{mollie}prestashop>order_info_76f0ed934de85cc7131910b32ede7714'] = 'Επιστροφή χρημάτων';
@@ -412,6 +413,7 @@
412413
$_MODULE['<{mollie}prestashop>mailservice_ed13b3693357ebed3751cb71cb639e65'] = 'Δεν υπάρχει μεταφορέας';
413414
$_MODULE['<{mollie}prestashop>mailservice_fca7e8d1c86db11246e429e40aa10c81'] = 'Νέο κουπόνι για την παραγγελία σας %s';
414415
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Θα ξαναστείλετε email με τον σύνδεσμο πληρωμής στον πελάτη';
416+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'Προβολή στο Mollie';
415417
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Θα ξαναστείλετε email με τον σύνδεσμο πληρωμής στον πελάτη';
416418
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Επαναποστολή συνδέσμου πληρωμής';
417419

translations/en.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@
397397
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Save card';
398398
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Use saved card';
399399
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Secure payments provided by';
400+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'View in Mollie';
400401
$_MODULE['<{mollie}prestashop>order_info_bcd372e1d75ca10ce207ef3ef14379d1'] = 'No products are available for this order because it was placed before Mollie version 6.4.1. You can still use the refund, capture, or ship actions.';
401402
$_MODULE['<{mollie}prestashop>order_info_81f04888e2363d334eeee1d13885509d'] = 'Refund amount (Max: %s)';
402403
$_MODULE['<{mollie}prestashop>order_info_88b6563ca5cac4845361c28959c5612e'] = 'Initiate Refund';
@@ -442,6 +443,7 @@
442443
$_MODULE['<{mollie}prestashop>installer_77240e73b3e9b64c47052880f87b6a8b'] = 'Unable to install voucher attributes';
443444
$_MODULE['<{mollie}prestashop>installer_407748408f99fed49e067dee67df619c'] = 'Could not copy email templates:';
444445
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'You will resend email with payment link to the customer';
446+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'View in Mollie';
445447
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'You will resend email with payment link to the customer';
446448
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Resend payment link';
447449
$_MODULE['<{mollie}prestashop>paymentfeeprovider_a1fa8d7a9942f24895492dcaf7f3e16d'] = 'Discount: %1s';

translations/es.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
$_MODULE['<{mollie}prestashop>mollie_iframe_fc7775bdfa339217149389b7392af83b'] = 'Guardar tarjeta';
422422
$_MODULE['<{mollie}prestashop>mollie_iframe_ee2b8214cd8479d18e873181505b48ea'] = 'Usar tarjeta guardada';
423423
$_MODULE['<{mollie}prestashop>mollie_iframe_49753ba0559e716a708373951ea87d1c'] = 'Pago seguro gestionado por';
424+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'Ver en Mollie';
424425
$_MODULE['<{mollie}prestashop>order_info_bcd372e1d75ca10ce207ef3ef14379d1'] = 'No hay productos disponibles para este pedido porque fue realizado antes de la versión 6.4.1 de Mollie. Aún puedes usar las acciones de reembolso, captura o envío.';
425426
$_MODULE['<{mollie}prestashop>order_info_81f04888e2363d334eeee1d13885509d'] = 'Importe del reembolso (Máx.: %s)';
426427
$_MODULE['<{mollie}prestashop>order_info_88b6563ca5cac4845361c28959c5612e'] = 'Iniciar reembolso';
@@ -466,6 +467,7 @@
466467
$_MODULE['<{mollie}prestashop>installer_77240e73b3e9b64c47052880f87b6a8b'] = 'No se pueden instalar los atributos del vale';
467468
$_MODULE['<{mollie}prestashop>installer_407748408f99fed49e067dee67df619c'] = 'No ha sido posible copiar las plantillas de correo electrónico:';
468469
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Se volverá a enviar el correo con el enlace de pago al cliente';
470+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'Ver en Mollie';
469471
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Se volverá a enviar el correo con el enlace de pago al cliente';
470472
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Reenviar enlace de pago';
471473
$_MODULE['<{mollie}prestashop>paymentfeeprovider_a1fa8d7a9942f24895492dcaf7f3e16d'] = 'Descuento: %1s';

translations/et.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
$_MODULE['<{mollie}prestashop>qr_code_ea4788705e6873b424c65e91c2846b19'] = 'Tühista';
4444
$_MODULE['<{mollie}prestashop>payment_334721e5f1ee825da687fcaede010724'] = 'Maksetasu:';
4545
$_MODULE['<{mollie}prestashop>mollie_awaiting_order_status_error_56ce2a4e08c9d84441b90ab4c4b66f84'] = 'Vali tellimuse staatuseks "Ootel maksed" vahekaardil "Täpsemad seaded"';
46+
$_MODULE['<{mollie}prestashop>order_info_37d847d86227ba49e594d80112c74afa'] = 'Vaata Mollies';
4647
$_MODULE['<{mollie}prestashop>order_info_729a51874fe901b092899e9e8b31c97a'] = 'Kas oled kindel?';
4748
$_MODULE['<{mollie}prestashop>order_info_ccaf4ee393d094ecde7f21b15fdf8f1f'] = 'Kas oled kindel, et soovid selle tellimuse tagasimaksta?';
4849
$_MODULE['<{mollie}prestashop>order_info_76f0ed934de85cc7131910b32ede7714'] = 'Tagasimakse';
@@ -412,6 +413,7 @@
412413
$_MODULE['<{mollie}prestashop>mailservice_ed13b3693357ebed3751cb71cb639e65'] = 'Kandjat ei ole';
413414
$_MODULE['<{mollie}prestashop>mailservice_fca7e8d1c86db11246e429e40aa10c81'] = 'Uus kinkekaart sinu tellimusele %s';
414415
$_MODULE['<{mollie}prestashop>orderlistactionbuilder_5678cf484b844064515349752b1ccb18'] = 'Sa saadad kliendile uuesti e-maili makselingi saatmiseks';
416+
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_37d847d86227ba49e594d80112c74afa'] = 'Vaata Mollies';
415417
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_5678cf484b844064515349752b1ccb18'] = 'Sa saadad kliendile uuesti e-maili makselingi saatmiseks';
416418
$_MODULE['<{mollie}prestashop>ordergriddefinitionmodifier_74873b96b26fbcac6af3154c5dea0656'] = 'Saada makselink uuesti';
417419

0 commit comments

Comments
 (0)