1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[loc] update French translation to latest

This commit is contained in:
Pete Batard 2018-07-18 17:22:56 +01:00
parent 1612064c66
commit 6b584d420a
6 changed files with 1697 additions and 163 deletions

View file

@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>../../rufus.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -45,5 +48,8 @@
<ItemGroup>
<Compile Include="Pollock.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="../../rufus.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>