text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 This also sets the location of the page for the Change Password menu item. Password invalid. New Password length minimum: {0}. Non-alphanumeric characters required: {1}. Password invalid. New Password length minimum: {0}. Non-alphanumeric characters required: {1}. Password Strength Regular Expression: {2}. Reset Password: Reset Password Reset password for user '{0}' Reset Password New Password: New Password Reset to a randomly generated password There was an error setting the new password during the password reset process. If this error persists, there may be an issue with your membership provider. Are you sure you want to reset this user's password? Resets the user's password. Email Template: Email Template Reset Password Email the user their new password: Email the user their new password Your current membershipprovider settings prevent a user's password from being reset. To allow for resetting of a password by an administration, you must have enablePasswordReset="true" and requiresQuestionAndAnswer="false" in your membership provider settings in your web.config. Reset Password <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"> <xsl:template match="/"> <html> <head> <title>Password Reset for <xsl:value-of select="MembershipRequest:get_UserName()" /></title> </head> <body> <div> <p>Your new password is: <xsl:value-of select="MembershipRequest:get_Password()" /></p> </div> </body> </html> </xsl:template> </xsl:stylesheet> Set the user's new password An unexpected error has occurred. If the problem persists, please contact your system administrator or check the SharePoint log for further details. The currently installed version of the FBA Pack. Version A username for that e-mail address already exists. Please enter a different e-mail address. Username already exists. Please enter a different user name. An error occurred while adding this user to SharePoint The password retrieval answer provided is invalid. Please check the value and try again. The e-mail address provided is invalid. Please check the value and try again. The password provided is invalid. Please enter a valid password value. The password retrieval question provided is invalid. Please check the value and try again. The user name provided is invalid. Please check the value and try again. Last Login A Membership Provider has not been configured correctly. Check the web.config setttings for this web application. The authentication provider returned an error. Please verify your entry and try again. If the problem persists, please contact your system administrator. Your new password is: {0} Password Reset for {0} An unknown error occurred. Please verify your entry and try again. If the problem persists, please contact your system administrator. User Not Found The user creation request has been canceled. Please verify your entry and try again. If the problem persists, please contact your system administrator. 賬戶鎖定 取消選中復選框已解鎖用戶賬戶。 復選框選中意為賬戶已鎖定。 選中復選框將用戶的狀態設置為活動。 復選框選中的話,用戶的狀態為活動的。 活動 允許用戶更改他們的密碼。 更改密碼 輸入並確認密碼: 輸入確認密碼。 創建日期 刪除 確認刪除 確認刪除用戶 [ {0}] 確定永久刪除該用戶麼? 刪除 確定永久刪除該角色及所有屬於該角色的用戶? 刪除角色 刪除用戶 編輯 編輯用戶資料 電郵地址 啟用角色: 啟用角色 輸入密碼。 全名 組別或角色 至少將用戶加入一個組別或角色 為用戶選擇組別或角色。 網站用戶 鎖定 會員核准: 會員被核准 會員郵件模板文件的路徑。 會員郵件模板(XSLT) 錯誤: 錯誤 這些選項控制著 FBA Web 部件的功能。 會員選項 審核進行中: 審核進行中 會員拒絕: 會員被拒絕 這些網頁可用於電子郵件或 FBA Web 部件。 會員審核時用到的網站頁面路徑(Site URLs) 無法導入Web部件。 更改日期 新角色 新增角色 新用戶 新增用戶 更改密碼頁: 更改密碼的網頁 確定需要重置密碼? 新密碼將通過電郵的方式傳送到用戶的電子郵件地址。 密碼 密碼問題頁: 密碼問題的網頁 密碼恢復: 密碼恢復 回復郵件地址: 回復至 重置密碼 啟用會員申請審核: 啟用會員申請審核 角色 角色已經存在! 角色名 輸入角色名: 角色不存在! 此頁用於管理基於窗體驗證的用戶角色。 網站用戶角色管理(FBA) 保存 搜索 搜索: 安全問題的答案 安全問題 發送電子郵件 發送歡迎加入郵件給新用戶 此頁用於管理基於窗體驗證的其他網站設置,例如網站頁面路徑(Site URLs)的設置。 網站設置管理(FBA) 感謝頁: 感謝的網頁 輸入用戶的電子郵件地址: 輸入全名: 輸入安全問題的答案: 輸入安全問題: 輸入用戶名: 此頁用於管理基於窗體驗證的用戶。 網站用戶管理(FBA) 用戶名 用戶名為只讀: 用戶數 有 {0} 個用戶屬於這個角色。 <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"> <xsl:template match="/"> <html> <head> <title>會員審批通過</title> </head> <body> <div> <br /> <p> 你在 <xsl:value-of select="MembershipRequest:get_SiteName()" /> 申請的賬號已獲審批通過,並且已授權訪問網站。 </p> <p> 你的用戶是: <xsl:value-of select="MembershipRequest:get_UserName()" /> </p> <p> 首次登入密碼是: <xsl:value-of select="MembershipRequest:get_Password()" /> </p> <p></p> <p> <xsl:text>你的首次登入密碼可在登入後馬上通過此頁面</xsl:text> <a> <xsl:attribute name="href"> <xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /> </xsl:attribute> <xsl:text>,</xsl:text> </a> <xsl:text> 使用用戶名及首次登入密碼進行更改。</xsl:text> </p> <p> <xsl:text>更改密碼的頁面: </xsl:text> <a> <xsl:attribute name="href"> <xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /> </xsl:attribute> <xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /> </a> <xsl:text>。</xsl:text> </p> <p> <xsl:text>更改好密碼後,將可以瀏覽通過 </xsl:text> <xsl:value-of select="MembershipRequest:get_SiteURL()" /> <xsl:text> 訪問網站 </xsl:text> <xsl:value-of select="MembershipRequest:get_SiteName()" /> </p> <p>如你需要額外的訪問權限,請聯繫管理員。</p> <p>謝謝!</p> </div> </body> </html> </xsl:template> </xsl:stylesheet> <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"> <xsl:template match="/"> <html> <head> <title>審批進行中</title> </head> <body> <div> <br /> <p> 非常感謝你申請網站 <xsl:value-of select="MembershipRequest:get_SiteName()" /> 的會員。 </p> <p>一旦你的申請獲得通過,你將會收到用於首次登入的臨時密碼。</p> <p>如果你有其他問題或需要幫助,請聯繫管理員。</p> </div> </body> </html> </xsl:template> </xsl:stylesheet> <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"> <xsl:template match="/"> <html> <head> <title>申请拒绝</title> </head> <body> <div> <p> 你申请网站 <xsl:value-of select="MembershipRequest:get_SiteName()" /> 的会员已经被拒绝。 </p> <p>如你觉得这是个错误,请重新申请或联系网站管理员。</p> <p>谢谢!</p> </div> </body> </html> </xsl:template> </xsl:stylesheet> <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:MembershipRequest="fba:MembershipRequest"> <xsl:template match="/"> <html> <head> <title>恢復密碼</title> </head> <body> <div> <p> 你收到這個郵件是因為你忘記了網站 <xsl:value-of select="MembershipRequest:get_SiteName()" /> 的密碼。 </p> <p> 你的用戶名: <xsl:value-of select="MembershipRequest:get_UserName()" /> </p> <p> 你的臨時密碼: <xsl:value-of select="MembershipRequest:get_Password()" /> </p> <p></p> <p> <xsl:text>你的臨時密碼可在登入後馬上通過此頁面 </xsl:text> <a> <xsl:attribute name="href"> <xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /> </xsl:attribute> <xsl:text>,</xsl:text> </a> <xsl:text> 使用用戶名及臨時密碼進行更改。</xsl:text> </p> <p> <xsl:text>更改密碼的頁面: </xsl:text> <a> <xsl:attribute name="href"> <xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /> </xsl:attribute> <xsl:value-of select="MembershipRequest:get_ChangePasswordURL()" /> </a> <xsl:text>。</xsl:text> </p> <p>謝謝!</p> </div> </body> </html> </xsl:template> </xsl:stylesheet>