added localization strings for settings.

This commit is contained in:
morkt
2018-01-12 19:56:25 +04:00
parent 3e6645a336
commit c3f4343558
21 changed files with 243 additions and 21 deletions

View File

@@ -660,6 +660,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Load transparency data from RC8 bitmap.
/// </summary>
public static string RCTApplyMask {
get {
return ResourceManager.GetString("RCTApplyMask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>
@@ -669,6 +678,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Automatically combine incremental frames.
/// </summary>
public static string RCTOverlayFrames {
get {
return ResourceManager.GetString("RCTOverlayFrames", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ren&apos;Py game engine archive.
/// </summary>