Table of Contents

Class OptionsUITranslations

Namespace
Uncreated.Warfare.Players.UI
Assembly
Uncreated.Warfare.dll
public class OptionsUITranslations : PropertiesTranslationCollection
Inheritance
OptionsUITranslations
Inherited Members

Fields

ButtonApply

[TranslationData("Button text for all the apply (select) buttons.")]
public readonly Translation ButtonApply

Field Value

Translation

ButtonCancel

[TranslationData("Button text for the cancel button.")]
public readonly Translation ButtonCancel

Field Value

Translation

ButtonSave

[TranslationData("Button text for the save button.")]
public readonly Translation ButtonSave

Field Value

Translation

ButtonSearch

[TranslationData("Button text for all the search buttons.")]
public readonly Translation ButtonSearch

Field Value

Translation

CultureDescription

[TranslationData("Description of what cultures are used for.")]
public readonly Translation CultureDescription

Field Value

Translation

CultureInfoFormatDeselected

[TranslationData("Format for extra information about a culture when it's not the selected culture.", new string?[] { "System culture code (en-US, etc)" }, IsPriorityTranslation = false)]
public readonly Translation<string> CultureInfoFormatDeselected

Field Value

Translation<string>

CultureInfoFormatSelected

[TranslationData("Format for extra information about a culture when it's the selected culture.", new string?[] { "System culture code (en-US, etc)" })]
public readonly Translation<string> CultureInfoFormatSelected

Field Value

Translation<string>

IMGUIDescription

[TranslationData("Description of what the IMGUI Mode option does.")]
public readonly Translation IMGUIDescription

Field Value

Translation

IMGUIOptionLabel

[TranslationData("Label for the IMGUI Mode option.")]
public readonly Translation IMGUIOptionLabel

Field Value

Translation

InternationalizationTitle

[TranslationData("Title of the language, culture, and time zone section.")]
public readonly Translation InternationalizationTitle

Field Value

Translation

LanguageContributorsTitle

[TranslationData("Title of the contributors section of a language.")]
public readonly Translation LanguageContributorsTitle

Field Value

Translation

LanguageInfoFormatDeselected

[TranslationData("Format for extra information about a language when it's not the selected language.", new string?[] { "Internal language code (es-es, etc)", "Support/implementation percentage" })]
public readonly Translation<string, float> LanguageInfoFormatDeselected

Field Value

Translation<string, float>

LanguageInfoFormatSelected

[TranslationData("Format for extra information about a language when it's the selected language.", new string?[] { "Internal language code (es-es, etc)", "Support/implementation percentage" })]
public readonly Translation<string, float> LanguageInfoFormatSelected

Field Value

Translation<string, float>

LanguageNameFormat

[TranslationData("Format for a language name and native name.", new string?[] { "Language name in English", "Language name in that language" }, IsPriorityTranslation = false)]
public readonly Translation<string, string> LanguageNameFormat

Field Value

Translation<string, string>

NoResultsCulture

[TranslationData("Text displayed when there are no results from a culture search.")]
public readonly Translation NoResultsCulture

Field Value

Translation

NoResultsLanguage

[TranslationData("Text displayed when there are no results from a language search.")]
public readonly Translation NoResultsLanguage

Field Value

Translation

NoResultsTimeZone

[TranslationData("Text displayed when there are no results from a time zone search.")]
public readonly Translation NoResultsTimeZone

Field Value

Translation

PlaceholderCulture

[TranslationData("Placeholder text for the culture search text box.")]
public readonly Translation PlaceholderCulture

Field Value

Translation

PlaceholderLanguageName

[TranslationData("Placeholder text for the language search text box.")]
public readonly Translation PlaceholderLanguageName

Field Value

Translation

PlaceholderTimeZone

[TranslationData("Placeholder text for the time zone search text box.")]
public readonly Translation PlaceholderTimeZone

Field Value

Translation

TimeZoneInfoFormatDeselected

[TranslationData("Format for extra information about a time zone when it's not the selected time zone.", new string?[] { "System time zone code (America/New_York, etc)" }, IsPriorityTranslation = false)]
public readonly Translation<string, DateTime> TimeZoneInfoFormatDeselected

Field Value

Translation<string, DateTime>

TimeZoneInfoFormatSelected

[TranslationData("Format for extra information about a time zone when it's the selected time zone.", new string?[] { "System time zone code (America/New_York, etc)" })]
public readonly Translation<string, DateTime> TimeZoneInfoFormatSelected

Field Value

Translation<string, DateTime>

Title

[TranslationData("Window title.")]
public readonly Translation Title

Field Value

Translation

TrackQuestsDescription

[TranslationData("Description of what the Track Daily Missions option does.")]
public readonly Translation TrackQuestsDescription

Field Value

Translation

TrackQuestsOptionLabel

[TranslationData("Label for the Track Daily Missions option.")]
public readonly Translation TrackQuestsOptionLabel

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string