Mercurial > hg > soundsoftware-site
view public/javascripts/jstoolbar/lang/jstoolbar-sv.js @ 471:49fb7a9ef79c feature_36
Using Authorships instead of Authors in the new/show actions of the publication controller.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 24 Jun 2011 15:11:30 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Fet'; jsToolBar.strings['Italic'] = 'Kursiv'; jsToolBar.strings['Underline'] = 'Understruken'; jsToolBar.strings['Deleted'] = 'Genomstruken'; jsToolBar.strings['Code'] = 'Kod'; jsToolBar.strings['Heading 1'] = 'Rubrik 1'; jsToolBar.strings['Heading 2'] = 'Rubrik 2'; jsToolBar.strings['Heading 3'] = 'Rubrik 3'; jsToolBar.strings['Unordered list'] = 'Osorterad lista'; jsToolBar.strings['Ordered list'] = 'Sorterad lista'; jsToolBar.strings['Quote'] = 'Citat'; jsToolBar.strings['Unquote'] = 'Ta bort citat'; jsToolBar.strings['Preformatted text'] = 'Förformaterad text'; jsToolBar.strings['Wiki link'] = 'Länk till en wikisida'; jsToolBar.strings['Image'] = 'Bild';