fo.js 579 B

12345678910111213141516171819202122
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'toolbar', 'fo', {
  6. toolbarCollapse: 'Lat Toolbar aftur',
  7. toolbarExpand: 'Vís Toolbar',
  8. toolbarGroups: {
  9. document: 'Dokument',
  10. clipboard: 'Clipboard/Undo',
  11. editing: 'Editering',
  12. forms: 'Formar',
  13. basicstyles: 'Grundleggjandi Styles',
  14. paragraph: 'Reglubrot',
  15. links: 'Leinkjur',
  16. insert: 'Set inn',
  17. styles: 'Styles',
  18. colors: 'Litir',
  19. tools: 'Tól'
  20. },
  21. toolbars: 'Editor toolbars'
  22. } );