Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A33CB11AFC for ; Tue, 3 Jun 2014 10:14:48 +0000 (UTC) Received: (qmail 37947 invoked by uid 500); 3 Jun 2014 10:14:48 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 37896 invoked by uid 500); 3 Jun 2014 10:14:48 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 37889 invoked by uid 99); 3 Jun 2014 10:14:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 10:14:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 10:14:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E291C238889B; Tue, 3 Jun 2014 10:14:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1599466 - in /manifoldcf/branches/CONNECTORS-946/framework: crawler-ui/src/main/webapp/ ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/ Date: Tue, 03 Jun 2014 10:14:23 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140603101423.E291C238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Tue Jun 3 10:14:23 2014 New Revision: 1599466 URL: http://svn.apache.org/r1599466 Log: More fixes Modified: manifoldcf/branches/CONNECTORS-946/framework/crawler-ui/src/main/webapp/editjob.jsp manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_zh_CN.properties Modified: manifoldcf/branches/CONNECTORS-946/framework/crawler-ui/src/main/webapp/editjob.jsp URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-946/framework/crawler-ui/src/main/webapp/editjob.jsp?rev=1599466&r1=1599465&r2=1599466&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-946/framework/crawler-ui/src/main/webapp/editjob.jsp (original) +++ manifoldcf/branches/CONNECTORS-946/framework/crawler-ui/src/main/webapp/editjob.jsp Tue Jun 3 10:14:23 2014 @@ -372,8 +372,8 @@ { if (editjob.pipeline_connectionname.value == "") { - alert("<%=Messages.getBodyJavascriptString(pageContext.getRequest().getLocale(),"editjob.PipelineStageConnectionNameMustNotBeNull")%>"); - editjob..pipeline_connectionname.focus(); + alert("<%=Messages.getBodyJavascriptString(pageContext.getRequest().getLocale(),"editjob.SelectAPipelineStageConnectionName")%>"); + editjob.pipeline_connectionname.focus(); return; } eval("document.editjob.pipeline_"+n+"_op.value = 'Insert'"); @@ -384,7 +384,7 @@ { if (editjob.pipeline_connectionname.value == "") { - alert("<%=Messages.getBodyJavascriptString(pageContext.getRequest().getLocale(),"editjob.PipelineStageConnectionNameMustNotBeNull")%>"); + alert("<%=Messages.getBodyJavascriptString(pageContext.getRequest().getLocale(),"editjob.SelectAPipelineStageConnectionName")%>"); editjob.pipeline_connectionname.focus(); return; } @@ -947,8 +947,7 @@ <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"editjob.StageDescription")%> <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"editjob.StageConnectionName")%> - - + "> <%=(++displaySequence)%>. <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"editjob.RepositoryStage")%> @@ -982,7 +981,7 @@ - + "> " alt='<%=Messages.getBodyString(pageContext.getRequest().getLocale(),"editjob.Insertnewstagehere")%>' onclick='<%="javascript:AppendPipelineStage();"%>'/> Modified: manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties?rev=1599466&r1=1599465&r2=1599466&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties (original) +++ manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties Tue Jun 3 10:14:23 2014 @@ -409,7 +409,7 @@ editjob.RepositoryStage=(Repository) editjob.OutputStage=(Output) editjob.InsertBefore=Insert before editjob.Insertnewstagehere=Insert new stage here -editjob.PipelineStageConnectionNameMustNotBeNull=Pipeline stage connection name cannot be null +editjob.SelectAPipelineStageConnectionName=Select a pipeline stage connection name editjob.NoRepositoryConnectionsDefinedCreateOneFirst=No repository connections defined - create one first editjob.NoOutputConnectionsDefinedCreateOneFirst=No output connections defined - create one first Modified: manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties?rev=1599466&r1=1599465&r2=1599466&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties (original) +++ manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties Tue Jun 3 10:14:23 2014 @@ -435,7 +435,7 @@ editjob.RepositoryStage=(Repository) editjob.OutputStage=(Output) editjob.InsertBefore=Insert before editjob.Insertnewstagehere=Insert new stage here -editjob.PipelineStageConnectionNameMustNotBeNull=Pipeline stage connection name cannot be null +editjob.SelectAPipelineStageConnectionName=Select a pipeline stage connection name editjob.NoRepositoryConnectionsDefinedCreateOneFirst=リポジトリコネクションが未指定です - 作成してください editjob.NoOutputConnectionsDefinedCreateOneFirst=出力コネクションが未指定です - 作成してください Modified: manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_zh_CN.properties URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_zh_CN.properties?rev=1599466&r1=1599465&r2=1599466&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_zh_CN.properties (original) +++ manifoldcf/branches/CONNECTORS-946/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_zh_CN.properties Tue Jun 3 10:14:23 2014 @@ -435,7 +435,7 @@ editjob.RepositoryStage=(Repository) editjob.OutputStage=(Output) editjob.InsertBefore=Insert before editjob.Insertnewstagehere=Insert new stage here -editjob.PipelineStageConnectionNameMustNotBeNull=Pipeline stage connection name cannot be null +editjob.SelectAPipelineStageConnectionName=Select a pipeline stage connection name editjob.NoRepositoryConnectionsDefinedCreateOneFirst=存储库连接未指定 - 请创建 editjob.NoOutputConnectionsDefinedCreateOneFirst=输出连接未指定 - 请创建