From continuum-commits-return-1882-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Thu Aug 17 00:57:50 2006 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 14550 invoked from network); 17 Aug 2006 00:57:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 00:57:50 -0000 Received: (qmail 49389 invoked by uid 500); 17 Aug 2006 00:57:50 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 49371 invoked by uid 500); 17 Aug 2006 00:57:50 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 49360 invoked by uid 99); 17 Aug 2006 00:57:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 17:57:50 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 17:57:49 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id DD30F1A9820; Wed, 16 Aug 2006 17:57:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r432091 - /maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Date: Thu, 17 Aug 2006 00:57:29 -0000 To: continuum-commits@maven.apache.org From: carlos@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060817005729.DD30F1A9820@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: carlos Date: Wed Aug 16 17:57:29 2006 New Revision: 432091 URL: http://svn.apache.org/viewvc?rev=432091&view=rev Log: [CONTINUUM-776] improve error messages Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties?rev=432091&r1=432090&r2=432091&view=diff ============================================================================== --- maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties (original) +++ maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Wed Aug 16 17:57:29 2006 @@ -108,7 +108,7 @@ add.project.malformed.url.error = The URL provided is malformed. add.project.xml.parse.error = The XML content of the POM can not be parsed. add.project.extend.error = Cannot use a POM with an 'extend' element. -add.project.missing.pom.error = Unable to read the POM file. +add.project.missing.pom.error = POM file does not exist. add.project.missing.groupid.error = Missing 'groupId' element in the POM. add.project.missing.artifactid.error = Missing 'artifactId' element in the POM. add.project.missing.version.error = Missing 'version' element in the POM. @@ -119,7 +119,7 @@ add.project.missing.notifier.type.error = Missing 'type' sub-element in the 'notifier' element in the POM. add.project.missing.notifier.configuration.error = Missing 'configuration' sub-element in the 'notifier' element in the POM. add.project.metadata.transfer.error = Transfer of Metadata has failed. -add.project.unknown.error = The specified resource cannot be accessed. +add.project.unknown.error = The specified resource cannot be accessed. Please try again later or contact your administrator. # ---------------------------------------------------------------------- # Page: AddMavenOneProject