From 92d4a75ec46c2a9c80085eede9803afd3f3305b5 Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 14 Dec 2024 14:59:42 +0100 Subject: [PATCH] Small oops --- ChatTwo/ChatTwo.csproj | 2 +- ChatTwo/Resources/Language.Designer.cs | 22 ++++++++++++++++++++-- ChatTwo/Resources/Language.ca.resx | 4 ++-- ChatTwo/Resources/Language.de.resx | 4 ++-- ChatTwo/Resources/Language.es.resx | 4 ++-- ChatTwo/Resources/Language.fr.resx | 4 ++-- ChatTwo/Resources/Language.it.resx | 4 ++-- ChatTwo/Resources/Language.ja.resx | 4 ++-- ChatTwo/Resources/Language.ko.resx | 4 ++-- ChatTwo/Resources/Language.nl.resx | 4 ++-- ChatTwo/Resources/Language.pt-BR.resx | 4 ++-- ChatTwo/Resources/Language.resx | 4 ++-- ChatTwo/Resources/Language.ro.resx | 4 ++-- ChatTwo/Resources/Language.ru.resx | 4 ++-- ChatTwo/Resources/Language.sv.resx | 4 ++-- ChatTwo/Resources/Language.zh-Hans.resx | 4 ++-- ChatTwo/Resources/Language.zh-Hant.resx | 4 ++-- ChatTwo/Ui/SettingsTabs/Tabs.cs | 4 ++-- 18 files changed, 53 insertions(+), 35 deletions(-) diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index dd91d5d..99d7a13 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -1,6 +1,6 @@ - 1.29.12 + 1.29.13 net8.0-windows enable enable diff --git a/ChatTwo/Resources/Language.Designer.cs b/ChatTwo/Resources/Language.Designer.cs index 15fac79..9688f9a 100755 --- a/ChatTwo/Resources/Language.Designer.cs +++ b/ChatTwo/Resources/Language.Designer.cs @@ -1914,7 +1914,7 @@ namespace ChatTwo.Resources { } /// - /// Looks up a localized string similar to Allow moving window. + /// Looks up a localized string similar to Allow moving chat. /// internal static string Options_CanMove_Name { get { @@ -1923,7 +1923,7 @@ namespace ChatTwo.Resources { } /// - /// Looks up a localized string similar to Allow resizing window. + /// Looks up a localized string similar to Allow resizing chat. /// internal static string Options_CanResize_Name { get { @@ -3569,6 +3569,24 @@ namespace ChatTwo.Resources { } } + /// + /// Looks up a localized string similar to Allow moving window. + /// + internal static string Popout_CanMove_Name { + get { + return ResourceManager.GetString("Popout_CanMove_Name", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Allow resizing window. + /// + internal static string Popout_CanResize_Name { + get { + return ResourceManager.GetString("Popout_CanResize_Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Discard. /// diff --git a/ChatTwo/Resources/Language.ca.resx b/ChatTwo/Resources/Language.ca.resx index d2bc941..dbc0a9d 100644 --- a/ChatTwo/Resources/Language.ca.resx +++ b/ChatTwo/Resources/Language.ca.resx @@ -187,10 +187,10 @@ Permetre canviar la mida del xat - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.de.resx b/ChatTwo/Resources/Language.de.resx index 4e54d5a..f0f3afa 100644 --- a/ChatTwo/Resources/Language.de.resx +++ b/ChatTwo/Resources/Language.de.resx @@ -187,10 +187,10 @@ Chatfenstergröße anpassen erlauben - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.es.resx b/ChatTwo/Resources/Language.es.resx index c09245c..7711195 100644 --- a/ChatTwo/Resources/Language.es.resx +++ b/ChatTwo/Resources/Language.es.resx @@ -187,10 +187,10 @@ Permitir cambiar el tamaño del chat - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.fr.resx b/ChatTwo/Resources/Language.fr.resx index 398fdd0..64e2ce3 100644 --- a/ChatTwo/Resources/Language.fr.resx +++ b/ChatTwo/Resources/Language.fr.resx @@ -187,10 +187,10 @@ Permettre le redimensionnement du chat - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.it.resx b/ChatTwo/Resources/Language.it.resx index 3c83493..54bcb7c 100644 --- a/ChatTwo/Resources/Language.it.resx +++ b/ChatTwo/Resources/Language.it.resx @@ -187,10 +187,10 @@ Consenti il ridimensionamento della chat - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.ja.resx b/ChatTwo/Resources/Language.ja.resx index e14b46e..a239ff2 100644 --- a/ChatTwo/Resources/Language.ja.resx +++ b/ChatTwo/Resources/Language.ja.resx @@ -187,10 +187,10 @@ Allow resizing chat - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.ko.resx b/ChatTwo/Resources/Language.ko.resx index 933e003..2c29e7f 100644 --- a/ChatTwo/Resources/Language.ko.resx +++ b/ChatTwo/Resources/Language.ko.resx @@ -187,10 +187,10 @@ 채팅창 크기 조절 허용 - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.nl.resx b/ChatTwo/Resources/Language.nl.resx index 82798cc..c615908 100644 --- a/ChatTwo/Resources/Language.nl.resx +++ b/ChatTwo/Resources/Language.nl.resx @@ -187,10 +187,10 @@ Grootte van chat wijzigen toestaan - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.pt-BR.resx b/ChatTwo/Resources/Language.pt-BR.resx index bd9cd70..fdfd8f0 100644 --- a/ChatTwo/Resources/Language.pt-BR.resx +++ b/ChatTwo/Resources/Language.pt-BR.resx @@ -187,10 +187,10 @@ Permitir redimensionar o bate-papo - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.resx b/ChatTwo/Resources/Language.resx index f1a10a2..dd7f74f 100644 --- a/ChatTwo/Resources/Language.resx +++ b/ChatTwo/Resources/Language.resx @@ -187,10 +187,10 @@ Allow resizing chat - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.ro.resx b/ChatTwo/Resources/Language.ro.resx index 6c6abb5..340f70b 100644 --- a/ChatTwo/Resources/Language.ro.resx +++ b/ChatTwo/Resources/Language.ro.resx @@ -187,10 +187,10 @@ Permite redimensionarea chat-ului - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.ru.resx b/ChatTwo/Resources/Language.ru.resx index b320087..86c92a3 100644 --- a/ChatTwo/Resources/Language.ru.resx +++ b/ChatTwo/Resources/Language.ru.resx @@ -187,10 +187,10 @@ Разрешить изменение размера окна чата - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.sv.resx b/ChatTwo/Resources/Language.sv.resx index ae2fe74..eaf6723 100644 --- a/ChatTwo/Resources/Language.sv.resx +++ b/ChatTwo/Resources/Language.sv.resx @@ -187,10 +187,10 @@ Tillåt att ändra chattfönstrets storlek - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.zh-Hans.resx b/ChatTwo/Resources/Language.zh-Hans.resx index 731c876..19f17f4 100644 --- a/ChatTwo/Resources/Language.zh-Hans.resx +++ b/ChatTwo/Resources/Language.zh-Hans.resx @@ -187,10 +187,10 @@ 允许调整聊天窗口大小 - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Resources/Language.zh-Hant.resx b/ChatTwo/Resources/Language.zh-Hant.resx index 7851104..c2d8d86 100644 --- a/ChatTwo/Resources/Language.zh-Hant.resx +++ b/ChatTwo/Resources/Language.zh-Hant.resx @@ -187,10 +187,10 @@ 允許調整聊天窗口大小 - + Allow moving window - + Allow resizing window diff --git a/ChatTwo/Ui/SettingsTabs/Tabs.cs b/ChatTwo/Ui/SettingsTabs/Tabs.cs index 86945ec..e77f655 100755 --- a/ChatTwo/Ui/SettingsTabs/Tabs.cs +++ b/ChatTwo/Ui/SettingsTabs/Tabs.cs @@ -92,10 +92,10 @@ internal sealed class Tabs : ISettingsTab if (tab.IndependentOpacity) ImGuiUtil.DragFloatVertical(Language.Options_Tabs_Opacity, ref tab.Opacity, 0.25f, 0f, 100f, $"{tab.Opacity:N2}%%", ImGuiSliderFlags.AlwaysClamp); - ImGuiUtil.OptionCheckbox(ref tab.CanMove, Language.Options_CanMove_Name); + ImGuiUtil.OptionCheckbox(ref tab.CanMove, Language.Popout_CanMove_Name); ImGui.Spacing(); - ImGuiUtil.OptionCheckbox(ref tab.CanResize, Language.Options_CanResize_Name); + ImGuiUtil.OptionCheckbox(ref tab.CanResize, Language.Popout_CanResize_Name); ImGui.Spacing(); }