summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/fo.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/fo.js')
-rw-r--r--plugins/toolbar/lang/fo.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/fo.js b/plugins/toolbar/lang/fo.js
new file mode 100644
index 0000000..a4830de
--- /dev/null
+++ b/plugins/toolbar/lang/fo.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'fo', {
+ toolbarCollapse: 'Lat Toolbar aftur',
+ toolbarExpand: 'Vís Toolbar',
+ toolbarGroups: {
+ document: 'Dokument',
+ clipboard: 'Clipboard/Undo',
+ editing: 'Editering',
+ forms: 'Formar',
+ basicstyles: 'Grundleggjandi Styles',
+ paragraph: 'Reglubrot',
+ links: 'Leinkjur',
+ insert: 'Set inn',
+ styles: 'Styles',
+ colors: 'Litir',
+ tools: 'Tól'
+ },
+ toolbars: 'Editor toolbars'
+});