From yjlee123 at gmail.com Sat Aug 2 09:32:36 2008 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Sat, 2 Aug 2008 15:32:36 +0800 Subject: gui.pot message errors report Message-ID: <9371b4280808020032t4b5052bau8fa934e33f92a51@mail.gmail.com> Hi, There are two message lines in gui.pot that look like errors, 109 : %s: Wrong size for input argument %#d: A '%s' handle expected. <---- %#d 128 : %s: Wrong type for input argument #%d: %d x %d real row vector expected<--- %d x %d real row vector YungLee -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.cornet at scilab.org Mon Aug 4 16:33:13 2008 From: allan.cornet at scilab.org (Allan CORNET) Date: Mon, 4 Aug 2008 16:33:13 +0200 Subject: setlanguage Message-ID: <001f01c8f63f$06f65a80$14e30f80$@cornet@scilab.org> Hi, I added possibility to set your default language in scilab. Example : setlanguage('fr_FR') you switch to French, you need to restart scilab if you want to update menus. At the next restart of scilab , language by default will be 'fr_FR' If you want to use system default : setlanguage("") I am very interested , if you can check with others languages as 'ru_RU' and 'zh_TW' On Windows, I advise to update your prerequirement (svn://svn.scilab.org/scilab/trunk/Dev-Tools/SE/Prerequirements/Windows) Thanks you Best Regards Allan CORNET -------------- next part -------------- An HTML attachment was scrubbed... URL: From yjlee123 at gmail.com Tue Aug 5 17:09:27 2008 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Tue, 5 Aug 2008 23:09:27 +0800 Subject: [Scilab-loc] setlanguage In-Reply-To: <-391356544331762198@unknownmsgid> References: <-391356544331762198@unknownmsgid> Message-ID: <9371b4280808050809y1f8465a8r36cfd13d6612b575@mail.gmail.com> Hi, I have check effect of setlanguage('fr_FR') under WindowXP/zh_TW, and Linux/zh_TW.big5, Linux/zh_TW.utf8. The banner messages are changed as expected, but the menu items remain in Chinese. Also, the menu items are always in disable status. Is it the same for other languages (en_US,fr_FR) ? WBR, YungLee 2008/8/4 Allan CORNET > Hi, > > > > I added possibility to set your default language in scilab. > > > > Example : > > setlanguage('fr_FR') > > you switch to French, you need to restart scilab if you want to update > menus. > > > > At the next restart of scilab , language by default will be 'fr_FR' > > > > If you want to use system default : setlanguage("") > > > > I am very interested , if you can check with others languages as 'ru_RU' > and 'zh_TW' > > > > On Windows, I advise to update your prerequirement (svn:// > svn.scilab.org/scilab/trunk/Dev-Tools/SE/Prerequirements/Windows) > > > > Thanks you > > > > Best Regards > > > > Allan CORNET > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: changeLang.png Type: image/png Size: 15933 bytes Desc: not available URL: From vincent.couvert at scilab.org Tue Aug 5 17:23:38 2008 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Tue, 05 Aug 2008 17:23:38 +0200 Subject: [Scilab-loc] gui.pot message errors report In-Reply-To: <9371b4280808020032t4b5052bau8fa934e33f92a51@mail.gmail.com> References: <9371b4280808020032t4b5052bau8fa934e33f92a51@mail.gmail.com> Message-ID: <4898707A.2070804@scilab.org> Hi, I do not understand your remark about message 129. Can you tell me more ? Vincent Yung-Jang Lee a ?crit : > Hi, > > There are two message lines in gui.pot that look like errors, > > 109 : |%s|: Wrong size for input argument |%#d|: A '|%s|' handle > expected. <---- |%#d > ||128 : %s|: Wrong type for input argument #|%d|: |%d| x |%d| real row > vector expected<---| %d| x |%d| real row vector > > YungLee From yjlee123 at gmail.com Tue Aug 5 17:36:57 2008 From: yjlee123 at gmail.com (Yung-Jang Lee) Date: Tue, 5 Aug 2008 23:36:57 +0800 Subject: [Scilab-loc] gui.pot message errors report In-Reply-To: <4898707A.2070804@scilab.org> References: <9371b4280808020032t4b5052bau8fa934e33f92a51@mail.gmail.com> <4898707A.2070804@scilab.org> Message-ID: <9371b4280808050836n5b3b52d8id760d3c192a49b35@mail.gmail.com> What "%d x %d real row vector" means ? I general data of size "%d x %d" should be a matrix rather than a vector. I think "%d x %d real row vector" shoud be --> %d x %d real matrix or --> 1 x %d real row vector YungLee 2008/8/5 Vincent COUVERT > Hi, > > I do not understand your remark about message 129. Can you tell me more ? > > Vincent > > Yung-Jang Lee a ?crit : > > Hi, >> >> There are two message lines in gui.pot that look like errors, >> >> 109 : |%s|: Wrong size for input argument |%#d|: A '|%s|' handle >> expected. <---- |%#d >> ||128 : %s|: Wrong type for input argument #|%d|: |%d| x |%d| real row >> vector expected<---| %d| x |%d| real row vector >> >> YungLee >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shiqi.yu at gmail.com Wed Aug 6 05:17:51 2008 From: shiqi.yu at gmail.com (Shiqi Yu) Date: Wed, 6 Aug 2008 11:17:51 +0800 Subject: [Scilab-loc] setlanguage In-Reply-To: <-391356544331762198@unknownmsgid> References: <-391356544331762198@unknownmsgid> Message-ID: <296f12ef0808052017t12eb2223mbd67eb034fb13c7e@mail.gmail.com> Dear Allan, Now the translation of Simplified Chinese has finished. Can you add it to Scilab trunk? Regards, Shiqi 2008/8/4 Allan CORNET > Hi, > > > > I added possibility to set your default language in scilab. > > > > Example : > > setlanguage('fr_FR') > > you switch to French, you need to restart scilab if you want to update > menus. > > > > At the next restart of scilab , language by default will be 'fr_FR' > > > > If you want to use system default : setlanguage("") > > > > I am very interested , if you can check with others languages as 'ru_RU' > and 'zh_TW' > > > > On Windows, I advise to update your prerequirement (svn:// > svn.scilab.org/scilab/trunk/Dev-Tools/SE/Prerequirements/Windows) > > > > Thanks you > > > > Best Regards > > > > Allan CORNET > -- Shiqi Yu Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences. Homepage: http://yushiqi.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: From vincent.couvert at scilab.org Wed Aug 6 08:52:35 2008 From: vincent.couvert at scilab.org (Vincent COUVERT) Date: Wed, 06 Aug 2008 08:52:35 +0200 Subject: [Scilab-loc] gui.pot message errors report In-Reply-To: <9371b4280808050836n5b3b52d8id760d3c192a49b35@mail.gmail.com> References: <9371b4280808020032t4b5052bau8fa934e33f92a51@mail.gmail.com> <4898707A.2070804@scilab.org> <9371b4280808050836n5b3b52d8id760d3c192a49b35@mail.gmail.com> Message-ID: <48994A33.6000001@scilab.org> Hi, You are right. Thank you for reporting. I just uploaded a new version of gui.pot. Vincent Yung-Jang Lee a ?crit : > | > What "%d| x |%d| real row vector" means ? I general| data of size "%d| > x |%d" should be a matrix rather than a vector. > > I think ||"%d| x |%d| real row vector" shoud be > > --> |%d| x |%d| real matrix > or > --> 1 x |%d| real row vector > > > YungLee| > > | > 2008/8/5 Vincent COUVERT > > > Hi, > > I do not understand your remark about message 129. Can you tell me > more ? > > Vincent > > Yung-Jang Lee a ?crit : > > Hi, > > There are two message lines in gui.pot that look like errors, > > 109 : |%s|: Wrong size for input argument |%#d|: A '|%s|' > handle expected. <---- |%#d > ||128 : %s|: Wrong type for input argument #|%d|: |%d| x |%d| > real row vector expected<---| %d| x |%d| real row vector > > YungLee > > From Serge.Steer at inria.fr Thu Aug 14 15:12:05 2008 From: Serge.Steer at inria.fr (Serge Steer) Date: Thu, 14 Aug 2008 15:12:05 +0200 Subject: pot files updated Message-ID: <48A42F25.7080802@inria.fr> I just updated new version for cacsd and signal_processing pot files as well as a new one :polynomials.pot I am waiting for upload validation to upload corresponding french versions of cacsd.po signal_processing.po polynomials.po Serge Steer Scilab team From sylvestre.ledru at scilab.org Tue Aug 19 15:07:56 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 19 Aug 2008 15:07:56 +0200 Subject: How to synchronize Scilab & Launchpad translations Message-ID: <1219151276.3496.553.camel@korcula.inria.fr> Hi guys, I have just done a small script to sync Scilab & Launchpad. The documentation is available here: http://wiki.scilab.org/Localization#head-619121f1e1edfb104938c36ba69e07afd0a40733 And the script: $SCI/tools/localization/dispatchLocalizationFile.sh Thanks to this small script, it is straightforward get Launchpad *.po and incorporate them into the trunk. Sylvestre From sylvestre.ledru at scilab.org Tue Aug 19 16:05:31 2008 From: sylvestre.ledru at scilab.org (Sylvestre Ledru) Date: Tue, 19 Aug 2008 16:05:31 +0200 Subject: Update of the 4 localizations Message-ID: <1219154731.3496.567.camel@korcula.inria.fr> Hello, Using the script described in the previous email [1], I updated all language files into Scilab trunk (both Chinese, Russian & French) Note that they won't be available for the RC1 of Scilab 5. Thanks again for your work! Sylvestre [1] http://lists.scilab.org/cgi-bin/ezmlm-browse?list=localization&cmd=showmsg&msgnum=73