mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
style: add source code website in about dialog (#40)
This commit is contained in:
parent
30d5f1415e
commit
1f3f9a4472
6 changed files with 78 additions and 24 deletions
25
src/SourceGit/Resources/Locales.Designer.cs
generated
25
src/SourceGit/Resources/Locales.Designer.cs
generated
|
@ -1,6 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -104,6 +105,24 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to • Source code can be found at .
|
||||
/// </summary>
|
||||
public static string Text_About_SourceCode {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.About.SourceCode", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Opensource & Free Git GUI Client.
|
||||
/// </summary>
|
||||
public static string Text_About_SubTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.About.SubTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Patch.
|
||||
/// </summary>
|
||||
|
@ -2994,7 +3013,7 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open in.
|
||||
/// Looks up a localized string similar to Open In External Tools.
|
||||
/// </summary>
|
||||
public static string Text_Repository_OpenWith {
|
||||
get {
|
||||
|
@ -3111,7 +3130,7 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open In Git Bash.
|
||||
/// Looks up a localized string similar to Open In Terminal.
|
||||
/// </summary>
|
||||
public static string Text_Repository_Terminal {
|
||||
get {
|
||||
|
@ -3795,7 +3814,7 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open In Git Bash.
|
||||
/// Looks up a localized string similar to Open In Terminal.
|
||||
/// </summary>
|
||||
public static string Text_Welcome_OpenTerminal {
|
||||
get {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue