member translation fix
This commit is contained in:
		
							parent
							
								
									d047a3d62a
								
							
						
					
					
						commit
						79ef86f2c9
					
				| 
						 | 
					@ -11,8 +11,8 @@
 | 
				
			||||||
			<p class="alert hide">You need to sign in or sign up before continuing.</p>
 | 
								<p class="alert hide">You need to sign in or sign up before continuing.</p>
 | 
				
			||||||
			<div class="main">
 | 
								<div class="main">
 | 
				
			||||||
				<div class="control-group clear">
 | 
									<div class="control-group clear">
 | 
				
			||||||
					<%= f.label :user_id ,t(:user_id)%>
 | 
										<%= f.label :user_id ,t("users.user_id")%>
 | 
				
			||||||
					<%= f.text_field :user_id, :placeholder => t(:email), :style => "width: 330px;" %>
 | 
										<%= f.text_field :user_id, :placeholder => t("users.user_id"), :style => "width: 330px;" %>
 | 
				
			||||||
					<span class="help-inline">Please correct the error</span>
 | 
										<span class="help-inline">Please correct the error</span>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
				<div class="control-group clear">
 | 
									<div class="control-group clear">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -74,7 +74,7 @@
 | 
				
			||||||
              <li>
 | 
					              <li>
 | 
				
			||||||
              <div class="input-prepend">
 | 
					              <div class="input-prepend">
 | 
				
			||||||
                <span class="add-on"><i class="icon-user"></i></span>
 | 
					                <span class="add-on"><i class="icon-user"></i></span>
 | 
				
			||||||
                <%= f.text_field :user_id, :class => 'span2', :placeholder => t(:email), :size => 16 %>
 | 
					                <%= f.text_field :user_id, :class => 'span2', :placeholder => t("users.user_id"), :size => 16 %>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
              </li>
 | 
					              </li>
 | 
				
			||||||
              <li>
 | 
					              <li>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@ en:
 | 
				
			||||||
      ldap_connection_failed: 'LDAP connection failed'
 | 
					      ldap_connection_failed: 'LDAP connection failed'
 | 
				
			||||||
      ldap_pass_but_account_not_in_orbit: 'LDAP account is not supported to sign up this site.'
 | 
					      ldap_pass_but_account_not_in_orbit: 'LDAP account is not supported to sign up this site.'
 | 
				
			||||||
      locked: 'Your account is locked.'
 | 
					      locked: 'Your account is locked.'
 | 
				
			||||||
      invalid: 'Invalid email or password.'
 | 
					      invalid: 'Invalid user account or password.'
 | 
				
			||||||
      invalid_token: 'Invalid authentication token.'
 | 
					      invalid_token: 'Invalid authentication token.'
 | 
				
			||||||
      timeout: 'Your session expired, please sign in again to continue.'
 | 
					      timeout: 'Your session expired, please sign in again to continue.'
 | 
				
			||||||
      inactive: 'Your account was not activated yet.'
 | 
					      inactive: 'Your account was not activated yet.'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -6,7 +6,7 @@ zh_tw:
 | 
				
			||||||
    failure:
 | 
					    failure:
 | 
				
			||||||
      already_authenticated: 你已經登入。
 | 
					      already_authenticated: 你已經登入。
 | 
				
			||||||
      inactive: 您的帳號尚未被啟用。
 | 
					      inactive: 您的帳號尚未被啟用。
 | 
				
			||||||
      invalid: Email 或密碼是無效的。
 | 
					      invalid: 帳號或密碼是無效的。
 | 
				
			||||||
      invalid_token: 無效的認證代碼。
 | 
					      invalid_token: 無效的認證代碼。
 | 
				
			||||||
      locked: 您的帳號已被鎖定。
 | 
					      locked: 您的帳號已被鎖定。
 | 
				
			||||||
      timeout: 您的登入時效過期,請重新登入,才能繼續。
 | 
					      timeout: 您的登入時效過期,請重新登入,才能繼續。
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -428,7 +428,7 @@ en:
 | 
				
			||||||
    module_page_lang_not_support: "We are sorry, this page is not available for English"
 | 
					    module_page_lang_not_support: "We are sorry, this page is not available for English"
 | 
				
			||||||
    not_previewable: "Preview not support"
 | 
					    not_previewable: "Preview not support"
 | 
				
			||||||
    preview_only_for_img: "Preview only supprt with file type: jpg, png, gif, bmp"
 | 
					    preview_only_for_img: "Preview only supprt with file type: jpg, png, gif, bmp"
 | 
				
			||||||
  sys_basic_form: System Default Basic Field
 | 
					  sys_basic_form: System Required Info.
 | 
				
			||||||
  sys_basic_id_form: System Account Info.
 | 
					  sys_basic_id_form: System Account Info.
 | 
				
			||||||
  system_info: System information
 | 
					  system_info: System information
 | 
				
			||||||
  tag_cloud: Tag cloud
 | 
					  tag_cloud: Tag cloud
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue