From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FZRdZ-0004tP-F4 for mharc-grub-devel@gnu.org; Fri, 28 Apr 2006 07:59:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZRdX-0004sY-RN for grub-devel@gnu.org; Fri, 28 Apr 2006 07:59:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZRdW-0004ry-Q0 for grub-devel@gnu.org; Fri, 28 Apr 2006 07:59:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZRdW-0004ru-Ml for grub-devel@gnu.org; Fri, 28 Apr 2006 07:59:50 -0400 Received: from [193.144.10.29] (helo=relay2.udl.es) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FZRge-0003Vr-13 for grub-devel@gnu.org; Fri, 28 Apr 2006 08:03:04 -0400 Received: from jupiter.udl.net (jupiter.udl.net [172.16.2.2]) by relay2.udl.es (8.13.6/8.13.4) with ESMTP id k3SBxWTk000909 for ; Fri, 28 Apr 2006 13:59:37 +0200 Received: from [172.16.2.100] (eup33_01 [172.16.2.100]) by jupiter.udl.net (8.11.7p1+Sun/8.11.6) with ESMTP id k3SBm3q17008 for ; Fri, 28 Apr 2006 13:48:03 +0200 (MET DST) Message-ID: <445200F3.5060602@raulete.net> Date: Fri, 28 Apr 2006 13:48:03 +0200 From: adrian15 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: grub-devel@gnu.org References: <200604251605.k3PG58Ax008963@dell01.dinaserver.com> In-Reply-To: <200604251605.k3PG58Ax008963@dell01.dinaserver.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88/1428/Thu Apr 27 20:39:31 2006 on relay2.udl.es X-Virus-Status: Clean Subject: Re: SOC - SGD based on grub2 - Menu and scripting status X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 11:59:52 -0000 > On Monday 24 April 2006 20:36, Marco Gerards wrote: > >>Will this mean Adrian can use it for menu entries as well? I think >>that is what he wants to do. > > > In my idea, yes. I can say anything before implementing. ;) > > Okuji Yes... The thing that when meaning translation I was thinking about SGD, which is kind of a GUI for Grub so... I did not think about Grub messages but to menu entries as Marco suggested. However you're right Grub messages could also be translated. Currently I have SGD (only menu entries) translated to various languages with a three-level structure... one for algorithm... one for "kind of universal language" and one for the actual languages. It's implemented with bash variables and uses sed and other unix tools and it is not perfect... I know there was this gettext thing and in the first place I didn't get to work it with bash (I think I needed to recompile it) so I discarded the idea. Maybe I will take a look at gettext again for SG2D. adrian15