Skip to content

Commit

Permalink
Translate system sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Jul 20, 2024
1 parent b557c4b commit 79e0e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CavernSamples/FilterStudio/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</MenuItem>
</Menu>
<StatusBar DockPanel.Dock="Bottom">
<TextBlock Text="System sample rate:"/>
<TextBlock Text="{StaticResource SySaR}"/>
<ComboBox Name="sampleRate"/>
</StatusBar>
<DockPanel DockPanel.Dock="Right" Width="300">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<system:String x:Key="Help1">Jobb klikkelj egy szűrőre, hogy új szűrőútvonalat indíts belőle.</system:String>
<system:String x:Key="Help2">Jobb klikkelj egy nyílra, hogy új szűrőt adj hozzá két szűrő közé.</system:String>
<system:String x:Key="Help3">Húzz egy szűrőt lenyomott egérgombbal a másikba, hogy összekösd őket.</system:String>
<system:String x:Key="SySaR">Rendszer mintavételezési frekvenciája:</system:String>

<system:String x:Key="OpFil">Minden támogatott formátum|*.cbf;*.cfs;*.txt|Cavern Filter Studio|*.cfs|Convolution Box Format|*.cbf|Equalizer
APO konfigurációk|*.txt</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<system:String x:Key="Help1">Right click a filter to start a new path from it with a new filter.</system:String>
<system:String x:Key="Help2">Right click an arrow to add a filter between two filters.</system:String>
<system:String x:Key="Help3">Drag and drop from one filter to another to connect them.</system:String>
<system:String x:Key="SySaR">System sample rate:</system:String>

<system:String x:Key="OpFil">All supported formats|*.cbf;*.cfs;*.txt|Cavern Filter Studio|*.cfs|Convolution Box Format|*.cbf|Equalizer APO
configurations|*.txt</system:String>
Expand Down

0 comments on commit 79e0e0e

Please sign in to comment.