summaryrefslogtreecommitdiff
path: root/plugins/wsc/lang/is.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wsc/lang/is.js')
-rw-r--r--plugins/wsc/lang/is.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/wsc/lang/is.js b/plugins/wsc/lang/is.js
new file mode 100644
index 0000000..0c117c6
--- /dev/null
+++ b/plugins/wsc/lang/is.js
@@ -0,0 +1,24 @@
+/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'wsc', 'is', {
+ btnIgnore: 'Hunsa',
+ btnIgnoreAll: 'Hunsa allt',
+ btnReplace: 'Skipta',
+ btnReplaceAll: 'Skipta öllu',
+ btnUndo: 'Til baka',
+ changeTo: 'Tillaga',
+ errorLoading: 'Error loading application service host: %s.',
+ ieSpellDownload: 'Villuleit ekki sett upp.<br>Viltu setja hana upp?',
+ manyChanges: 'Villuleit lokið: %1 orðum breytt',
+ noChanges: 'Villuleit lokið: Engu orði breytt',
+ noMispell: 'Villuleit lokið: Engin villa fannst',
+ noSuggestions: '- engar tillögur -',
+ notAvailable: 'Sorry, but service is unavailable now.',
+ notInDic: 'Ekki í orðabókinni',
+ oneChange: 'Villuleit lokið: Einu orði breytt',
+ progress: 'Villuleit í gangi...',
+ title: 'Spell Check',
+ toolbar: 'Villuleit'
+});