24 lines
527 B
PHP
24 lines
527 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/**-------------------------
|
|
* Chats
|
|
*------------------------*/
|
|
'labels' => [
|
|
'heading' => 'Conversations',
|
|
'no_conversations_yet' => 'Aucune conversation pour le moment',
|
|
'you' => 'Vous',
|
|
'attachment' => 'Pièce jointe',
|
|
'now' => 'Maintenant',
|
|
'load_more' => 'Charger plus',
|
|
],
|
|
|
|
'inputs' => [
|
|
'search' => [
|
|
'label' => 'Rechercher des conversations',
|
|
'placeholder' => 'Rechercher',
|
|
],
|
|
],
|
|
];
|