Files
romrepomgr/RomRepoMgr.Core/Resources/Localization.Designer.cs

585 lines
21 KiB
C#
Raw Normal View History

2020-08-30 03:00:14 +01:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace RomRepoMgr.Core.Resources {
using System;
2024-11-09 01:37:59 +00:00
/// <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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2020-08-30 03:00:14 +01:00
internal class Localization {
2024-11-09 01:37:59 +00:00
private static global::System.Resources.ResourceManager resourceMan;
2020-08-30 03:00:14 +01:00
2024-11-09 01:37:59 +00:00
private static global::System.Globalization.CultureInfo resourceCulture;
2020-08-30 03:00:14 +01:00
2024-11-09 01:37:59 +00:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2020-08-30 03:00:14 +01:00
internal Localization() {
}
2024-11-09 01:37:59 +00:00
/// <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 {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RomRepoMgr.Core.Resources.Localization", typeof(Localization).Assembly);
2020-08-30 03:00:14 +01:00
resourceMan = temp;
}
return resourceMan;
}
}
2024-11-09 01:37:59 +00:00
/// <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 {
2020-08-30 03:00:14 +01:00
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Adding DAT to database....
/// </summary>
internal static string AddingDatToDatabase {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("AddingDatToDatabase", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Adding disks....
/// </summary>
internal static string AddingDisks {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("AddingDisks", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Adding machines (games)....
/// </summary>
internal static string AddingMachines {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("AddingMachines", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Adding medias....
/// </summary>
internal static string AddingMedias {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("AddingMedias", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Adding ROMs....
/// </summary>
internal static string AddingRoms {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("AddingRoms", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Assertion failed.
/// </summary>
2020-09-04 03:15:26 +01:00
internal static string Assertion_failed {
2020-08-30 03:00:14 +01:00
get {
2020-09-04 03:15:26 +01:00
return ResourceManager.GetString("Assertion_failed", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Specified string is not valid Base32 format because character &quot;{0}&quot; does not exist in Base32 alphabet.
/// </summary>
internal static string Base32_Invalid_format {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Base32_Invalid_format", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Specified string is not valid Base32 format because it doesn&apos;t have enough data to construct a complete byte array.
/// </summary>
internal static string Base32_Not_enought_data {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Base32_Not_enought_data", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot seek after stream end..
/// </summary>
internal static string Cannot_seek_after_end {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Cannot_seek_after_end", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot seek before stream start..
/// </summary>
internal static string Cannot_seek_before_start {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Cannot_seek_before_start", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot find file with hash {0} in the repository.
/// </summary>
internal static string CannotFindHashInRepository {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CannotFindHashInRepository", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot find lsar executable..
/// </summary>
2020-09-04 03:15:26 +01:00
internal static string CannotFindLsAr {
2020-08-30 03:00:14 +01:00
get {
2020-09-04 03:15:26 +01:00
return ResourceManager.GetString("CannotFindLsAr", resourceCulture);
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot find unar executable at {0}..
/// </summary>
internal static string CannotFindUnArAtPath {
2020-09-04 03:15:26 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CannotFindUnArAtPath", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot find requested zip entry in hashes dictionary.
/// </summary>
internal static string CannotFindZipEntryInDictionary {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CannotFindZipEntryInDictionary", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot run lsar..
/// </summary>
internal static string CannotRunLsAr {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CannotRunLsAr", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Cannot run unar..
/// </summary>
internal static string CannotRunUnAr {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CannotRunUnAr", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Checking if file is an archive....
/// </summary>
internal static string CheckingIfFIleIsAnArchive {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CheckingIfFIleIsAnArchive", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Compressing {0}....
/// </summary>
internal static string Compressing {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Compressing", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Compressing DAT file....
/// </summary>
internal static string CompressingDatFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CompressingDatFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Compressing file....
/// </summary>
internal static string CompressingFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CompressingFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Copying {0}....
/// </summary>
internal static string Copying {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Copying", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Copying file....
/// </summary>
internal static string CopyingFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CopyingFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Could not find ROM set in database..
/// </summary>
internal static string CouldNotFindRomSetInDatabase {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("CouldNotFindRomSetInDatabase", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to File exists.
/// </summary>
internal static string DatabaseFileExistsMsgBoxTitle {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("DatabaseFileExistsMsgBoxTitle", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to DAT file is already in database, not importing duplicates..
/// </summary>
internal static string DatAlreadyInDatabase {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("DatAlreadyInDatabase", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Imported {0} machines with {1} ROMs..
/// </summary>
internal static string DatImportSuccess {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("DatImportSuccess", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Enumerating files....
/// </summary>
internal static string EnumeratingFiles {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("EnumeratingFiles", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Error: {0}.
/// </summary>
internal static string ErrorWithMessage {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("ErrorWithMessage", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Exporting ROMs....
/// </summary>
internal static string ExportingRoms {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("ExportingRoms", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Extracted contents.
/// </summary>
internal static string ExtractedContents {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("ExtractedContents", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Extracting archive contents....
/// </summary>
internal static string ExtractingArchive {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("ExtractingArchive", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Finished.
/// </summary>
2020-09-04 03:15:26 +01:00
internal static string Finished {
2020-08-30 03:00:14 +01:00
get {
2020-09-04 03:15:26 +01:00
return ResourceManager.GetString("Finished", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Finishing....
/// </summary>
internal static string Finishing {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Finishing", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Found a disk with an unknown machine, this should not happen..
/// </summary>
internal static string FoundDiskWithoutMachine {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("FoundDiskWithoutMachine", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Found media with an unknown machine, this should not happen..
/// </summary>
internal static string FoundMediaWithoutMachine {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("FoundMediaWithoutMachine", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Found a ROM with an unknown machine, this should not happen..
/// </summary>
internal static string FoundRomWithoutMachine {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("FoundRomWithoutMachine", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Getting machine (game) names....
/// </summary>
internal static string GettingMachineNames {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("GettingMachineNames", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Hashing DAT file....
/// </summary>
internal static string HashingDatFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("HashingDatFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Hashing file....
/// </summary>
internal static string HashingFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("HashingFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Importing {0}....
/// </summary>
internal static string Importing {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Importing", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to No checksums found..
/// </summary>
internal static string NoChecksumsFound {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("NoChecksumsFound", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Not yet implemented..
/// </summary>
internal static string Not_yet_implemented {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Not_yet_implemented", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Not a CHD file..
/// </summary>
internal static string NotAChdFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("NotAChdFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Not an AaruFormat file..
/// </summary>
internal static string NotAnAaruFormatFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("NotAnAaruFormatFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Not the correct lsar executable.
/// </summary>
internal static string NotCorrectLsAr {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("NotCorrectLsAr", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Not the correct unar executable.
/// </summary>
internal static string NotCorrectUnAr {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("NotCorrectUnAr", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to OK.
/// </summary>
internal static string OK {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("OK", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Parsing DAT file....
/// </summary>
internal static string ParsinDatFile {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("ParsinDatFile", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Removing temporary path....
/// </summary>
internal static string RemovingTemporaryPath {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("RemovingTemporaryPath", resourceCulture);
2020-09-04 03:15:26 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Retrieving ROMs and disks....
/// </summary>
internal static string RetrievingRomsAndDisks {
2020-09-04 03:15:26 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("RetrievingRomsAndDisks", resourceCulture);
2020-08-30 03:00:14 +01:00
}
}
2020-09-04 18:16:18 +01:00
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Retrieving ROM set from database..
/// </summary>
internal static string RetrievingRomSetFromDatabase {
2020-09-04 18:16:18 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("RetrievingRomSetFromDatabase", resourceCulture);
2020-09-04 18:16:18 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Saving changes to database....
/// </summary>
internal static string SavingChangesToDatabase {
2020-09-04 18:16:18 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("SavingChangesToDatabase", resourceCulture);
2020-09-04 18:16:18 +01:00
}
}
2020-09-04 19:30:18 +01:00
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to The input exceeds data types..
/// </summary>
internal static string Spamsum_Input_exceeds_data {
2020-09-04 19:30:18 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Spamsum_Input_exceeds_data", resourceCulture);
2020-09-04 19:30:18 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to SpamSum does not have a binary representation..
/// </summary>
internal static string Spamsum_no_binary {
2020-09-04 19:30:18 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("Spamsum_no_binary", resourceCulture);
2020-09-04 19:30:18 +01:00
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to unar path is not set..
/// </summary>
internal static string UnArPathNotSet {
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("UnArPathNotSet", resourceCulture);
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Unhandled exception occurred..
/// </summary>
internal static string UnhandledException {
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("UnhandledException", resourceCulture);
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Unhandled exception when importing file..
/// </summary>
internal static string UnhandledExceptionWhenImporting {
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("UnhandledExceptionWhenImporting", resourceCulture);
}
}
2020-09-21 00:47:07 +01:00
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Unknown file..
/// </summary>
internal static string UnknownFile {
2020-09-21 00:47:07 +01:00
get {
2024-11-09 01:37:59 +00:00
return ResourceManager.GetString("UnknownFile", resourceCulture);
2020-09-21 00:47:07 +01:00
}
}
2020-08-30 03:00:14 +01:00
}
}