mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Improvements for mollie in test mode
This commit is contained in:
@@ -5690,6 +5690,7 @@ $lang = array(
|
||||
'peppol_sending_failed' => 'E-Invoice sending failed!',
|
||||
'peppol_sending_success' => 'E-Invoice sent successfully!',
|
||||
'auto_generate' => 'Auto Generate',
|
||||
'mollie_payment_pending' => 'Your payment is pending. Please wait for it to be processed. We will email you when it is completed.',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
@@ -5688,6 +5688,7 @@ Développe automatiquement la section des notes dans le tableau de produits pour
|
||||
'purge_user_confirmation' => 'Attention ! Cette action réattribuera toutes les entités au propriétaire du compte et supprimera définitivement l\'utilisateur de l\'ensemble des entreprises et des comptes. Voulez-vous vraiment continuer ?',
|
||||
'peppol_sending_failed' => 'Problème technique de livraison. Réessai impossible.',
|
||||
'peppol_sending_success' => 'La facture électronique a été envoyée!',
|
||||
'auto_generate' => 'Auto générer',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
@@ -5689,6 +5689,7 @@ $lang = array(
|
||||
'purge_user_confirmation' => 'Cảnh báo! Thao tác này sẽ gán lại tất cả các thực thể đến chủ sở hữu tài khoản và Xóa vĩnh viễn Người dùng trên tất cả các công ty và tài khoản. Bạn có chắc chắn muốn đến tục không?',
|
||||
'peppol_sending_failed' => 'Sự cố giao hàng kỹ thuật. Không thể thử lại',
|
||||
'peppol_sending_success' => 'E- Hóa đơn gửi Thành công !',
|
||||
'auto_generate' => 'Tự động tạo',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
Reference in New Issue
Block a user