Skip to content

Commit e2a6d64

Browse files
committed
Missing localization...
1 parent 7f690f4 commit e2a6d64

File tree

6 files changed

+91
-5
lines changed

6 files changed

+91
-5
lines changed

External/Plugins/FlashDebugger/Controls/StackframeUI.cs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private void InitializeComponents(ImageList imageList)
9696
//
9797
this.toolStripItemMatchCase.Name = "toolStripItemMatchCase";
9898
this.toolStripItemMatchCase.CheckOnClick = true;
99-
this.toolStripItemMatchCase.Text = "Match case";
99+
this.toolStripItemMatchCase.Text = "Match Case";
100100
this.toolStripItemNegate.Click += FilterOption_Click;
101101
//
102102
// toolStripItemRegEx
@@ -110,7 +110,7 @@ private void InitializeComponents(ImageList imageList)
110110
//
111111
this.toolStripItemNegate.Name = "toolStripItemNegate";
112112
this.toolStripItemNegate.CheckOnClick = true;
113-
this.toolStripItemNegate.Text = "Match opposite";
113+
this.toolStripItemNegate.Text = "Match Opposite";
114114
this.toolStripItemNegate.Click += FilterOption_Click;
115115
//
116116
// toolStripDropDownOptions
@@ -191,6 +191,12 @@ public void InitializeContextMenu()
191191
menu.Items.AddRange(new ToolStripItem[] {this.copyContextMenuItem, this.copyAllContextMenuItem, new ToolStripSeparator(),
192192
this.setFrameContextMenuItem, this.gotoSourceContextMenuItem, this.justMyCodeContextMenuItem});
193193
this.lv.ContextMenuStrip = menu;
194+
195+
this.toolStripItemMatchCase.Text = TextHelper.GetString("Label.MatchCase");
196+
this.toolStripItemRegEx.Text = TextHelper.GetString("Label.RegularExpression");
197+
this.toolStripItemNegate.Text = TextHelper.GetString("Label.MatchOpposite");
198+
this.toolStripDropDownOptions.Text = TextHelper.GetString("Label.Options");
199+
194200
menu.Font = PluginBase.Settings.DefaultFont;
195201
menu.Renderer = new DockPanelStripRenderer(false);
196202
this.toolStripFilters.Renderer = new DockPanelStripRenderer();

PluginCore/PluginCore/Resources/de_DE.resX

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5456,4 +5456,20 @@ Eigene Sprachumgebungen müssen eine Erweiterung der Standard-Sprachumgebung sei
54565456
<value>Add new expression</value>
54575457
<comment>Added after 4.7.1</comment>
54585458
</data>
5459+
<data name="FlashDebugger.Label.MatchCase" xml:space="preserve">
5460+
<value>Match Case</value>
5461+
<comment>Added after 4.7.1</comment>
5462+
</data>
5463+
<data name="FlashDebugger.Label.MatchOpposite" xml:space="preserve">
5464+
<value>Match Opposite</value>
5465+
<comment>Added after 4.7.1</comment>
5466+
</data>
5467+
<data name="FlashDebugger.Label.Options" xml:space="preserve">
5468+
<value>Options</value>
5469+
<comment>Added after 4.7.1</comment>
5470+
</data>
5471+
<data name="FlashDebugger.Label.RegularExpression" xml:space="preserve">
5472+
<value>Regular Expression</value>
5473+
<comment>Added after 4.7.1</comment>
5474+
</data>
54595475
</root>

PluginCore/PluginCore/Resources/en_US.resX

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5448,19 +5448,35 @@ Custom locales must be an extension of a default locale, e.g. en-US.</value>
54485448
<comment>Added after 4.7.0</comment>
54495449
</data>
54505450
<data name="FlashDebugger.Label.SetCurrentFrame" xml:space="preserve">
5451-
<value>Set as current frame</value>
5451+
<value>Set As Current Frame</value>
54525452
<comment>Added after 4.7.0</comment>
54535453
</data>
54545454
<data name="FlashDebugger.Label.GotoSource" xml:space="preserve">
5455-
<value>Go to source</value>
5455+
<value>Go To Source</value>
54565456
<comment>Added after 4.7.0</comment>
54575457
</data>
54585458
<data name="FlashDebugger.Label.JustMyCode" xml:space="preserve">
5459-
<value>Show just my code</value>
5459+
<value>Show Just My Code</value>
54605460
<comment>Added after 4.7.0</comment>
54615461
</data>
54625462
<data name="FlashDebugger.Label.AddExpression" xml:space="preserve">
54635463
<value>Add new expression</value>
54645464
<comment>Added after 4.7.1</comment>
54655465
</data>
5466+
<data name="FlashDebugger.Label.MatchCase" xml:space="preserve">
5467+
<value>Match Case</value>
5468+
<comment>Added after 4.7.1</comment>
5469+
</data>
5470+
<data name="FlashDebugger.Label.MatchOpposite" xml:space="preserve">
5471+
<value>Match Opposite</value>
5472+
<comment>Added after 4.7.1</comment>
5473+
</data>
5474+
<data name="FlashDebugger.Label.Options" xml:space="preserve">
5475+
<value>Options</value>
5476+
<comment>Added after 4.7.1</comment>
5477+
</data>
5478+
<data name="FlashDebugger.Label.RegularExpression" xml:space="preserve">
5479+
<value>Regular Expression</value>
5480+
<comment>Added after 4.7.1</comment>
5481+
</data>
54665482
</root>

PluginCore/PluginCore/Resources/eu_ES.resX

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5453,4 +5453,20 @@ Lokalizazio pertsonalizatuek lehenetsiaren luzapen bat izan behar dute, adb. en-
54535453
<value>Add new expression</value>
54545454
<comment>Added after 4.7.1</comment>
54555455
</data>
5456+
<data name="FlashDebugger.Label.MatchCase" xml:space="preserve">
5457+
<value>Match Case</value>
5458+
<comment>Added after 4.7.1</comment>
5459+
</data>
5460+
<data name="FlashDebugger.Label.MatchOpposite" xml:space="preserve">
5461+
<value>Match Opposite</value>
5462+
<comment>Added after 4.7.1</comment>
5463+
</data>
5464+
<data name="FlashDebugger.Label.Options" xml:space="preserve">
5465+
<value>Options</value>
5466+
<comment>Added after 4.7.1</comment>
5467+
</data>
5468+
<data name="FlashDebugger.Label.RegularExpression" xml:space="preserve">
5469+
<value>Regular Expression</value>
5470+
<comment>Added after 4.7.1</comment>
5471+
</data>
54565472
</root>

PluginCore/PluginCore/Resources/ja_JP.resX

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5518,4 +5518,20 @@ UseData:"</value>
55185518
<value>Add new expression</value>
55195519
<comment>Added after 4.7.1</comment>
55205520
</data>
5521+
<data name="FlashDebugger.Label.MatchCase" xml:space="preserve">
5522+
<value>Match Case</value>
5523+
<comment>Added after 4.7.1</comment>
5524+
</data>
5525+
<data name="FlashDebugger.Label.MatchOpposite" xml:space="preserve">
5526+
<value>Match Opposite</value>
5527+
<comment>Added after 4.7.1</comment>
5528+
</data>
5529+
<data name="FlashDebugger.Label.Options" xml:space="preserve">
5530+
<value>Options</value>
5531+
<comment>Added after 4.7.1</comment>
5532+
</data>
5533+
<data name="FlashDebugger.Label.RegularExpression" xml:space="preserve">
5534+
<value>Regular Expression</value>
5535+
<comment>Added after 4.7.1</comment>
5536+
</data>
55215537
</root>

PluginCore/PluginCore/Resources/zh_CN.resx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5466,4 +5466,20 @@
54665466
<value>Add new expression</value>
54675467
<comment>Added after 4.7.1</comment>
54685468
</data>
5469+
<data name="FlashDebugger.Label.MatchCase" xml:space="preserve">
5470+
<value>Match Case</value>
5471+
<comment>Added after 4.7.1</comment>
5472+
</data>
5473+
<data name="FlashDebugger.Label.MatchOpposite" xml:space="preserve">
5474+
<value>Match Opposite</value>
5475+
<comment>Added after 4.7.1</comment>
5476+
</data>
5477+
<data name="FlashDebugger.Label.Options" xml:space="preserve">
5478+
<value>Options</value>
5479+
<comment>Added after 4.7.1</comment>
5480+
</data>
5481+
<data name="FlashDebugger.Label.RegularExpression" xml:space="preserve">
5482+
<value>Regular Expression</value>
5483+
<comment>Added after 4.7.1</comment>
5484+
</data>
54695485
</root>

0 commit comments

Comments
 (0)