From harmony-dev-return-12857-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Tue Sep 05 08:28:49 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 21282 invoked from network); 5 Sep 2006 08:28:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 08:28:40 -0000 Received: (qmail 58998 invoked by uid 500); 5 Sep 2006 08:28:40 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 58290 invoked by uid 500); 5 Sep 2006 08:28:38 -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 58279 invoked by uid 99); 5 Sep 2006 08:28:38 -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:28:38 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mloenko@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO nz-out-0102.google.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 01:28:37 -0700 Received: by nz-out-0102.google.com with SMTP id v1so1045218nzb for ; Tue, 05 Sep 2006 01:28:17 -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:content-transfer-encoding:content-disposition:references; b=smsUprAcSqm6mRVBVvG+AkupQs6ucEEDYtHC7MasztCK7S5+RPxDkfg8Fx1Kf6+egTV1vYRz+Gm9Ru22fJdJept9vh5Vmb3Bo96wh6yUMb6++MZZ6D2afqPJGJ7p0rcpZzM/Ce6XUIIgH+XWvO+BKjnwVSRGTtcAImUz5sB88NY= Received: by 10.64.193.9 with SMTP id q9mr4292862qbf; Tue, 05 Sep 2006 01:28:16 -0700 (PDT) Received: by 10.65.155.13 with HTTP; Tue, 5 Sep 2006 01:28:16 -0700 (PDT) Message-ID: <906dd82e0609050128x5df6397cjea01b551e8878b0b@mail.gmail.com> Date: Tue, 5 Sep 2006 15:28:16 +0700 From: "Mikhail Loenko" To: harmony-dev@incubator.apache.org Subject: Re: [jira] Updated: (HARMONY-1334) [classlib][internationalization]Internationalization of the sound module In-Reply-To: <18502407.1157378603285.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19949921.1156847543008.JavaMail.jira@brutus> <18502407.1157378603285.JavaMail.jira@brutus> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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