25 lines
488 B
PHP
25 lines
488 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/**-------------------------
|
|
* Chats
|
|
*------------------------*/
|
|
'labels' => [
|
|
'heading' => 'Conversations',
|
|
'no_conversations_yet' => 'No conversations yet',
|
|
'you' => 'You',
|
|
'attachment' => 'Attachment',
|
|
'now' => 'Now',
|
|
'load_more' => 'Load more',
|
|
|
|
],
|
|
|
|
'inputs' => [
|
|
'search' => [
|
|
'label' => 'Search Conversations',
|
|
'placeholder' => 'Search',
|
|
],
|
|
],
|
|
];
|