Fixed a debug commit which made the CommandLine version exit immediately. Added a safeguard for broken language selections in the database. git-svn-id: https://duplicati.googlecode.com/svn/trunk@224 59da171f-624f-0410-aa54-27559c288bec
172 lines
6.6 KiB
C#
172 lines
6.6 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.3082
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Duplicati.GUI.Strings {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Program {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Program() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Duplicati.GUI.Strings.Program", typeof(Program).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Another instance is running, and was notified.
|
|
/// </summary>
|
|
internal static string AnotherInstanceDetected {
|
|
get {
|
|
return ResourceManager.GetString("AnotherInstanceDetected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to create, open or upgrade the database.\r\nError message: {0}.
|
|
/// </summary>
|
|
internal static string DatabaseOpenError {
|
|
get {
|
|
return ResourceManager.GetString("DatabaseOpenError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to set the user interface language: {0}.
|
|
/// </summary>
|
|
internal static string LanguageSelectionError {
|
|
get {
|
|
return ResourceManager.GetString("LanguageSelectionError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Quit.
|
|
/// </summary>
|
|
internal static string MenuQuit {
|
|
get {
|
|
return ResourceManager.GetString("MenuQuit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Settings.
|
|
/// </summary>
|
|
internal static string MenuSettings {
|
|
get {
|
|
return ResourceManager.GetString("MenuSettings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Status.
|
|
/// </summary>
|
|
internal static string MenuStatus {
|
|
get {
|
|
return ResourceManager.GetString("MenuStatus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wizard ....
|
|
/// </summary>
|
|
internal static string MenuWizard {
|
|
get {
|
|
return ResourceManager.GetString("MenuWizard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to A serious error occured in Duplicati: {0}.
|
|
/// </summary>
|
|
internal static string SeriousError {
|
|
get {
|
|
return ResourceManager.GetString("SeriousError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to start up, perhaps another process is already running?\nError message: {0}.
|
|
/// </summary>
|
|
internal static string StartupFailure {
|
|
get {
|
|
return ResourceManager.GetString("StartupFailure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duplicati is ready.
|
|
/// </summary>
|
|
internal static string TrayStatusReady {
|
|
get {
|
|
return ResourceManager.GetString("TrayStatusReady", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Duplicati is running {0}.
|
|
/// </summary>
|
|
internal static string TrayStatusRunning {
|
|
get {
|
|
return ResourceManager.GetString("TrayStatusRunning", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wrong version of SQLite detected ({0}), must be {1} or higher.
|
|
/// </summary>
|
|
internal static string WrongSQLiteVersion {
|
|
get {
|
|
return ResourceManager.GetString("WrongSQLiteVersion", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|