mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
support different schemes for YPF archives.
This commit is contained in:
11
ArcFormats/Strings/arcStrings.Designer.cs
generated
11
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -779,12 +779,21 @@ namespace GameRes.Formats.Strings {
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive directory is encrypted.
|
||||
///Enter archive encryption key..
|
||||
///Choose appropriate encryption scheme..
|
||||
/// </summary>
|
||||
public static string YPFNotice {
|
||||
get {
|
||||
return ResourceManager.GetString("YPFNotice", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Try to guess.
|
||||
/// </summary>
|
||||
public static string YPFTryGuess {
|
||||
get {
|
||||
return ResourceManager.GetString("YPFTryGuess", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -296,7 +296,7 @@
|
||||
</data>
|
||||
<data name="YPFNotice" xml:space="preserve">
|
||||
<value>아카이브 폴더가 암호화됨.
|
||||
아카이브 암호값을 입력하세요.</value>
|
||||
적절한 암호체계를 선택하세요.</value>
|
||||
</data>
|
||||
<data name="LabelEncScheme" xml:space="preserve">
|
||||
<value>암호체계</value>
|
||||
@@ -368,4 +368,8 @@
|
||||
<data name="MCAEncryptedNotice" xml:space="preserve">
|
||||
<value>아카이브 내용이 암호화됨.</value>
|
||||
</data>
|
||||
<data name="YPFTryGuess" xml:space="preserve">
|
||||
<value>Try to guess</value>
|
||||
<comment>translation pending</comment>
|
||||
</data>
|
||||
</root>
|
||||
@@ -296,7 +296,7 @@ Choose appropriate encryption scheme.</value>
|
||||
</data>
|
||||
<data name="YPFNotice" xml:space="preserve">
|
||||
<value>Archive directory is encrypted.
|
||||
Enter archive encryption key.</value>
|
||||
Choose appropriate encryption scheme.</value>
|
||||
</data>
|
||||
<data name="LabelEncScheme" xml:space="preserve">
|
||||
<value>Encryption scheme</value>
|
||||
@@ -364,4 +364,7 @@ Choose appropriate encryption scheme.</value>
|
||||
<data name="MCAEncryptedNotice" xml:space="preserve">
|
||||
<value>Archive content is encrypted.</value>
|
||||
</data>
|
||||
<data name="YPFTryGuess" xml:space="preserve">
|
||||
<value>Try to guess</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -317,6 +317,9 @@
|
||||
</data>
|
||||
<data name="YPFNotice" xml:space="preserve">
|
||||
<value>Заголовок архива зашифрован.
|
||||
Введите ключ шифрования.</value>
|
||||
Выберите способ дешифровки.</value>
|
||||
</data>
|
||||
<data name="YPFTryGuess" xml:space="preserve">
|
||||
<value>Попытаться подобрать</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user