File tree Expand file tree Collapse file tree 10 files changed +63
-5
lines changed Expand file tree Collapse file tree 10 files changed +63
-5
lines changed Original file line number Diff line number Diff line change 403
403
<source >Search</source >
404
404
<target state =" new" >Search</target >
405
405
</trans-unit >
406
+ <trans-unit id =" StatusBarControlSelectAll.Text" translate =" yes" xml : space =" preserve" >
407
+ <source >Select All</source >
408
+ <target state =" new" >Select All</target >
409
+ </trans-unit >
410
+ <trans-unit id =" StatusBarControlClearSelection.Text" translate =" yes" xml : space =" preserve" >
411
+ <source >Clear Selection</source >
412
+ <target state =" new" >Clear Selection</target >
413
+ </trans-unit >
406
414
</group >
407
415
</body >
408
416
</file >
Original file line number Diff line number Diff line change 402
402
<source >Search</source >
403
403
<target state =" new" >Search</target >
404
404
</trans-unit >
405
+ <trans-unit id =" StatusBarControlSelectAll.Text" translate =" yes" xml : space =" preserve" >
406
+ <source >Select All</source >
407
+ <target state =" new" >Select All</target >
408
+ </trans-unit >
409
+ <trans-unit id =" StatusBarControlClearSelection.Text" translate =" yes" xml : space =" preserve" >
410
+ <source >Clear Selection</source >
411
+ <target state =" new" >Clear Selection</target >
412
+ </trans-unit >
405
413
</group >
406
414
</body >
407
415
</file >
Original file line number Diff line number Diff line change 402
402
<source >Search</source >
403
403
<target state =" new" >Search</target >
404
404
</trans-unit >
405
+ <trans-unit id =" StatusBarControlSelectAll.Text" translate =" yes" xml : space =" preserve" >
406
+ <source >Select All</source >
407
+ <target state =" new" >Select All</target >
408
+ </trans-unit >
409
+ <trans-unit id =" StatusBarControlClearSelection.Text" translate =" yes" xml : space =" preserve" >
410
+ <source >Clear Selection</source >
411
+ <target state =" new" >Clear Selection</target >
412
+ </trans-unit >
405
413
</group >
406
414
</body >
407
415
</file >
Original file line number Diff line number Diff line change 402
402
<source >Search</source >
403
403
<target state =" new" >Search</target >
404
404
</trans-unit >
405
+ <trans-unit id =" StatusBarControlSelectAll.Text" translate =" yes" xml : space =" preserve" >
406
+ <source >Select All</source >
407
+ <target state =" new" >Select All</target >
408
+ </trans-unit >
409
+ <trans-unit id =" StatusBarControlClearSelection.Text" translate =" yes" xml : space =" preserve" >
410
+ <source >Clear Selection</source >
411
+ <target state =" new" >Clear Selection</target >
412
+ </trans-unit >
405
413
</group >
406
414
</body >
407
415
</file >
Original file line number Diff line number Diff line change 402
402
<source >Search</source >
403
403
<target state =" new" >Search</target >
404
404
</trans-unit >
405
+ <trans-unit id =" StatusBarControlSelectAll.Text" translate =" yes" xml : space =" preserve" >
406
+ <source >Select All</source >
407
+ <target state =" new" >Select All</target >
408
+ </trans-unit >
409
+ <trans-unit id =" StatusBarControlClearSelection.Text" translate =" yes" xml : space =" preserve" >
410
+ <source >Clear Selection</source >
411
+ <target state =" new" >Clear Selection</target >
412
+ </trans-unit >
405
413
</group >
406
414
</body >
407
415
</file >
Original file line number Diff line number Diff line change 402
402
<source >Search</source >
403
403
<target state =" new" >Search</target >
404
404
</trans-unit >
405
+ <trans-unit id =" StatusBarControlSelectAll.Text" translate =" yes" xml : space =" preserve" >
406
+ <source >Select All</source >
407
+ <target state =" new" >Select All</target >
408
+ </trans-unit >
409
+ <trans-unit id =" StatusBarControlClearSelection.Text" translate =" yes" xml : space =" preserve" >
410
+ <source >Clear Selection</source >
411
+ <target state =" new" >Clear Selection</target >
412
+ </trans-unit >
405
413
</group >
406
414
</body >
407
415
</file >
Original file line number Diff line number Diff line change 177
177
<data name =" PropertiesItemType.Text" xml : space =" preserve" >
178
178
<value >Item type:</value >
179
179
</data >
180
+ <data name =" StatusBarControlSelectAll.Text" xml : space =" preserve" >
181
+ <value >Select All</value >
182
+ </data >
183
+ <data name =" StatusBarControlClearSelection.Text" xml : space =" preserve" >
184
+ <value >Clear Selection</value >
185
+ </data >
180
186
<data name =" PropertiesModified.Text" xml : space =" preserve" >
181
187
<value >Modified:</value >
182
188
</data >
Original file line number Diff line number Diff line change 515
515
</Grid >
516
516
</DataTemplate >
517
517
</UserControl .Resources>
518
-
518
+
519
519
<Grid
520
520
x : Name =" ToolbarGrid"
521
521
VerticalAlignment =" Stretch"
Original file line number Diff line number Diff line change 24
24
Height =" 30"
25
25
Margin =" 2,0,2,0"
26
26
Background =" Transparent"
27
+ Content ="  "
27
28
CornerRadius =" 2"
28
29
FontFamily =" Segoe MDL2 Assets"
29
30
FontSize =" 16"
30
31
Style =" {StaticResource ToolBarButtonStyle}" >
31
- <Button .Content>
32
- 
33
- </Button .Content>
32
+ <Button .Flyout>
33
+ <MenuFlyout >
34
+ <MenuFlyoutItem x : Uid =" StatusBarControlSelectAll" Text =" Select All" />
35
+ <MenuFlyoutItem x : Uid =" StatusBarControlClearSelection" Text =" Clear Selection" />
36
+ </MenuFlyout >
37
+ </Button .Flyout>
34
38
</Button >
35
39
36
40
<Button
Original file line number Diff line number Diff line change 10
10
xmlns : local =" using:Files.Views.Pages"
11
11
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
12
12
Background =" {ThemeResource ApplicationPageBackgroundThemeBrush}"
13
- Loaded =" Page_Loaded"
14
13
KeyUp =" ModernShellPage_KeyUp"
14
+ Loaded =" Page_Loaded"
15
15
NavigationCacheMode =" Disabled"
16
16
mc : Ignorable =" d" >
17
17
You can’t perform that action at this time.
0 commit comments