#2445, nl.yml update

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2291 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
winterheart 2009-01-20 15:53:09 +00:00
parent 1d70916064
commit c155b07ecb
2 changed files with 635 additions and 652 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,16 @@
jsToolBar.strings = {};
jsToolBar.strings['Strong'] = 'Strong';
jsToolBar.strings['Italic'] = 'Italic';
jsToolBar.strings['Underline'] = 'Underline';
jsToolBar.strings['Deleted'] = 'Deleted';
jsToolBar.strings['Code'] = 'Inline Code';
jsToolBar.strings['Heading 1'] = 'Heading 1';
jsToolBar.strings['Heading 2'] = 'Heading 2';
jsToolBar.strings['Heading 3'] = 'Heading 3';
jsToolBar.strings['Unordered list'] = 'Unordered list';
jsToolBar.strings['Ordered list'] = 'Ordered list';
jsToolBar.strings['Quote'] = 'Quote';
jsToolBar.strings['Unquote'] = 'Remove Quote';
jsToolBar.strings['Preformatted text'] = 'Preformatted text';
jsToolBar.strings['Wiki link'] = 'Link to a Wiki page';
jsToolBar.strings['Image'] = 'Image';
jsToolBar.strings['Strong'] = 'Extra nadruk';
jsToolBar.strings['Italic'] = 'Cursief';
jsToolBar.strings['Underline'] = 'Onderstreept';
jsToolBar.strings['Deleted'] = 'Verwijderd';
jsToolBar.strings['Code'] = 'Computercode';
jsToolBar.strings['Heading 1'] = 'Kop 1';
jsToolBar.strings['Heading 2'] = 'Kop 2';
jsToolBar.strings['Heading 3'] = 'Kop 3';
jsToolBar.strings['Unordered list'] = 'Ongeordende lijst';
jsToolBar.strings['Ordered list'] = 'Geordende lijst';
jsToolBar.strings['Quote'] = 'Citaat';
jsToolBar.strings['Unquote'] = 'Verwijder citaat';
jsToolBar.strings['Preformatted text'] = 'Voor-geformateerde tekst';
jsToolBar.strings['Wiki link'] = 'Link naar een Wiki pagina';
jsToolBar.strings['Image'] = 'Afbeelding';