update_21.09.23

This commit is contained in:
NW
2023-09-21 15:20:06 +01:00
parent 046eddc957
commit 0de0459ce1
25 changed files with 2454 additions and 2091 deletions

View File

@@ -297,6 +297,9 @@ return [
'rtl' => 'Right To Left',
'ltr' => 'Left To Right',
'display_type' => 'Display Type',
'supervisor' => 'Supervisor',
'admin' => 'Admin',
'user' => 'user',
'superadmin' => 'Superadmin',
'packages' => 'Packages',
'create' => 'Create',
@@ -328,6 +331,7 @@ return [
'users' => 'Users',
'all_users' => 'All Users',
'is_active' => 'Is Active ?',
'is_admin' => 'Admin',
'mark_active' => 'Mark As Active',
'mark_inactive' => 'Mark As Inactive',
'user_inactive' => 'User Account Is Inactive',
@@ -467,6 +471,7 @@ return [
'send_email' => 'Send Email',
'send_email_tooltip' => 'If checked email address and password will be sent to user',
'is_active_tooltip' => 'Check/Uncheck to make a user active/inactive.',
'is_admin_tooltip' => 'Check to make a admin user.',
'edit_user' => 'Edit User',
'dont_want_to_change_keep_it_blank' => "Keep it blank, if you don't want to change",
'comment' => 'Comment',
@@ -477,10 +482,6 @@ return [
'outline' => 'Outline',
'can_create_form' => 'Can create form',
'can_create_form_tooltip' => 'If checked user can create forms for him/herself',
'show_form_response_user' => 'Can view form response author',
'show_form_response_user_tooltip' => 'If checked user can view form response author',
'show_edit_buttons_form' => 'Can view form edit buttons',
'show_edit_buttons_form_tooltip' => 'If checked user can view edit buttons',
'assign_forms' => 'Share forms',
'permission_for_forms' => 'Permission for shared forms',
'can_design_form' => 'Can design form',
@@ -623,6 +624,7 @@ return [
'loadingRecords' => 'Loading...',
'processing' => 'Processing...',
'search' => 'Search:',
'search_without_dots' => 'Search',
'zeroRecords' => 'No matching records found',
'first' => 'First',
'last' => 'Last',