[Slim-Checkins] r33722 - in /7.7/trunk/platforms/win32/installer: SqueezeCenter.iss strings.iss
| Newsgroups | gmane.music.equipment.slimdevices.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mherger
Date: Mon Nov 21 01:27:49 2011
New Revision: 33722
URL: http://svn.slimdevices.com/slim?rev=33722&view=rev
Log:
Bug: n/a
Description: we need to put EN at the top of the languages list to make it fallback option if a localization is missing.
Modified:
7.7/trunk/platforms/win32/installer/SqueezeCenter.iss
7.7/trunk/platforms/win32/installer/strings.iss
Modified: 7.7/trunk/platforms/win32/installer/SqueezeCenter.iss
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/win32/installer/SqueezeCenter.iss?rev=33722&r1=33721&r2=33722&view=diff
==============================================================================
--- 7.7/trunk/platforms/win32/installer/SqueezeCenter.iss (original)
+++ 7.7/trunk/platforms/win32/installer/SqueezeCenter.iss Mon Nov 21 01:27:49 2011
@@ -15,10 +15,11 @@
#define VCRedistKey = "SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86"
[Languages]
+; order of languages is important when falling back when a localization is missing
+Name: en; MessagesFile: "Default.isl"
Name: cz; MessagesFile: "Czech.isl"
Name: da; MessagesFile: "Danish.isl"
Name: de; MessagesFile: "German.isl"
-Name: en; MessagesFile: "Default.isl"
Name: es; MessagesFile: "Spanish.isl"
Name: fi; MessagesFile: "Finnish.isl"
Name: fr; MessagesFile: "French.isl"
Modified: 7.7/trunk/platforms/win32/installer/strings.iss
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/win32/installer/strings.iss?rev=33722&r1=33721&r2=33722&view=diff
==============================================================================
--- 7.7/trunk/platforms/win32/installer/strings.iss (original)
+++ 7.7/trunk/platforms/win32/installer/strings.iss Mon Nov 21 01:27:49 2011
@@ -875,6 +875,6 @@
en.PleaseInstallVCRedist2010=In order to install Logitech Media Server on this computer you'll have to install the Microsoft Visual C++ 2010 Redistributable Package (x86).
-en.FindVCRedist2010Online= Please download it from the following link:%n%nhttp://www.microsoft.com/download/en/details.aspx?id=8328
+en.FindVCRedist2010Online=Please download it from the following link:%n%nhttp://www.microsoft.com/download/en/details.aspx?id=8328
en.FindVCRedist=You can find a copy of the package in the Software share of your WHS.