mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for lang file
This commit is contained in:
parent
f594eea8e8
commit
4bc41fbf8e
@ -3968,14 +3968,8 @@ $LANG = array(
|
|||||||
"list_of_recurring_invoices" => "List of recurring invoices",
|
"list_of_recurring_invoices" => "List of recurring invoices",
|
||||||
"details_of_recurring_invoice" => "Here are some details about recurring invoice",
|
"details_of_recurring_invoice" => "Here are some details about recurring invoice",
|
||||||
"cancellation" => "Cancellation",
|
"cancellation" => "Cancellation",
|
||||||
"about_cancellation" => """
|
"about_cancellation" => "In case you want to stop the recurring invoice,\n please click the request the cancellation.",
|
||||||
In case you want to stop the recurring invoice,\n
|
"cancellation_warning" => "Warning! You are requesting a cancellation of this service.\n Your service may be cancelled with no further notification to you.",
|
||||||
please click the request the cancellation.
|
|
||||||
""",
|
|
||||||
"cancellation_warning" => """
|
|
||||||
Warning! You are requesting a cancellation of this service.\n
|
|
||||||
Your service may be cancelled with no further notification to you.
|
|
||||||
""",
|
|
||||||
"cancellation_pending" => "Cancellation pending, we'll be in touch!",
|
"cancellation_pending" => "Cancellation pending, we'll be in touch!",
|
||||||
"list_of_payments" => "List of payments",
|
"list_of_payments" => "List of payments",
|
||||||
"payment_details" => "Details of the payment",
|
"payment_details" => "Details of the payment",
|
||||||
@ -4142,7 +4136,6 @@ $LANG = array(
|
|||||||
"online_payments_minimum_note" => "Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.",
|
"online_payments_minimum_note" => "Note: Online payments are supported only if amount is bigger than $1 or currency equivalent.",
|
||||||
"payment_token_not_found" => "Payment token not found, please try again. If an issue still persist, try with another payment method",
|
"payment_token_not_found" => "Payment token not found, please try again. If an issue still persist, try with another payment method",
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user