147 lines
6.5 KiB
C#
147 lines
6.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Files2Folders2Files.Properties {
|
|
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", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Files2Folders2Files.Properties.Resources", typeof(Resources).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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ------------------------------------------------------------------
|
|
///DownloadEmAll - Donations version 20240901
|
|
///Copyright (c) 2016-2024 DownloadEmAll - All Rights Reserved
|
|
///------------------------------------------------------------------
|
|
///
|
|
///As you may know, a lot of time, effort and hard work goes into the
|
|
///development and maintenance of a world class automated dat
|
|
///downloader. Likewise, a lot of time, effort and hard work goes
|
|
///into the development and maintenance of a world class datafile
|
|
///database. If [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string Files2Folders2Files_DONATIONS {
|
|
get {
|
|
return ResourceManager.GetString("Files2Folders2Files_DONATIONS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ---------------------------------------------------------------
|
|
///Files 2 Folders 2 Files - Help version 20240901
|
|
///Copyright (c) 2016-2024 Files 2 Folders 2 Files - All Rights Reserved
|
|
///---------------------------------------------------------------
|
|
///
|
|
///[I] About
|
|
///[II] Contributing
|
|
///[III] Contact
|
|
///[IV] Disclaimer
|
|
///
|
|
///[I] About
|
|
///---------------------------------------------------------------
|
|
///Files 2 Folders 2 Files, or F2F2F is the original automated file s to folder and folder 2 files converter. This is usefu [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string Files2Folders2Files_HELP {
|
|
get {
|
|
return ResourceManager.GetString("Files2Folders2Files_HELP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ------------------------------------------------------------------
|
|
///DownloadEmAll - Help - CMD version 20240901
|
|
///Copyright (c) 2016-2024 DownloadEmAll - All Rights Reserved
|
|
///------------------------------------------------------------------
|
|
///
|
|
///Usage:
|
|
/// DownloadEmAll-CLI.exe [-command] [option:]
|
|
/// Options that contain spaces must be enclosed in quotations
|
|
/// Options may be specified in any order
|
|
/// Only one command may be used
|
|
/// If no command is passed then -all will be used
|
|
///
|
|
///-------------------------------- [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string Files2Folders2Files_HELP_CMD {
|
|
get {
|
|
return ResourceManager.GetString("Files2Folders2Files_HELP_CMD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ***************************************************************
|
|
///Files 2 Folders 2 Files - License version 20240901
|
|
///Copyright (c) 2000-2024 Files 2 Folders 2 Files
|
|
///All Rights Reserved
|
|
///***************************************************************
|
|
///
|
|
///TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
///
|
|
///1. Redistributions in any form are not permitted whatsoever,
|
|
/// under any conditions.
|
|
///
|
|
///2. This software may not be reverse engineered, decompiled,
|
|
/// or disassembled.
|
|
///
|
|
///3. Files 2 Folders [rest of string was truncated]";.
|
|
/// </summary>
|
|
public static string Files2Folders2Files_LICENSE {
|
|
get {
|
|
return ResourceManager.GetString("Files2Folders2Files_LICENSE", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|