diff options
Diffstat (limited to 'plugins/templates/lang/sl.js')
| -rw-r--r-- | plugins/templates/lang/sl.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/templates/lang/sl.js b/plugins/templates/lang/sl.js new file mode 100644 index 0000000..c1a6649 --- /dev/null +++ b/plugins/templates/lang/sl.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'templates', 'sl', {
+ button: 'Predloge',
+ emptyListMsg: '(Ni pripravljenih predlog)',
+ insertOption: 'Zamenjaj trenutno vsebino',
+ options: 'Template Options', // MISSING
+ selectPromptMsg: 'Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):',
+ title: 'Vsebinske predloge'
+});
|
