<strings>
	<string id="XMLXSL_SB/Title" value='XSLT 變形' />
	<string id="XMLXSL_SB/AddTitle" value='新增參數' />
	<string id="XMLXSL_SB/EditTitle" value='編輯參數' />
	<string id="XMLXSL_SB/XMLFile" value='XML URI:' />
	<string id="XMLXSL_SB/XSLFile" value='XSLT 檔案:' />
	<string id="XMLXSL_SB/XSLParams" value='XSLT 括號:' />
	<string id="XMLXSL_SB/BrowseBtn" value='瀏覽...' />
	<string id="XMLXSL_SB/EditBtn" value='編輯...' />
	<string id="XMLXSL_SB/ParamName" value='名稱:' />
	<string id="XMLXSL_SB/ParamValue" value='值:' />
	<string id="XMLXSL_SB/ParamDefValue" value='預設值:' />	
	<string id="XMLXSL_SB/SelectXSLT" value='選取 XSLT 檔案' />	
	<string id="XMLXSL_SB/SelectXML" value='選取 XML 檔案' />	
	<string id="XMLXSL_Attach/XSLStylesheet" value='附加 XSLT 樣式表' />	
	<string id="XMLXSL_Attach/XSLFile" value='請指定一個 XSLT 檔案:' />	
	<string id="XMLXSL_Attach/SaveFile" value='附加 XSLT 檔案前，請先儲存檔案' />
	<string id="XMLXSL_Attach/XSLEmpty" value='XSLT 檔案欄位不能是空的。' />
	
	
	<string id="XMLXSL_SBError/SaveFile" value='套用 XSLT 變形前，請先儲存檔案' />
	<string id="XMLXSL_SBError/XMLEmpty" value='XML URI 欄位不能是空的。' />
	<string id="XMLXSL_SBError/XSLEmpty" value='XSLT 檔案欄位不能是空的。' />
	<string id="XMLXSL_SBError/NO_XMLFile" value='XML URI 欄位中指定的值不是 XML 檔案。' />
	<string id="XMLXSL_SBError/Wrong_Prot" value='僅有 http 與 https 通訊協定支援 XML URI。' />
	<string id="XMLXSL_SBError/NO_XSLFile" value='XSLT 檔案欄位中指定的值不是 XSLT 檔案。' />
	<string id="XMLXSL_SBError/XSLLocal" value='XSLT 檔案必須是本機檔案。未接受 URL 值。' />
	<string id="XMLXSL_SBError/NoParamName" value='請輸入參數名稱。' />
	<string id="XMLXSL_SBError/InvalidParamName" value='請輸入有效的參數名稱。' />	
	<string id="XMLXSL_SBError/NoParamValue" value='請輸入參數值。' />						
	<string id="XMLXSL_SBError/XSLT_Entire_Html_Existing" value='請移除現有的 html 與目前文件中的 head 或內文區段&#13;，因為它們已存在於已套用的 XSLT (整個) 檔案中。'/>
	<!-- ColdFusion Server Side Errors -->
	<string id="XMLXSL_SSError/ColdFusion/MM_GEN_ERROR" value='MM_XSLTransform 錯誤。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ColdFusion/MM_XML_EMPTY_ERROR" value='XSLT 來源不能是空的。' />	
	<string id="XMLXSL_SSError/ColdFusion/MM_XSL_EMPTY_ERROR" value='XSLT 來源不能是空的。' />	
	<string id="XMLXSL_SSError/ColdFusion/MM_OPEN_REMOTE_ERROR" value='開啟 %s 時發生錯誤。&lt;br&gt;' />	
	<string id="XMLXSL_SSError/ColdFusion/MM_OPEN_FILE_ERROR" value='找不到指定的檔案 %s。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ColdFusion/MM_INVALID_XML_ERROR" value='%s 不是有效的 XML 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ColdFusion/MM_INVALID_XSL_ERROR" value='%s 不是有效的 XSL 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ColdFusion/MM_TRANSFORMATION_ERROR" value='變形時發生錯誤。&lt;br&gt;' />
	
	<!-- PHP_MySQL Server Side Errors -->	
	<string id="XMLXSL_SSError/PHP_MySQL/MM_GEN_ERROR" value='MM_XSLTransform 錯誤。&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_NO_PROCESSOR_ERROR" value='伺服器無法執行 XSL 變形，找不到 PHP 的 XSLT 處理器。請和您的伺服器管理員聯絡，並要求安裝 PHP 的 XSLT 處理器。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_XML_EMPTY_ERROR" value='XML 來源不能是空的。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_XSL_EMPTY_ERROR" value='XSLT 來源不能是空的。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_OPEN_REMOTE_ERROR" value='開啟 %s 時發生錯誤。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_HTTPS_OPEN_ERROR" value='Error opening %s. Possible causes are incorrect URL or lack of support for OpenSSL.' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_HTTPS_NOT_SUPPORTED_ERROR" value='開啟 %s 時發生錯誤。僅在 PHP 4.3.0 或更新版本中支援 HTTPS 通訊協定。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_OPEN_FILE_ERROR" value='找不到指定的檔案 %s。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_FILE_NOT_READABLE_ERROR" value='無法讀取指定的檔案 %s。' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_INVALID_XML_ERROR" value='%s 不是有效的 XML 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_CHECK_VALID_SAB_ERROR" value=' 位於檔案 %s&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_CHECK_VALID_D4_TAG_ERROR" value=' 標籤 %s,' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_CHECK_VALID_D4_ERROR" value='請檢查 %s 第 %s 行，第 %s 欄，位於檔案 %s。&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_CHECK_VALID_D5_ERROR" value=' 位於檔案 %s。&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_TRANSFORMATION_ERROR" value='變形時發生錯誤。&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_TRANSFORM_SAB_ERROR" value=' 位於檔案 %s&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_TRANSFORM_D4_ERROR" value=' 位於檔案 %s&lt;br&gt;' />
	<string id="XMLXSL_SSError/PHP_MySQL/MM_TRANSFORM_D5_ERROR" value=' 位於檔案 %s&lt;br&gt;' />
	
	<!-- ASP-VB Server Side Errors -->		
	<string id="XMLXSL_SSError/ASP-VB/MM_GENERIC_MESSAGE" value='MM_XSLTransform 錯誤:&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP-VB/MM_EMPTY_XML_SOURCE" value='XML 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP-VB/MM_EMPTY_XSL_SOURCE" value='XSLT 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP-VB/MM_MISSING_OBJECT" value='未從 Microsoft XML Core Services (MSXML) 安裝所需的物件 (&quot;&quot;%s&quot;&quot;)。&lt;br&gt;在您繼續前，請先從 http://msdn.microsoft.com/xml 下載並安裝最新版本。' />
	<string id="XMLXSL_SSError/ASP-VB/MM_INVALID_PATH" value='&quot;&quot;%s&quot;&quot; 不是有效的路徑。&lt;br&gt;錯誤訊息為:%s' />
	<string id="XMLXSL_SSError/ASP-VB/MM_XML_LOADING_ERROR" value='載入 XML 文件時發生錯誤 &quot;&quot;%s&quot;&quot;。&lt;br&gt;錯誤訊息為:%s' />												
	<string id="XMLXSL_SSError/ASP-VB/MM_XSL_LOADING_ERROR" value='載入 XSLT 文件時發生錯誤 &quot;&quot;%s&quot;&quot;。&lt;br&gt;錯誤訊息為:%s' />											
	<string id="XMLXSL_SSError/ASP-VB/MM_INVALID_XML_ERROR" value='&quot;&quot;%s&quot;&quot; 不是有效的 XML 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP-VB/MM_INVALID_XSL_ERROR" value='&quot;&quot;%s&quot;&quot; 不是有效的 XSLT 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP-VB/MM_LOADING_FAILED_DETAILS" value='原因:%s&lt;br&gt;錯誤碼:%s&lt;br&gt;檔案位置:%s&lt;br&gt;行:%s&lt;br&gt;字元位置:%s&lt;br&gt;' />													 
	<string id="XMLXSL_SSError/ASP-VB/MM_XSL_ERROR" value='&quot;&quot;%s&quot;&quot; 不是有效的 XSLT 文件。&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP-VB/MM_TRANSFORM_ERROR" value='變形時發生錯誤:&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP-VB/MM_OPEN_FILE_ERROR" value='找不到指定的檔案 %s。&lt;br&gt;' />
	
	<!-- ASP-JS Server Side Errors -->
	<string id="XMLXSL_SSError/ASP-JS/MM_GENERIC_MESSAGE" value='MM_XSLTransform 錯誤:&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP-JS/MM_EMPTY_XML_SOURCE" value='XML 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP-JS/MM_EMPTY_XSL_SOURCE" value='XSLT 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP-JS/MM_MISSING_OBJECT" value='未從 Microsoft XML Core Services (MSXML) 安裝所需的物件 (\&quot;%s\&quot;)。&lt;br&gt;在您繼續前，請先從 http://msdn.microsoft.com/xml 下載並安裝最新版本。' />
	<string id="XMLXSL_SSError/ASP-JS/MM_INVALID_PATH" value='\"%s\" is not a valid path.<br>Error message was: %s' />
	<string id="XMLXSL_SSError/ASP-JS/MM_XML_LOADING_ERROR" value='載入 XML 文件時發生錯誤\&quot;%s\&quot;。&lt;br&gt;錯誤訊息為:%s' />												
	<string id="XMLXSL_SSError/ASP-JS/MM_XSL_LOADING_ERROR" value='載入 XSLT 文件時發生錯誤 \&quot;%s\&quot;。&lt;br&gt;錯誤訊息為:%s' />											
	<string id="XMLXSL_SSError/ASP-JS/MM_INVALID_XML_ERROR" value='\&quot;%s\&quot; 不是有效的 XML 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP-JS/MM_INVALID_XSL_ERROR" value='\&quot;%s\&quot; 不是有效的 XSLT 文件。&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP-JS/MM_LOADING_FAILED_DETAILS" value='原因:%s&lt;br&gt;錯誤碼:%s&lt;br&gt;檔案位置:%s&lt;br&gt;行:%s&lt;br&gt;字元位置:%s&lt;br&gt;' />													 
	<string id="XMLXSL_SSError/ASP-JS/MM_XSL_ERROR" value='\&quot;%s\&quot; 不是有效的 XSLT 文件。&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP-JS/MM_TRANSFORM_ERROR" value='變形時發生錯誤:&lt;br&gt;%s' />	
	<string id="XMLXSL_SSError/ASP-JS/MM_OPEN_FILE_ERROR" value='找不到指定的檔案 %s。&lt;br&gt;' />
	
	<!-- ASP.NET_VB Server Side Errors -->
	<string id="XMLXSL_SSError/ASP.NET_VB/MM_GENERIC_MESSAGE" value='MM_XSLTransform 錯誤:&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP.NET_VB/MM_EMPTY_XML_SOURCE" value='XML 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP.NET_VB/MM_EMPTY_XSL_SOURCE" value='XSLT 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP.NET_VB/MM_INVALID_XML_ERROR" value='&quot;&quot;%s&quot;&quot; 不是有效的 XML 文件。&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP.NET_VB/MM_INVALID_XSL_ERROR" value='&quot;&quot;%s&quot;&quot; 不是有效的 XSL 文件。&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP.NET_VB/MM_TRANSFORM_ERROR" value='變形時發生錯誤:&lt;br&gt;%s' />
	
	<!-- ASP.NET_CSharp Server Side Errors -->
	<string id="XMLXSL_SSError/ASP.NET_CSharp/MM_GENERIC_MESSAGE" value='MM_XSLTransform 錯誤:&lt;br&gt;' />
	<string id="XMLXSL_SSError/ASP.NET_CSharp/MM_EMPTY_XML_SOURCE" value='XML 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP.NET_CSharp/MM_EMPTY_XSL_SOURCE" value='XSLT 來源不能是空的。' />
	<string id="XMLXSL_SSError/ASP.NET_CSharp/MM_INVALID_XML_ERROR" value='\&quot;%s\&quot; 不是有效的 XML 文件。&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP.NET_CSharp/MM_INVALID_XSL_ERROR" value='\&quot;%s\&quot; 不是有效的 XSLT 文件。&lt;br&gt;%s' />
	<string id="XMLXSL_SSError/ASP.NET_CSharp/MM_TRANSFORM_ERROR" value='變形時發生錯誤:&lt;br&gt;%s' />
	<!-- Translator -->
	<string id="XMLXSL_TranslatorError/UnableToLocateFile" value="找不到 XSLT 檔案 %s。"/>
	<string id="XMLXSL_TranslatorError/RemoteXSLTFile" value="XSLT 檔案 %s 為遠端檔案。"/>
			
</strings>
