aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/wsc/lang/af.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/wsc/lang/af.js')
-rw-r--r--sources/plugins/wsc/lang/af.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/plugins/wsc/lang/af.js b/sources/plugins/wsc/lang/af.js
new file mode 100644
index 00000000..9caf6f7e
--- /dev/null
+++ b/sources/plugins/wsc/lang/af.js
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'wsc', 'af', {
6 btnIgnore: 'Ignoreer',
7 btnIgnoreAll: 'Ignoreer alles',
8 btnReplace: 'Vervang',
9 btnReplaceAll: 'vervang alles',
10 btnUndo: 'Ontdoen',
11 changeTo: 'Verander na',
12 errorLoading: 'Fout by inlaai van diens: %s.',
13 ieSpellDownload: 'Speltoetser is nie geïnstalleer nie. Wil u dit nou aflaai?',
14 manyChanges: 'Klaar met speltoets: %1 woorde verander',
15 noChanges: 'Klaar met speltoets: Geen woorde verander nie',
16 noMispell: 'Klaar met speltoets: Geen foute nie',
17 noSuggestions: '- Geen voorstel -',
18 notAvailable: 'Jammer, hierdie diens is nie nou beskikbaar nie.',
19 notInDic: 'Nie in woordeboek nie',
20 oneChange: 'Klaar met speltoets: Een woord verander',
21 progress: 'Spelling word getoets...',
22 title: 'Speltoetser',
23 toolbar: 'Speltoets'
24});