Added lang strings

This commit is contained in:
Hillel Coren 2019-02-22 09:03:54 +02:00
parent d443d3ac89
commit 572e307362

View File

@ -3137,6 +3137,9 @@ $LANG = array(
'budgeted' => 'Budgeted', 'budgeted' => 'Budgeted',
'please_enter_a_name' => 'Please enter a name', 'please_enter_a_name' => 'Please enter a name',
'click_plus_to_add_time' => 'Click + to add time', 'click_plus_to_add_time' => 'Click + to add time',
'design' => 'Design',
'password_is_too_short' => 'Password is too short',
'failed_to_find_record' => 'Failed to find record',
); );