You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/09/05 14:28:07 UTC

svn commit: r1381158 - in /manifoldcf/trunk/connectors/sharepoint/connector/src/main: java/org/apache/manifoldcf/crawler/connectors/sharepoint/ native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/

Author: kwright
Date: Wed Sep  5 12:28:07 2012
New Revision: 1381158

URL: http://svn.apache.org/viewvc?rev=1381158&view=rev
Log:
More i18n problems fixed - part of CONNECTORS-517.

Modified:
    manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
    manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_en_US.properties
    manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_ja_JP.properties

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java?rev=1381158&r1=1381157&r2=1381158&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/sharepoint/SharePointRepository.java Wed Sep  5 12:28:07 2012
@@ -2122,7 +2122,7 @@ public class SharePointRepository extend
       out.print(
 "      </table>\n"+
 "      <input type=\"button\" onclick='Javascript:ShpAddCertificate()' alt=\"" + Messages.getAttributeString(locale,"SharePointRepository.AddCert") + "\" value=\"" + Messages.getAttributeString(locale,"SharePointRepository.Add") + "\"/>&nbsp;\n"+
-"      "+Messages.getBodyString(locale,"SharePointRepository.Certificate")+"<input name=\"shpcertificate\" size=\"50\" type=\"file\"/>\n"+
+"      "+Messages.getBodyString(locale,"SharePointRepository.Certificate")+"&nbsp;<input name=\"shpcertificate\" size=\"50\" type=\"file\"/>\n"+
 "    </td>\n"+
 "  </tr>\n"+
 "</table>\n"

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_en_US.properties
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_en_US.properties?rev=1381158&r1=1381157&r2=1381158&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_en_US.properties (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_en_US.properties Wed Sep  5 12:28:07 2012
@@ -92,12 +92,12 @@ SharePointRepository.PleaseSupplyAValidN
 SharePointRepository.PleaseSpecifyAnyServerPathInformation=Please specify any server path information in the site path field, not the server name field
 SharePointRepository.SitePathMustBeginWithWCharacter=Site path must begin with a '/' character
 SharePointRepository.SitePathCannotEndWithACharacter=Site path cannot end with a '/' character
-SharePointRepository.AValidSharePointUserNameHasTheForm=A valid SharePoint user name has the form <domain>\\\\<user>
+SharePointRepository.AValidSharePointUserNameHasTheForm=A valid SharePoint user name has the form <domain>\\<user>
 SharePointRepository.PleaseFillInASharePointServerName=Please fill in a SharePoint server name
 SharePointRepository.PleaseSpecifyAnyServerPathInformationInTheSitePathField=Please specify any server path information in the site path field, not the server name field
 SharePointRepository.PleaseSupplyASharePointPortNumber=Please supply a SharePoint port number, or none for default
-SharePointRepository.TheConnectionRequiresAValidSharePointUserName=The connection requires a valid SharePoint user name of the form <domain>\\\\<user>
-SharePointRepository.Certificate=Certificate:&nbsp;
+SharePointRepository.TheConnectionRequiresAValidSharePointUserName=The connection requires a valid SharePoint user name of the form <domain>\\<user>
+SharePointRepository.Certificate=Certificate:
 SharePointRepository.PleaseSelectATypeFirst=Please select a type first
 SharePointRepository.PleaseSelectAnActionFirst=Please select an action first
 SharePointRepository.PleaseSelectASiteFirst=Please select a site first

Modified: manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_ja_JP.properties
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_ja_JP.properties?rev=1381158&r1=1381157&r2=1381158&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_ja_JP.properties (original)
+++ manifoldcf/trunk/connectors/sharepoint/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/sharepoint/common_ja_JP.properties Wed Sep  5 12:28:07 2012
@@ -92,12 +92,12 @@ SharePointRepository.PleaseSupplyAValidN
 SharePointRepository.PleaseSpecifyAnyServerPathInformation=サーバ名ではなく、サイトパスにサーバパス情報を入力してください
 SharePointRepository.SitePathMustBeginWithWCharacter=サイトパスは文字「/」から始めてください
 SharePointRepository.SitePathCannotEndWithACharacter=サイトパスの未尾に文字「/」を使わないでください
-SharePointRepository.AValidSharePointUserNameHasTheForm=SharePointユーザ名は<ドメイン>\\\\<ユーザ>\で指定してください
+SharePointRepository.AValidSharePointUserNameHasTheForm=SharePointユーザ名は<ドメイン>\\<ユーザ>\で指定してください
 SharePointRepository.PleaseFillInASharePointServerName=SharePointサーバ名を入力してください
 SharePointRepository.PleaseSpecifyAnyServerPathInformationInTheSitePathField=サーバ名ではなく、サイトパスにサーバパス情報を入力してください
 SharePointRepository.PleaseSupplyASharePointPortNumber=SharePointポート番号を入力してください。デフォルト値を利用する場合は空白にしてください
-SharePointRepository.TheConnectionRequiresAValidSharePointUserName=コネクションのSharePointユーザ名は<ドメイン>\\\\<ユーザ>\形式で指定してください
-SharePointRepository.Certificate=証明証:&nbsp;
+SharePointRepository.TheConnectionRequiresAValidSharePointUserName=コネクションのSharePointユーザ名は<ドメイン>\\<ユーザ>\形式で指定してください
+SharePointRepository.Certificate=証明証:
 SharePointRepository.PleaseSelectATypeFirst=タイプを選択してください
 SharePointRepository.PleaseSelectAnActionFirst=処理を選択してください
 SharePointRepository.PleaseSelectASiteFirst=サイトを選択してください