diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 66ddb58dc199..90d10c58eefd 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3921,6 +3921,11 @@ $LANG = array( 'show' => 'Show', 'empty_columns' => 'Empty Columns', 'project_name' => 'Project Name', + 'counter_pattern_error' => 'To use :client_counter please add either :number or :id_number to prevent conflicts', + 'this_quarter' => 'This Quarter', + 'to_update_run' => 'To update run', + 'registration_url' => 'Registration URL', + 'show_product_cost' => 'Show Product Cost', ); return $LANG;