1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 07:31:16 +02:00

Introduce end-of-line normalization

Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
This commit is contained in:
Benjamin Drung
2016-05-16 21:31:38 +02:00
parent 8d360fe5f3
commit 787f2afd10
535 changed files with 107946 additions and 107944 deletions

View File

@@ -1,135 +1,135 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}</ProjectGuid>
<RootNamespace>locale</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="po.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PostBuildEvent>
<Command>for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF
:fmt
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
goto :EOF
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PostBuildEvent>
<Command>for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF
:fmt
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
goto :EOF
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<msgfmt Include="..\..\..\locale\af.po" />
<msgfmt Include="..\..\..\locale\ar.po" />
<msgfmt Include="..\..\..\locale\be.po" />
<msgfmt Include="..\..\..\locale\bg.po" />
<msgfmt Include="..\..\..\locale\bn.po" />
<msgfmt Include="..\..\..\locale\bs.po" />
<msgfmt Include="..\..\..\locale\ca.po" />
<msgfmt Include="..\..\..\locale\ca_ES%40valencia.po" />
<msgfmt Include="..\..\..\locale\cs.po" />
<msgfmt Include="..\..\..\locale\cy.po" />
<msgfmt Include="..\..\..\locale\da.po" />
<msgfmt Include="..\..\..\locale\de.po" />
<msgfmt Include="..\..\..\locale\el.po" />
<msgfmt Include="..\..\..\locale\es.po" />
<msgfmt Include="..\..\..\locale\eu.po" />
<msgfmt Include="..\..\..\locale\fa.po" />
<msgfmt Include="..\..\..\locale\fi.po" />
<msgfmt Include="..\..\..\locale\fr.po" />
<msgfmt Include="..\..\..\locale\ga.po" />
<msgfmt Include="..\..\..\locale\gl.po" />
<msgfmt Include="..\..\..\locale\he.po" />
<msgfmt Include="..\..\..\locale\hi.po" />
<msgfmt Include="..\..\..\locale\hr.po" />
<msgfmt Include="..\..\..\locale\hu.po" />
<msgfmt Include="..\..\..\locale\hy.po" />
<msgfmt Include="..\..\..\locale\id.po" />
<msgfmt Include="..\..\..\locale\it.po" />
<msgfmt Include="..\..\..\locale\ja.po" />
<msgfmt Include="..\..\..\locale\ka.po" />
<msgfmt Include="..\..\..\locale\km.po" />
<msgfmt Include="..\..\..\locale\ko.po" />
<msgfmt Include="..\..\..\locale\lt.po" />
<msgfmt Include="..\..\..\locale\mk.po" />
<msgfmt Include="..\..\..\locale\my.po" />
<msgfmt Include="..\..\..\locale\nb.po" />
<msgfmt Include="..\..\..\locale\nl.po" />
<msgfmt Include="..\..\..\locale\oc.po" />
<msgfmt Include="..\..\..\locale\pl.po" />
<msgfmt Include="..\..\..\locale\pt_PT.po" />
<msgfmt Include="..\..\..\locale\pt_BR.po" />
<msgfmt Include="..\..\..\locale\ro.po" />
<msgfmt Include="..\..\..\locale\ru.po" />
<msgfmt Include="..\..\..\locale\sk.po" />
<msgfmt Include="..\..\..\locale\sl.po" />
<msgfmt Include="..\..\..\locale\sr_RS.po" />
<msgfmt Include="..\..\..\locale\sr_RS%40latin.po" />
<msgfmt Include="..\..\..\locale\sv.po" />
<msgfmt Include="..\..\..\locale\ta.po" />
<msgfmt Include="..\..\..\locale\tg.po" />
<msgfmt Include="..\..\..\locale\tr.po" />
<msgfmt Include="..\..\..\locale\uk.po" />
<msgfmt Include="..\..\..\locale\vi.po" />
<msgfmt Include="..\..\..\locale\zh_CN.po" />
<msgfmt Include="..\..\..\locale\zh_TW.po" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\locale\audacity.pot" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="po.targets" />
</ImportGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}</ProjectGuid>
<RootNamespace>locale</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
<Import Project="po.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
<IntDir>$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<PostBuildEvent>
<Command>for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF
:fmt
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
goto :EOF
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<PostBuildEvent>
<Command>for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
goto :EOF
:fmt
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
goto :EOF
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<msgfmt Include="..\..\..\locale\af.po" />
<msgfmt Include="..\..\..\locale\ar.po" />
<msgfmt Include="..\..\..\locale\be.po" />
<msgfmt Include="..\..\..\locale\bg.po" />
<msgfmt Include="..\..\..\locale\bn.po" />
<msgfmt Include="..\..\..\locale\bs.po" />
<msgfmt Include="..\..\..\locale\ca.po" />
<msgfmt Include="..\..\..\locale\ca_ES%40valencia.po" />
<msgfmt Include="..\..\..\locale\cs.po" />
<msgfmt Include="..\..\..\locale\cy.po" />
<msgfmt Include="..\..\..\locale\da.po" />
<msgfmt Include="..\..\..\locale\de.po" />
<msgfmt Include="..\..\..\locale\el.po" />
<msgfmt Include="..\..\..\locale\es.po" />
<msgfmt Include="..\..\..\locale\eu.po" />
<msgfmt Include="..\..\..\locale\fa.po" />
<msgfmt Include="..\..\..\locale\fi.po" />
<msgfmt Include="..\..\..\locale\fr.po" />
<msgfmt Include="..\..\..\locale\ga.po" />
<msgfmt Include="..\..\..\locale\gl.po" />
<msgfmt Include="..\..\..\locale\he.po" />
<msgfmt Include="..\..\..\locale\hi.po" />
<msgfmt Include="..\..\..\locale\hr.po" />
<msgfmt Include="..\..\..\locale\hu.po" />
<msgfmt Include="..\..\..\locale\hy.po" />
<msgfmt Include="..\..\..\locale\id.po" />
<msgfmt Include="..\..\..\locale\it.po" />
<msgfmt Include="..\..\..\locale\ja.po" />
<msgfmt Include="..\..\..\locale\ka.po" />
<msgfmt Include="..\..\..\locale\km.po" />
<msgfmt Include="..\..\..\locale\ko.po" />
<msgfmt Include="..\..\..\locale\lt.po" />
<msgfmt Include="..\..\..\locale\mk.po" />
<msgfmt Include="..\..\..\locale\my.po" />
<msgfmt Include="..\..\..\locale\nb.po" />
<msgfmt Include="..\..\..\locale\nl.po" />
<msgfmt Include="..\..\..\locale\oc.po" />
<msgfmt Include="..\..\..\locale\pl.po" />
<msgfmt Include="..\..\..\locale\pt_PT.po" />
<msgfmt Include="..\..\..\locale\pt_BR.po" />
<msgfmt Include="..\..\..\locale\ro.po" />
<msgfmt Include="..\..\..\locale\ru.po" />
<msgfmt Include="..\..\..\locale\sk.po" />
<msgfmt Include="..\..\..\locale\sl.po" />
<msgfmt Include="..\..\..\locale\sr_RS.po" />
<msgfmt Include="..\..\..\locale\sr_RS%40latin.po" />
<msgfmt Include="..\..\..\locale\sv.po" />
<msgfmt Include="..\..\..\locale\ta.po" />
<msgfmt Include="..\..\..\locale\tg.po" />
<msgfmt Include="..\..\..\locale\tr.po" />
<msgfmt Include="..\..\..\locale\uk.po" />
<msgfmt Include="..\..\..\locale\vi.po" />
<msgfmt Include="..\..\..\locale\zh_CN.po" />
<msgfmt Include="..\..\..\locale\zh_TW.po" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\locale\audacity.pot" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="po.targets" />
</ImportGroup>
</Project>

View File

@@ -1,177 +1,177 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{378b4b15-5b89-4e68-a610-48a814021346}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<msgfmt Include="..\..\..\locale\af.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ar.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\be.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\bg.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\bn.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\bs.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ca.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\cs.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\cy.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\da.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\de.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\el.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\es.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\eu.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\fa.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\fi.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\fr.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ga.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\gl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\he.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hi.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hr.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hu.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hy.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\id.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\it.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ja.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ka.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\km.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ko.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\lt.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\mk.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\my.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\nb.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\nl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\oc.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\pl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\pt_BR.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ro.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ru.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sk.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sr_RS.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sr_RS%40latin.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sv.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ta.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\tg.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\tr.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\uk.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\vi.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\zh_TW.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ca_ES%40valencia.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\pt_PT.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\zh_CN.po">
<Filter>Source Files</Filter>
</msgfmt>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\locale\audacity.pot">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{378b4b15-5b89-4e68-a610-48a814021346}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<msgfmt Include="..\..\..\locale\af.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ar.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\be.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\bg.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\bn.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\bs.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ca.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\cs.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\cy.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\da.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\de.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\el.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\es.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\eu.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\fa.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\fi.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\fr.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ga.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\gl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\he.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hi.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hr.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hu.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\hy.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\id.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\it.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ja.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ka.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\km.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ko.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\lt.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\mk.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\my.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\nb.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\nl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\oc.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\pl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\pt_BR.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ro.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ru.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sk.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sl.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sr_RS.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sr_RS%40latin.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\sv.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ta.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\tg.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\tr.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\uk.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\vi.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\zh_TW.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\ca_ES%40valencia.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\pt_PT.po">
<Filter>Source Files</Filter>
</msgfmt>
<msgfmt Include="..\..\..\locale\zh_CN.po">
<Filter>Source Files</Filter>
</msgfmt>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\locale\audacity.pot">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
</Project>

View File

@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup
Condition="'$(msgfmtBeforeTargets)' == '' and '$(msgfmtAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<msgfmtBeforeTargets>Midl</msgfmtBeforeTargets>
<msgfmtAfterTargets>CustomBuild</msgfmtAfterTargets>
</PropertyGroup>
<PropertyGroup>
<msgfmtDependsOn
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(msgfmtDependsOn)</msgfmtDependsOn>
</PropertyGroup>
<ItemDefinitionGroup>
<msgfmt>
<Verbose>False</Verbose>
<OutputName>$(OutDir)Languages\%(Filename)\Audacity.mo</OutputName>
<CommandLineTemplate>msgfmt [AllOptions] [AdditionalOptions] [inputs]</CommandLineTemplate>
<Outputs>%(OutputName)</Outputs>
<ExecutionDescription>Compiling %(Filename) locale</ExecutionDescription>
</msgfmt>
</ItemDefinitionGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup
Condition="'$(msgfmtBeforeTargets)' == '' and '$(msgfmtAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<msgfmtBeforeTargets>Midl</msgfmtBeforeTargets>
<msgfmtAfterTargets>CustomBuild</msgfmtAfterTargets>
</PropertyGroup>
<PropertyGroup>
<msgfmtDependsOn
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(msgfmtDependsOn)</msgfmtDependsOn>
</PropertyGroup>
<ItemDefinitionGroup>
<msgfmt>
<Verbose>False</Verbose>
<OutputName>$(OutDir)Languages\%(Filename)\Audacity.mo</OutputName>
<CommandLineTemplate>msgfmt [AllOptions] [AdditionalOptions] [inputs]</CommandLineTemplate>
<Outputs>%(OutputName)</Outputs>
<ExecutionDescription>Compiling %(Filename) locale</ExecutionDescription>
</msgfmt>
</ItemDefinitionGroup>
</Project>

View File

@@ -1,83 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PropertyPageSchema
Include="$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml" />
<AvailableItemName
Include="msgfmt">
<Targets>_msgfmt</Targets>
</AvailableItemName>
</ItemGroup>
<UsingTask
TaskName="msgfmt"
TaskFactory="XamlTaskFactory"
AssemblyName="Microsoft.Build.Tasks.v4.0">
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
</UsingTask>
<Target
Name="_msgfmt"
BeforeTargets="$(msgfmtBeforeTargets)"
AfterTargets="$(msgfmtAfterTargets)"
Condition="'@(msgfmt)' != ''"
DependsOnTargets="$(msgfmtDependsOn);ComputemsgfmtOutput"
Outputs="@(msgfmt-&gt;Metadata('Outputs')-&gt;Distinct())"
Inputs="@(msgfmt);%(msgfmt.AdditionalDependencies);$(MSBuildProjectFile)">
<ItemGroup
Condition="'@(SelectedFiles)' != ''">
<msgfmt
Remove="@(msgfmt)"
Condition="'%(Identity)' != '@(SelectedFiles)'" />
</ItemGroup>
<ItemGroup>
<msgfmt_tlog
Include="%(msgfmt.Outputs)"
Condition="'%(msgfmt.Outputs)' != '' and '%(msgfmt.ExcludedFromBuild)' != 'true'">
<Source>@(msgfmt, '|')</Source>
</msgfmt_tlog>
</ItemGroup>
<Message
Importance="High"
Text="%(msgfmt.ExecutionDescription)" />
<WriteLinesToFile
Condition="'@(msgfmt_tlog)' != '' and '%(msgfmt_tlog.ExcludedFromBuild)' != 'true'"
File="$(TLogLocation)$(ProjectName).write.1.tlog"
Lines="^%(msgfmt_tlog.Source);@(msgfmt_tlog-&gt;'%(Fullpath)')" />
<msgfmt
Condition="'@(msgfmt)' != '' and '%(msgfmt.ExcludedFromBuild)' != 'true'"
CommandLineTemplate="%(msgfmt.CommandLineTemplate)"
Verbose="%(msgfmt.Verbose)"
OutputName="%(msgfmt.OutputName)"
AdditionalOptions="%(msgfmt.AdditionalOptions)"
Inputs="@(msgfmt)" />
</Target>
<PropertyGroup>
<ComputeLinkInputsTargets>
$(ComputeLinkInputsTargets);
ComputemsgfmtOutput;
</ComputeLinkInputsTargets>
<ComputeLibInputsTargets>
$(ComputeLibInputsTargets);
ComputemsgfmtOutput;
</ComputeLibInputsTargets>
</PropertyGroup>
<Target
Name="ComputemsgfmtOutput"
Condition="'@(msgfmt)' != ''">
<ItemGroup>
<msgfmtDirsToMake
Condition="'@(msgfmt)' != '' and '%(msgfmt.ExcludedFromBuild)' != 'true'"
Include="%(msgfmt.Outputs)" />
<Link
Include="%(msgfmtDirsToMake.Identity)"
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
<Lib
Include="%(msgfmtDirsToMake.Identity)"
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
<ImpLib
Include="%(msgfmtDirsToMake.Identity)"
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
</ItemGroup>
<MakeDir
Directories="@(msgfmtDirsToMake-&gt;'%(RootDir)%(Directory)')" />
</Target>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PropertyPageSchema
Include="$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml" />
<AvailableItemName
Include="msgfmt">
<Targets>_msgfmt</Targets>
</AvailableItemName>
</ItemGroup>
<UsingTask
TaskName="msgfmt"
TaskFactory="XamlTaskFactory"
AssemblyName="Microsoft.Build.Tasks.v4.0">
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
</UsingTask>
<Target
Name="_msgfmt"
BeforeTargets="$(msgfmtBeforeTargets)"
AfterTargets="$(msgfmtAfterTargets)"
Condition="'@(msgfmt)' != ''"
DependsOnTargets="$(msgfmtDependsOn);ComputemsgfmtOutput"
Outputs="@(msgfmt-&gt;Metadata('Outputs')-&gt;Distinct())"
Inputs="@(msgfmt);%(msgfmt.AdditionalDependencies);$(MSBuildProjectFile)">
<ItemGroup
Condition="'@(SelectedFiles)' != ''">
<msgfmt
Remove="@(msgfmt)"
Condition="'%(Identity)' != '@(SelectedFiles)'" />
</ItemGroup>
<ItemGroup>
<msgfmt_tlog
Include="%(msgfmt.Outputs)"
Condition="'%(msgfmt.Outputs)' != '' and '%(msgfmt.ExcludedFromBuild)' != 'true'">
<Source>@(msgfmt, '|')</Source>
</msgfmt_tlog>
</ItemGroup>
<Message
Importance="High"
Text="%(msgfmt.ExecutionDescription)" />
<WriteLinesToFile
Condition="'@(msgfmt_tlog)' != '' and '%(msgfmt_tlog.ExcludedFromBuild)' != 'true'"
File="$(TLogLocation)$(ProjectName).write.1.tlog"
Lines="^%(msgfmt_tlog.Source);@(msgfmt_tlog-&gt;'%(Fullpath)')" />
<msgfmt
Condition="'@(msgfmt)' != '' and '%(msgfmt.ExcludedFromBuild)' != 'true'"
CommandLineTemplate="%(msgfmt.CommandLineTemplate)"
Verbose="%(msgfmt.Verbose)"
OutputName="%(msgfmt.OutputName)"
AdditionalOptions="%(msgfmt.AdditionalOptions)"
Inputs="@(msgfmt)" />
</Target>
<PropertyGroup>
<ComputeLinkInputsTargets>
$(ComputeLinkInputsTargets);
ComputemsgfmtOutput;
</ComputeLinkInputsTargets>
<ComputeLibInputsTargets>
$(ComputeLibInputsTargets);
ComputemsgfmtOutput;
</ComputeLibInputsTargets>
</PropertyGroup>
<Target
Name="ComputemsgfmtOutput"
Condition="'@(msgfmt)' != ''">
<ItemGroup>
<msgfmtDirsToMake
Condition="'@(msgfmt)' != '' and '%(msgfmt.ExcludedFromBuild)' != 'true'"
Include="%(msgfmt.Outputs)" />
<Link
Include="%(msgfmtDirsToMake.Identity)"
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
<Lib
Include="%(msgfmtDirsToMake.Identity)"
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
<ImpLib
Include="%(msgfmtDirsToMake.Identity)"
Condition="'%(Extension)'=='.obj' or '%(Extension)'=='.res' or '%(Extension)'=='.rsc' or '%(Extension)'=='.lib'" />
</ItemGroup>
<MakeDir
Directories="@(msgfmtDirsToMake-&gt;'%(RootDir)%(Directory)')" />
</Target>
</Project>

View File

@@ -1,140 +1,140 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback">
<Rule
Name="msgfmt"
PageTemplate="tool"
DisplayName="Compile Locale"
Order="200">
<Rule.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType="msgfmt" />
</Rule.DataSource>
<Rule.Categories>
<Category
Name="General">
<Category.DisplayName>
<sys:String>General</sys:String>
</Category.DisplayName>
</Category>
<Category
Name="Command Line"
Subtype="CommandLine">
<Category.DisplayName>
<sys:String>Command Line</sys:String>
</Category.DisplayName>
</Category>
</Rule.Categories>
<StringListProperty
Name="Inputs"
Category="Command Line"
IsRequired="true"
Switch=" ">
<StringListProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType="msgfmt"
SourceType="Item" />
</StringListProperty.DataSource>
</StringListProperty>
<BoolProperty
Name="Verbose"
HelpContext="0"
DisplayName="Verbose"
Description="Increase verbosity level"
Switch="-v" />
<StringListProperty
Name="OutputName"
HelpContext="0"
DisplayName="Output File"
Description="Specifies a name to override the default file name"
Separator=";"
Switch="-o &quot;[value]&quot;" />
<StringProperty
Name="CommandLineTemplate"
DisplayName="Command Line"
Visible="False"
IncludeInCommandLine="False" />
<DynamicEnumProperty
Name="msgfmtBeforeTargets"
Category="General"
EnumProvider="Targets"
IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute Before</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run before.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair
Name="Exclude"
Value="^msgfmtBeforeTargets|^Compute" />
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource
Persistence="ProjectFile"
HasConfigurationCondition="true" />
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<DynamicEnumProperty
Name="msgfmtAfterTargets"
Category="General"
EnumProvider="Targets"
IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute After</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run after.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair
Name="Exclude"
Value="^msgfmtAfterTargets|^Compute" />
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType=""
HasConfigurationCondition="true" />
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<StringListProperty
Name="Outputs"
DisplayName="Outputs"
Visible="False"
IncludeInCommandLine="False" />
<StringProperty
Name="ExecutionDescription"
DisplayName="Execution Description"
Visible="False"
IncludeInCommandLine="False" />
<StringListProperty
Name="AdditionalDependencies"
DisplayName="Additional Dependencies"
IncludeInCommandLine="False"
Visible="false" />
<StringProperty
Subtype="AdditionalOptions"
Name="AdditionalOptions"
Category="Command Line">
<StringProperty.DisplayName>
<sys:String>Additional Options</sys:String>
</StringProperty.DisplayName>
<StringProperty.Description>
<sys:String>Additional Options</sys:String>
</StringProperty.Description>
</StringProperty>
</Rule>
<ItemType
Name="msgfmt"
DisplayName="Compile Locale" />
<FileExtension
Name="*.po"
ContentType="msgfmt" />
<ContentType
Name="msgfmt"
DisplayName="Compile Locale"
ItemType="msgfmt" />
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback">
<Rule
Name="msgfmt"
PageTemplate="tool"
DisplayName="Compile Locale"
Order="200">
<Rule.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType="msgfmt" />
</Rule.DataSource>
<Rule.Categories>
<Category
Name="General">
<Category.DisplayName>
<sys:String>General</sys:String>
</Category.DisplayName>
</Category>
<Category
Name="Command Line"
Subtype="CommandLine">
<Category.DisplayName>
<sys:String>Command Line</sys:String>
</Category.DisplayName>
</Category>
</Rule.Categories>
<StringListProperty
Name="Inputs"
Category="Command Line"
IsRequired="true"
Switch=" ">
<StringListProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType="msgfmt"
SourceType="Item" />
</StringListProperty.DataSource>
</StringListProperty>
<BoolProperty
Name="Verbose"
HelpContext="0"
DisplayName="Verbose"
Description="Increase verbosity level"
Switch="-v" />
<StringListProperty
Name="OutputName"
HelpContext="0"
DisplayName="Output File"
Description="Specifies a name to override the default file name"
Separator=";"
Switch="-o &quot;[value]&quot;" />
<StringProperty
Name="CommandLineTemplate"
DisplayName="Command Line"
Visible="False"
IncludeInCommandLine="False" />
<DynamicEnumProperty
Name="msgfmtBeforeTargets"
Category="General"
EnumProvider="Targets"
IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute Before</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run before.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair
Name="Exclude"
Value="^msgfmtBeforeTargets|^Compute" />
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource
Persistence="ProjectFile"
HasConfigurationCondition="true" />
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<DynamicEnumProperty
Name="msgfmtAfterTargets"
Category="General"
EnumProvider="Targets"
IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute After</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run after.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair
Name="Exclude"
Value="^msgfmtAfterTargets|^Compute" />
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource
Persistence="ProjectFile"
ItemType=""
HasConfigurationCondition="true" />
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<StringListProperty
Name="Outputs"
DisplayName="Outputs"
Visible="False"
IncludeInCommandLine="False" />
<StringProperty
Name="ExecutionDescription"
DisplayName="Execution Description"
Visible="False"
IncludeInCommandLine="False" />
<StringListProperty
Name="AdditionalDependencies"
DisplayName="Additional Dependencies"
IncludeInCommandLine="False"
Visible="false" />
<StringProperty
Subtype="AdditionalOptions"
Name="AdditionalOptions"
Category="Command Line">
<StringProperty.DisplayName>
<sys:String>Additional Options</sys:String>
</StringProperty.DisplayName>
<StringProperty.Description>
<sys:String>Additional Options</sys:String>
</StringProperty.Description>
</StringProperty>
</Rule>
<ItemType
Name="msgfmt"
DisplayName="Compile Locale" />
<FileExtension
Name="*.po"
ContentType="msgfmt" />
<ContentType
Name="msgfmt"
DisplayName="Compile Locale"
ItemType="msgfmt" />
</ProjectSchemaDefinitions>