This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 4 files changed +56
-7
lines changed
GitHub.VisualStudio/UI/Views
4 files changed +56
-7
lines changed Original file line number Diff line number Diff line change 132
132
<data name =" browsePathButtonContent" xml : space =" preserve" >
133
133
<value >Browse</value >
134
134
</data >
135
- <data name =" GetStartedLink" xml : space =" preserve" >
136
- <value >Get Started</value >
137
- </data >
138
135
<data name =" couldNotConnectToGitHubText" xml : space =" preserve" >
139
136
<value >Could not connect to github.com</value >
140
137
</data >
330
327
<data name =" NotAGitRepositoryMessage" xml : space =" preserve" >
331
328
<value >We couldn't find a git repository here. Open a git project or click "File -> Add to Source Control" in a project to get started.</value >
332
329
</data >
330
+ <data name =" CreateAccountLink" xml : space =" preserve" >
331
+ <value >Create an account</value >
332
+ </data >
333
+ <data name =" filterBranchesText" xml : space =" preserve" >
334
+ <value >Filter branches</value >
335
+ </data >
336
+ <data name =" GetStartedLink" xml : space =" preserve" >
337
+ <value >Get Started</value >
338
+ </data >
339
+ <data name =" GetStartedText" xml : space =" preserve" >
340
+ <value >Get Started</value >
341
+ </data >
342
+ <data name =" SignInLink" xml : space =" preserve" >
343
+ <value >Sign In</value >
344
+ </data >
333
345
</root >
Original file line number Diff line number Diff line change 6
6
xmlns : local =" clr-namespace:GitHub.VisualStudio.UI.Views"
7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
8
xmlns : sampleData =" clr-namespace:GitHub.SampleData;assembly=GitHub.App"
9
+ xmlns : prop =" clr-namespace:GitHub.VisualStudio.UI;assembly=GitHub.VisualStudio.UI"
9
10
xmlns : ui =" clr-namespace:GitHub.UI;assembly=GitHub.UI"
10
11
DataContext =" {Binding ViewModel}"
11
12
d : DesignHeight =" 300"
52
53
<TextBlock
53
54
Margin =" 10,0"
54
55
HorizontalAlignment =" Center" >
55
- <Hyperlink Command =" {Binding SignIn}" >Sign in </Hyperlink >
56
+ <Hyperlink Command =" {Binding SignIn}" >< TextBlock Text = " {x:Static prop:Resources.SignInLink} " /> </Hyperlink >
56
57
</TextBlock >
57
58
58
59
<TextBlock
59
60
Margin =" 10,0"
60
61
HorizontalAlignment =" Center" >
61
- <Hyperlink Command =" {Binding Register}" >Create an account </Hyperlink >
62
+ <Hyperlink Command =" {Binding Register}" >< TextBlock Text = " {x:Static prop:Resources.CreateAccountLink} " /> </Hyperlink >
62
63
</TextBlock >
63
64
</StackPanel >
64
65
</StackPanel >
Original file line number Diff line number Diff line change 41
41
<Button HorizontalAlignment =" Center"
42
42
Margin =" 0,15"
43
43
Style =" {DynamicResource GitHubVsPrimaryActionButton}"
44
- Command =" {Binding Publish}" >
45
- Get Started
44
+ Command =" {Binding Publish}" >
45
+ < TextBlock Text = " {x:Static prop:Resources.GetStartedText} " />
46
46
</Button >
47
47
</StackPanel >
48
48
</DockPanel >
You can’t perform that action at this time.
0 commit comments