Skip to content

Commit

Permalink
Merge pull request #52 from marcosantoniocaro/master
Browse files Browse the repository at this point in the history
Adding spanish translation
  • Loading branch information
mischa78 authored Oct 1, 2016
2 parents 78a5869 + 1232015 commit 47a5233
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/clipboard/_clipboard_empty.es.html.erb
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.
2 changes: 2 additions & 0 deletions app/views/reset_password/_message.es.html.erb
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.
17 changes: 17 additions & 0 deletions app/views/user_mailer/reset_password_email.es.text.erb
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/
20 changes: 20 additions & 0 deletions app/views/user_mailer/share_link_email.es.text.erb
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/
9 changes: 9 additions & 0 deletions app/views/user_mailer/signup_email.es.text.erb
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/
Loading

0 comments on commit 47a5233

Please sign in to comment.