![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/Corals/modules/Messaging/resources/lang/en/ |
<?php return [ 'discussion' => [ 'inbox' => 'Inbox', 'read' => 'Read', 'unread' => 'Unread', 'important' => 'Important', 'deleted' => 'Deleted', 'star' => 'Star', 'compose' => 'Compose', 'folders' => 'Folders', 'labels' => 'Labels', 'messages_count' => '# Messages', 'new' => 'New', 'no_discussions_found' => 'No Discussions Found', 'creator' => 'Creator', 'confirm_mark_as_read' => 'You are going to mark this discussion as read!', 'create_new_discussion' => 'Create New Discussion', 'confirm_delete' => 'Are you sure you want to delete the selected rows', 'confirm_read' => 'Are you sure you want to mark as read the selected rows', ], 'message' => [ 'read_more' => 'Read More', ], 'participation' => [ 'participation' => 'Participations', ] ];