Files
timebank-cc-public/resources/lang/vendor/wirechat/en/chats.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

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',
],
],
];