add localization

This commit is contained in:
Вячеслав 2026-01-03 12:23:50 +05:00
parent 864a07c75c
commit ab49284f2f
10 changed files with 475 additions and 50 deletions

View file

@ -0,0 +1,251 @@
//------------------------------------------------------------------------------
// <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 MetaforceInstaller.UI.Lang {
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", "4.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("MetaforceInstaller.UI.Lang.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 Add new installation.
/// </summary>
public static string AddInstallation {
get {
return ResourceManager.GetString("AddInstallation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cancel.
/// </summary>
public static string CancelButton {
get {
return ResourceManager.GetString("CancelButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose .zip.
/// </summary>
public static string ChooseZip {
get {
return ResourceManager.GetString("ChooseZip", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connected to.
/// </summary>
public static string ConnectedTo {
get {
return ResourceManager.GetString("ConnectedTo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete.
/// </summary>
public static string Delete {
get {
return ResourceManager.GetString("Delete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Install admin.
/// </summary>
public static string InstallAdminCheckbox {
get {
return ResourceManager.GetString("InstallAdminCheckbox", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Install Android admin.
/// </summary>
public static string InstallAndroidAdmin {
get {
return ResourceManager.GetString("InstallAndroidAdmin", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Install.
/// </summary>
public static string InstallButton {
get {
return ResourceManager.GetString("InstallButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Install server.
/// </summary>
public static string InstallServerCheckbox {
get {
return ResourceManager.GetString("InstallServerCheckbox", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Install VR client.
/// </summary>
public static string InstallVRClient {
get {
return ResourceManager.GetString("InstallVRClient", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Launch PC admin.
/// </summary>
public static string LaunchPCAdmin {
get {
return ResourceManager.GetString("LaunchPCAdmin", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Launch server.
/// </summary>
public static string LaunchServer {
get {
return ResourceManager.GetString("LaunchServer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name of new installation.
/// </summary>
public static string NameOfNewInstallation {
get {
return ResourceManager.GetString("NameOfNewInstallation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Couldn&apos;t find Android content.
/// </summary>
public static string NoAndroidContentError {
get {
return ResourceManager.GetString("NoAndroidContentError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Couldn&apos;t find directory with PC admin.
/// </summary>
public static string NoPCAdminError {
get {
return ResourceManager.GetString("NoPCAdminError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Couldn&apos;t find directory with server.
/// </summary>
public static string NoServerError {
get {
return ResourceManager.GetString("NoServerError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not connected.
/// </summary>
public static string NotConnected {
get {
return ResourceManager.GetString("NotConnected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Couldn&apos;t find any VR clients.
/// </summary>
public static string NoVRClientsError {
get {
return ResourceManager.GetString("NoVRClientsError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Couldn&apos;t find Windows content.
/// </summary>
public static string NoWindowsContentError {
get {
return ResourceManager.GetString("NoWindowsContentError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save Android admin.
/// </summary>
public static string SaveAndroidAdminCheckbox {
get {
return ResourceManager.GetString("SaveAndroidAdminCheckbox", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save VR client.
/// </summary>
public static string SaveVRClientCheckbox {
get {
return ResourceManager.GetString("SaveVRClientCheckbox", resourceCulture);
}
}
}
}

View file

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="LaunchServer" xml:space="preserve">
<value>Launch server</value>
</data>
<data name="LaunchPCAdmin" xml:space="preserve">
<value>Launch PC admin</value>
</data>
<data name="InstallVRClient" xml:space="preserve">
<value>Install VR client</value>
</data>
<data name="InstallAndroidAdmin" xml:space="preserve">
<value>Install Android admin</value>
</data>
<data name="Delete" xml:space="preserve">
<value>Delete</value>
</data>
<data name="AddInstallation" xml:space="preserve">
<value>Add new installation</value>
</data>
<data name="NotConnected" xml:space="preserve">
<value>Not connected</value>
</data>
<data name="ConnectedTo" xml:space="preserve">
<value>Connected to</value>
</data>
<data name="NameOfNewInstallation" xml:space="preserve">
<value>Name of new installation</value>
</data>
<data name="ChooseZip" xml:space="preserve">
<value>Choose .zip</value>
</data>
<data name="InstallServerCheckbox" xml:space="preserve">
<value>Install server</value>
</data>
<data name="InstallAdminCheckbox" xml:space="preserve">
<value>Install admin</value>
</data>
<data name="SaveAndroidAdminCheckbox" xml:space="preserve">
<value>Save Android admin</value>
</data>
<data name="SaveVRClientCheckbox" xml:space="preserve">
<value>Save VR client</value>
</data>
<data name="InstallButton" xml:space="preserve">
<value>Install</value>
</data>
<data name="CancelButton" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="NoServerError" xml:space="preserve">
<value>Couldn't find directory with server</value>
</data>
<data name="NoPCAdminError" xml:space="preserve">
<value>Couldn't find directory with PC admin</value>
</data>
<data name="NoWindowsContentError" xml:space="preserve">
<value>Couldn't find Windows content</value>
</data>
<data name="NoAndroidContentError" xml:space="preserve">
<value>Couldn't find Android content</value>
</data>
<data name="NoVRClientsError" xml:space="preserve">
<value>Couldn't find any VR clients</value>
</data>
</root>

View file

@ -0,0 +1,77 @@
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="LaunchServer" xml:space="preserve">
<value>Запустить сервер</value>
</data>
<data name="LaunchPCAdmin" xml:space="preserve">
<value>Запустить админку</value>
</data>
<data name="Delete" xml:space="preserve">
<value>Удалить</value>
</data>
<data name="InstallAndroidAdmin" xml:space="preserve">
<value>Установить андроид-админку</value>
</data>
<data name="InstallVRClient" xml:space="preserve">
<value>Установить на шлем</value>
</data>
<data name="AddInstallation" xml:space="preserve">
<value>Добавить версию</value>
</data>
<data name="ConnectedTo" xml:space="preserve">
<value>Подключено:</value>
</data>
<data name="NotConnected" xml:space="preserve">
<value>Не подключено</value>
</data>
<data name="ChooseZip" xml:space="preserve">
<value>Выбрать .zip</value>
</data>
<data name="CancelButton" xml:space="preserve">
<value>Отмена</value>
</data>
<data name="InstallAdminCheckbox" xml:space="preserve">
<value>Установить админку</value>
</data>
<data name="InstallButton" xml:space="preserve">
<value>Установить</value>
</data>
<data name="InstallServerCheckbox" xml:space="preserve">
<value>Установить сервер</value>
</data>
<data name="NameOfNewInstallation" xml:space="preserve">
<value>Название версии</value>
</data>
<data name="SaveAndroidAdminCheckbox" xml:space="preserve">
<value>Сохранить андроид-админку</value>
</data>
<data name="SaveVRClientCheckbox" xml:space="preserve">
<value>Сохранить VR-клиенты</value>
</data>
<data name="NoAndroidContentError" xml:space="preserve">
<value>Не удалось обнаружить Андроид контент</value>
</data>
<data name="NoPCAdminError" xml:space="preserve">
<value>Не удалось обнаружить ПК-админку</value>
</data>
<data name="NoServerError" xml:space="preserve">
<value>Не удалось обнаружить сервер</value>
</data>
<data name="NoVRClientsError" xml:space="preserve">
<value>Не удалось обнаружить VR-клиенты</value>
</data>
<data name="NoWindowsContentError" xml:space="preserve">
<value>Не удалось обнаружить Windows контент</value>
</data>
</root>