Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34f300d

Browse files
committed
Port menu localization fix to open repo (bugdotnet#295)
1 parentc339e26 commit34f300d

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.Project/FS/MenusAndCommands.vsct‎

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
<Menu guid ="FSharpProjectCmdSet" id ="FSharpAddBelowMenu" priority ="0x305" type ="Menu">
3737
<Parentguid="FSharpProjectCmdSet"id="MyFSharpGroup"/>
3838
<Strings>
39-
<ButtonText>Add&amp;Below</ButtonText>
40-
<MenuText>Add&amp;Below</MenuText>
39+
<ButtonText_locID="FSharpProjectAddBelowButton">Add&amp;Below</ButtonText>
40+
<MenuText_locID="FSharpProjectAddBelowMenu">Add&amp;Below</MenuText>
4141
<CommandName>Add&amp;Below</CommandName>
4242
</Strings>
4343
</Menu>
4444
<Menu guid ="FSharpProjectCmdSet" id ="FSharpAddAboveMenu" priority ="0x300" type ="Menu">
4545
<Parentguid="FSharpProjectCmdSet"id="MyFSharpGroup"/>
4646
<Strings>
47-
<ButtonText>Add&amp;Above</ButtonText>
48-
<MenuText>Add&amp;Above</MenuText>
47+
<ButtonText_locID="FSharpProjectAddAboveButton">Add&amp;Above</ButtonText>
48+
<MenuText_locID="FSharpProjectAddAboveMenu">Add&amp;Above</MenuText>
4949
<CommandName>Add&amp;Above</CommandName>
5050
</Strings>
5151
</Menu>
@@ -56,8 +56,8 @@
5656
<CommandFlag>DynamicVisibility</CommandFlag>
5757
<CommandFlag>DefaultInvisible</CommandFlag>
5858
<Strings>
59-
<ButtonText>&amp;Send to F# Interactive</ButtonText>
60-
<MenuText>&amp;Send to F# Interactive</MenuText>
59+
<ButtonText_locID="FSharpProjectSendThisToFSIButton">&amp;Send to F# Interactive</ButtonText>
60+
<MenuText_locID="FSharpProjectSendThisToFSIMenu">&amp;Send to F# Interactive</MenuText>
6161
<CommandName>SendThisReferenceToInteractive</CommandName>
6262
</Strings>
6363
</Button>
@@ -66,8 +66,8 @@
6666
<CommandFlag>DynamicVisibility</CommandFlag>
6767
<CommandFlag>DefaultInvisible</CommandFlag>
6868
<Strings>
69-
<ButtonText>&amp;Send References to F# Interactive</ButtonText>
70-
<MenuText>&amp;Send References to F# Interactive</MenuText>
69+
<ButtonText_locID="FSharpProjectSendReferencesToFSIButton">&amp;Send References to F# Interactive</ButtonText>
70+
<MenuText_locID="FSharpProjectSendReferencesToFSIMenu">&amp;Send References to F# Interactive</MenuText>
7171
<CommandName>SendReferencesToInteractive</CommandName>
7272
</Strings>
7373
</Button>
@@ -76,8 +76,8 @@
7676
<CommandFlag>DynamicVisibility</CommandFlag>
7777
<CommandFlag>DefaultInvisible</CommandFlag>
7878
<Strings>
79-
<ButtonText>&amp;Send Project Output to F# Interactive</ButtonText>
80-
<MenuText>&amp;Send Project Output to F# Interactive</MenuText>
79+
<ButtonText_locID="FSharpProjectSendOutputToFSIButton">&amp;Send Project Output to F# Interactive</ButtonText>
80+
<MenuText_locID="FSharpProjectSendOutputToFSIMenu">&amp;Send Project Output to F# Interactive</MenuText>
8181
<CommandName>FSharpSendProjectOutputToInteractive</CommandName>
8282
</Strings>
8383
</Button>
@@ -87,8 +87,8 @@
8787
<CommandFlag>DynamicVisibility</CommandFlag>
8888
<CommandFlag>DefaultInvisible</CommandFlag>
8989
<Strings>
90-
<ButtonText>Move&amp;Up</ButtonText>
91-
<MenuText>Move&amp;Up</MenuText>
90+
<ButtonText_locID="FSharpProjectMoveUpButton">Move&amp;Up</ButtonText>
91+
<MenuText_locID="FSharpProjectMoveUpMenu">Move&amp;Up</MenuText>
9292
<CommandName>MoveFileUp</CommandName>
9393
</Strings>
9494
</Button>
@@ -98,8 +98,8 @@
9898
<CommandFlag>DynamicVisibility</CommandFlag>
9999
<CommandFlag>DefaultInvisible</CommandFlag>
100100
<Strings>
101-
<ButtonText>Mo&amp;ve Down</ButtonText>
102-
<MenuText>Mo&amp;ve Down</MenuText>
101+
<ButtonText_locID="FSharpProjectMoveDownButton">Mo&amp;ve Down</ButtonText>
102+
<MenuText_locID="FSharpProjectMoveDownMenu">Mo&amp;ve Down</MenuText>
103103
<CommandName>MoveFileDown</CommandName>
104104
</Strings>
105105
</Button>
@@ -113,9 +113,9 @@
113113
<CommandFlag>TextContextUseButton</CommandFlag>
114114
<CommandFlag>TextChanges</CommandFlag>
115115
<Strings>
116-
<ButtonText>Add Ne&amp;w Item...</ButtonText>
117-
<MenuText>Ne&amp;w Item...</MenuText>
118-
<ToolTipText>Add New Item</ToolTipText>
116+
<ButtonText_locID="FSharpProjectAddNewItemBelowButton">Add Ne&amp;w Item...</ButtonText>
117+
<MenuText_locID="FSharpProjectAddNewItemBelowMenu">Ne&amp;w Item...</MenuText>
118+
<ToolTipText_locID="FSharpProjectAddNewItemBelowToolTip">Add New Item</ToolTipText>
119119
<CommandName>Add New Item</CommandName>
120120
</Strings>
121121
</Button>
@@ -129,9 +129,9 @@
129129
<CommandFlag>TextContextUseButton</CommandFlag>
130130
<CommandFlag>TextChanges</CommandFlag>
131131
<Strings>
132-
<ButtonText>Add Existin&amp;g Item...</ButtonText>
133-
<MenuText>Existin&amp;g Item...</MenuText>
134-
<ToolTipText>Add Existing Item</ToolTipText>
132+
<ButtonText_locID="FSharpProjectAddExistingBelowButton">Add Existin&amp;g Item...</ButtonText>
133+
<MenuText_locID="FSharpProjectAddExistingBelowMenu">Existin&amp;g Item...</MenuText>
134+
<ToolTipText_locID="FSharpProjectAddExistingBelowToolTip">Add Existing Item</ToolTipText>
135135
<CommandName>Add Existing Item</CommandName>
136136
</Strings>
137137
</Button>
@@ -145,9 +145,9 @@
145145
<CommandFlag>TextContextUseButton</CommandFlag>
146146
<CommandFlag>TextChanges</CommandFlag>
147147
<Strings>
148-
<ButtonText>Add Ne&amp;w Item...</ButtonText>
149-
<MenuText>Ne&amp;w Item...</MenuText>
150-
<ToolTipText>Add New Item</ToolTipText>
148+
<ButtonText_locID="FSharpProjectAddNewItemAboveButton">Add Ne&amp;w Item...</ButtonText>
149+
<MenuText_locID="FSharpProjectAddNewItemAboveMenu">Ne&amp;w Item...</MenuText>
150+
<ToolTipText_locID="FSharpProjectAddNewItemAboveToolTip">Add New Item</ToolTipText>
151151
<CommandName>Add New Item</CommandName>
152152
</Strings>
153153
</Button>
@@ -161,9 +161,9 @@
161161
<CommandFlag>TextContextUseButton</CommandFlag>
162162
<CommandFlag>TextChanges</CommandFlag>
163163
<Strings>
164-
<ButtonText>Add Existin&amp;g Item...</ButtonText>
165-
<MenuText>Existin&amp;g Item...</MenuText>
166-
<ToolTipText>Add Existing Item</ToolTipText>
164+
<ButtonText_locID="FSharpProjectAddExistingItemAboveButton">Add Existin&amp;g Item...</ButtonText>
165+
<MenuText_locID="FSharpProjectAddExistingItemAboveMenu">Existin&amp;g Item...</MenuText>
166+
<ToolTipText_locID="FSharpProjectAddExistingItemAboveToolTip">Add Existing Item</ToolTipText>
167167
<CommandName>Add Existing Item</CommandName>
168168
</Strings>
169169
</Button>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp