From e2f1a3a073f530e0f1caf6f82a81e89e55fa322d Mon Sep 17 00:00:00 2001 From: Jaex Date: Tue, 1 Mar 2016 11:49:48 +0200 Subject: [PATCH] Removed culture and case options instead using current culture ignore case by default --- ShareX.HistoryLib/HistoryForm.Designer.cs | 79 +-- ShareX.HistoryLib/HistoryForm.cs | 21 +- ShareX.HistoryLib/HistoryForm.resx | 644 ++++++------------ .../Properties/Resources.Designer.cs | 9 - .../Properties/Resources.de.resx | 3 - .../Properties/Resources.es.resx | 3 - .../Properties/Resources.fr.resx | 3 - .../Properties/Resources.hu.resx | 3 - .../Properties/Resources.ko-KR.resx | 3 - .../Properties/Resources.nl-NL.resx | 3 - .../Properties/Resources.pt-BR.resx | 3 - ShareX.HistoryLib/Properties/Resources.resx | 3 - .../Properties/Resources.ru.resx | 3 - .../Properties/Resources.tr.resx | 3 - .../Properties/Resources.vi-VN.resx | 3 - .../Properties/Resources.zh-CN.resx | 3 - 16 files changed, 231 insertions(+), 558 deletions(-) diff --git a/ShareX.HistoryLib/HistoryForm.Designer.cs b/ShareX.HistoryLib/HistoryForm.Designer.cs index 3c24c0e45..efc60598b 100644 --- a/ShareX.HistoryLib/HistoryForm.Designer.cs +++ b/ShareX.HistoryLib/HistoryForm.Designer.cs @@ -42,18 +42,16 @@ private void InitializeComponent() this.btnRemoveFilters = new System.Windows.Forms.Button(); this.txtHostFilter = new System.Windows.Forms.TextBox(); this.cbTypeFilterSelection = new System.Windows.Forms.ComboBox(); + this.cbHostFilter = new System.Windows.Forms.CheckBox(); + this.cbTypeFilter = new System.Windows.Forms.CheckBox(); this.dtpFilterFrom = new System.Windows.Forms.DateTimePicker(); - this.cbDateFilter = new System.Windows.Forms.CheckBox(); this.lblFilterFrom = new System.Windows.Forms.Label(); + this.cbFilenameFilter = new System.Windows.Forms.CheckBox(); this.lblFilterTo = new System.Windows.Forms.Label(); + this.cbDateFilter = new System.Windows.Forms.CheckBox(); this.dtpFilterTo = new System.Windows.Forms.DateTimePicker(); this.txtFilenameFilter = new System.Windows.Forms.TextBox(); this.cbFilenameFilterMethod = new System.Windows.Forms.ComboBox(); - this.cbFilenameFilterCulture = new System.Windows.Forms.ComboBox(); - this.cbFilenameFilter = new System.Windows.Forms.CheckBox(); - this.cbFilenameFilterCase = new System.Windows.Forms.CheckBox(); - this.cbHostFilter = new System.Windows.Forms.CheckBox(); - this.cbTypeFilter = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit(); this.scMain.Panel1.SuspendLayout(); this.scMain.Panel2.SuspendLayout(); @@ -144,10 +142,8 @@ private void InitializeComponent() this.gbFilters.Controls.Add(this.lblFilterFrom); this.gbFilters.Controls.Add(this.cbFilenameFilter); this.gbFilters.Controls.Add(this.lblFilterTo); - this.gbFilters.Controls.Add(this.cbFilenameFilterCase); this.gbFilters.Controls.Add(this.cbDateFilter); this.gbFilters.Controls.Add(this.dtpFilterTo); - this.gbFilters.Controls.Add(this.cbFilenameFilterCulture); this.gbFilters.Controls.Add(this.txtFilenameFilter); this.gbFilters.Controls.Add(this.cbFilenameFilterMethod); this.gbFilters.Name = "gbFilters"; @@ -177,27 +173,45 @@ private void InitializeComponent() resources.ApplyResources(this.cbTypeFilterSelection, "cbTypeFilterSelection"); this.cbTypeFilterSelection.Name = "cbTypeFilterSelection"; // + // cbHostFilter + // + resources.ApplyResources(this.cbHostFilter, "cbHostFilter"); + this.cbHostFilter.Name = "cbHostFilter"; + this.cbHostFilter.UseVisualStyleBackColor = true; + // + // cbTypeFilter + // + resources.ApplyResources(this.cbTypeFilter, "cbTypeFilter"); + this.cbTypeFilter.Name = "cbTypeFilter"; + this.cbTypeFilter.UseVisualStyleBackColor = true; + // // dtpFilterFrom // resources.ApplyResources(this.dtpFilterFrom, "dtpFilterFrom"); this.dtpFilterFrom.Name = "dtpFilterFrom"; // - // cbDateFilter - // - resources.ApplyResources(this.cbDateFilter, "cbDateFilter"); - this.cbDateFilter.Name = "cbDateFilter"; - this.cbDateFilter.UseVisualStyleBackColor = true; - // // lblFilterFrom // resources.ApplyResources(this.lblFilterFrom, "lblFilterFrom"); this.lblFilterFrom.Name = "lblFilterFrom"; // + // cbFilenameFilter + // + resources.ApplyResources(this.cbFilenameFilter, "cbFilenameFilter"); + this.cbFilenameFilter.Name = "cbFilenameFilter"; + this.cbFilenameFilter.UseVisualStyleBackColor = true; + // // lblFilterTo // resources.ApplyResources(this.lblFilterTo, "lblFilterTo"); this.lblFilterTo.Name = "lblFilterTo"; // + // cbDateFilter + // + resources.ApplyResources(this.cbDateFilter, "cbDateFilter"); + this.cbDateFilter.Name = "cbDateFilter"; + this.cbDateFilter.UseVisualStyleBackColor = true; + // // dtpFilterTo // resources.ApplyResources(this.dtpFilterTo, "dtpFilterTo"); @@ -221,41 +235,6 @@ private void InitializeComponent() resources.ApplyResources(this.cbFilenameFilterMethod, "cbFilenameFilterMethod"); this.cbFilenameFilterMethod.Name = "cbFilenameFilterMethod"; // - // cbFilenameFilterCulture - // - this.cbFilenameFilterCulture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.cbFilenameFilterCulture.FormattingEnabled = true; - this.cbFilenameFilterCulture.Items.AddRange(new object[] { - resources.GetString("cbFilenameFilterCulture.Items"), - resources.GetString("cbFilenameFilterCulture.Items1"), - resources.GetString("cbFilenameFilterCulture.Items2")}); - resources.ApplyResources(this.cbFilenameFilterCulture, "cbFilenameFilterCulture"); - this.cbFilenameFilterCulture.Name = "cbFilenameFilterCulture"; - // - // cbFilenameFilter - // - resources.ApplyResources(this.cbFilenameFilter, "cbFilenameFilter"); - this.cbFilenameFilter.Name = "cbFilenameFilter"; - this.cbFilenameFilter.UseVisualStyleBackColor = true; - // - // cbFilenameFilterCase - // - resources.ApplyResources(this.cbFilenameFilterCase, "cbFilenameFilterCase"); - this.cbFilenameFilterCase.Name = "cbFilenameFilterCase"; - this.cbFilenameFilterCase.UseVisualStyleBackColor = true; - // - // cbHostFilter - // - resources.ApplyResources(this.cbHostFilter, "cbHostFilter"); - this.cbHostFilter.Name = "cbHostFilter"; - this.cbHostFilter.UseVisualStyleBackColor = true; - // - // cbTypeFilter - // - resources.ApplyResources(this.cbTypeFilter, "cbTypeFilter"); - this.cbTypeFilter.Name = "cbTypeFilter"; - this.cbTypeFilter.UseVisualStyleBackColor = true; - // // HistoryForm // this.AcceptButton = this.btnApplyFilters; @@ -291,9 +270,7 @@ private void InitializeComponent() private System.Windows.Forms.Button btnApplyFilters; private System.Windows.Forms.TextBox txtFilenameFilter; private System.Windows.Forms.ComboBox cbFilenameFilterMethod; - private System.Windows.Forms.ComboBox cbFilenameFilterCulture; private System.Windows.Forms.CheckBox cbFilenameFilter; - private System.Windows.Forms.CheckBox cbFilenameFilterCase; private ShareX.HelpersLib.MyPictureBox pbThumbnail; private System.Windows.Forms.GroupBox gbFilters; private System.Windows.Forms.Button btnRemoveFilters; diff --git a/ShareX.HistoryLib/HistoryForm.cs b/ShareX.HistoryLib/HistoryForm.cs index 6b062cb2d..c2979f1a3 100644 --- a/ShareX.HistoryLib/HistoryForm.cs +++ b/ShareX.HistoryLib/HistoryForm.cs @@ -67,9 +67,7 @@ public HistoryForm(string historyPath, int splitterDistance = 0, int maxItemCoun pbThumbnail.Reset(); cbFilenameFilterMethod.SelectedIndex = 0; // Contains - cbFilenameFilterCulture.SelectedIndex = 1; // Invariant culture cbTypeFilterSelection.SelectedIndex = 0; // Image - cbFilenameFilterCulture.Items[0] = string.Format(Resources.HistoryForm_HistoryForm_Current_culture___0__, CultureInfo.CurrentCulture.Parent.EnglishName); lvHistory.FillLastColumn(); if (splitterDistance > 0) @@ -149,7 +147,7 @@ private HistoryItem[] ApplyFilters(HistoryItem[] historyItems) if (!string.IsNullOrEmpty(filenameFilter)) { - StringComparison rule = GetStringRule(); + StringComparison rule = StringComparison.CurrentCultureIgnoreCase; if (cbFilenameFilterMethod.SelectedIndex == 0) // Contains { @@ -183,23 +181,6 @@ private HistoryItem[] ApplyFilters(HistoryItem[] historyItems) return result.ToArray(); } - private StringComparison GetStringRule() - { - bool caseSensitive = cbFilenameFilterCase.Checked; - - switch (cbFilenameFilterCulture.SelectedIndex) - { - case 0: - return caseSensitive ? StringComparison.CurrentCulture : StringComparison.CurrentCultureIgnoreCase; - case 1: - return caseSensitive ? StringComparison.InvariantCulture : StringComparison.InvariantCultureIgnoreCase; - case 3: - return caseSensitive ? StringComparison.CurrentCulture : StringComparison.CurrentCultureIgnoreCase; - } - - return StringComparison.InvariantCultureIgnoreCase; - } - private void AddHistoryItems(HistoryItem[] historyItems) { UpdateTitle(historyItems); diff --git a/ShareX.HistoryLib/HistoryForm.resx b/ShareX.HistoryLib/HistoryForm.resx index 3c9a4f3e4..30111131d 100644 --- a/ShareX.HistoryLib/HistoryForm.resx +++ b/ShareX.HistoryLib/HistoryForm.resx @@ -123,7 +123,7 @@ - 16, 232 + 16, 210 136, 24 @@ -199,7 +199,7 @@ 8, 8 - 414, 344 + 412, 368 1 @@ -219,6 +219,21 @@ Bottom, Left + + NoControl + + + 160, 210 + + + 136, 24 + + + 15 + + + Remove filters + btnRemoveFilters @@ -231,6 +246,15 @@ 0 + + 168, 177 + + + 128, 20 + + + 13 + txtHostFilter @@ -243,6 +267,27 @@ 2 + + Image + + + Text + + + File + + + URL + + + 168, 150 + + + 128, 21 + + + 11 + cbTypeFilterSelection @@ -255,6 +300,24 @@ 3 + + True + + + NoControl + + + 16, 179 + + + 73, 17 + + + 12 + + + Host filter: + cbHostFilter @@ -267,6 +330,24 @@ 4 + + True + + + NoControl + + + 16, 152 + + + 90, 17 + + + 10 + + + File type filter: + cbTypeFilter @@ -279,6 +360,15 @@ 5 + + 88, 46 + + + 206, 20 + + + 2 + dtpFilterFrom @@ -291,6 +381,24 @@ 6 + + True + + + NoControl + + + 13, 50 + + + 33, 13 + + + 1 + + + From: + lblFilterFrom @@ -303,6 +411,24 @@ 7 + + True + + + NoControl + + + 16, 96 + + + 93, 17 + + + 5 + + + Filename filter: + cbFilenameFilter @@ -315,6 +441,24 @@ 8 + + True + + + NoControl + + + 13, 74 + + + 23, 13 + + + 3 + + + To: + lblFilterTo @@ -327,17 +471,23 @@ 9 - - cbFilenameFilterCase + + True - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl - - gbFilters + + 16, 24 - - 10 + + 74, 17 + + + 0 + + + Date filter: cbDateFilter @@ -349,7 +499,16 @@ gbFilters - 11 + 10 + + + 88, 70 + + + 206, 20 + + + 4 dtpFilterTo @@ -361,19 +520,16 @@ gbFilters - 12 + 11 - - cbFilenameFilterCulture + + 16, 119 - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 144, 20 - - gbFilters - - - 13 + + 6 txtFilenameFilter @@ -385,7 +541,28 @@ gbFilters - 14 + 12 + + + Contains + + + Starts with + + + Ends with + + + Exact match + + + 168, 119 + + + 128, 21 + + + 7 cbFilenameFilterMethod @@ -397,13 +574,13 @@ gbFilters - 15 + 13 - 8, 360 + 8, 384 - 312, 272 + 312, 248 2 @@ -486,423 +663,6 @@ 230 - - NoControl - - - 160, 232 - - - 136, 24 - - - 15 - - - Remove filters - - - btnRemoveFilters - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 0 - - - 166, 199 - - - 128, 20 - - - 13 - - - txtHostFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 2 - - - Image - - - Text - - - File - - - URL - - - 166, 172 - - - 128, 21 - - - 11 - - - cbTypeFilterSelection - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 3 - - - 88, 46 - - - 206, 20 - - - 2 - - - dtpFilterFrom - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 6 - - - True - - - NoControl - - - 16, 24 - - - 74, 17 - - - 0 - - - Date filter: - - - cbDateFilter - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 11 - - - True - - - NoControl - - - 13, 50 - - - 33, 13 - - - 1 - - - From: - - - lblFilterFrom - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 7 - - - True - - - NoControl - - - 13, 74 - - - 23, 13 - - - 3 - - - To: - - - lblFilterTo - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 9 - - - 88, 70 - - - 206, 20 - - - 4 - - - dtpFilterTo - - - System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 12 - - - 16, 119 - - - 170, 20 - - - 6 - - - txtFilenameFilter - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 14 - - - Contains - - - Starts with - - - Ends with - - - Exact match - - - 192, 119 - - - 104, 21 - - - 7 - - - cbFilenameFilterMethod - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 15 - - - Current culture - - - Invariant culture (English) - - - Ordinal (English) - - - 16, 145 - - - 170, 21 - - - 8 - - - cbFilenameFilterCulture - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 13 - - - True - - - NoControl - - - 16, 96 - - - 93, 17 - - - 5 - - - Filename filter: - - - cbFilenameFilter - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 8 - - - True - - - NoControl - - - 192, 147 - - - 94, 17 - - - 9 - - - Case sensitive - - - cbFilenameFilterCase - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 10 - - - True - - - NoControl - - - 16, 201 - - - 73, 17 - - - 12 - - - Host filter: - - - cbHostFilter - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 4 - - - True - - - NoControl - - - 16, 174 - - - 90, 17 - - - 10 - - - File type filter: - - - cbTypeFilter - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - gbFilters - - - 5 - True diff --git a/ShareX.HistoryLib/Properties/Resources.Designer.cs b/ShareX.HistoryLib/Properties/Resources.Designer.cs index 4e2426fb6..bc6e3306c 100644 --- a/ShareX.HistoryLib/Properties/Resources.Designer.cs +++ b/ShareX.HistoryLib/Properties/Resources.Designer.cs @@ -80,15 +80,6 @@ internal class Resources { } } - /// - /// Looks up a localized string similar to Current culture ({0}). - /// - internal static string HistoryForm_HistoryForm_Current_culture___0__ { - get { - return ResourceManager.GetString("HistoryForm_HistoryForm_Current_culture___0__", resourceCulture); - } - } - /// /// Looks up a localized string similar to History: {0}. /// diff --git a/ShareX.HistoryLib/Properties/Resources.de.resx b/ShareX.HistoryLib/Properties/Resources.de.resx index a5203d7ec..94eeaa4a9 100644 --- a/ShareX.HistoryLib/Properties/Resources.de.resx +++ b/ShareX.HistoryLib/Properties/Resources.de.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Aktuelle Kultur ({0}) - Chronik: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.es.resx b/ShareX.HistoryLib/Properties/Resources.es.resx index b427307fa..c26a92d92 100644 --- a/ShareX.HistoryLib/Properties/Resources.es.resx +++ b/ShareX.HistoryLib/Properties/Resources.es.resx @@ -141,9 +141,6 @@ Filtrado: {0} - - Cultura actual ({0}) - Nombre del archivo con extensión diff --git a/ShareX.HistoryLib/Properties/Resources.fr.resx b/ShareX.HistoryLib/Properties/Resources.fr.resx index d6b979834..a5574aadc 100644 --- a/ShareX.HistoryLib/Properties/Resources.fr.resx +++ b/ShareX.HistoryLib/Properties/Resources.fr.resx @@ -126,9 +126,6 @@ Copier la valeur - - Culture actuelle ({0}) - URL de suppression diff --git a/ShareX.HistoryLib/Properties/Resources.hu.resx b/ShareX.HistoryLib/Properties/Resources.hu.resx index 0b9fda328..6dc087aa3 100644 --- a/ShareX.HistoryLib/Properties/Resources.hu.resx +++ b/ShareX.HistoryLib/Properties/Resources.hu.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Jelenlegi kultúra ({0}) - Előzmények: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.ko-KR.resx b/ShareX.HistoryLib/Properties/Resources.ko-KR.resx index e744af469..9f7e7969d 100644 --- a/ShareX.HistoryLib/Properties/Resources.ko-KR.resx +++ b/ShareX.HistoryLib/Properties/Resources.ko-KR.resx @@ -201,9 +201,6 @@ - - 현재 문화권 ({0}) - 히스토리: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.nl-NL.resx b/ShareX.HistoryLib/Properties/Resources.nl-NL.resx index 24be7d8a8..f8641bd94 100644 --- a/ShareX.HistoryLib/Properties/Resources.nl-NL.resx +++ b/ShareX.HistoryLib/Properties/Resources.nl-NL.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Huidige cultuur ({0}) - Geschiedenis: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.pt-BR.resx b/ShareX.HistoryLib/Properties/Resources.pt-BR.resx index 15b25e767..e255a2e1e 100644 --- a/ShareX.HistoryLib/Properties/Resources.pt-BR.resx +++ b/ShareX.HistoryLib/Properties/Resources.pt-BR.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Cultura atual: {0} - Histórico: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.resx b/ShareX.HistoryLib/Properties/Resources.resx index 74b83e17e..29ccbd0ba 100644 --- a/ShareX.HistoryLib/Properties/Resources.resx +++ b/ShareX.HistoryLib/Properties/Resources.resx @@ -132,9 +132,6 @@ History: {0} - - Current culture ({0}) - Open diff --git a/ShareX.HistoryLib/Properties/Resources.ru.resx b/ShareX.HistoryLib/Properties/Resources.ru.resx index fc4d747ac..9e3630c47 100644 --- a/ShareX.HistoryLib/Properties/Resources.ru.resx +++ b/ShareX.HistoryLib/Properties/Resources.ru.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Текущий язык ({0}) - История: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.tr.resx b/ShareX.HistoryLib/Properties/Resources.tr.resx index 015faa599..dc0608798 100644 --- a/ShareX.HistoryLib/Properties/Resources.tr.resx +++ b/ShareX.HistoryLib/Properties/Resources.tr.resx @@ -120,9 +120,6 @@ Göster - - Aktif kültür ({0}) - Geçmiş: {0} diff --git a/ShareX.HistoryLib/Properties/Resources.vi-VN.resx b/ShareX.HistoryLib/Properties/Resources.vi-VN.resx index 403d782ba..da4b0ec36 100644 --- a/ShareX.HistoryLib/Properties/Resources.vi-VN.resx +++ b/ShareX.HistoryLib/Properties/Resources.vi-VN.resx @@ -216,7 +216,4 @@ Thông tin thêm - - Ngôn ngữ hiện tại ({0}) - \ No newline at end of file diff --git a/ShareX.HistoryLib/Properties/Resources.zh-CN.resx b/ShareX.HistoryLib/Properties/Resources.zh-CN.resx index bff42f2cf..98058656c 100644 --- a/ShareX.HistoryLib/Properties/Resources.zh-CN.resx +++ b/ShareX.HistoryLib/Properties/Resources.zh-CN.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 当前区域({0}) - 历史: {0}