From 2eecccad77650d8f86d5f3768d707d31fc538224 Mon Sep 17 00:00:00 2001 From: Joshua Dwire Date: Fri, 1 Jan 2016 15:52:36 -0500 Subject: [PATCH] Move translation texts to end of file --- resources/lang/en/texts.php | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index de6152029020..72e6fc27fb93 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -111,22 +111,6 @@ return array(
  • ":YEAR+1 yearly subscription" => "2015 Yearly Subscription"
  • "Retainer payment for :QUARTER+1" => "Retainer payment for Q2"
  • ', - - // recurring due dates - 'recurring_due_dates' => 'Recurring Invoice Due Dates', - 'recurring_due_date_help' => '

    Automatically sets a due date for the invoice.

    -

    Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.

    -

    Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.

    -

    For example:

    - ', // dashboard 'in_total_revenue' => 'in total revenue', @@ -771,7 +755,6 @@ return array(

    If you need help figuring something out post a question to our support forum.

    ', 'invoice_due_date' => 'Due Date', - 'due' => 'Due', 'quote_due_date' => 'Valid Until', 'valid_until' => 'Valid Until', 'reset_terms' => 'Reset terms', @@ -841,7 +824,6 @@ return array( 'gateways' => 'Payment Gateways', 'next_send_on' => 'Send Next: :date', - 'next_due_on' => 'Due Next: :date', 'no_longer_running' => 'This invoice is not scheduled to run', 'general_settings' => 'General Settings', 'customize' => 'Customize', @@ -1010,4 +992,21 @@ return array( 'email_designs' => 'Email Designs', 'assigned_when_sent' => 'Assigned when sent', + // recurring due dates + 'recurring_due_dates' => 'Recurring Invoice Due Dates', + 'recurring_due_date_help' => '

    Automatically sets a due date for the invoice.

    +

    Invoices on a monthly or yearly cycle set to be due on or before the day they are created will be due the next month. Invoices set to be due on the 29th or 30th in months that don\'t have that day will be due the last day of the month.

    +

    Invoices on a weekly cycle set to be due on the day of the week they are created will be due the next week.

    +

    For example:

    + ', + 'due' => 'Due', + 'next_due_on' => 'Due Next: :date', );