mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Add Japanese and Swedish localizations for Windows, courtesy of Gareth Potter and Anton Johansson respectively.
This commit is contained in:
BIN
win32/FireflyShell/FireflyShellJPN.rc
Normal file
BIN
win32/FireflyShell/FireflyShellJPN.rc
Normal file
Binary file not shown.
136
win32/FireflyShell/FireflyShellJPN.vcproj
Normal file
136
win32/FireflyShell/FireflyShellJPN.vcproj
Normal file
@@ -0,0 +1,136 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="7.10"
|
||||||
|
Name="FireflyShellJPN"
|
||||||
|
ProjectGUID="{59618041-38FA-4D80-B00B-113417259E6D}"
|
||||||
|
Keyword="Win32Proj">
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"/>
|
||||||
|
</Platforms>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory="Debug"
|
||||||
|
IntermediateDirectory="Debug"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FIREFLYSHELLJPN_EXPORTS"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
BasicRuntimeChecks="3"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
DebugInformationFormat="4"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(OutDir)/FireflyShell-11.dll"
|
||||||
|
LinkIncremental="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/FireflyShellJPN.pdb"
|
||||||
|
SubSystem="2"
|
||||||
|
ResourceOnlyDLL="TRUE"
|
||||||
|
ImportLibrary="$(OutDir)/FireflyShellJPN.lib"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory="Release"
|
||||||
|
IntermediateDirectory="Release"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FIREFLYSHELLJPN_EXPORTS"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
DebugInformationFormat="3"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(OutDir)/FireflyShell-11.dll"
|
||||||
|
LinkIncremental="1"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
SubSystem="2"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
ResourceOnlyDLL="TRUE"
|
||||||
|
ImportLibrary="$(OutDir)/FireflyShellJPN.lib"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Resource Files"
|
||||||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||||
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
|
<File
|
||||||
|
RelativePath=".\FireflyShellJPN.rc">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
||||||
BIN
win32/FireflyShell/FireflyShellSWE.rc
Normal file
BIN
win32/FireflyShell/FireflyShellSWE.rc
Normal file
Binary file not shown.
136
win32/FireflyShell/FireflyShellSWE.vcproj
Normal file
136
win32/FireflyShell/FireflyShellSWE.vcproj
Normal file
@@ -0,0 +1,136 @@
|
|||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
<VisualStudioProject
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="7.10"
|
||||||
|
Name="FireflyShellSWE"
|
||||||
|
ProjectGUID="{D8109A27-5CB3-4888-B62A-F83BB3B1D41F}"
|
||||||
|
Keyword="Win32Proj">
|
||||||
|
<Platforms>
|
||||||
|
<Platform
|
||||||
|
Name="Win32"/>
|
||||||
|
</Platforms>
|
||||||
|
<Configurations>
|
||||||
|
<Configuration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
OutputDirectory="Debug"
|
||||||
|
IntermediateDirectory="Debug"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
Optimization="0"
|
||||||
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FIREFLYSHELLSWE_EXPORTS"
|
||||||
|
MinimalRebuild="TRUE"
|
||||||
|
BasicRuntimeChecks="3"
|
||||||
|
RuntimeLibrary="1"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
DebugInformationFormat="4"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(OutDir)/FireflyShell-1d.dll"
|
||||||
|
LinkIncremental="2"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
ProgramDatabaseFile="$(OutDir)/FireflyShellSWE.pdb"
|
||||||
|
SubSystem="2"
|
||||||
|
ResourceOnlyDLL="TRUE"
|
||||||
|
ImportLibrary="$(OutDir)/FireflyShellSWE.lib"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration
|
||||||
|
Name="Release|Win32"
|
||||||
|
OutputDirectory="Release"
|
||||||
|
IntermediateDirectory="Release"
|
||||||
|
ConfigurationType="2"
|
||||||
|
CharacterSet="2">
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FIREFLYSHELLSWE_EXPORTS"
|
||||||
|
RuntimeLibrary="0"
|
||||||
|
UsePrecompiledHeader="0"
|
||||||
|
WarningLevel="3"
|
||||||
|
Detect64BitPortabilityProblems="TRUE"
|
||||||
|
DebugInformationFormat="3"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(OutDir)/FireflyShell-1d.dll"
|
||||||
|
LinkIncremental="1"
|
||||||
|
GenerateDebugInformation="TRUE"
|
||||||
|
SubSystem="2"
|
||||||
|
OptimizeReferences="2"
|
||||||
|
EnableCOMDATFolding="2"
|
||||||
|
ResourceOnlyDLL="TRUE"
|
||||||
|
ImportLibrary="$(OutDir)/FireflyShellSWE.lib"
|
||||||
|
TargetMachine="1"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCMIDLTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPostBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreBuildEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCPreLinkEventTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCResourceCompilerTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebServiceProxyGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCXMLDataGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCWebDeploymentTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCManagedWrapperGeneratorTool"/>
|
||||||
|
<Tool
|
||||||
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||||
|
</Configuration>
|
||||||
|
</Configurations>
|
||||||
|
<References>
|
||||||
|
</References>
|
||||||
|
<Files>
|
||||||
|
<Filter
|
||||||
|
Name="Source Files"
|
||||||
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||||
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Header Files"
|
||||||
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||||
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||||
|
</Filter>
|
||||||
|
<Filter
|
||||||
|
Name="Resource Files"
|
||||||
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||||
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||||
|
<File
|
||||||
|
RelativePath=".\FireflyShellSWE.rc">
|
||||||
|
</File>
|
||||||
|
</Filter>
|
||||||
|
</Files>
|
||||||
|
<Globals>
|
||||||
|
</Globals>
|
||||||
|
</VisualStudioProject>
|
||||||
BIN
win32/FireflyShell/localizations/japanese/japanese.ini
Normal file
BIN
win32/FireflyShell/localizations/japanese/japanese.ini
Normal file
Binary file not shown.
BIN
win32/FireflyShell/localizations/japanese/japanese.lws
Normal file
BIN
win32/FireflyShell/localizations/japanese/japanese.lws
Normal file
Binary file not shown.
BIN
win32/FireflyShell/localizations/swedish/swedish.ini
Normal file
BIN
win32/FireflyShell/localizations/swedish/swedish.ini
Normal file
Binary file not shown.
BIN
win32/FireflyShell/localizations/swedish/swedish.lws
Normal file
BIN
win32/FireflyShell/localizations/swedish/swedish.lws
Normal file
Binary file not shown.
@@ -39,6 +39,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FireflyShellDEU", "FireflyS
|
|||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FireflyShellJPN", "FireflyShell\FireflyShellJPN.vcproj", "{59618041-38FA-4D80-B00B-113417259E6D}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FireflyShellSWE", "FireflyShell\FireflyShellSWE.vcproj", "{D8109A27-5CB3-4888-B62A-F83BB3B1D41F}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
Debug = Debug
|
Debug = Debug
|
||||||
@@ -85,6 +93,14 @@ Global
|
|||||||
{9B035724-EAD7-48C5-BBAF-91FFAA3CA55F}.Debug.Build.0 = Debug|Win32
|
{9B035724-EAD7-48C5-BBAF-91FFAA3CA55F}.Debug.Build.0 = Debug|Win32
|
||||||
{9B035724-EAD7-48C5-BBAF-91FFAA3CA55F}.Release.ActiveCfg = Release|Win32
|
{9B035724-EAD7-48C5-BBAF-91FFAA3CA55F}.Release.ActiveCfg = Release|Win32
|
||||||
{9B035724-EAD7-48C5-BBAF-91FFAA3CA55F}.Release.Build.0 = Release|Win32
|
{9B035724-EAD7-48C5-BBAF-91FFAA3CA55F}.Release.Build.0 = Release|Win32
|
||||||
|
{59618041-38FA-4D80-B00B-113417259E6D}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{59618041-38FA-4D80-B00B-113417259E6D}.Debug.Build.0 = Debug|Win32
|
||||||
|
{59618041-38FA-4D80-B00B-113417259E6D}.Release.ActiveCfg = Release|Win32
|
||||||
|
{59618041-38FA-4D80-B00B-113417259E6D}.Release.Build.0 = Release|Win32
|
||||||
|
{D8109A27-5CB3-4888-B62A-F83BB3B1D41F}.Debug.ActiveCfg = Debug|Win32
|
||||||
|
{D8109A27-5CB3-4888-B62A-F83BB3B1D41F}.Debug.Build.0 = Debug|Win32
|
||||||
|
{D8109A27-5CB3-4888-B62A-F83BB3B1D41F}.Release.ActiveCfg = Release|Win32
|
||||||
|
{D8109A27-5CB3-4888-B62A-F83BB3B1D41F}.Release.Build.0 = Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
|||||||
29
win32/nsi/localizations/Japanese.nsh
Normal file
29
win32/nsi/localizations/Japanese.nsh
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
!define LANG "JAPANESE"
|
||||||
|
|
||||||
|
!insertmacro LANG_STRING PRODUCT_NAME "Firefly <20><><EFBFBD>f<EFBFBD>B<EFBFBD>A<EFBFBD>T<EFBFBD>[<5B>o<EFBFBD>["
|
||||||
|
|
||||||
|
; Install strings
|
||||||
|
!insertmacro LANG_STRING STRING_BONJOUR_ERROR "Windows<EFBFBD><EFBFBD>Bonjour<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD><EFBFBD><C282><EFBFBD><EFBFBD>܂<EFBFBD><DC82><EFBFBD><EFBFBD>BApple<6C>Ђ<EFBFBD>Windows<77><73>Bonjour<75><72><EFBFBD>C<EFBFBD><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B"
|
||||||
|
!insertmacro LANG_STRING STRING_STOPPING_SERVICE "<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>~<7E><>..."
|
||||||
|
!insertmacro LANG_STRING STRING_WAITING_FOR_STOP "<EFBFBD>T<EFBFBD>[<5B>r<EFBFBD>X<EFBFBD>̒<EFBFBD><CC92>~<7E><><EFBFBD>ҋ@<40><> ($9)"
|
||||||
|
|
||||||
|
; Strings for the application install directory panel
|
||||||
|
!insertmacro LANG_STRING STRING_DESTFOLDER "<EFBFBD>C<EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD>H<EFBFBD><48><EFBFBD>_"
|
||||||
|
!insertmacro LANG_STRING STRING_DESTDETAIL "<EFBFBD>Z<EFBFBD>b<EFBFBD>g<EFBFBD>A<EFBFBD>b<EFBFBD>v<EFBFBD><EFBFBD> ${PRODUCT_NAME} <20><><EFBFBD><EFBFBD><EFBFBD>̃t<CC83>H<EFBFBD><48><EFBFBD>_<EFBFBD>ɃC<C983><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>܂<EFBFBD><DC82>B$\r$\n$\r$\n<><6E><EFBFBD>̃t<CC83>H<EFBFBD><48><EFBFBD>_<EFBFBD>ɃC<C983><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɂ́A<CD81>u<EFBFBD>Q<EFBFBD>Ɓv<C681>{<7B>^<5E><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD>āA<C481><41><EFBFBD>̃t<CC83>H<EFBFBD><48><EFBFBD>_<EFBFBD><5F><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<EFBFBD><42><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɂ́A<CD81>u<EFBFBD><75><EFBFBD>ցv<D681>{<7B>^<5E><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B"
|
||||||
|
|
||||||
|
; Strings for the music path directory panel
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICTITLE "<EFBFBD>~<7E><><EFBFBD>[<5B>W<EFBFBD>b<EFBFBD>N<EFBFBD>̏ꏊ<CC8F>̑I<CC91><49>"
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICHEADER "<EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>[<5B>W<EFBFBD>b<EFBFBD>N<EFBFBD>t<EFBFBD>H<EFBFBD><48><EFBFBD>_<EFBFBD><5F><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B"
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICFOLDER "<EFBFBD>~<7E><><EFBFBD>[<5B>W<EFBFBD>b<EFBFBD>N<EFBFBD>t<EFBFBD>H<EFBFBD><48><EFBFBD>_"
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICDETAIL "<EFBFBD>Z<EFBFBD>b<EFBFBD>g<EFBFBD>A<EFBFBD>b<EFBFBD>v<EFBFBD>͎<EFBFBD><EFBFBD>̃t<EFBFBD>H<EFBFBD><EFBFBD><EFBFBD>_<EFBFBD>ɂ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>~<7E><><EFBFBD>[<5B>W<EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><4C><EFBFBD>܂<EFBFBD><DC82>B$\r$\n$\r$\n<><6E><EFBFBD>̃t<CC83>H<EFBFBD><48><EFBFBD>_<EFBFBD><5F><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>ɂ́A<CD81>u<EFBFBD>Q<EFBFBD>Ɓv<C681>{<7B>^<5E><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD>āA<C481><41><EFBFBD>̃t<CC83>H<EFBFBD><48><EFBFBD>_<EFBFBD><5F><EFBFBD>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<EFBFBD>C<EFBFBD><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>J<EFBFBD>n<EFBFBD><6E><EFBFBD><EFBFBD><EFBFBD>ɂ́A<CD81>u<EFBFBD>C<EFBFBD><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD>v<EFBFBD>{<7B>^<5E><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD><4E><EFBFBD>b<EFBFBD>N<EFBFBD><4E><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B"
|
||||||
|
|
||||||
|
; These are for the startmenu shortcuts
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_WEBSITE "<EFBFBD>E<EFBFBD>F<EFBFBD>u<EFBFBD>T<EFBFBD>C<EFBFBD>g"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_UNINSTALL "<EFBFBD>A<EFBFBD><EFBFBD><EFBFBD>C<EFBFBD><EFBFBD><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><>"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_DEBUG_MODE "<EFBFBD>f<EFBFBD>o<EFBFBD>b<EFBFBD>O<EFBFBD><EFBFBD><EFBFBD>[<5B>h"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_FF_CONFIGURATION "Firefly<EFBFBD>ݒ<EFBFBD>"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_ADV_CONFIG "<EFBFBD>ڍׂ̐ݒ<EFBFBD>"
|
||||||
|
|
||||||
|
; Uninstall Strings
|
||||||
|
!insertmacro LANG_UNSTRING STRING_UNINSTALLED "$(^Name)<29>𐳏<EFBFBD><F090B38F>ɃA<C983><41><EFBFBD>C<EFBFBD><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>邱<EFBFBD>Ƃ<EFBFBD><C682>ł<EFBFBD><C582>܂<EFBFBD><DC82><EFBFBD><EFBFBD>B"
|
||||||
|
!insertmacro LANG_UNSTRING STRING_AREYOUSURE "<EFBFBD>{<7B><><EFBFBD><EFBFBD>$(^Name)<29><><EFBFBD><EFBFBD><EFBFBD>S<EFBFBD>ɃA<C983><41><EFBFBD>C<EFBFBD><43><EFBFBD>X<EFBFBD>g<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482><EFBFBD><EFBFBD>낵<EFBFBD><EB82B5><EFBFBD>ł<EFBFBD><C582><EFBFBD><EFBFBD>H"
|
||||||
29
win32/nsi/localizations/Swedish.nsh
Normal file
29
win32/nsi/localizations/Swedish.nsh
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
!define LANG "SVENSKA"
|
||||||
|
|
||||||
|
!insertmacro LANG_STRING PRODUCT_NAME "Firefly Media Server"
|
||||||
|
|
||||||
|
; Install strings
|
||||||
|
!insertmacro LANG_STRING STRING_BONJOUR_ERROR "Bonjour f<>r Windows tj<74>nsten kan inte hittas. Var v<>nlig installera Apple's Bonjour f<>r Windows."
|
||||||
|
!insertmacro LANG_STRING STRING_STOPPING_SERVICE "Stannar tj<74>nsten..."
|
||||||
|
!insertmacro LANG_STRING STRING_WAITING_FOR_STOP "V<EFBFBD>ntar p<> att tj<74>nsten ska stanna ($9)"
|
||||||
|
|
||||||
|
; Strings for the application install directory panel
|
||||||
|
!insertmacro LANG_STRING STRING_DESTFOLDER "Destination"
|
||||||
|
!insertmacro LANG_STRING STRING_DESTDETAIL "Installations programmet kommer installera ${PRODUCT_NAME} i f<>ljande mapp.$\r$\n$\r$\nF<6E>r att installera i en annan map, klicka Bl<42>ddra och v<>lj en annan map. Klicka p<> N<>sta f<>r att forts<74>tta."
|
||||||
|
|
||||||
|
; Strings for the music path directory panel
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICTITLE "V<EFBFBD>lj musik mapp"
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICHEADER "V<EFBFBD>lj mappen som inneh<65>ller musik att dela ut."
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICFOLDER "Musik Mapp"
|
||||||
|
!insertmacro LANG_STRING STRING_MUSICDETAIL "Installationen kommer dela ut musiken i f<>ljande mapp.$\r$\n$\r$\nF<6E>r att dela ut en annan mapp, klicka Bl<42>ddra och v<>lj en annan mapp. Klicka Installera f<>r att starta installationen."
|
||||||
|
|
||||||
|
; These are for the startmenu shortcuts
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_WEBSITE "Websida"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_UNINSTALL "Avinstallera"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_DEBUG_MODE "Debug L<>ge"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_FF_CONFIGURATION "Firefly Konfiguration"
|
||||||
|
!insertmacro LANG_BOTHSTRING STRING_ADV_CONFIG "Avancerad Konfiguration"
|
||||||
|
|
||||||
|
; Uninstall Strings
|
||||||
|
!insertmacro LANG_UNSTRING STRING_UNINSTALLED "$(^Name) <20>r fullst<73>ndigt avinstallerad fr<66>n din dator."
|
||||||
|
!insertmacro LANG_UNSTRING STRING_AREYOUSURE "<EFBFBD>r du s<>ker p<> att du vill avinstallera $(^Name) och alla dess komponenter?"
|
||||||
@@ -81,6 +81,8 @@
|
|||||||
!insertmacro LANG_LOAD "French"
|
!insertmacro LANG_LOAD "French"
|
||||||
!insertmacro LANG_LOAD "Dutch"
|
!insertmacro LANG_LOAD "Dutch"
|
||||||
!insertmacro LANG_LOAD "German"
|
!insertmacro LANG_LOAD "German"
|
||||||
|
!insertmacro LANG_LOAD "Japanese"
|
||||||
|
!insertmacro LANG_LOAD "Swedish"
|
||||||
|
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
Icon "..\ff.ico"
|
Icon "..\ff.ico"
|
||||||
@@ -155,6 +157,8 @@ Section "MainSection" SEC01
|
|||||||
File "${CONFIG_SOURCE}\FireflyShell-0c.dll"
|
File "${CONFIG_SOURCE}\FireflyShell-0c.dll"
|
||||||
File "${CONFIG_SOURCE}\FireflyShell-07.dll"
|
File "${CONFIG_SOURCE}\FireflyShell-07.dll"
|
||||||
File "${CONFIG_SOURCE}\FireflyShell-13.dll"
|
File "${CONFIG_SOURCE}\FireflyShell-13.dll"
|
||||||
|
File "${CONFIG_SOURCE}\FireflyShell-1d.dll"
|
||||||
|
File "${CONFIG_SOURCE}\FireflyShell-11.dll"
|
||||||
File "${CONFIG_SOURCE}\..\FireflyShell.exe.manifest"
|
File "${CONFIG_SOURCE}\..\FireflyShell.exe.manifest"
|
||||||
File "${DLL_SOURCE}\gnu_regex.dll"
|
File "${DLL_SOURCE}\gnu_regex.dll"
|
||||||
File "${DLL_SOURCE}\pthreadVC2.dll"
|
File "${DLL_SOURCE}\pthreadVC2.dll"
|
||||||
@@ -328,21 +332,25 @@ Function .onInit
|
|||||||
StrCpy $2 "$PROGRAMFILES\${PRODUCT_NAME}"
|
StrCpy $2 "$PROGRAMFILES\${PRODUCT_NAME}"
|
||||||
StrCpy $3 "$DOCUMENTS\My Music"
|
StrCpy $3 "$DOCUMENTS\My Music"
|
||||||
|
|
||||||
; Push ""
|
Push ""
|
||||||
; Push ${LANG_ENGLISH}
|
Push ${LANG_ENGLISH}
|
||||||
; Push English
|
Push English
|
||||||
; Push ${LANG_FRENCH}
|
Push ${LANG_FRENCH}
|
||||||
; Push French
|
Push French
|
||||||
; Push ${LANG_DUTCH}
|
Push ${LANG_DUTCH}
|
||||||
; Push Dutch
|
Push Dutch
|
||||||
; Push ${LANG_GERMAN}
|
Push ${LANG_GERMAN}
|
||||||
; Push German
|
Push German
|
||||||
; ; more
|
Push ${LANG_JAPANESE}
|
||||||
; Push A
|
Push Japanese
|
||||||
; LangDLL::LangDialog "Installer Language" "Please select the language of the installer"
|
Push ${LANG_SWEDISH}
|
||||||
; Pop $LANGUAGE
|
Push Swedish
|
||||||
; StrCmp $LANGUAGE "cancel" 0 +2
|
; more
|
||||||
; Abort
|
Push A
|
||||||
|
LangDLL::LangDialog "Installer Language" "Please select the language of the installer"
|
||||||
|
Pop $LANGUAGE
|
||||||
|
StrCmp $LANGUAGE "cancel" 0 +2
|
||||||
|
Abort
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function LicensePost
|
Function LicensePost
|
||||||
@@ -583,6 +591,8 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\FireflyShell-0c.dll"
|
Delete "$INSTDIR\FireflyShell-0c.dll"
|
||||||
Delete "$INSTDIR\FireflyShell-07.dll"
|
Delete "$INSTDIR\FireflyShell-07.dll"
|
||||||
Delete "$INSTDIR\FireflyShell-13.dll"
|
Delete "$INSTDIR\FireflyShell-13.dll"
|
||||||
|
Delete "$INSTDIR\FireflyShell-1d.dll"
|
||||||
|
Delete "$INSTDIR\FireflyShell-11.dll"
|
||||||
|
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk"
|
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall.lnk"
|
||||||
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Website.lnk"
|
Delete "$SMPROGRAMS\${PRODUCT_NAME}\Website.lnk"
|
||||||
|
|||||||
Reference in New Issue
Block a user