diff options
Diffstat (limited to 'plugins/find/lang/si.js')
| -rw-r--r-- | plugins/find/lang/si.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/si.js b/plugins/find/lang/si.js new file mode 100644 index 0000000..5c50076 --- /dev/null +++ b/plugins/find/lang/si.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', 'si', {
+ find: 'Find', // MISSING
+ findOptions: 'Find Options', // MISSING
+ findWhat: 'Find what:', // MISSING
+ matchCase: 'Match case', // MISSING
+ matchCyclic: 'Match cyclic', // MISSING
+ matchWord: 'Match whole word', // MISSING
+ notFoundMsg: 'The specified text was not found.', // MISSING
+ replace: 'හිලව් කිරීම',
+ replaceAll: 'සියල්ලම හිලව් කරන්න',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.', // MISSING
+ replaceWith: 'Replace with:', // MISSING
+ title: 'Find and Replace' // MISSING
+});
|
