Skip to content

Commit 68cd46a

Browse files
committed
Merge branch 'master' of github.com:commandprompt/redmine_pastebin
2 parents 6e7825e + f2ebc10 commit 68cd46a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

config/locales/es.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Spanish strings go here for Rails i18n
2+
es:
3+
label_paste_plural: Pastes
4+
label_paste_view_all: Ver todos los pastes
5+
label_paste_link_here: "Link a este paste: %{link}"
6+
label_paste_syntax: "Sintaxis: %{lang}"
7+
label_paste_new: Paste nuevo
8+
label_paste_edit: "Editar %{link}"
9+
field_paste_title: Título (opcional)
10+
field_paste_lang: Sintaxis
11+
field_paste_text: Texto
12+
field_paste_secure: Seguro
13+
field_paste_expires: Expira
14+
paste_expires_in_never: Nunca
15+
paste_expires_in_an_hour: En una hora
16+
paste_expires_in_a_day: En un día
17+
label_paste_expires_at: "Expira en:"
18+
paste_security_hint: (acceso solamente para personas con una URL directa)
19+
button_paste_submit: Paste!
20+
text_paste_update_or_make_new: "%{update} ó %{make_new}"
21+
button_paste_update: Actualizar paste
22+
button_paste_make_new: Hacer este un nuevo paste
23+
notice_paste_created: Paste creado exitosamente
24+
notice_paste_updated: Paste actualizado exitosamente
25+
notice_paste_destroyed: Paste removido
26+
text_paste_delete_confirmation: ¿Seguro que desea eliminar este paste?

0 commit comments

Comments
 (0)