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/02/06 00:59:19 UTC

svn commit: r1240865 - in /incubator/lcf/trunk: ./ connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/

Author: kwright
Date: Sun Feb  5 23:59:18 2012
New Revision: 1240865

URL: http://svn.apache.org/viewvc?rev=1240865&view=rev
Log:
Fix for CONNECTORS-398, committed on behalf of Hitoshi Ozawa.

Added:
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html   (with props)
    incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html   (with props)
Modified:
    incubator/lcf/trunk/CHANGES.txt

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=1240865&r1=1240864&r2=1240865&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Sun Feb  5 23:59:18 2012
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 0.5-dev =====================
 
+CONNECTORS-398: Japanese localization for Alfresco connector.
+(Hitoshi Ozawa)
+
 CONNECTORS-396: Japanese updates for the CMIS connector.
 (Hitoshi Ozawa)
 

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html Sun Feb  5 23:59:18 2012
@@ -0,0 +1,102 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<table class="displaytable">
+	<tr>
+		<td class="separator" colspan="2">
+			<hr />
+		</td>
+	</tr>
+	<tr>
+    <td class="description">
+      <nobr>
+        テナントドメイン:
+      </nobr>
+    </td>
+    <td class="value">
+        <input id="tenantDomain" name="tenantDomain" type="text" size="32" value="$TENANTDOMAIN_A" />
+    </td>
+  </tr>
+	<tr>
+		<td class="description">
+			<nobr>
+				ユーザ名:
+			</nobr>
+		</td>
+		<td class="value">
+			<input id="username" type="text" name="username" value="$USERNAME_A" />
+		</td>
+	</tr>
+	<tr>
+		<td class="description">
+			<nobr>
+				パスワード:
+			</nobr>
+		</td>
+		<td class="value">
+			<input id="password" type="password" name="password" value="$PASSWORD_A" />
+		</td>
+	</tr>
+	<tr>
+		<td class="description">
+			<nobr>
+				プロトコル:
+			</nobr>
+		</td>
+		<td class="value">
+			<select id="protocol" name="protocol">
+			#if($PROTOCOL_BJ == "https")
+        <option value="http">http</option>
+        <option value="https" selected="selected">https</option>
+      #else
+        <option value="http" selected="selected">http</option>
+        <option value="https">https</option>
+      #end
+			</select>
+		</td>
+	</tr>
+	<tr>
+    <td class="description">
+      <nobr>
+        サーバ:
+      </nobr>
+    </td>
+    <td class="value">
+        <input id="server" name="server" type="text" size="32" value="$SERVER_A"/>
+    </td>
+  </tr>
+  <tr>
+    <td class="description">
+      <nobr>
+        ポート:
+      </nobr>
+    </td>
+    <td class="value">
+        <input id="port" name="port" type="text" size="5" value="$PORT_A" />
+    </td>
+  </tr>
+  <tr>
+    <td class="description">
+      <nobr>
+        パス:
+      </nobr>
+    </td>
+    <td class="value">
+        <input id="path" name="path" type="text" size="32" value="$PATH_A" />
+    </td>
+  </tr>
+</table>

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js Sun Feb  5 23:59:18 2012
@@ -0,0 +1,73 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<script type="text/javascript">
+<!--
+function checkConfig()
+{
+  return true;
+}
+ 
+function checkConfigForSave()
+{
+	if (editconnection.username.value == "")
+  {
+    alert("ユーザ名を入力してください");
+    SelectTab("サーバ");
+    editconnection.username.focus();
+    return false;
+  }
+  if (editconnection.password.value == "")
+  {
+    alert("パスワードを入力してください");
+    SelectTab("サーバ");
+    editconnection.password.focus();
+    return false;
+  }
+  if (editconnection.server.value =="") {
+    alert("サーバ名を入力してください");
+    SelectTab("サーバ");
+	  editconnection.server.focus();
+	  return false;
+  } else if(!editconnection.server.value.indexOf('/')==-1) {
+  	alert("サーバ名に文字「/」を含めないでください");
+  	SelectTab("サーバ");
+	  editconnection.server.focus();
+	  return false;
+  }
+  if (editconnection.port.value == "")
+  {
+  	alert("ポート番号を入力してください");
+  	SelectTab("サーバ");
+  	editconnection.port.focus();
+  	return false;
+  } else if (!isInteger(editconnection.port.value)){
+  	alert("サーバポートには整数を入力してください");
+  	SelectTab("サーバ");
+  	editconnection.port.focus();
+  	return false;
+  }
+  if(editconnection.path.value == ""){
+  		alert("パスを入力してください");
+  		SelectTab("サーバ");
+		  editconnection.path.focus();
+		  return false;
+	  }
+  return true;
+}
+// -->
+</script>

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editConfiguration_ja_JP.js
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html Sun Feb  5 23:59:18 2012
@@ -0,0 +1,36 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<table class="displaytable">
+	<tr>
+		<td class="separator" colspan="3">
+			<hr />
+		</td>
+	</tr>
+	<tr>
+		<td class="description">
+			<nobr>
+				Luceneクエリー:
+			</nobr>
+		</td>
+		<td class="value">
+			<nobr>
+				<input type="text" size="120" name="luceneQuery" value="$LUCENEQUERY_A" />
+			</nobr>
+		</td>
+	</tr>
+</table>

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js Sun Feb  5 23:59:18 2012
@@ -0,0 +1,32 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<script type="text/javascript">
+<!--
+function checkSpecification()
+{
+  // Does nothing right now.
+  return true;
+}
+ 
+function SpecOp(n, opValue, anchorvalue)
+{
+  eval("editjob."+n+".value = \""+opValue+"\"");
+  postFormSetAnchor(anchorvalue);
+}
+//-->
+</script>
\ No newline at end of file

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/editSpecification_ja_JP.js
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html Sun Feb  5 23:59:18 2012
@@ -0,0 +1,23 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<input type="hidden" name="username" value="$USERNAME_A" />
+<input type="hidden" name="password" value="$PASSWORD_A" />
+<input type="hidden" name="protocol" value="$PROTOCOL_A" />
+<input type="hidden" name="server" value="$SERVER_A" />
+<input type="hidden" name="port" value="$PORT_A" />
+<input type="hidden" name="path" value="$PATH_A" />
+<input type="hidden" name="tenantDomain" value="$TENANTDOMAIN_A" />
\ No newline at end of file

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenConfiguration_ja_JP.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html Sun Feb  5 23:59:18 2012
@@ -0,0 +1,17 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<input type="hidden" name="luceneQuery" value="$LUCENEQUERY_A" />
\ No newline at end of file

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/hiddenSpecification_ja_JP.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html Sun Feb  5 23:59:18 2012
@@ -0,0 +1,56 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<table class="displaytable">
+	<tr>
+		<td class="description" colspan="1">
+			<nobr>
+				引数:
+			</nobr>
+		</td>
+		<td class="value" colspan="3">
+		  <nobr>
+        テナントドメイン=$TENANTDOMAIN_B
+      </nobr>
+      <br />
+			<nobr>
+				ユーザ名=$USERNAME_B
+			</nobr>
+			<br />
+      <nobr>
+        パスワード=********
+      </nobr>
+			<br />
+			<nobr>
+				プロトコル=$PROTOCOL_B
+			</nobr>
+      <br />
+      <nobr>
+        サーバ=$SERVER_B
+      </nobr>
+      <br />
+      <nobr>
+        ポート=$PORT_B
+      </nobr>
+      <br />
+      <nobr>
+        パス=$PATH_B
+      </nobr>
+      <br />
+		</td>
+	</tr>
+</table>

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewConfiguration_ja_JP.html
------------------------------------------------------------------------------
    svn:keywords = Id

Added: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html?rev=1240865&view=auto
==============================================================================
--- incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html (added)
+++ incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html Sun Feb  5 23:59:18 2012
@@ -0,0 +1,27 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<table class="displaytable">
+	<tr>
+		<td class="description">
+			Luceneクエリー:
+		</td>
+		<td class="value">
+			$LUCENEQUERY_B
+		</td>
+	</tr>
+</table>

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/lcf/trunk/connectors/alfresco/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/alfresco/viewSpecification_ja_JP.html
------------------------------------------------------------------------------
    svn:keywords = Id