From 9fb01f747f77d30c583e792d4777f081dbaf3e14 Mon Sep 17 00:00:00 2001 From: Lappland Saluzzo Date: Mon, 4 Sep 2023 00:02:01 +0700 Subject: [PATCH] Update jse_autosave.sp --- scripting/jse_autosave.sp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripting/jse_autosave.sp b/scripting/jse_autosave.sp index d38a6cd..0c09f3e 100644 --- a/scripting/jse_autosave.sp +++ b/scripting/jse_autosave.sp @@ -480,7 +480,7 @@ void SendConfirmationPanel(int iClient, ArrayList hCheckpoint, int iIndex) { } Panel hPanel = new Panel(); - hPanel.SetTitle("Teleport to autosave?"); + hPanel.SetTitle("Телепортироваться?"); hPanel.DrawText(" "); @@ -488,18 +488,18 @@ void SendConfirmationPanel(int iClient, ArrayList hCheckpoint, int iIndex) { hPanel.DrawText(" "); - hPanel.DrawItem("Yes"); - hPanel.DrawItem("No"); + hPanel.DrawItem("Да"); + hPanel.DrawItem("Нет"); hPanel.DrawText(" "); hPanel.CurrentKey = 4; - hPanel.DrawItem("Delete"); + hPanel.DrawItem("Удалить"); if (hCheckpoint.Length > 1) { hPanel.DrawText(" "); hPanel.CurrentKey = 8; - hPanel.DrawItem("Back"); + hPanel.DrawItem("Назад"); } hPanel.Send(iClient, MenuHandler_Confirmation, 0);