From 46b22c7dc9d55cd24889295502518804afcf1166 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 10 Jun 2012 00:59:29 +0200 Subject: [PATCH] prepare language-pack for ja Signed-off-by: Sven Strickroth --- Languages/Lang_ja.wixproj | 51 +++++++++++++++++++++++++++ Languages/Makefile | 13 +++++++ src/TortoiseGit.sln | 87 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 151 insertions(+) create mode 100644 Languages/Lang_ja.wixproj diff --git a/Languages/Lang_ja.wixproj b/Languages/Lang_ja.wixproj new file mode 100644 index 000000000..b3aa88574 --- /dev/null +++ b/Languages/Lang_ja.wixproj @@ -0,0 +1,51 @@ + + + Debug + x86 + 3.5 + {2da02430-fd59-4ee7-b8b1-e501ff390656} + 2.0 + TortoiseGit_Lang_ja + Package + $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + + + bin\$(Configuration)\ + ..\obj\Lang_ja\$(Configuration)\ + Debug + + + ..\bin\setup\x86\ + ..\obj\Lang_ja\$(Configuration)\ + + + TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1041;LANGNATIVE=Japanese; + -ext WixUIExtension + + + bin\$(Configuration)64\ + ..\obj\Lang_ja\$(Configuration)64\ + Debug + + + ..\bin\setup\x64\ + ..\obj\Lang_ja\$(Configuration)64\ + + + TSVNHelpFile=0;TMergeHelpFile=0;TSVNMoFile=0;COUNTRYID=1041;LANGNATIVE=Japanese; + -ext WixUIExtension + + + + + + + + \ No newline at end of file diff --git a/Languages/Makefile b/Languages/Makefile index bca156f4f..4f21fef81 100644 --- a/Languages/Makefile +++ b/Languages/Makefile @@ -34,6 +34,10 @@ LANGDLLS = $(outdir)/TortoiseProc2052.dll \ $(outdir)/TortoiseMerge1034.dll \ $(outdir)/TortoiseIdiff1034.dll \ $(outdir)/TortoiseGitBlame1034.dll \ + $(outdir)/TortoiseProc1041.dll \ + $(outdir)/TortoiseMerge1041.dll \ + $(outdir)/TortoiseIdiff1041.dll \ + $(outdir)/TortoiseGitBlame1041.dll \ all:$(LANGDLLS) @@ -99,3 +103,12 @@ $(outdir)/TortoiseIdiff1034.dll:Tortoise_es_ES.po $(outdir)\TortoiseIdiffLang.dl $(RESTEXT) $(APPLY) $(outdir)\TortoiseIdiffLang.dll $@ Tortoise_es_ES.po $(outdir)/TortoiseGitBlame1034.dll:Tortoise_es_ES.po $(outdir)\TortoiseGitBlameLang.dll $(RESTEXT) $(APPLY) $(outdir)\TortoiseGitBlameLang.dll $@ Tortoise_es_ES.po + +$(outdir)/TortoiseProc1041.dll:Tortoise_ja.po $(outdir)\TortoiseProcLang.dll + $(RESTEXT) $(APPLY) $(outdir)\TortoiseProcLang.dll $@ Tortoise_ja.po +$(outdir)/TortoiseMerge1041.dll:Tortoise_ja.po $(outdir)\TortoiseMergeLang.dll + $(RESTEXT) $(APPLY) $(outdir)\TortoiseMergeLang.dll $@ Tortoise_ja.po +$(outdir)/TortoiseIdiff1041.dll:Tortoise_ja.po $(outdir)\TortoiseIdiffLang.dll + $(RESTEXT) $(APPLY) $(outdir)\TortoiseIdiffLang.dll $@ Tortoise_ja.po +$(outdir)/TortoiseGitBlame1041.dll:Tortoise_ja.po $(outdir)\TortoiseGitBlameLang.dll + $(RESTEXT) $(APPLY) $(outdir)\TortoiseGitBlameLang.dll $@ Tortoise_ja.po diff --git a/src/TortoiseGit.sln b/src/TortoiseGit.sln index 3c51f08d4..8d8a17521 100644 --- a/src/TortoiseGit.sln +++ b/src/TortoiseGit.sln @@ -245,6 +245,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CrashHandler", "..\ext\Cras {BC62FB83-CFBB-4AE3-A60D-D73155AA33FA} = {BC62FB83-CFBB-4AE3-A60D-D73155AA33FA} EndProjectSection EndProject +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Lang_ja", "..\Languages\Lang_ja.wixproj", "{2DA02430-FD59-4EE7-B8B1-E501FF390656}" + ProjectSection(ProjectDependencies) = postProject + {EC88E7EC-3074-4841-BA45-B938D098EFF6} = {EC88E7EC-3074-4841-BA45-B938D098EFF6} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution debug_static|Mixed Platforms = debug_static|Mixed Platforms @@ -3952,6 +3957,87 @@ Global {8E943F8F-ED43-42DB-A25B-C6356F01AAC7}.Release|x64.ActiveCfg = Release|x64 {8E943F8F-ED43-42DB-A25B-C6356F01AAC7}.Release|x64.Build.0 = Release|x64 {8E943F8F-ED43-42DB-A25B-C6356F01AAC7}.Release|x86.ActiveCfg = Release|Win32 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.debug_static|Mixed Platforms.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.debug_static|Mixed Platforms.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.debug_static|Win32.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.debug_static|x64.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.debug_static|x64.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.debug_static|x86.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Debug|Mixed Platforms.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Debug|Win32.ActiveCfg = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Debug|x64.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Debug|x86.ActiveCfg = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|Mixed Platforms.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|Mixed Platforms.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|Win32.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|x64.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|x64.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|x86.ActiveCfg = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Debug|x86.Build.0 = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|Mixed Platforms.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|Mixed Platforms.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|Win32.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|x64.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|x64.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|x86.ActiveCfg = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL ASM Release|x86.Build.0 = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|Mixed Platforms.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|Mixed Platforms.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|Win32.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|x64.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|x64.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|x86.ActiveCfg = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Debug|x86.Build.0 = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|Mixed Platforms.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|Mixed Platforms.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|Win32.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|x64.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|x64.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|x86.ActiveCfg = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.DLL Release|x86.Build.0 = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|Mixed Platforms.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|Mixed Platforms.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|Win32.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|x64.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|x64.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|x86.ActiveCfg = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Debug|x86.Build.0 = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|Mixed Platforms.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|Mixed Platforms.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|Win32.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|x64.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|x64.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|x86.ActiveCfg = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB ASM Release|x86.Build.0 = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|Mixed Platforms.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|Mixed Platforms.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|Win32.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|x64.ActiveCfg = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|x64.Build.0 = Debug|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|x86.ActiveCfg = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Debug|x86.Build.0 = Debug|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|Mixed Platforms.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|Mixed Platforms.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|Win32.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|x64.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|x64.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|x86.ActiveCfg = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.LIB Release|x86.Build.0 = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.release_static|Mixed Platforms.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.release_static|Mixed Platforms.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.release_static|Win32.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.release_static|x64.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.release_static|x64.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.release_static|x86.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|Mixed Platforms.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|Mixed Platforms.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|Win32.ActiveCfg = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|Win32.Build.0 = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|x64.ActiveCfg = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|x64.Build.0 = Release|x64 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|x86.ActiveCfg = Release|x86 + {2DA02430-FD59-4EE7-B8B1-E501FF390656}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -3979,6 +4065,7 @@ Global {4E8ACC21-A321-478F-8D55-C5440F41203F} = {FB607AFD-DD1E-4C6D-8C34-BC00AF725037} {B9C725A7-9727-48B2-86E5-F905F6C2B9E6} = {FB607AFD-DD1E-4C6D-8C34-BC00AF725037} {AD35E207-3793-4A26-82A2-520D7C3C71BB} = {FB607AFD-DD1E-4C6D-8C34-BC00AF725037} + {2DA02430-FD59-4EE7-B8B1-E501FF390656} = {FB607AFD-DD1E-4C6D-8C34-BC00AF725037} {6BD19BAE-4041-4E85-B576-AAC9D54CAAB9} = {F9816C29-582C-4C99-B892-1900DB2C4064} {AE6AAFBA-9992-452A-9EB8-DD69402A4ACE} = {F9816C29-582C-4C99-B892-1900DB2C4064} {5C6B6A95-2053-4593-9617-C4F176736D5A} = {2CB340C3-B2ED-46F4-981E-847747E0A3BF} -- 2.11.4.GIT