File tree 5 files changed +9
-10
lines changed
5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 8
8
9
9
namespace SecureFolderFS . WinUI . ServiceImplementation
10
10
{
11
- // TODO: Implement localization
12
11
/// <inheritdoc cref="ILocalizationService"/>
13
12
internal sealed class LocalizationService : ILocalizationService
14
13
{
Original file line number Diff line number Diff line change 138
138
<data name =" CheckForUpdates" xml : space =" preserve" >
139
139
<value >Check for updates</value >
140
140
</data >
141
- <data name =" ConfigureSettings" xml : space =" preserve" >
142
- <value >ConfigureSettings</value >
143
- </data >
144
141
<data name =" Confirm" xml : space =" preserve" >
145
142
<value >Confirm</value >
146
143
</data >
147
- <data name =" ContentEncryption" xml : space =" preserve" >
148
- <value >Content encryption</value >
149
- </data >
150
144
<data name =" Continue" xml : space =" preserve" >
151
145
<value >Continue</value >
152
146
</data >
168
162
<data name =" CurrentPassword" xml : space =" preserve" >
169
163
<value >Current password</value >
170
164
</data >
165
+ <data name =" DataEncryption" xml : space =" preserve" >
166
+ <value >Data encryption</value >
167
+ </data >
171
168
<data name =" ExportSettings" xml : space =" preserve" >
172
169
<value >Export settings</value >
173
170
</data >
198
195
<data name =" Licenses" xml : space =" preserve" >
199
196
<value >Licenses</value >
200
197
</data >
198
+ <data name =" ManageSettings" xml : space =" preserve" >
199
+ <value >Manage settings</value >
200
+ </data >
201
201
<data name =" MyVaults" xml : space =" preserve" >
202
202
<value >My vaults</value >
203
203
</data >
Original file line number Diff line number Diff line change 141
141
</ComboBox >
142
142
</ucab : ActionBlockControl .ActionElement>
143
143
</ucab : ActionBlockControl >
144
- <ucab : ActionBlockControl Title =" {l:ResourceString Name=ConfigureSettings }" IsEnabled =" False" >
144
+ <ucab : ActionBlockControl Title =" {l:ResourceString Name=ManageSettings }" IsEnabled =" False" >
145
145
<ucab : ActionBlockControl .Icon>
146
146
<FontIcon Glyph ="  " />
147
147
</ucab : ActionBlockControl .Icon>
Original file line number Diff line number Diff line change 22
22
</Grid .ColumnDefinitions>
23
23
24
24
<StackPanel Grid.Column=" 0" Spacing =" 4" >
25
- <TextBlock Text =" {l:ResourceString Name=ContentEncryption }" />
25
+ <TextBlock Text =" {l:ResourceString Name=DataEncryption }" />
26
26
<TextBlock Text =" {l:ResourceString Name=FileNameEncryption}" />
27
27
</StackPanel >
28
28
<StackPanel Grid.Column=" 1" Spacing =" 4" >
Original file line number Diff line number Diff line change 16
16
</Grid .RowDefinitions>
17
17
18
18
<StackPanel Grid.Row=" 0" Spacing =" 4" >
19
- <TextBlock Text =" {l:ResourceString Name=ContentEncryption }" />
19
+ <TextBlock Text =" {l:ResourceString Name=DataEncryption }" />
20
20
<ComboBox
21
21
ItemsSource =" {x:Bind ViewModel.ContentCiphers}"
22
22
Loaded =" ComboBox_Loaded"
You can’t perform that action at this time.
0 commit comments