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

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