Skip to content

Commit

Permalink
Removed the reference to easy.org
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebansais committed Feb 28, 2018
1 parent f165892 commit 273a31c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions CAcertInstall/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
<loc:LocalizedString.FRA>Voulez-vous ajouter CAcert comme autorité de certification sur cet ordinateur ?</loc:LocalizedString.FRA>
</loc:LocalizedString>
<loc:LocalizedString x:Key="resDetails">
<loc:LocalizedString.ENU>This will allow you to be sure that programs from www.easly.org haven't been tampered with by malicious code.</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>Cela vous permettra à l'avenir d'être certain que les programmes en provenance de www.easly.org n'ont pas été modifiés par du code malveillant.</loc:LocalizedString.FRA>
<loc:LocalizedString.ENU>This will allow you to be sure that signed programs haven't been tampered with by malicious code.</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>Cela vous permettra à l'avenir d'être certain que les programmes signés n'ont pas été modifiés par du code malveillant.</loc:LocalizedString.FRA>
</loc:LocalizedString>
<loc:LocalizedString x:Key="resLicense">
<loc:LocalizedString.ENU>Distribution License</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>Licence d'utilisation</loc:LocalizedString.FRA>
</loc:LocalizedString>
<loc:LocalizedString x:Key="resSuccess">
<loc:LocalizedString.ENU>The certificate authority has been installed successfully. Genuine applications from www.easly.org will now be recognized.</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>L'autorité de certification a été installée. Les applications de www.easly.org seront désormais reconnues comme authentiques.</loc:LocalizedString.FRA>
<loc:LocalizedString.ENU>The certificate authority has been installed successfully. Genuine signed applications will now be recognized.</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>L'autorité de certification a été installée. Les applications signées seront désormais reconnues comme authentiques.</loc:LocalizedString.FRA>
</loc:LocalizedString>
<loc:LocalizedString x:Key="resFailure">
<loc:LocalizedString.ENU>The certificate authority could not be installed. Applications from www.easly.org might not be recognized as genuine. However, they will continue to operate properly.</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>L'autorité de certification n'a pas pu être installée. Les applications de www.easly.org pourraient ne pas être reconnues comme authentiques. Cependant, elles fonctionneront correctement.</loc:LocalizedString.FRA>
<loc:LocalizedString.ENU>The certificate authority could not be installed. Signed applications might not be recognized as genuine. However, they will continue to operate properly.</loc:LocalizedString.ENU>
<loc:LocalizedString.FRA>L'autorité de certification n'a pas pu être installée. Les applications signées pourraient ne pas être reconnues comme authentiques. Cependant, elles fonctionneront correctement.</loc:LocalizedString.FRA>
</loc:LocalizedString>
</Application.Resources>
</Application>
1 change: 0 additions & 1 deletion CAcertInstall/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Window x:Class="CAcertInstall.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:loc="clr-namespace:Localization"
SizeToContent="WidthAndHeight"
Title="{Binding Source={StaticResource ResourceKey=resTitle}, Path=Current}"
WindowStartupLocation="CenterScreen"
Expand Down
4 changes: 2 additions & 2 deletions CAcertInstall/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.5")]
[assembly: AssemblyFileVersion("1.0.0.12")]
[assembly: AssemblyVersion("1.0.0.6")]
[assembly: AssemblyFileVersion("1.0.0.13")]
1 change: 0 additions & 1 deletion CAcertInstall/StatusWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Window x:Class="CAcertInstall.StatusWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:loc="clr-namespace:Localization"
SizeToContent="WidthAndHeight"
Title="{Binding Source={StaticResource ResourceKey=resTitle}, Path=Current}"
WindowStartupLocation="CenterScreen"
Expand Down

0 comments on commit 273a31c

Please sign in to comment.