Class OptionsUITranslations
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
ButtonCancel
[TranslationData("Button text for the cancel button.")]
public readonly Translation ButtonCancel
Field Value
ButtonSave
[TranslationData("Button text for the save button.")]
public readonly Translation ButtonSave
Field Value
ButtonSearch
[TranslationData("Button text for all the search buttons.")]
public readonly Translation ButtonSearch
Field Value
CultureDescription
[TranslationData("Description of what cultures are used for.")]
public readonly Translation CultureDescription
Field Value
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
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
IMGUIDescription
[TranslationData("Description of what the IMGUI Mode option does.")]
public readonly Translation IMGUIDescription
Field Value
IMGUIOptionLabel
[TranslationData("Label for the IMGUI Mode option.")]
public readonly Translation IMGUIOptionLabel
Field Value
InternationalizationTitle
[TranslationData("Title of the language, culture, and time zone section.")]
public readonly Translation InternationalizationTitle
Field Value
LanguageContributorsTitle
[TranslationData("Title of the contributors section of a language.")]
public readonly Translation LanguageContributorsTitle
Field Value
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
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
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
NoResultsCulture
[TranslationData("Text displayed when there are no results from a culture search.")]
public readonly Translation NoResultsCulture
Field Value
NoResultsLanguage
[TranslationData("Text displayed when there are no results from a language search.")]
public readonly Translation NoResultsLanguage
Field Value
NoResultsTimeZone
[TranslationData("Text displayed when there are no results from a time zone search.")]
public readonly Translation NoResultsTimeZone
Field Value
PlaceholderCulture
[TranslationData("Placeholder text for the culture search text box.")]
public readonly Translation PlaceholderCulture
Field Value
PlaceholderLanguageName
[TranslationData("Placeholder text for the language search text box.")]
public readonly Translation PlaceholderLanguageName
Field Value
PlaceholderTimeZone
[TranslationData("Placeholder text for the time zone search text box.")]
public readonly Translation PlaceholderTimeZone
Field Value
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
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
Title
[TranslationData("Window title.")]
public readonly Translation Title
Field Value
TrackQuestsDescription
[TranslationData("Description of what the Track Daily Missions option does.")]
public readonly Translation TrackQuestsDescription
Field Value
TrackQuestsOptionLabel
[TranslationData("Label for the Track Daily Missions option.")]
public readonly Translation TrackQuestsOptionLabel
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }