-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from marcosantoniocaro/master
Adding spanish translation
- Loading branch information
Showing
6 changed files
with
451 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<h3>El portapapeles esta vacío</h3> | ||
Volver <%= link_to 'back', '#', :class => 'back_link' %> para usar el boton de portapapeles y agregar archivos o carpetas al portapapeles. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Ingrese su cuenta de correo donde recibirá un correo<br> | ||
con instrucciones de como reiniciar sus credenciales. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Estiamdo usuario, | ||
|
||
Use la siguiente URL para reiniciar sus credenciales de Boxroom: | ||
|
||
<%= edit_reset_password_url(@user.reset_password_token) %> | ||
|
||
Información de su cuenta: | ||
|
||
Usuario: <%= @user.name %> | ||
Correo: <%= @user.email %> | ||
|
||
Si usted no solicitó reiniciar sus credenciales, por favor ignore este correo. | ||
Sus credenciales seguirán siendo validas. | ||
|
||
-- | ||
Boxroom | ||
http://boxroomapp.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Estimado, | ||
|
||
<%= @share_link.user.email %> ha compartido un archivo con usted: | ||
|
||
<%= @share_link.user_file.attachment_file_name %> (<%= number_to_human_size(@share_link.user_file.attachment_file_size, :locale => I18n.locale) %>) | ||
|
||
Use la siguiente URL para descargar su archivo: | ||
|
||
<%= share_link_url(:id => @share_link.link_token) %> | ||
|
||
La URL expirará a las <%= l @share_link.link_expires_at, :format => :time_only %> del <%= l @share_link.link_expires_at, :format => :date_only %>. | ||
|
||
<% unless @share_link.message.blank? -%> | ||
=== <%= t(:shared_message) %>: === | ||
<%= strip_tags(@share_link.message) %> | ||
<% end -%> | ||
|
||
-- | ||
Boxroom | ||
http://boxroomapp.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Estimado, | ||
|
||
Esta es una invitacion para activar su cuenta Boxroom. Por favor use la siguiente URL: | ||
|
||
<%= edit_signup_url(@user.signup_token) %> | ||
|
||
-- | ||
Boxroom | ||
http://boxroomapp.com/ |
Oops, something went wrong.