|
14 | 14 | <RowDefinition Height="*"/> |
15 | 15 | </Grid.RowDefinitions> |
16 | 16 |
|
17 | | - <TextBlock Text="{local:Localize PageDatabaseResults}" |
| 17 | + <TextBlock Text="{local:Localize CompressionDB_DatabaseResults}" |
18 | 18 | d:Text="Database Results" |
19 | 19 | Grid.Row="0" |
20 | 20 | VerticalAlignment="Top" |
|
25 | 25 | <TextBlock Grid.Row="2" HorizontalAlignment="Right" VerticalAlignment="Top" |
26 | 26 | Foreground="#10FFFFFF" Margin="0 0 0 0" FontSize="12"> |
27 | 27 | <TextBlock.Text> |
28 | | - <MultiBinding StringFormat="{local:Localize DatabaseLastFetched}"> |
| 28 | + <MultiBinding StringFormat="{local:Localize Status_LastFetched}"> |
29 | 29 | <Binding Path="LastUpdatedDatabase" /> |
30 | 30 | </MultiBinding> |
31 | 31 | </TextBlock.Text> |
|
39 | 39 | <Run Text="Submissions" /> |
40 | 40 | <Run Text="across" />--> |
41 | 41 | <Run Text="{Binding DatabaseGamesCount, Mode=OneWay }" /> |
42 | | - <Run Text="{local:Localize DatabaseResultsGames}" d:Text="Games" /> |
| 42 | + <Run Text="{local:Localize CompressionDB_DatabaseResults_Games}" d:Text="Games" /> |
43 | 43 | </TextBlock> |
44 | 44 |
|
45 | 45 | <Grid Grid.Row="0" Margin="20 0 0 0" HorizontalAlignment="Right" Grid.RowSpan="1"> |
|
52 | 52 | <!-- Search Box --> |
53 | 53 | <ui:TextBox VerticalAlignment="Center" |
54 | 54 | FontSize="14" Width="250" |
55 | | - PlaceholderText="{local:Localize DatabaseResultsSearchSteamID}" |
| 55 | + PlaceholderText="{local:Localize CompressionDB_DatabaseResults_SearchSteamID}" |
56 | 56 | d:PlaceholderText="Search by game name or SteamID..." |
57 | 57 | Text="{Binding SearchText, UpdateSourceTrigger=PropertyChanged}" /> |
58 | 58 |
|
59 | 59 | <!-- Sorting Menu --> |
60 | 60 | <ui:DropDownButton Grid.Column="1" Margin="20 0 0 0" Foreground="{StaticResource LabelForeground}" Height="36" VerticalAlignment="Center" HorizontalAlignment="Stretch"> |
61 | | - <TextBlock Text="{local:Localize DatabaseResultsSort}" d:Text="Sort By"/> |
| 61 | + <TextBlock Text="{local:Localize CompressionDB_DatabaseResults_Sort}" d:Text="Sort By"/> |
62 | 62 | <ui:DropDownButton.Flyout> |
63 | 63 | <ContextMenu> |
64 | | - <MenuItem Header="{local:Localize DatabaseResultsSortGameName}" d:Header="Game Name"> |
65 | | - <MenuItem Header="{local:Localize DatabasePage_Ascending}" d:Header="Ascending" Command="{Binding SortResultsCommand}" CommandParameter="GameNameAsc"/> |
66 | | - <MenuItem Header="{local:Localize DatabasePage_Descending}" d:Header="Descending" Command="{Binding SortResultsCommand}" CommandParameter="GameNameDesc"/> |
| 64 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortGameName}" d:Header="Game Name"> |
| 65 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortAscending}" d:Header="Ascending" Command="{Binding SortResultsCommand}" CommandParameter="GameNameAsc"/> |
| 66 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortDescending}" d:Header="Descending" Command="{Binding SortResultsCommand}" CommandParameter="GameNameDesc"/> |
67 | 67 | </MenuItem> |
68 | | - <MenuItem Header="{local:Localize DatabaseResultsSortSteamID}" d:Header="SteamID"> |
69 | | - <MenuItem Header="{local:Localize DatabasePage_Ascending}" d:Header="Ascending" Command="{Binding SortResultsCommand}" CommandParameter="SteamIDAsc"/> |
70 | | - <MenuItem Header="{local:Localize DatabasePage_Descending}" d:Header="Descending" Command="{Binding SortResultsCommand}" CommandParameter="SteamIDDesc"/> |
| 68 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortSteamID}" d:Header="SteamID"> |
| 69 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortAscending}" d:Header="Ascending" Command="{Binding SortResultsCommand}" CommandParameter="SteamIDAsc"/> |
| 70 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortDescending}" d:Header="Descending" Command="{Binding SortResultsCommand}" CommandParameter="SteamIDDesc"/> |
71 | 71 | </MenuItem> |
72 | | - <MenuItem Header="{local:Localize DatabaseResultsSortMaxSavings}" d:Header="Max Savings"> |
73 | | - <MenuItem Header="{local:Localize DatabasePage_Ascending}" d:Header="Ascending" Command="{Binding SortResultsCommand}" CommandParameter="MaxSavingsAsc"/> |
74 | | - <MenuItem Header="{local:Localize DatabasePage_Descending}" d:Header="Descending" Command="{Binding SortResultsCommand}" CommandParameter="MaxSavingsDesc"/> |
| 72 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortMaxSavings}" d:Header="Max Savings"> |
| 73 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortAscending}" d:Header="Ascending" Command="{Binding SortResultsCommand}" CommandParameter="MaxSavingsAsc"/> |
| 74 | + <MenuItem Header="{local:Localize CompressionDB_DatabaseResults_SortDescending}" d:Header="Descending" Command="{Binding SortResultsCommand}" CommandParameter="MaxSavingsDesc"/> |
75 | 75 | </MenuItem> |
76 | 76 | </ContextMenu> |
77 | 77 | </ui:DropDownButton.Flyout> |
|
166 | 166 | <ColumnDefinition Width="130"/> |
167 | 167 | </Grid.ColumnDefinitions> |
168 | 168 |
|
169 | | - <TextBlock Text="{local:Localize DatabasePageMODE}" d:Text="MODE" FontWeight="SemiBold" Foreground="{StaticResource CardForegroundDisabled}"/> |
170 | | - <TextBlock Grid.Column="1" Text="{local:Localize DatabasePageBEFORE}" d:Text="BEFORE" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
171 | | - <TextBlock Grid.Column="2" Text="{local:Localize DatabasePageAFTER}" d:Text="AFTER" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
172 | | - <TextBlock Grid.Column="3" Text="{local:Localize DatabasePageSAVINGS}" d:Text="SAVINGS" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
173 | | - <TextBlock Grid.Column="4" Text="{local:Localize DatabasePageTOTALRESULTS}" d:Text="TOTAL RESULTS" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
| 169 | + <TextBlock Text="{local:Localize Status_CompressionMode}" d:Text="MODE" FontWeight="SemiBold" Foreground="{StaticResource CardForegroundDisabled}"/> |
| 170 | + <TextBlock Grid.Column="1" Text="{local:Localize Status_Before}" d:Text="BEFORE" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
| 171 | + <TextBlock Grid.Column="2" Text="{local:Localize Status_After}" d:Text="AFTER" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
| 172 | + <TextBlock Grid.Column="3" Text="{local:Localize CompressionModeRadio_Savings}" d:Text="SAVINGS" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
| 173 | + <TextBlock Grid.Column="4" Text="{local:Localize CompressionModeRadio_TotalResults}" d:Text="TOTAL RESULTS" FontWeight="SemiBold" HorizontalAlignment="Right" Foreground="{StaticResource CardForegroundDisabled}"/> |
174 | 174 |
|
175 | 175 | </Grid> |
176 | 176 |
|
|
0 commit comments