* So Spanish. Much changes. Wow. * Some little fixes * Updated es.yml, and fixed some ortographical errors * Some little changes to simple_form.es.yml * Yeah, so much translations * Spanish e-mail messages * Remove unused message
		
			
				
	
	
		
			12 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<p>¡Bienvenido, <%= @resource.email %>!</p>
 | 
						|
 | 
						|
<p>Acabas de crear una cuenta en <%= @instance %>.</p>
 | 
						|
 | 
						|
<p>Para confirmar tu registro, por favor ingresa al siguiente enlace:<br>
 | 
						|
<%= link_to 'Confirmar mi cuenta', confirmation_url(@resource, confirmation_token: @token) %>
 | 
						|
 | 
						|
<p>También revisa nuestros <%= link_to 'términos y condiciones', terms_url %>.</p>
 | 
						|
 | 
						|
<p>Sinceramente,<p>
 | 
						|
 | 
						|
<p>El equipo de <%= @instance %></p> |