mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
62 lines
2.3 KiB
PHP
62 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"chat" => "Messages",
|
|
"messages" => "Messages",
|
|
"message" => "Message",
|
|
"messages_internal" => "Internal messages",
|
|
"message_internal" => "Internal message",
|
|
"messages_client" => "Client messages",
|
|
"message_client" => "Client message",
|
|
"modal" => [
|
|
"new_hebra" => "New thread",
|
|
"title" => "Title",
|
|
"new_message" => "New message",
|
|
"new_receivers" => "New participants",
|
|
"btn_send" => "Send",
|
|
"btn_send_update" => "Send"
|
|
],
|
|
"datatable_messages" => [
|
|
"created_at" => "Created at",
|
|
"updated_at" => "Updated at",
|
|
"title" => "Title",
|
|
"creator" => "Created by",
|
|
"viewed" => "Viewed",
|
|
|
|
],
|
|
"datatable_departments" => [
|
|
"name" => "Name",
|
|
"description" => "Description",
|
|
],
|
|
"datatable_department_users" => [
|
|
"name" => "Name",
|
|
"user" => "User",
|
|
],
|
|
"new_message_ok" => "Message sent successfully",
|
|
"participants" => "Participants",
|
|
"choose_department" => "Choose a deparment",
|
|
"new_participant" => "Add new participants",
|
|
"write_message_placeholder" => "Type your message here ...",
|
|
"add_notification" => "Notification",
|
|
"check_as_unviewed" => "Check as not viewed",
|
|
"add_notification_message" => "Add users present in this chat a notification",
|
|
"chat_title_presupuesto" => 'Presupuesto[{title,string,0}][{id}]',
|
|
"no_messages_notification" => 'There is no messages',
|
|
"view_chat" => 'See chat',
|
|
"view_by_alt_message" => 'Show users that has or not viewed the messages',
|
|
"exit_chat" => 'Exit chat',
|
|
"subscribe_chat" => 'Subscribe to chat',
|
|
"exit_chat_ok" => "You have exit chat successfully. Notifications on this chat will no longer be received",
|
|
"exit_chat_wrong" => "You can't exit the chat because you don't belong to it.",
|
|
"subscribe_chat_ok" => "You've subscribed to chat successfully. Now on you'll receive notifications.",
|
|
"subscribe_chat_wrong" => "You already belong to this chat.",
|
|
"message_configuration" => "Messages configuration",
|
|
"new_chat_department" => "New chat department",
|
|
"user_deleted_ok" => "User deleted succesfully",
|
|
"subscribe_admin_chat_ok" => "User added successfully",
|
|
"subscribe_admin_chat_wrong" => "You must select a user",
|
|
|
|
|
|
|
|
];
|