|
|
|
|
@ -14,7 +14,7 @@ namespace Atomic.Language {
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
|
|
|
internal class Text {
|
|
|
|
|
public class Text {
|
|
|
|
|
|
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
|
|
|
|
|
|
@ -25,10 +25,10 @@ namespace Atomic.Language {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
|
|
|
|
public static System.Resources.ResourceManager ResourceManager {
|
|
|
|
|
get {
|
|
|
|
|
if (object.Equals(null, resourceMan)) {
|
|
|
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Atomic.Language.Text_fr", typeof(Text).Assembly);
|
|
|
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Atomic.Language.Text", typeof(Text).Assembly);
|
|
|
|
|
resourceMan = temp;
|
|
|
|
|
}
|
|
|
|
|
return resourceMan;
|
|
|
|
|
@ -36,7 +36,7 @@ namespace Atomic.Language {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
internal static System.Globalization.CultureInfo Culture {
|
|
|
|
|
public static System.Globalization.CultureInfo Culture {
|
|
|
|
|
get {
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
}
|
|
|
|
|
@ -45,280 +45,244 @@ namespace Atomic.Language {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ModName {
|
|
|
|
|
public static string ModName {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ModName", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Author {
|
|
|
|
|
public static string Author {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Author", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Version {
|
|
|
|
|
public static string Version {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Version", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ModNotes {
|
|
|
|
|
public static string ModNotes {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ModNotes", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string UsesCustomSaves {
|
|
|
|
|
public static string UsesCustomSaves {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("UsesCustomSaves", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SelectFolder {
|
|
|
|
|
public static string SelectFolder {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SelectFolder", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string UsesCustomMusic {
|
|
|
|
|
public static string UsesCustomMusic {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("UsesCustomMusic", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string UsesYYC {
|
|
|
|
|
public static string UsesYYC {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("UsesYYC", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SupportsWindows {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SupportsWindows", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string LoadWindowsZip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LoadWindowsZip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string WindowsLoaded {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("WindowsLoaded", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string BundleAndroid {
|
|
|
|
|
public static string BundleAndroid {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("BundleAndroid", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string LoadAndroidAPK {
|
|
|
|
|
public static string LoadAndroidAPK {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LoadAndroidAPK", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string AndroidLoaded {
|
|
|
|
|
public static string AndroidLoaded {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("AndroidLoaded", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SupportsLinux {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SupportsLinux", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string LinuxLoaded {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LinuxLoaded", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SupportsMac {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SupportsMac", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string LoadMacZip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LoadMacZip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string MacLoaded {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("MacLoaded", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string LoadAM2R11 {
|
|
|
|
|
public static string LoadAM2R11 {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LoadAM2R11", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string AM2R11Loaded {
|
|
|
|
|
public static string AM2R11Loaded {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("AM2R11Loaded", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string CreateModPackage {
|
|
|
|
|
public static string CreateModPackage {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("CreateModPackage", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ModPackageCreated {
|
|
|
|
|
public static string ModPackageCreated {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ModPackageCreated", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string LoadLinuxZip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LoadLinuxZip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ZipArchivesFileFilter {
|
|
|
|
|
public static string ZipArchivesFileFilter {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ZipArchivesFileFilter", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string APKFileFilter {
|
|
|
|
|
public static string APKFileFilter {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("APKFileFilter", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string InvalidSaveDirectory {
|
|
|
|
|
public static string InvalidSaveDirectory {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("InvalidSaveDirectory", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string YYCMacUnsupported {
|
|
|
|
|
public static string YYCMacUnsupported {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("YYCMacUnsupported", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Warning {
|
|
|
|
|
public static string Warning {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Warning", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SelectAM2R11FileDialog {
|
|
|
|
|
public static string SelectAM2R11FileDialog {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SelectAM2R11FileDialog", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string FieldsMissing {
|
|
|
|
|
public static string FieldsMissing {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("FieldsMissing", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Error {
|
|
|
|
|
public static string Error {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Error", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string NameInvalidCharacters {
|
|
|
|
|
public static string NameInvalidCharacters {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("NameInvalidCharacters", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string AM2R11Invalid {
|
|
|
|
|
public static string AM2R11Invalid {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("AM2R11Invalid", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string PackagingMods {
|
|
|
|
|
public static string PackagingMods {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("PackagingMods", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ModPackagingAborted {
|
|
|
|
|
public static string ModPackagingAborted {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ModPackagingAborted", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ModdedGameNotFound {
|
|
|
|
|
public static string ModdedGameNotFound {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ModdedGameNotFound", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Mac {
|
|
|
|
|
public static string Mac {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Mac", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Linux {
|
|
|
|
|
public static string Linux {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Linux", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Windows {
|
|
|
|
|
public static string Windows {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Windows", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string ProfileXMLFound {
|
|
|
|
|
public static string ProfileXMLFound {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("ProfileXMLFound", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SaveOSModProfile {
|
|
|
|
|
public static string SaveOSModProfile {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SaveOSModProfile", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Android {
|
|
|
|
|
public static string Android {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Android", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string SelectModdedFile {
|
|
|
|
|
public static string SelectModdedFile {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SelectModdedFile", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string APK {
|
|
|
|
|
public static string APK {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("APK", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal static string Zip {
|
|
|
|
|
public static string Zip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("Zip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static string OSGameLoaded {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("OSGameLoaded", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static string SupportsOS {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("SupportsOS", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static string LoadOSZip {
|
|
|
|
|
get {
|
|
|
|
|
return ResourceManager.GetString("LoadOSZip", resourceCulture);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|