From c24544360c5e917f67aa2d24aa2458322f3b6de1 Mon Sep 17 00:00:00 2001 From: nickpons666 Date: Fri, 20 Feb 2026 15:36:14 -0600 Subject: [PATCH] =?UTF-8?q?Feature:=20Agregar=20soporte=20i18n=20a=20todas?= =?UTF-8?q?=20las=20p=C3=A1ginas=20restantes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - recurrentes.php, sent_messages.php, gallery.php - admin/users.php, recipients.php, languages.php, comandos.php - admin/test_discord_connection.php, ia_agent.php - profile.php, set_webhook.php, chat_telegram.php - translate_message.php, admin_send_message.php - telegram/admin/telegram_bot_interactions.php - telegram/admin/telegram_welcome.php --- admin/comandos.php | 3 ++- admin/ia_agent.php | 3 ++- admin/languages.php | 3 ++- admin/recipients.php | 3 ++- admin/test_discord_connection.php | 3 ++- admin/users.php | 3 ++- admin_send_message.php | 1 + chat_telegram.php | 3 ++- gallery.php | 17 +++++++++-------- profile.php | 3 ++- recurrentes.php | 17 +++++++++-------- sent_messages.php | 17 +++++++++-------- set_webhook.php | 3 ++- telegram/admin/telegram_bot_interactions.php | 3 ++- telegram/admin/telegram_welcome.php | 3 ++- translate_message.php | 3 ++- 16 files changed, 52 insertions(+), 36 deletions(-) diff --git a/admin/comandos.php b/admin/comandos.php index 68074ee..ee38832 100755 --- a/admin/comandos.php +++ b/admin/comandos.php @@ -1,10 +1,11 @@
-

Galería de Imágenes

+

-
No hay imágenes en la galería
+
@@ -75,16 +76,16 @@ require_once __DIR__ . '/templates/header.php';
- - -
+ -
diff --git a/profile.php b/profile.php index f3062be..0504fd0 100755 --- a/profile.php +++ b/profile.php @@ -1,11 +1,12 @@
-

Plantillas de Mensajes

+

@@ -83,19 +84,19 @@ require_once __DIR__ . '/templates/header.php';
-

No hay plantillas creadas

+

-
+
-
+

- Comando: # + : #

200 ? '...' : '' ?>
diff --git a/sent_messages.php b/sent_messages.php index eca8f5d..e45ef43 100755 --- a/sent_messages.php +++ b/sent_messages.php @@ -1,10 +1,11 @@
-

Mensajes Enviados

+

-

No hay mensajes enviados

+

- - - - - + + + + + diff --git a/set_webhook.php b/set_webhook.php index eb2865f..f4fc0e2 100755 --- a/set_webhook.php +++ b/set_webhook.php @@ -2,10 +2,11 @@ require_once __DIR__ . '/includes/db.php'; require_once __DIR__ . '/includes/session_check.php'; require_once __DIR__ . '/includes/env_loader.php'; +require_once __DIR__ . '/includes/i18n.php'; requireAdmin(); -$pageTitle = 'Configurar Webhook de Telegram'; +$pageTitle = t('Configurar Webhook de Telegram'); $results = []; $error = ''; diff --git a/telegram/admin/telegram_bot_interactions.php b/telegram/admin/telegram_bot_interactions.php index 656bf60..af439ad 100755 --- a/telegram/admin/telegram_bot_interactions.php +++ b/telegram/admin/telegram_bot_interactions.php @@ -1,11 +1,12 @@
IDDestinatarioPlataformaFecha de EnvíoMensajes Enviados