mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
squeezed some identical localization strings.
This commit is contained in:
parent
07c69a4866
commit
1e0726e17d
@ -9,7 +9,7 @@
|
|||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Label Content="{x:Static s:arcStrings.RCTChoose}" Grid.Row="0" HorizontalAlignment="Left"/>
|
<Label Content="{x:Static s:arcStrings.ArcTitleOrPassword}" Grid.Row="0" HorizontalAlignment="Left"/>
|
||||||
<ComboBox Name="Title" ItemsSource="{Binding Source={x:Static majiro:RctFormat.KnownKeys}, Mode=OneWay}"
|
<ComboBox Name="Title" ItemsSource="{Binding Source={x:Static majiro:RctFormat.KnownKeys}, Mode=OneWay}"
|
||||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=RCTTitle, Mode=TwoWay}"
|
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=RCTTitle, Mode=TwoWay}"
|
||||||
SelectedValuePath="Key" DisplayMemberPath="Key" SelectionChanged="Title_SelectionChanged"
|
SelectedValuePath="Key" DisplayMemberPath="Key" SelectionChanged="Title_SelectionChanged"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Label Content="{x:Static s:arcStrings.NSAChoose}" Grid.Row="0" HorizontalAlignment="Left"/>
|
<Label Content="{x:Static s:arcStrings.ArcTitleOrPassword}" Grid.Row="0" HorizontalAlignment="Left"/>
|
||||||
<ComboBox Name="Title" ItemsSource="{Binding}"
|
<ComboBox Name="Title" ItemsSource="{Binding}"
|
||||||
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=NSATitle, Mode=TwoWay}"
|
SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=NSATitle, Mode=TwoWay}"
|
||||||
SelectedValuePath="Key" DisplayMemberPath="Key" SelectionChanged="Title_SelectionChanged"
|
SelectedValuePath="Key" DisplayMemberPath="Key" SelectionChanged="Title_SelectionChanged"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
xmlns:p="clr-namespace:GameRes.Formats.Properties"
|
xmlns:p="clr-namespace:GameRes.Formats.Properties"
|
||||||
xmlns:zip="clr-namespace:GameRes.Formats.PkWare"
|
xmlns:zip="clr-namespace:GameRes.Formats.PkWare"
|
||||||
Orientation="Vertical">
|
Orientation="Vertical">
|
||||||
<Label Content="{x:Static s:arcStrings.ZIPChoose}" HorizontalAlignment="Left"/>
|
<Label Content="{x:Static s:arcStrings.ArcTitleOrPassword}" HorizontalAlignment="Left"/>
|
||||||
<ComboBox Name="Title" Width="200" HorizontalAlignment="Left"
|
<ComboBox Name="Title" Width="200" HorizontalAlignment="Left"
|
||||||
ItemsSource="{Binding RelativeSource={RelativeSource Self}, Path=DataContext}"
|
ItemsSource="{Binding RelativeSource={RelativeSource Self}, Path=DataContext}"
|
||||||
SelectedValue="{Binding ElementName=Password, Path=Text, Mode=TwoWay}" SelectedValuePath="Value"
|
SelectedValue="{Binding ElementName=Password, Path=Text, Mode=TwoWay}" SelectedValuePath="Value"
|
||||||
|
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
@ -179,6 +179,15 @@ namespace GameRes.Formats.Strings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Choose title or enter a password.
|
||||||
|
/// </summary>
|
||||||
|
public static string ArcTitleOrPassword {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("ArcTitleOrPassword", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Encryption keys.
|
/// Looks up a localized string similar to Encryption keys.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -588,15 +597,6 @@ namespace GameRes.Formats.Strings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Choose title or enter a password.
|
|
||||||
/// </summary>
|
|
||||||
public static string NSAChoose {
|
|
||||||
get {
|
|
||||||
return ResourceManager.GetString("NSAChoose", resourceCulture);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to NScripter game engine resource archive.
|
/// Looks up a localized string similar to NScripter game engine resource archive.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -669,15 +669,6 @@ namespace GameRes.Formats.Strings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Choose title or enter a password.
|
|
||||||
/// </summary>
|
|
||||||
public static string RCTChoose {
|
|
||||||
get {
|
|
||||||
return ResourceManager.GetString("RCTChoose", resourceCulture);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Automatically combine incremental frames.
|
/// Looks up a localized string similar to Automatically combine incremental frames.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -863,15 +854,6 @@ namespace GameRes.Formats.Strings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Looks up a localized string similar to Choose title or enter a password.
|
|
||||||
/// </summary>
|
|
||||||
public static string ZIPChoose {
|
|
||||||
get {
|
|
||||||
return ResourceManager.GetString("ZIPChoose", resourceCulture);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Archive content is encrypted..
|
/// Looks up a localized string similar to Archive content is encrypted..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -387,11 +387,7 @@ Choose appropriate encryption scheme.</comment>
|
|||||||
<comment>Archive contains encrypted scripts.
|
<comment>Archive contains encrypted scripts.
|
||||||
Choose encryption scheme or enter a passphrase.</comment>
|
Choose encryption scheme or enter a passphrase.</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="RCTChoose" xml:space="preserve">
|
<data name="ArcTitleOrPassword" xml:space="preserve">
|
||||||
<value>タイトルを選択するか、パスワードを入力してください。</value>
|
|
||||||
<comment>Choose title or enter a password</comment>
|
|
||||||
</data>
|
|
||||||
<data name="NSAChoose" xml:space="preserve">
|
|
||||||
<value>タイトルを選択するか、パスワードを入力してください。</value>
|
<value>タイトルを選択するか、パスワードを入力してください。</value>
|
||||||
<comment>Choose title or enter a password</comment>
|
<comment>Choose title or enter a password</comment>
|
||||||
</data>
|
</data>
|
||||||
@ -491,10 +487,6 @@ Choose encryption scheme or enter a passphrase.</comment>
|
|||||||
<value>増分フレームを自動的に結合する</value>
|
<value>増分フレームを自動的に結合する</value>
|
||||||
<comment>Automatically combine incremental frames</comment>
|
<comment>Automatically combine incremental frames</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ZIPChoose" xml:space="preserve">
|
|
||||||
<value>タイトルを選択するか、パスワードを入力してください。</value>
|
|
||||||
<comment>Choose title or enter a password</comment>
|
|
||||||
</data>
|
|
||||||
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
||||||
<value>アーカイブコンテンツは暗号化されています。</value>
|
<value>アーカイブコンテンツは暗号化されています。</value>
|
||||||
<comment>Archive content is encrypted.</comment>
|
<comment>Archive content is encrypted.</comment>
|
||||||
|
@ -317,10 +317,7 @@
|
|||||||
<value>아카이브가 암호화된 스크립트를 포함함.
|
<value>아카이브가 암호화된 스크립트를 포함함.
|
||||||
암호체계를 고르거나 암호를 입력하세요.</value>
|
암호체계를 고르거나 암호를 입력하세요.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RCTChoose" xml:space="preserve">
|
<data name="ArcTitleOrPassword" xml:space="preserve">
|
||||||
<value>제목을 선택하거나 암호를 입력하세요</value>
|
|
||||||
</data>
|
|
||||||
<data name="NSAChoose" xml:space="preserve">
|
|
||||||
<value>제목을 선택하거나 암호를 입력하세요</value>
|
<value>제목을 선택하거나 암호를 입력하세요</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RPMEncryptedNotice" xml:space="preserve">
|
<data name="RPMEncryptedNotice" xml:space="preserve">
|
||||||
@ -391,9 +388,6 @@
|
|||||||
<value>Automatically combine incremental frames</value>
|
<value>Automatically combine incremental frames</value>
|
||||||
<comment>translation pending</comment>
|
<comment>translation pending</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ZIPChoose" xml:space="preserve">
|
|
||||||
<value>제목을 선택하거나 암호를 입력하세요</value>
|
|
||||||
</data>
|
|
||||||
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
||||||
<value>아카이브 내용이 암호화됨.</value>
|
<value>아카이브 내용이 암호화됨.</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -317,10 +317,7 @@ Choose appropriate encryption scheme.</value>
|
|||||||
<value>Archive contains encrypted scripts.
|
<value>Archive contains encrypted scripts.
|
||||||
Choose encryption scheme or enter a passphrase.</value>
|
Choose encryption scheme or enter a passphrase.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RCTChoose" xml:space="preserve">
|
<data name="ArcTitleOrPassword" xml:space="preserve">
|
||||||
<value>Choose title or enter a password</value>
|
|
||||||
</data>
|
|
||||||
<data name="NSAChoose" xml:space="preserve">
|
|
||||||
<value>Choose title or enter a password</value>
|
<value>Choose title or enter a password</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RPMEncryptedNotice" xml:space="preserve">
|
<data name="RPMEncryptedNotice" xml:space="preserve">
|
||||||
@ -392,9 +389,6 @@ Choose encryption scheme or enter a passphrase.</value>
|
|||||||
<data name="RCTOverlayFrames" xml:space="preserve">
|
<data name="RCTOverlayFrames" xml:space="preserve">
|
||||||
<value>Automatically combine incremental frames</value>
|
<value>Automatically combine incremental frames</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ZIPChoose" xml:space="preserve">
|
|
||||||
<value>Choose title or enter a password</value>
|
|
||||||
</data>
|
|
||||||
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
||||||
<value>Archive content is encrypted.</value>
|
<value>Archive content is encrypted.</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -155,6 +155,9 @@
|
|||||||
<data name="ArcReset" xml:space="preserve">
|
<data name="ArcReset" xml:space="preserve">
|
||||||
<value>Сбросить</value>
|
<value>Сбросить</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="ArcTitleOrPassword" xml:space="preserve">
|
||||||
|
<value>Выберите наименование или введите пароль</value>
|
||||||
|
</data>
|
||||||
<data name="DPKKeys" xml:space="preserve">
|
<data name="DPKKeys" xml:space="preserve">
|
||||||
<value>Ключи шифрования</value>
|
<value>Ключи шифрования</value>
|
||||||
</data>
|
</data>
|
||||||
@ -273,9 +276,6 @@
|
|||||||
<value>Ключи шифрования
|
<value>Ключи шифрования
|
||||||
(требуются даже если содержимое не шифруется)</value>
|
(требуются даже если содержимое не шифруется)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="NSAChoose" xml:space="preserve">
|
|
||||||
<value>Выберите наименование или введите пароль</value>
|
|
||||||
</data>
|
|
||||||
<data name="ONSArchiveType" xml:space="preserve">
|
<data name="ONSArchiveType" xml:space="preserve">
|
||||||
<value>Тип архива</value>
|
<value>Тип архива</value>
|
||||||
</data>
|
</data>
|
||||||
@ -294,9 +294,6 @@
|
|||||||
<data name="RCTApplyMask" xml:space="preserve">
|
<data name="RCTApplyMask" xml:space="preserve">
|
||||||
<value>Подгружать прозрачность из одноимённого RC8 файла</value>
|
<value>Подгружать прозрачность из одноимённого RC8 файла</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RCTChoose" xml:space="preserve">
|
|
||||||
<value>Выберите наименование или введите пароль</value>
|
|
||||||
</data>
|
|
||||||
<data name="RCTOverlayFrames" xml:space="preserve">
|
<data name="RCTOverlayFrames" xml:space="preserve">
|
||||||
<value>Автоматически объединять мозаичные изображения</value>
|
<value>Автоматически объединять мозаичные изображения</value>
|
||||||
</data>
|
</data>
|
||||||
@ -347,9 +344,6 @@
|
|||||||
<data name="YPFTryGuess" xml:space="preserve">
|
<data name="YPFTryGuess" xml:space="preserve">
|
||||||
<value>Попытаться подобрать</value>
|
<value>Попытаться подобрать</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ZIPChoose" xml:space="preserve">
|
|
||||||
<value>Выберите наименование или введите пароль</value>
|
|
||||||
</data>
|
|
||||||
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
||||||
<value>Содержимое архива зашифровано.</value>
|
<value>Содержимое архива зашифровано.</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -317,10 +317,7 @@
|
|||||||
<value>压缩文件包含已加密的脚本。
|
<value>压缩文件包含已加密的脚本。
|
||||||
请选择加密方式或输入密码。</value>
|
请选择加密方式或输入密码。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RCTChoose" xml:space="preserve">
|
<data name="ArcTitleOrPassword" xml:space="preserve">
|
||||||
<value>请选择游戏名称或输入密码</value>
|
|
||||||
</data>
|
|
||||||
<data name="NSAChoose" xml:space="preserve">
|
|
||||||
<value>请选择游戏名称或输入密码</value>
|
<value>请选择游戏名称或输入密码</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="RPMEncryptedNotice" xml:space="preserve">
|
<data name="RPMEncryptedNotice" xml:space="preserve">
|
||||||
@ -395,7 +392,4 @@
|
|||||||
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
<data name="ZIPEncryptedNotice" xml:space="preserve">
|
||||||
<value>压缩文件的内容已被加密。</value>
|
<value>压缩文件的内容已被加密。</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ZIPChoose" xml:space="preserve">
|
|
||||||
<value>请选择游戏名称或输入密码</value>
|
|
||||||
</data>
|
|
||||||
</root>
|
</root>
|
Loading…
Reference in New Issue
Block a user