From 2be5aadf1ad28ebf41b25602a1509cb5bef24e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez=20Capel?= Date: Mon, 22 Feb 2010 23:54:23 +0100 Subject: [PATCH] Polished spanish translation --- lang/markedit.lang.es.js | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/lang/markedit.lang.es.js b/lang/markedit.lang.es.js index 7798c890..99f28f21 100644 --- a/lang/markedit.lang.es.js +++ b/lang/markedit.lang.es.js @@ -2,33 +2,28 @@ // MarkEdit langauge: Spanish // MarkEdit idioma: Español // -// Note: These translations were created with Google translator. -// I'm sure they sound really awkwards. If a native speaker would -// be interested in polishing it up, it would be a great benefit. -// - MarkEditLanguage = function() { return { 'defaultButtons': { 'bold': { - 'tip': 'Bold' + 'tip': 'Negrita' }, 'italic': { - 'tip': 'Itálico' + 'tip': 'Cursiva' }, 'link': { - 'tip': 'Insertar hipervínculo' + 'tip': 'Insertar enlace' }, 'image': { 'tip': 'Insertar imagen' }, 'code': { - 'tip': 'Ejemplo de código' + 'tip': 'Código' }, 'quote': { - 'tip': 'Blockquote' + 'tip': 'Cita' }, 'numberlist': { 'tip': 'Lista numerada' @@ -40,28 +35,37 @@ MarkEditLanguage = function() { 'tip': 'Línea horizontal' }, 'heading': { - 'tip': 'Denominación' + 'tip': 'Encabezado' }, + 'undo': { + 'tip': 'Deshacer' + }, + 'redo': { + 'tip': 'Rehacer' + }, 'edit': { 'text': 'Redactar', 'tip': 'Ver en modo de edición' }, 'preview': { - 'text': 'Prevista', + 'text': 'Previsualizar', 'tip': 'Ver en modo de vista preliminar' - } + }, + 'help': { + 'tip': 'Ayuda' + } }, 'dialog': { 'insertLink': { - 'title': 'Insertar hipervínculo', - 'helpText': 'Escriba la dirección URL que desee insertar.', + 'title': 'Insertar enlace', + 'helpText': 'Escriba la dirección URL que desea insertar.', 'insertButton': 'Insertar', 'cancelButton': 'Cancelar' }, 'insertImage': { 'title':'Insertar imagen', - 'helpText': 'Introduzca la dirección URL de la imagen que desee insertar.', + 'helpText': 'Introduzca la dirección URL de la imagen que desea insertar.', 'insertButton': 'Insertar', 'cancelButton': 'Cancelar' }