Index: openacs-4/packages/learning-content/learning-content-patch/InsertGlossaryEntry/lang/es.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/learning-content/learning-content-patch/InsertGlossaryEntry/lang/es.js,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/learning-content/learning-content-patch/InsertGlossaryEntry/lang/es.js 25 Aug 2009 22:39:49 -0000 1.1 +++ openacs-4/packages/learning-content/learning-content-patch/InsertGlossaryEntry/lang/es.js 17 Oct 2009 19:18:29 -0000 1.2 @@ -1 +1,17 @@ -{}; \ No newline at end of file +// I18N constants +// LANG: "es", ENCODING: UTF-8 +{ + "Glossary": "Glosario", + "Word": "Término", + "Definition": "Definición", + "OK": "Aceptar", + "Cancel": "Cancelar", + "Remove link": "Quitar enlace", + "Word for the glossary": "Término para el glosario", + "Definition of the word for the glossary": "Definición del término para el glosario", + "You need to select some text before creating a link": "Necesita seleccionar un texto antes de crear el enlace", + "Your text should not have link tags": "El texto seleccionado no debe contener enlaces", + "You must select only a text in the same line to add the glossary entry": "Debe seleccionar un texto dentro de la misma línea para poder agregarle una entrada en el glosario", + "You cannot add a link to another link": "No puede agregar un enlace a otro enlace", + "That word already exists": "Esa palabra ya existe" +};