mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 03:07:01 +00:00
Add notifications for e-invoice received
This commit is contained in:
@@ -5666,6 +5666,8 @@ $lang = array(
|
||||
'thank_you_for_feedback' => 'Thank you for your feedback!',
|
||||
'use_legacy_editor' => 'Use Legacy Wysiwyg Editor',
|
||||
'use_legacy_editor_help' => 'Use the TinyMCE editor.',
|
||||
'enable_e_invoice_received_notification' => 'Enable E-Invoice Received Notification',
|
||||
'enable_e_invoice_received_notification_help' => 'Receive an email notification when a new E-Invoice is received.',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
@@ -5662,6 +5662,9 @@ Développe automatiquement la section des notes dans le tableau de produits pour
|
||||
'invoice_period' => 'Période de facturation',
|
||||
'invoice_period_help' => 'Définit la période durant laquelle les services ont été fournis.',
|
||||
'paused_recurring_invoice_helper' => 'Attention ! Lors du redémarrage d\'une facture récurrente, assurez-vous que la prochaine date d\'envoi soit dans le futur.',
|
||||
'thank_you_for_feedback' => 'Merci pour vos commentaires !',
|
||||
'use_legacy_editor' => 'Utiliser l\'éditeur classique Wysiwyg',
|
||||
'use_legacy_editor_help' => 'Utiliser l\'éditeur TinyMCE.',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
@@ -5663,6 +5663,9 @@ $lang = array(
|
||||
'invoice_period' => 'Hóa đơn Period',
|
||||
'invoice_period_help' => 'Xác định khoảng thời gian cung cấp dịch vụ.',
|
||||
'paused_recurring_invoice_helper' => 'Thận trọng! Khi khởi động lại Định kỳ Hóa đơn , hãy đảm bảo ngày gửi tiếp theo là trong tương lai.',
|
||||
'thank_you_for_feedback' => 'Cảm ơn phản hồi của bạn!',
|
||||
'use_legacy_editor' => 'Sử dụng Legacy Wysiwyg Editor',
|
||||
'use_legacy_editor_help' => 'Sử dụng trình soạn thảo TinyMCE.',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
||||
Reference in New Issue
Block a user