mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-23 04:15:09 +08:00
check updates - translation strings.
This commit is contained in:
81
GUI/Strings/guiStrings.Designer.cs
generated
81
GUI/Strings/guiStrings.Designer.cs
generated
@@ -96,6 +96,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Download.
|
||||
/// </summary>
|
||||
public static string ButtonDownload {
|
||||
get {
|
||||
return ResourceManager.GetString("ButtonDownload", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Extract.
|
||||
/// </summary>
|
||||
@@ -456,6 +465,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Release notes.
|
||||
/// </summary>
|
||||
public static string LabelReleaseNotes {
|
||||
get {
|
||||
return ResourceManager.GetString("LabelReleaseNotes", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Skip incovertible files..
|
||||
/// </summary>
|
||||
@@ -474,6 +492,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to _Check for updates....
|
||||
/// </summary>
|
||||
public static string MenuCheckUpdates {
|
||||
get {
|
||||
return ResourceManager.GetString("MenuCheckUpdates", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to E_xit.
|
||||
/// </summary>
|
||||
@@ -771,6 +798,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to No updates currently available..
|
||||
/// </summary>
|
||||
public static string MsgNoUpdates {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgNoUpdates", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File {0}
|
||||
///already exists.
|
||||
@@ -837,6 +873,33 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Formats database update available..
|
||||
/// </summary>
|
||||
public static string MsgUpdateAvailable {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUpdateAvailable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Update check failed..
|
||||
/// </summary>
|
||||
public static string MsgUpdateFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUpdateFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to GARbro version is up to date..
|
||||
/// </summary>
|
||||
public static string MsgUpToDate {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUpToDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Version {0}.
|
||||
/// </summary>
|
||||
@@ -1093,6 +1156,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to New version available:.
|
||||
/// </summary>
|
||||
public static string TextNewVersion {
|
||||
get {
|
||||
return ResourceManager.GetString("TextNewVersion", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive parameters.
|
||||
/// </summary>
|
||||
@@ -1138,6 +1210,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Visit download page.
|
||||
/// </summary>
|
||||
public static string TextVisitPage {
|
||||
get {
|
||||
return ResourceManager.GetString("TextVisitPage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Either WAV, MP3 or OGG.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user