From harmony-dev-return-12861-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Tue Sep 05 08:52:42 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 26581 invoked from network); 5 Sep 2006 08:52:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 08:52:36 -0000 Received: (qmail 88109 invoked by uid 500); 5 Sep 2006 08:52:35 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 87413 invoked by uid 500); 5 Sep 2006 08:52:33 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 87402 invoked by uid 99); 5 Sep 2006 08:52:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 01:52:33 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ilya.okomin@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 01:52:32 -0700 Received: by ug-out-1314.google.com with SMTP id u40so2148697ugc for ; Tue, 05 Sep 2006 01:52:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dMlwbf0AxDZYMApWJGTdmTFh6B0g/izaKAlCQrVoIA2/giZy/s63p+RJtwyz0XwCdwM5jdAaDG5ahzqyD7nY9rSbEUAzjX5qDQLhiJirneozx9gehTcD5bwjBW/YBooEnK654XI5DzhBPGP7K1aT9rKRqosv1A4E6y28HeFJHBA= Received: by 10.67.100.17 with SMTP id c17mr3470691ugm; Tue, 05 Sep 2006 01:52:11 -0700 (PDT) Received: by 10.66.223.6 with HTTP; Tue, 5 Sep 2006 01:52:11 -0700 (PDT) Message-ID: Date: Tue, 5 Sep 2006 12:52:11 +0400 From: "Ilya Okomin" To: harmony-dev@incubator.apache.org Subject: Re: [jira] Updated: (HARMONY-1334) [classlib][internationalization]Internationalization of the sound module In-Reply-To: <906dd82e0609050128x5df6397cjea01b551e8878b0b@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_145134_29577847.1157446331356" References: <19949921.1156847543008.JavaMail.jira@brutus> <18502407.1157378603285.JavaMail.jira@brutus> <906dd82e0609050128x5df6397cjea01b551e8878b0b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_145134_29577847.1157446331356 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Yep, you are right, we can left such messages without internationalization. I made this automatically. Thanks for pointing this Mikhail, I'll update the patch. Regards, Ilya. On 9/5/06, Mikhail Loenko wrote: > > Ilya > > Does it make sense? > > - throw new Error("not yet implemented"); > + // sound.00=not yet implemented > + throw new Error(Messages.getString("sound.00")); > //$NON-NLS-1$ > > Thanks, > Mikhail > > 2006/9/4, Ilya Okomin (JIRA) : > > [ http://issues.apache.org/jira/browse/HARMONY-1334?page=all ] > > > > Ilya Okomin updated HARMONY-1334: > > --------------------------------- > > > > Attachment: sound.diff > > > > Please try this patch. > > > > > [classlib][internationalization]Internationalization of the sound > module > > > > ------------------------------------------------------------------------ > > > > > > Key: HARMONY-1334 > > > URL: http://issues.apache.org/jira/browse/HARMONY-1334 > > > Project: Harmony > > > Issue Type: Sub-task > > > Components: Classlib > > > Reporter: Ilya Okomin > > > Priority: Trivial > > > Attachments: sound.diff > > > > > > > > > [sound] module should be internationalized with the scheme suggested > in HARMONY-1308 issue. > > > > -- > > This message is automatically generated by JIRA. > > - > > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > > - > > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > > > > > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- -- Ilya Okomin Intel Middleware Products Division ------=_Part_145134_29577847.1157446331356--