polish INSTALLER EXE for VLC

Everything related to VLC media player translations: new translations, corrections, ...
MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

polish INSTALLER EXE for VLC

Postby MT » 23 Jun 2007 23:49

Add this to the file [vlc.win32.nsi.in] for the polish setup installer in the 0.8.6-bugfix source:

; Language files
!insertmacro MUI_LANGUAGE "Polish"


So the setup EXE will install VLC in Polski !!!
Last edited by MT on 30 Jun 2007 02:44, edited 1 time in total.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 24 Jun 2007 00:47

Rapidshare is not the best thing... Is it a newer version that the trunk version? Have you asked xtophe?

For the installer, it should be easy :D
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

more languages for VLC setup

Postby MT » 24 Jun 2007 01:19

Rapidshare is not the best thing...
OK sorry for that but i didn't know were to send it instead....
Yes, is it a newer version that the one in the current trunk !
I already sent it to xtophe. In the future I will send my PO files to him :lol:

And for the installer:
I also tried this language settings for the installer and they worked!

; Language files
!insertmacro MUI_LANGUAGE "Hebrew"
!insertmacro MUI_LANGUAGE "Turkish"
!insertmacro MUI_LANGUAGE "Galician"
!insertmacro MUI_LANGUAGE "Czech"
!insertmacro MUI_LANGUAGE "Slovak"
!insertmacro MUI_LANGUAGE "Slovenian"
!insertmacro MUI_LANGUAGE "Hungarian"
!insertmacro MUI_LANGUAGE "Romanian"
!insertmacro MUI_LANGUAGE "Malay"
!insertmacro MUI_LANGUAGE "Thai"


but the installer doesn't display all available languages :x
Must switch the country settings in the system first to display other languages. Why??

MT :wink:

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 24 Jun 2007 12:34

Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

thanks!!!

Postby MT » 24 Jun 2007 15:06

BIG THANKS 8)

and what about the other working languages ??

put this in: Hebrew, Turkish, Galician, Czech, Slovak, Slovenian, Hungarian, Romanian
and maybe: Malay, Thai
and: Norwegian, Suomi and not (yet) included in VLC so you can put them out fist

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 24 Jun 2007 15:08

Well, I don't know if they translated the installer for most of them.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

polish language in VLC

Postby MT » 24 Jun 2007 15:32

the next step:

for branches/0.8.6-bugfix/configure.ac:
include this here at line 310 :
ALL_LINGUAS="pl"

for branches/0.8.6-bugfix/src/libvlc.h:
include this here at line 31 :
static char *ppsz_language[] =
{ "auto", "pl" };


and this here on line 36:
static char *ppsz_language_text[] =
{ N_("Auto"), N_("Polish") };


and finaly:
branches/0.8.6-bugfix/src/misc/darwin_specific.m:
this here on line 66 :
"Polish", "pl",

thanks

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

more languages

Postby MT » 24 Jun 2007 15:38

Well, I don't know if they translated the installer for most of them.
sure but Czech, Slovak, Slovenian, Hungarian, Romanian and Turkish works definitely!
I compared it with other nsis installers and they should have the same text!

so why dont put them inside?

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

Postby MT » 24 Jun 2007 15:47

Can you also update the polish PO file in branches/0.8.6-bugfix/po ???

MetalheadGautham
Big Cone-huna
Big Cone-huna
Posts: 720
Joined: 25 Apr 2007 23:11
VLC version: 0.9 series
Operating System: ArchLinux i686
Location: well....... there is a door in front of my house
Contact:

Postby MetalheadGautham » 24 Jun 2007 16:51

Can you also update the polish PO file in branches/0.8.6-bugfix/po ???


you mean 0.8.6c?

or the original 0.86??
Visit: VLC and Other alternatives to Popular Media Players
Website: thesmallerbang.wordpress.com
On Linux, blindly use VLC, SMPlayer, Kaffeine, GXine, Totem and MPlayer
Image
PM requests to attend to problems will not be entertained
Please post your question in the RIGHT forum.
SEARCH before posting to see if your question's been already answered

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

Postby MT » 24 Jun 2007 17:24

isn't the 0.8.6-bugfix the same as the 0.8.6c ???
i mean the current one on:
http://trac.videolan.org/vlc/browser/branches

i have written a better polish PO file and want to include it to the current branches...

thanks

secarica
Blank Cone
Blank Cone
Posts: 95
Joined: 25 Oct 2005 00:27
Location: Romania, Earth
Contact:

Re: thanks!!!

Postby secarica » 30 Jun 2007 10:11

BIG THANKS 8) and what about the other working languages ?? put this in: Hebrew, Turkish, Galician, Czech, Slovak, Slovenian, Hungarian, Romanian [...]
Ok, I am working at the Romanian translation (the most recent update was yesterday). But I am not sure what should I check about the installer.
What should I check ? (where/what files ?)

Cristi
... I think it's too hard to think

Xyzzy
Blank Cone
Blank Cone
Posts: 12
Joined: 29 Jun 2007 15:54

Re: polish INSTALLER EXE for VLC

Postby Xyzzy » 30 Jun 2007 11:36

And what's up with ZIP file with Polish?

X.

secarica
Blank Cone
Blank Cone
Posts: 95
Joined: 25 Oct 2005 00:27
Location: Romania, Earth
Contact:

Re: polish INSTALLER EXE for VLC

Postby secarica » 30 Jun 2007 12:07

Hm. I noticed now that the official downloadable VLC 0.8.6c installer package (Win32) is only in English, whereas previous a and b installer versions were multilanguage enabled (Arabic, Chinese, Danish, etc.).

:?:

Cristi
... I think it's too hard to think

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: polish INSTALLER EXE for VLC

Postby dionoea » 30 Jun 2007 16:04

Hm. I noticed now that the official downloadable VLC 0.8.6c installer package (Win32) is only in English, whereas previous a and b installer versions were multilanguage enabled (Arabic, Chinese, Danish, etc.).
Hum, that's weird ... must be an error on our side.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

Re: polish INSTALLER EXE for VLC

Postby MT » 02 Jul 2007 02:56

And what's up with ZIP file with Polish?

X.
I deleted this file because xtophe already included it into the 0.8.6. you can test it on a current nightly or download it here:
http://trac.videolan.org/vlc/browser/br ... x/po/pl.po

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

INSTALLER BUG in 0.8.6c+0.9.0

Postby MT » 02 Jul 2007 03:56

Hm. I noticed now that the official downloadable VLC 0.8.6c installer package (Win32) is only in English, whereas previous a and b installer versions were multilanguage enabled (Arabic, Chinese, Danish, etc.).
Hum, that's weird ... must be an error on our side.
Yes i also tested the 0.8.6a and b setups. And there it really this strange bug of this multilanguage setup EXE !!!
In 0.8.6a setup-EXE you can select ALL possible languages that are in the (vlc.win32.nsi ; line 80) installer file !!!
But in the 0.8.6c AND the new 0.9.0 you can select a few or only English (depending on the country-settings in you system!)
All nightly brunch+trunk setups have this bug!WHY?? has something changed in the installer from 0.8.6a+b to 0.8.6c+0.9.0 ??

Can this bug be removed in the next nighty build? Or is it to late to do that? Cuz the 0.8.6a+b worked with all languages.....

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

Re: thanks!!!

Postby MT » 02 Jul 2007 04:12

Ok, I am working at the Romanian translation (the most recent update was yesterday). But I am not sure what should I check about the installer.
What should I check ? (where/what files ?)

Cristi
You can't test the setup in romanian yet because this here is missing in the file (vlc.win32.nsi.in):

!insertmacro MUI_LANGUAGE "Romanian"

Like this here for polish you need it also for RO:
http://trac.videolan.org/vlc/changeset/20671

And than you have to compile it to an EXE.
Maybe there will be a branch nightly without this nasty select-language-bug and with RO setup soon...

secarica
Blank Cone
Blank Cone
Posts: 95
Joined: 25 Oct 2005 00:27
Location: Romania, Earth
Contact:

Re: INSTALLER BUG in 0.8.6c+0.9.0

Postby secarica » 02 Jul 2007 08:47

But in the 0.8.6c AND the new 0.9.0 you can select a few or only English (depending on the country-settings in you system!)
If the installer language is somehow locale setting dependent, that's not so a big problem. Why would this be a poblem ?

But even if this might be the case, the question is what is meant by the installer "locale setting". The VLC itself, similar to most GTK+ based applications on Win32, fetch the regonal language setting (i.e. the setting that tells the 12/24 clock format, the letter/A4 printer page format, etc.) instead of the user interface language setting, which is not so clever IMO. For example maybe I want to keep the user interface language in English, but want to have the clock, printer page etc. in Romanian locale setting format, then all GTK+ based applications (Pidgin, Sylpheed, GPA, VLC if set to "Auto", etc.) will switch to Romanain language interface only because of that, thus ignoring my user interface language preference (the GetUserDefaultUILanguage() API) which is set in the control shown below:

Image

Cristi
... I think it's too hard to think

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

Re: polish INSTALLER EXE for VLC

Postby MT » 02 Jul 2007 16:15

Ok, you have changed the wrong settings!
Try to change the language for the non-Unicode on the THIRD TAB (Advanced - your pic above)! I found something about it at:
http://blogs.msdn.com/michkap/articles/279998.aspx
...You would not believe how many people mess this up and try to change the language at the top of the first tab under "Standards and Formats"!...
I mean its not the 12/24 clock format, date or the printer page format, but the Language for Non-Unicode Programs !!
So switch it to French, German, Italian or Spanish and run the 0.8.6d or 0.8.6c setup EXE. You should have some more languages to select! But not all that are possible
And on all versions to 0.8.6b you could select all languages WITHOUT switching the Language for Non-Unicode Programs !
Is it a bug?? The new 0.9.0 have also this problem...

secarica
Blank Cone
Blank Cone
Posts: 95
Joined: 25 Oct 2005 00:27
Location: Romania, Earth
Contact:

Re: polish INSTALLER EXE for VLC

Postby secarica » 02 Jul 2007 16:49

Ok, you have changed the wrong settings! Try to change the language for the non-Unicode on the THIRD TAB (Advanced - your pic above)!
I was speaking about a different thing. For my system ALL regional settings, including the Language for non-Unicode programs are set to Romanian, but one user uses Romanian interface language and another user English interface language. Still with Romanian locale settngs. All these are different things with serve different purpose.

The language of an application interface should follow the language interface setting for that user.

Cristi
... I think it's too hard to think

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

INSTALLER EXE for VLC

Postby MT » 02 Jul 2007 17:05

OK, I compiled a VLC version with 29 (!) possible and working languages for the setup EXE !!
But I have also this bug here: You can't select all languages at one time! You have to change the language for Non-Unicode Programs if you want to display the other missing langs (i.e. change it to polish in you system for selecting east european langs in VLC setup)
The one who are interesting in it, can get it on:
http://rapidshare.com/files/40599770/vl ... 2.exe.html

OK OK, i know rapidshare is shitty but i want only test this version and if someone is against it, than i can delete it.
Sorry at time i don't really have webspace, Im waiting for my ISP to make it possible soon.

MT
Blank Cone
Blank Cone
Posts: 59
Joined: 12 Jun 2007 01:19

Re: polish INSTALLER EXE for VLC

Postby MT » 02 Jul 2007 17:18

The language of an application interface should follow the language interface setting for that user.
Yep, this worked in 0.8.6a + 0.8.6b AND IS BROKEN in 0.8.6d + 0.9.0
I think there is a little setup-EXE-bug in the current VLC versions.... Or what do you think?
Anyway, is the VLC setup in romanian correct?

MT

secarica
Blank Cone
Blank Cone
Posts: 95
Joined: 25 Oct 2005 00:27
Location: Romania, Earth
Contact:

Re: polish INSTALLER EXE for VLC

Postby secarica » 02 Jul 2007 18:01

Anyway, is the VLC setup in romanian correct?
That depends.
Yes, your installer defaults to Romanian on my Romanian enabled system.
No, because the installer's Romanian language lacks the Romanian diacritical marks. This may be the installer's fault (NSIS?), but that doesn't mater much for me: it is wrong.

Cristi
... I think it's too hard to think

secarica
Blank Cone
Blank Cone
Posts: 95
Joined: 25 Oct 2005 00:27
Location: Romania, Earth
Contact:

Re: polish INSTALLER EXE for VLC

Postby secarica » 02 Jul 2007 18:26

Anyway, is the VLC setup in romanian correct?
Your installer also shows another strange thing: with the Language for non-Unicode programs set to "English (United States)", the installer language selector now defaults to Dansk :?

I think I will better spend my time with the official release ...

Cristi
... I think it's too hard to think


Return to “VLC media player Translations”

Who is online

Users browsing this forum: No registered users and 6 guests