From xap-commits-return-1629-apmail-incubator-xap-commits-archive=incubator.apache.org@incubator.apache.org Tue Feb 19 23:26:32 2008 Return-Path: Delivered-To: apmail-incubator-xap-commits-archive@locus.apache.org Received: (qmail 23439 invoked from network); 19 Feb 2008 23:26:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 23:26:32 -0000 Received: (qmail 69756 invoked by uid 500); 19 Feb 2008 23:26:26 -0000 Delivered-To: apmail-incubator-xap-commits-archive@incubator.apache.org Received: (qmail 69739 invoked by uid 500); 19 Feb 2008 23:26:26 -0000 Mailing-List: contact xap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xap-dev@incubator.apache.org Delivered-To: mailing list xap-commits@incubator.apache.org Received: (qmail 69730 invoked by uid 99); 19 Feb 2008 23:26:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 15:26:26 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 23:25:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B11AE1A9832; Tue, 19 Feb 2008 15:25:57 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r629273 - in /incubator/xap/trunk/samples/WebContent/examples/widgets/i18n: ./ nls/ nls/en/ nls/en/strings.js nls/strings.js Date: Tue, 19 Feb 2008 23:25:54 -0000 To: xap-commits@incubator.apache.org From: jmargaris@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080219232557.B11AE1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmargaris Date: Tue Feb 19 15:25:48 2008 New Revision: 629273 URL: http://svn.apache.org/viewvc?rev=629273&view=rev Log: i18n example Added: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js (with props) incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js (with props) Added: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js?rev=629273&view=auto ============================================================================== --- incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js (added) +++ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js Tue Feb 19 15:25:48 2008 @@ -0,0 +1,14 @@ +/* + Copyright (c) 2004-2006, The Dojo Foundation + All Rights Reserved. + + Licensed under the Academic Free License version 2.1 or above OR the + modified BSD license. For more information on Dojo licensing, see: + + http://dojotoolkit.org/community/licensing.shtml +*/ + +({ + "string1":"An english string", + "string2":"A second english string" +}) \ No newline at end of file Propchange: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/en/strings.js ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js?rev=629273&view=auto ============================================================================== --- incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js (added) +++ incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js Tue Feb 19 15:25:48 2008 @@ -0,0 +1,14 @@ +/* + Copyright (c) 2004-2006, The Dojo Foundation + All Rights Reserved. + + Licensed under the Academic Free License version 2.1 or above OR the + modified BSD license. For more information on Dojo licensing, see: + + http://dojotoolkit.org/community/licensing.shtml +*/ + +({ + "string1":"default string 1", + "string2":"default string 2" +}) \ No newline at end of file Propchange: incubator/xap/trunk/samples/WebContent/examples/widgets/i18n/nls/strings.js ------------------------------------------------------------------------------ svn:eol-style = native