mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
13 lines
305 B
PHP
13 lines
305 B
PHP
<?php
|
|
|
|
return [
|
|
"chat" => "Mensajería",
|
|
"modal" => [
|
|
"new_hebra" => "Nueva hebra",
|
|
"title" => "Título",
|
|
"new_message" => "Nuevo mensaje",
|
|
"new_receivers" => "Nuevos participantes",
|
|
"btn_send" => "Enviar",
|
|
"btn_send_update" => "Enviar"
|
|
]
|
|
]; |