From 1ce3a023cd98bff6247074eeeb89326af09f159f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 29 Aug 2019 13:17:41 +0300 Subject: [PATCH] Update lang files --- resources/lang/en/texts.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ba63cbccc967..6b319b134f6a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3179,6 +3179,24 @@ $LANG = array( 'expense_status_3' => 'Invoiced', 'no_record_selected' => 'No record selected', 'error_unsaved_changes' => 'Please save or cancel your changes', + 'thank_you_for_your_purchase' => 'Thank you for your purchase!', + 'redeem' => 'Redeem', + 'back' => 'Back', + 'past_purchases' => 'Past Purchases', + 'annual_subscription' => 'Annual Subscription', + 'pro_plan' => 'Pro Plan', + 'enterprise_plan' => 'Enterprise Plan', + 'count_users' => ':count users', + 'upgrade' => 'Upgrade', + 'please_enter_a_first_name' => 'Please enter a first name', + 'please_enter_a_last_name' => 'Please enter a last name', + 'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.', + 'i_agree_to_the' => 'I agree to the', + 'terms_of_service_link' => 'terms of service', + 'privacy_policy_link' => 'privacy policy', + 'view_website' => 'View Website', + 'create_account' => 'Create Account', + 'email_login' => 'Email Login', ); return $LANG;