diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 59df8076a518..4b7ebdae9248 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4290,6 +4290,48 @@ $LANG = array( 'activity_103' => ':user deleted recurring invoice :recurring_invoice', 'activity_104' => ':user restored recurring invoice :recurring_invoice', + 'import_settings' => 'Import Settings', + 'json_file_missing' => 'Please provide the JSON file', + 'json_option_missing' => 'Please select to import the settings and/or data', + 'json' => 'JSON', + 'no_payment_types_enabled' => 'No payment types enabled', + 'wait_for_data' => 'Please wait for the data to finish loading', + 'net_total' => 'Net Total', + 'has_taxes' => 'Has Taxes', + 'import_customers' => 'Import Customers', + 'imported_customers' => 'Successfully started importing customers', + 'login_success' => 'Successful Login', + 'login_failure' => 'Failed Login', + 'exported_data' => 'Once the file is ready you"ll receive an email with a download link', + 'include_deleted_clients' => 'Include Deleted Clients', + 'include_deleted_clients_help' => 'Load records belonging to deleted clients', + 'step_1_sign_in' => 'Step 1: Sign In', + 'step_2_authorize' => 'Step 2: Authorize', + 'account_id' => 'Account ID', + 'migration_not_yet_completed' => 'The migration has not yet completed', + 'wizard_warning' => 'If you are migrating from the legacy version stop here and begin the migration. Once the migration completes click "Refesh" and use the dropdown in the top left corner to switch companies.', + 'show_task_end_date' => 'Show Task End Date', + 'show_task_end_date_help' => 'Enable specifying the task end date', + 'gateway_setup' => 'Gateway Setup', + 'preview_sidebar' => 'Preview Sidebar', + 'years_data_shown' => 'Years Data Shown', + 'ended_all_sessions' => 'Successfully ended all sessions', + 'end_all_sessions' => 'End All Sessions', + 'count_session' => '1 Session', + 'count_sessions' => ':count Sessions', + 'invoice_created' => 'Invoice Created', + 'quote_created' => 'Quote Created', + 'credit_created' => 'Credit Created', + 'enterprise' => 'Enterprise', + 'invoice_item' => 'Invoice Item', + 'quote_item' => 'Quote Item', + 'order' => 'Order', + 'search_kanban' => 'Search Kanban', + 'search_kanbans' => 'Search Kanban', + 'owner_upgrade_to_paid_plan' => 'The account owner can upgrade to a paid plan to enable the advanced advanced settings', + 'html_mode' => 'HTML Mode', + 'html_mode_help' => 'Preview updates faster but is less accurate', + ); return $LANG;