File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ It can be modified to: "[Steins;Gate][$$]*.sc.ass"</system:String>
134
134
<system : String x : Key =" App.Strings.SaveFileDialogTitle" >Save File</system : String >
135
135
<system : String x : Key =" App.Strings.SubSyncTasksComplete" >All tasks have been completed.</system : String >
136
136
<system : String x : Key =" App.Strings.SubSyncTasksFail" >Task execution failed.</system : String >
137
- <system : String x : Key =" App.Strings.SubSyncTasksDuration" >Duration</system : String >
137
+ <system : String x : Key =" App.Strings.SubSyncTasksDuration" >Duration: </system : String >
138
138
<system : String x : Key =" App.Strings.SubSyncBinDownloadTitle" >FFsubsync automatic timeline synchronization</system : String >
139
139
<system : String x : Key =" App.Strings.SubSyncBinDownloadDesc" >Downloading FFsubsync...</system : String >
140
140
<system : String x : Key =" App.Strings.SubSyncBinDownloadDone" >FFsubsync download successful</system : String >
Original file line number Diff line number Diff line change 134
134
<system : String x : Key =" App.Strings.SaveFileDialogTitle" >ファイルを保存</system : String >
135
135
<system : String x : Key =" App.Strings.SubSyncTasksComplete" >すべてのタスクが完了しました。</system : String >
136
136
<system : String x : Key =" App.Strings.SubSyncTasksFail" >タスクの実行に失敗しました。</system : String >
137
- <system : String x : Key =" App.Strings.SubSyncTasksDuration" >処理時間</system : String >
137
+ <system : String x : Key =" App.Strings.SubSyncTasksDuration" >処理時間: </system : String >
138
138
<system : String x : Key =" App.Strings.SubSyncBinDownloadTitle" >FFsubsync の自動タイムライン同期</system : String >
139
139
<system : String x : Key =" App.Strings.SubSyncBinDownloadDesc" >FFsubsync をダウンロードしています...</system : String >
140
140
<system : String x : Key =" App.Strings.SubSyncBinDownloadDone" >FFsubsync のダウンロードに成功しました</system : String >
Original file line number Diff line number Diff line change 98
98
</StackPanel >
99
99
</StackPanel >
100
100
101
+ <!-- Middle Separator -->
102
+ <Border Grid.Column=" 1" BorderThickness =" .5" Width =" 1" BorderBrush =" #D2D4D5" Margin =" 15,0" />
103
+
101
104
<!-- Right Column -->
102
105
<StackPanel Grid.Column=" 2" >
103
106
<CheckBox IsChecked =" {Binding FileClsExtAppendEnabled}" Content =" {DynamicResource App.Strings.SettingsFileFormatExtension}" />
You can’t perform that action at this time.
0 commit comments