Changeset 1902
- Timestamp:
- 4/14/2010 2:00:26 AM (3 years ago)
- Location:
- trunk/eraser6
- Files:
-
- 3 added
- 4 edited
-
Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj (modified) (2 diffs)
-
Eraser.DefaultPlugins/Strings.pl.resx (added)
-
Eraser.Manager/Eraser.Manager.csproj (modified) (2 diffs)
-
Eraser.Manager/Strings.pl.resx (added)
-
Eraser/Eraser.csproj (modified) (2 diffs)
-
Eraser/Strings.pl.resx (added)
-
Installer/Localisations.wxs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj
r1802 r1902 139 139 <SubType>Designer</SubType> 140 140 </EmbeddedResource> 141 <EmbeddedResource Include="Strings.pl.resx" /> 141 142 <EmbeddedResource Include="Strings.resx"> 142 143 <SubType>Designer</SubType> … … 196 197 </PostBuildEvent> 197 198 <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\." "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 198 csgettext --merge --recursive EN,NL,IT "$(ProjectDir)\." Strings199 csgettext --merge --recursive EN,NL,IT,PL "$(ProjectDir)\." Strings 199 200 if ERRORLEVEL 0 exit 0</PreBuildEvent> 200 201 </PropertyGroup> -
trunk/eraser6/Eraser.Manager/Eraser.Manager.csproj
r1802 r1902 99 99 <SubType>Designer</SubType> 100 100 </EmbeddedResource> 101 <EmbeddedResource Include="Strings.pl.resx" /> 101 102 <EmbeddedResource Include="Strings.resx"> 102 103 <SubType>Designer</SubType> … … 150 151 <PropertyGroup> 151 152 <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\." "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 152 csgettext --merge --recursive EN,NL,IT "$(ProjectDir)\." Strings153 csgettext --merge --recursive EN,NL,IT,PL "$(ProjectDir)\." Strings 153 154 if ERRORLEVEL 0 exit 0</PreBuildEvent> 154 155 </PropertyGroup> -
trunk/eraser6/Eraser/Eraser.csproj
r1834 r1902 221 221 </EmbeddedResource> 222 222 <EmbeddedResource Include="Strings.it.resx" /> 223 <EmbeddedResource Include="Strings.pl.resx" /> 223 224 <EmbeddedResource Include="Strings.resx"> 224 225 <SubType>Designer</SubType> … … 399 400 </PostBuildEvent> 400 401 <PreBuildEvent>call "$(SolutionDir)UpdateVersions.bat" "$(SolutionDir)\." "$(SolutionDir)Version.cs.in" "$(SolutionDir)Version.cs" 401 csgettext --merge --recursive EN,NL,IT "$(ProjectDir)\." Strings402 csgettext --merge --recursive EN,NL,IT,PL "$(ProjectDir)\." Strings 402 403 if ERRORLEVEL 0 exit 0</PreBuildEvent> 403 404 </PropertyGroup> -
trunk/eraser6/Installer/Localisations.wxs
r1675 r1902 44 44 </Component> 45 45 </Directory> 46 <Directory Id="EraserLangPlDir" Name="pl"> 47 <Component Id="EraserLangPl" Guid="83E40D11-60DC-4d5d-8072-1B814B85D3FC"> 48 <File Id="EraserPl" Name="Eraser.resources.dll" 49 Source="..\bin\Release\pl\Eraser.resources.dll" 50 ProcessorArchitecture="msil" /> 51 <File Id="EraserManagerPl" Name="Eraser.Manager.resources.dll" 52 Source="..\bin\Release\pl\Eraser.Manager.resources.dll" 53 ProcessorArchitecture="msil" /> 54 </Component> 55 </Directory> 46 56 </DirectoryRef> 47 57 <DirectoryRef Id="EraserPluginsDir"> … … 57 67 <File Id="EraserDefaultPluginsIt" Name="Eraser.DefaultPlugins.resources.dll" 58 68 Source="..\bin\Release\Plugins\it\Eraser.DefaultPlugins.resources.dll" 69 ProcessorArchitecture="msil" /> 70 </Component> 71 </Directory> 72 <Directory Id="EraserPluginsLangPlDir" Name="pl"> 73 <Component Id="EraserPluginsLangPl" Guid="138E9CF4-17B9-498a-B476-0A1F91FFB64B"> 74 <File Id="EraserDefaultPluginsPl" Name="Eraser.DefaultPlugins.resources.dll" 75 Source="..\bin\Release\Plugins\pl\Eraser.DefaultPlugins.resources.dll" 59 76 ProcessorArchitecture="msil" /> 60 77 </Component> … … 74 91 <ComponentRef Id="EraserPluginsLangIt" /> 75 92 </Feature> 93 <Feature Id="EraserLanguagesPl" Title="Polish" Description="Polish localisation" Level="10"> 94 <ComponentRef Id="EraserLangPl"/> 95 <ComponentRef Id="EraserPluginsLangPl"/> 96 </Feature> 76 97 </Feature> 77 98 </Fragment>
Note: See TracChangeset
for help on using the changeset viewer.
