File tree Expand file tree Collapse file tree 5 files changed +54
-1
lines changed Expand file tree Collapse file tree 5 files changed +54
-1
lines changed Original file line number Diff line number Diff line change 29
29
"export_settings_to_clipboard" : " Export settings to clipboard" ,
30
30
"export_settings_to_file" : " Export settings to file..." ,
31
31
32
+ "file_preview" : {
33
+ "pause" : " Pause" ,
34
+ "play" : " Play" ,
35
+ "stop" : " Stop"
36
+ },
37
+
32
38
"font_scaling" : {
33
39
"select" : " Font scaling" ,
34
40
"value:pc" : " {@value} %" ,
Original file line number Diff line number Diff line change 218
218
},
219
219
"file_list" : " File list" ,
220
220
"file_name" : " File name" ,
221
- "file_preview" : " File preview" ,
221
+ "file_preview" : {
222
+ "" : " File preview" ,
223
+ "audio_channels" : " Audio channels:" ,
224
+ "auto_play" : " Automatic play" ,
225
+ "duration" : " Duration:" ,
226
+ "sample_format" : " Sample format:" ,
227
+ "sample_rate" : " Sample rate:"
228
+ },
222
229
"filter" : " Filter" ,
223
230
"filters" : " Filters" ,
224
231
Original file line number Diff line number Diff line change 1635
1635
</style >
1636
1636
1637
1637
<style class =" FileDialog::FileList" parents =" ListBox" ></style >
1638
+
1639
+ <style class =" FileDialog::FilePreview::Heading" parents =" Label" >
1640
+ <allocation .hfill value =" true" />
1641
+ <text .layout.halign value =" -1" />
1642
+ <font .bold value =" true" />
1643
+ </style >
1644
+
1645
+ <style class =" FileDialog::FilePreview::Value" parents =" Label" >
1646
+ <text .layout.halign value =" -1" />
1647
+ </style >
1638
1648
1639
1649
<style class =" FileDialog::FilterComboBox" parents =" ComboBox" >
1640
1650
<color value =" bg_light" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+
1
3
<window ui : inject =" AboutDialog" title =" titles.about" >
2
4
<grid rows =" 2" cols =" 2" spacing =" 8" expand =" true" fill =" true" >
3
5
<align halign =" 0" valign =" -1" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+
3
+ <preview halign =" -1" valign =" -1" >
4
+ <vbox >
5
+ <label ui : inject =" FileDialog::FilePreview::Heading" text =" labels.file_preview.audio_channels" hfill =" true" />
6
+ <label ui : inject =" FileDialog::FilePreview::Value" ui : id =" audio_channels" />
7
+ <label ui : inject =" FileDialog::FilePreview::Heading" text =" labels.file_preview.sample_rate" />
8
+ <label ui : inject =" FileDialog::FilePreview::Value" ui : id =" sample_rate" />
9
+ <label ui : inject =" FileDialog::FilePreview::Heading" text =" labels.file_preview.sample_format" />
10
+ <label ui : inject =" FileDialog::FilePreview::Value" ui : id =" sample_format" />
11
+ <label ui : inject =" FileDialog::FilePreview::Heading" text =" labels.file_preview.duration" />
12
+ <label ui : inject =" FileDialog::FilePreview::Value" ui : id =" duration" />
13
+
14
+ <grid rows =" 3" cols =" 2" >
15
+ <cell cols =" 2" >
16
+ <fader ui : id =" play_position" />
17
+ </cell >
18
+ <button ui : id =" play_pause" text =" actions.file_preview.play" />
19
+ <button ui : id =" stop" text =" actions.file_preview.stop" />
20
+ <cell cols =" 2" >
21
+ <hbox >
22
+ <check ui : id =" auto_play" id =" _ui_preview_auto_play" />
23
+ <label text =" labels.file_preview.auto_play" />
24
+ </hbox >
25
+ </cell >
26
+ </grid >
27
+ </vbox >
28
+ </preview >
You can’t perform that action at this time.
0 commit comments