mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GalFormat): use string representation of keys instead of numeric.
This commit is contained in:
2
ArcFormats/Strings/arcStrings.Designer.cs
generated
2
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -189,7 +189,7 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose title or enter 32-bit hex key.
|
||||
/// Looks up a localized string similar to Choose title or enter a key.
|
||||
/// </summary>
|
||||
public static string GALChoose {
|
||||
get {
|
||||
|
||||
@@ -373,7 +373,6 @@
|
||||
적절한 암호체계를 선택하세요.</value>
|
||||
</data>
|
||||
<data name="GALChoose" xml:space="preserve">
|
||||
<value>Choose title or enter 32-bit hex key</value>
|
||||
<comment>translation pending</comment>
|
||||
<value>제목을 선택하거나 암호값 입력하기</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -376,6 +376,6 @@ choose appropriate encryption scheme.</value>
|
||||
Choose appropriate encryption scheme.</value>
|
||||
</data>
|
||||
<data name="GALChoose" xml:space="preserve">
|
||||
<value>Choose title or enter 32-bit hex key</value>
|
||||
<value>Choose title or enter a key</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -159,7 +159,7 @@
|
||||
<value>Ключи шифрования</value>
|
||||
</data>
|
||||
<data name="GALChoose" xml:space="preserve">
|
||||
<value>Выберите наименование или введите 32-битный ключ</value>
|
||||
<value>Выберите наименование или введите ключ</value>
|
||||
</data>
|
||||
<data name="INTChooseExe" xml:space="preserve">
|
||||
<value>Выберите исполняемый файл</value>
|
||||
|
||||
@@ -378,7 +378,6 @@ Choose appropriate encryption scheme.</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
<data name="GALChoose" xml:space="preserve">
|
||||
<value>Choose title or enter 32-bit hex key</value>
|
||||
<comment>translation pending</comment>
|
||||
<value>请选择游戏名称或输入密钥</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user