diff --git a/lang.php b/lang.php index 5852180..fef2122 100644 --- a/lang.php +++ b/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' => 'إعلانات الطابور', @@ -864,4 +882,4 @@ $translations = array ( 'ssl' => 'SSL', 'tls' => 'TLS' ) -); +); \ No newline at end of file