summaryrefslogtreecommitdiff
path: root/plugins/find/lang/is.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/is.js')
-rw-r--r--plugins/find/lang/is.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/is.js b/plugins/find/lang/is.js
new file mode 100644
index 0000000..601bcce
--- /dev/null
+++ b/plugins/find/lang/is.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'is', {
+ find: 'Leita',
+ findOptions: 'Find Options',
+ findWhat: 'Leita að:',
+ matchCase: 'Gera greinarmun á¡ há¡- og lágstöfum',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Aðeins heil orð',
+ notFoundMsg: 'Leitartexti fannst ekki!',
+ replace: 'Skipta út',
+ replaceAll: 'Skipta út allsstaðar',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Skipta út fyrir:',
+ title: 'Finna og skipta'
+});