Return-Path: X-Original-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4270596B9 for ; Thu, 22 Dec 2011 17:52:12 +0000 (UTC) Received: (qmail 37254 invoked by uid 500); 22 Dec 2011 17:52:12 -0000 Delivered-To: apmail-incubator-connectors-commits-archive@incubator.apache.org Received: (qmail 37218 invoked by uid 500); 22 Dec 2011 17:52:12 -0000 Mailing-List: contact connectors-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-dev@incubator.apache.org Delivered-To: mailing list connectors-commits@incubator.apache.org Received: (qmail 37211 invoked by uid 99); 22 Dec 2011 17:52:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 17:52:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,WEIRD_QUOTING 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; Thu, 22 Dec 2011 17:51:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2831423889EB; Thu, 22 Dec 2011 17:51:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1222373 [4/7] - in /incubator/lcf/branches/CONNECTORS-335: connectors/activedirectory/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/activedirectory/ connectors/cmis/connector/src/main/java/org/apache/manifoldcf/craw... Date: Thu, 22 Dec 2011 17:51:32 -0000 To: connectors-commits@incubator.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111222175135.2831423889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/lcf/branches/CONNECTORS-335/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java URL: http://svn.apache.org/viewvc/incubator/lcf/branches/CONNECTORS-335/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java?rev=1222373&r1=1222372&r2=1222373&view=diff ============================================================================== --- incubator/lcf/branches/CONNECTORS-335/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java (original) +++ incubator/lcf/branches/CONNECTORS-335/connectors/webcrawler/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/webcrawler/WebcrawlerConnector.java Thu Dec 22 17:51:31 2011 @@ -18,6 +18,7 @@ */ package org.apache.manifoldcf.crawler.connectors.webcrawler; +import org.apache.manifoldcf.core.i18n.*; import org.apache.manifoldcf.core.interfaces.*; import org.apache.manifoldcf.agents.interfaces.*; import org.apache.manifoldcf.crawler.interfaces.*; @@ -1372,11 +1373,11 @@ public class WebcrawlerConnector extends public void outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, List tabsArray) throws ManifoldCFException, IOException { - tabsArray.add("Email"); - tabsArray.add("Robots"); - tabsArray.add("Bandwidth"); - tabsArray.add("Access Credentials"); - tabsArray.add("Certificates"); + tabsArray.add(Messages.getString("WebcrawlerConnector.Email")); + tabsArray.add(Messages.getString("WebcrawlerConnector.Robots")); + tabsArray.add(Messages.getString("WebcrawlerConnector.Bandwidth")); + tabsArray.add(Messages.getString("WebcrawlerConnector.AccessCredentials")); + tabsArray.add(Messages.getString("WebcrawlerConnector.Certificates")); out.print( "