- .po file for en-US culture containing strings from the orchard code base.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-06-02 12:30:56 -07:00
parent 9c99b64044
commit 5051dd7dae
3 changed files with 2060 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -206,6 +206,10 @@
<Content Include="Common\Views\DisplayTemplates\Parts\Common.Body.Manage.ascx" />
<Content Include="Dashboard\Views\Web.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="App_Data\Localization\en-US\orchard.core.po" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections.Generic;
namespace Orchard.Commands {
public class CommandHandlerDescriptor {