Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-es.js @ 558:c94e23a6eff1 feature_36
Related to Bug #222Updated the look of the authors list (more intuitive to sort). Created the plugin's stylesheet file.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 03 Aug 2011 16:27:13 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Negrita'; jsToolBar.strings['Italic'] = 'Itálica'; jsToolBar.strings['Underline'] = 'Subrayado'; jsToolBar.strings['Deleted'] = 'Tachado'; jsToolBar.strings['Code'] = 'Código fuente'; jsToolBar.strings['Heading 1'] = 'Encabezado 1'; jsToolBar.strings['Heading 2'] = 'Encabezado 2'; jsToolBar.strings['Heading 3'] = 'Encabezado 3'; jsToolBar.strings['Unordered list'] = 'Lista sin ordenar'; jsToolBar.strings['Ordered list'] = 'Lista ordenada'; jsToolBar.strings['Quote'] = 'Citar'; jsToolBar.strings['Unquote'] = 'Quitar cita'; jsToolBar.strings['Preformatted text'] = 'Texto con formato'; jsToolBar.strings['Wiki link'] = 'Enlace a página Wiki'; jsToolBar.strings['Image'] = 'Imagen';