Update lang file

This commit is contained in:
Hillel Coren 2021-01-31 08:41:36 +02:00
parent 3cc3548f69
commit a3abff8766

View File

@ -3921,6 +3921,11 @@ $LANG = array(
'show' => 'Show', 'show' => 'Show',
'empty_columns' => 'Empty Columns', 'empty_columns' => 'Empty Columns',
'project_name' => 'Project Name', '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; return $LANG;