summaryrefslogtreecommitdiff
path: root/plugins/find/lang/af.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/af.js')
-rw-r--r--plugins/find/lang/af.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/af.js b/plugins/find/lang/af.js
new file mode 100644
index 0000000..1ca8437
--- /dev/null
+++ b/plugins/find/lang/af.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', 'af', {
+ find: 'Soek',
+ findOptions: 'Find Options',
+ findWhat: 'Soek na:',
+ matchCase: 'Hoof/kleinletter sensitief',
+ matchCyclic: 'Soek deurlopend',
+ matchWord: 'Hele woord moet voorkom',
+ notFoundMsg: 'Teks nie gevind nie.',
+ replace: 'Vervang',
+ replaceAll: 'Vervang alles',
+ replaceSuccessMsg: '%1 voorkoms(te) vervang.',
+ replaceWith: 'Vervang met:',
+ title: 'Soek en vervang'
+});