summaryrefslogtreecommitdiff
path: root/plugins/find/lang/sr.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/sr.js')
-rw-r--r--plugins/find/lang/sr.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/sr.js b/plugins/find/lang/sr.js
new file mode 100644
index 0000000..175f7dc
--- /dev/null
+++ b/plugins/find/lang/sr.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', 'sr', {
+ find: 'Претрага',
+ findOptions: 'Find Options',
+ findWhat: 'Пронађи:',
+ matchCase: 'Разликуј велика и мала слова',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Упореди целе речи',
+ notFoundMsg: 'Тражени текст није пронађен.',
+ replace: 'Замена',
+ replaceAll: 'Замени све',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Замени са:',
+ title: 'Find and Replace'
+});