Bug 9841 - Swedish translation when connecting to player
: Swedish translation when connecting to player
Status: CLOSED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: UI
: unspecified
: PC Windows XP
: P2 minor (vote)
: 7.4.0
Assigned To: Michael Herger
:
Depends on:
Blocks: 12788
  Show dependency treegraph
 
Reported: 2008-10-29 00:25 UTC by vagskal
Modified: 2009-10-05 23:52 UTC (History)
5 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vagskal 2008-10-29 00:25:05 UTC
Using the Swedish language option on both the Controller (7.2 r3080) and SqueezeCenter (7.2.1 - 23629 @ Mon Oct 27 02:02:47 PDT 2008 - Windows XP - SV - cp1252, Serverns IP-adress: 192.168.1.4, Perl-version: 5.8.8 MSWin32-x86-multi-thread, MySQL-version: 5.0.22-community-nt), when the Controller after a restart connects to a player the message on the display is not translated (i.e. "Connecting to [player namne]" instead of "Ansluter till [player namne]").

WHen switching between players using the controller the message on the display is translated correctly (i.e. "Ansluter till [player namne]").
Comment 1 James Richardson 2008-10-29 09:58:29 UTC
Works with SC 7.3 and controller r3220

Works for me with SC 7.2.1 and controller r3191

MAC / SC / Controller all set to Svenska (Swidish?)

Please let me know if I have the right language tested, then please retest and post if you still have an issue.

Comment 2 vagskal 2008-10-30 00:01:21 UTC
I have Swedish ("Svenska") on Win XP / SC / Controller.

I installed the latest 7.2.1 nightly (SqueezeCenter-version: 7.2.1 - 23715 @ Wed Oct 29 11:55:19 PDT 2008 - Windows XP - SV - cp1252) (and even rebooted), which forced an update of the Controller to r3191.

I then tested again and the initial message (after the screen "Free your music.", which I gather is not supposed to be translated) is still not translated into Swedish.

I admit this is a minor flaw, and with the ever decreasing time to initially connect it becomes less important... It is strange, however, that you cannot reproduce the behaviour (on your Mac), which I think has been this way ever since the official Swedish version came. I took the liberty of reopening the bug.
Comment 3 Michael Herger 2008-10-30 00:59:39 UTC
What's that first message? And did you configure your SC to use Swedish, too?
Comment 4 vagskal 2008-10-30 15:00:52 UTC
When the Controller boots it displays first the Logitech logo and then a screen showing the text "Free your music.", accompanied by a sound. Thereafter the Controller shows a screen saying "Connecting to [player namne]" (in English instead of Swedish).

Swedish ("Svenska") is chosen on both the Controller and SqueezeCenter. SqueezeCenter runs on a PC using Windows XP, Swedish version (with Swedish key board layout).
Comment 5 Michael Herger 2008-10-30 15:28:19 UTC
Mine says "Ansluter till Staubfänger" (FW3206)
Comment 6 vagskal 2008-10-31 03:07:53 UTC
(In reply to comment #5)
> Mine says "Ansluter till Staubfänger" (FW3206)

That is what I expexted to see on my device (apart from the "Staubfänger" [Dust Buster?] bit), but didn't.

If the behaviour cannot be reproduced, could it be something with my installation?
Comment 7 vagskal 2008-10-31 06:11:21 UTC
I have looked around the Controller UI and everything else seems translated into Swedish; also the messages "Connecting to [player name]", when switching players, and "Connecting to [music source]". One exception though: In the screensaver screen (Settings / Screen / Screensaver) the option "When stopped" is not translated into Swedish.
Comment 8 James Richardson 2008-10-31 08:44:29 UTC
Michael, your thoughts on this one?

Vagskal, can you try uninstalling SC 7.2.1 then re-installing it?
Comment 9 Michael Herger 2008-10-31 08:51:38 UTC
don't know the Controller innards good enough. That's a string which obviously isn't served by SC. Ben?
Comment 10 Ben Klaas 2008-10-31 09:26:37 UTC
mine to investigate...
Comment 11 Ben Klaas 2008-10-31 10:18:07 UTC
the string on that window is loaded from SlimBrowserApplet.lua, in the following code snippet:

-- full screen popup that appears until menus are loaded
local function _connectingToPlayer(self)
     ...
        local label = Label("text", self:string("SLIMBROWSER_CONNECTING_TO", playerName))

so, the translation comes from:
self:string("SLIMBROWSER_CONNECTING_TO")

which pulls from SlimBrowser's strings.txt file:


SLIMBROWSER_CONNECTING_TO
        DA      Etablerer forbindelse til\n%s
        DE      Verbindung mit %s
        EN      Connecting to\n%s
        ES      Conectando a\n%s
        FI      Yhdistetään kohteeseen\n%s
        FR      Connexion à %s
        IT      Connessione a %s
        NL      Er wordt een verbinding met %s gemaakt
        NO      Kopler til\n%s
        SV      Ansluter till \n%s

like Michael, mine says "Ansluter till Office Boom!" when connecting (however, I'm on 7.3 firmware, r3232)

Vagskal, my recommendation is to do a Settings->Advanced->Factory Reset and see if the problem persists after going through setup again.

FYI, SC has nothing to do with this bug, translation is fully delivered from the controller.
Comment 12 vagskal 2008-10-31 15:47:44 UTC
I have done a factory reset (two in fact, one using home and add button when restaring the Controller and one using the menu option on the Controller suggested by Ben Klaas in Comment #11) but the behaviour persists on my controller. (The fatory resets in fact revealed an interesting mix of langues...)

I thereafter, also, uninstalled and reinstalled the latest nightly of SC 7.2.1 (SqueezeCenter-version: 7.2.1 - 23736 @ Fri Oct 31 02:04:14 PDT 2008 - Windows XP - SV - cp1252), but no change in the reported behaviour.
Comment 13 Ben Klaas 2008-11-02 12:47:35 UTC
this isn't going to be fixed by 7.3. retarget for 7.3.1

Vagskal, you can ignore any advice to reinstall SqueezeCenter. This is definitely a controller-side issue only. Suggestion is to wait until official 7.3 release of SqueezeCenter (which will then provide 7.3 Controller firmware), and retest at that time.

Retarget and revisit before 7.3.1
Comment 14 vagskal 2008-11-03 00:47:10 UTC
(In reply to comment #13)
> this isn't going to be fixed by 7.3. retarget for 7.3.1
> 
> Vagskal, you can ignore any advice to reinstall SqueezeCenter. This is
> definitely a controller-side issue only. Suggestion is to wait until official
> 7.3 release of SqueezeCenter (which will then provide 7.3 Controller firmware),
> and retest at that time.
> 
> Retarget and revisit before 7.3.1
> 

OK. Will do. Thanks.

Could you be so kind as to see if some other language issues I discovered in the Swedish version of the Controller UI could also be fixed by then:

1. In the screensaver screen (Settings / Screen / Screensaver) the option "When stopped" is not translated into Swedish.

2. When switching languages in the Controller UI from Swedish ("Svenska") to English, the message "Loading English" is correctly displayed. But when switching the other way around, i.e. from English to Swedish ("Svenska") the message "Läser in engelska" (i.e. loading English) is displayed instead of "Läser in svenska" (i.e. loading Swedish).

3. The Classic Clock screen saver is not translated into Swedish, i.e. the weekday ("Monday", or "Mon", instead of "mändag",or "mån") and the abbreviations for the weekdays (M, T, W, F, S, S in stead of m, t, o t, f, l s)

4. When setting up the Controller after a factory reset there was a mixture of English/Swedish (after Swedish, "Svenska", was chosen as laguage). I cannot remember exactly what the problem was and I do not want to do yet another factory reset.
Comment 15 Michael Herger 2008-11-03 00:57:55 UTC
> 2. When switching languages in the Controller UI from Swedish ("Svenska") to
> English, the message "Loading English" is correctly displayed. But when
> switching the other way around, i.e. from English to Swedish ("Svenska") the
> message "Läser in engelska" (i.e. loading English) is displayed instead of
> "Läser in svenska" (i.e. loading Swedish).

that's bug 9856
Comment 16 vagskal 2008-11-30 02:16:10 UTC
After updating to 7.3 latest nightly (on the Controller 7.3 r3437), the initial message is translated correctly, i.e. "Ansluter till [player name]".

The very first screen with text after a restart, i.e. the slogan "Free your music.", is however not translated into Swedish ("Släpp musiken fri."), which it is on the screen of my SB3 and my Boom.

The other translation flaws mentioned in Comment #14 seem to persist (at least no. 1 and 3, whish I checked).
Comment 17 James Richardson 2008-12-19 08:02:18 UTC
Changing target to next release
Comment 18 Ben Klaas 2009-01-05 10:13:41 UTC
with only these exceptions, my bug list is being retargetted for 8.0

for 7.3.2 (very soon):
https://bugs-archive.lyrion.org/show_bug.cgi?id=7186 Browse albums/artists/genres/  years should remember previous state 

for 7.3.3 (later, but before 8.0):
https://bugs-archive.lyrion.org/show_bug.cgi?id=7139 Add editable "Network Settings" page

https://bugs-archive.lyrion.org/show_bug.cgi?id=7502 Add setup mode to set Static IPs (even if DHCP is present)

https://bugs-archive.lyrion.org/show_bug.cgi?id=7829 Jive menu broken if BLOCK_SIZE == list count + 1 and "Pla...

https://bugs-archive.lyrion.org/show_bug.cgi?id=8878 Party Mode

https://bugs-archive.lyrion.org/show_bug.cgi?id=10064 SqueezeCenter doesn't always auto-generate playerstatus w... (which will fix 8300)

https://bugs-archive.lyrion.org/show_bug.cgi?id=6334 add applet for network diagnostics (currently assigned to Tom)

Comment 19 Blackketter Dean 2009-07-22 08:39:39 UTC
Moving to the product SqueezePlay because this bug appears to apply to any player based on that application code.  Feel free to move it back if it's specific to the single original product.
Comment 20 Michael Herger 2009-07-29 04:07:18 UTC
> The very first screen with text after a restart, i.e. the slogan "Free your
> music."

Slogans usually aren't translated.

> The other translation flaws mentioned in Comment #14 seem to persist (at least
> no. 1 and 3, whish I checked).

1. should be fixed in 7.4/change 6834
3. is covered by bug 12788 (to which you've even commented)

Which means we can close this bug. Thanks!
Comment 21 James Richardson 2009-10-05 14:35:00 UTC
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server!
    * SqueezeCenter: 28672
    * Squeezebox 2 and 3: 130
    * Transporter: 80
    * Receiver: 65
    * Boom: 50
    * Controller: 7790
    * Radio: 7790  

Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes

If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Comment 22 vagskal 2009-10-05 23:52:02 UTC
This issue is still prevailing:

The very first screen with text after a restart, i.e. the slogan "Free your
music.", is however not translated into Swedish ("Släpp musiken fri."), which
it is on the screen of my SB3 and my Boom.

Perhaps it should be that way for some reason?