aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/fo.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/fo.js')
-rw-r--r--sources/plugins/find/lang/fo.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/fo.js b/sources/plugins/find/lang/fo.js
new file mode 100644
index 00000000..be08687b
--- /dev/null
+++ b/sources/plugins/find/lang/fo.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'fo', {
6 find: 'Leita',
7 findOptions: 'Finn møguleikar',
8 findWhat: 'Finn:',
9 matchCase: 'Munur á stórum og smáum bókstavum',
10 matchCyclic: 'Match cyclic',
11 matchWord: 'Bert heil orð',
12 notFoundMsg: 'Leititeksturin varð ikki funnin',
13 replace: 'Yvirskriva',
14 replaceAll: 'Yvirskriva alt',
15 replaceSuccessMsg: '%1 úrslit broytt.',
16 replaceWith: 'Yvirskriva við:',
17 title: 'Finn og broyt'
18} );