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, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/sr.js b/plugins/find/lang/sr.js
deleted file mode 100644
index 175f7dc..0000000
--- a/plugins/find/lang/sr.js
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-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'
-});