summaryrefslogtreecommitdiff
path: root/plugins/find/lang/sl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/sl.js')
-rw-r--r--plugins/find/lang/sl.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/sl.js b/plugins/find/lang/sl.js
new file mode 100644
index 0000000..dd23496
--- /dev/null
+++ b/plugins/find/lang/sl.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', 'sl', {
+ find: 'Najdi',
+ findOptions: 'Find Options',
+ findWhat: 'Najdi:',
+ matchCase: 'Razlikuj velike in male črke',
+ matchCyclic: 'Primerjaj znake v cirilici',
+ matchWord: 'Samo cele besede',
+ notFoundMsg: 'Navedeno besedilo ni bilo najdeno.',
+ replace: 'Zamenjaj',
+ replaceAll: 'Zamenjaj vse',
+ replaceSuccessMsg: '%1 pojavitev je bilo zamenjano.',
+ replaceWith: 'Zamenjaj z:',
+ title: 'Najdi in zamenjaj'
+});