edit departments
This commit is contained in:
parent
132df22fd4
commit
5f99108a0d
18
lang.php
18
lang.php
@ -35,6 +35,15 @@ $translations = array (
|
||||
'employees' => 'Employees',
|
||||
'positions' => 'Positions',
|
||||
'departments' => 'Departments',
|
||||
'add_department' => 'Add Department',
|
||||
'edit_department' => 'Edit Department',
|
||||
'delete_department' => 'Delete Department',
|
||||
'show_in_queue' => 'Show in Queue',
|
||||
'no_departments_found' => 'No departments found',
|
||||
'department_added_successfully' => 'Department added successfully',
|
||||
'department_updated_successfully' => 'Department updated successfully',
|
||||
'department_deleted_successfully' => 'Department deleted successfully',
|
||||
'successfully' => 'Successfully',
|
||||
'services' => 'Services',
|
||||
'cities' => 'Cities',
|
||||
'queue_ads' => 'Queue Ads',
|
||||
@ -467,6 +476,15 @@ $translations = array (
|
||||
'employees' => 'الموظفين',
|
||||
'positions' => 'المسميات الوظيفية',
|
||||
'departments' => 'الأقسام',
|
||||
'add_department' => 'إضافة قسم',
|
||||
'edit_department' => 'تعديل قسم',
|
||||
'delete_department' => 'حذف قسم',
|
||||
'show_in_queue' => 'إظهار في الطابور',
|
||||
'no_departments_found' => 'لم يتم العثور على أقسام',
|
||||
'department_added_successfully' => 'تم إضافة القسم بنجاح',
|
||||
'department_updated_successfully' => 'تم تحديث القسم بنجاح',
|
||||
'department_deleted_successfully' => 'تم حذف القسم بنجاح',
|
||||
'successfully' => 'بنجاح',
|
||||
'services' => 'الخدمات',
|
||||
'cities' => 'المدن',
|
||||
'queue_ads' => 'إعلانات الطابور',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user