diff options
Diffstat (limited to 'plugins/forms/lang/sl.js')
| -rw-r--r-- | plugins/forms/lang/sl.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/sl.js b/plugins/forms/lang/sl.js new file mode 100644 index 0000000..1e95183 --- /dev/null +++ b/plugins/forms/lang/sl.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'sl', {
+ button: {
+ title: 'Lastnosti gumba',
+ text: 'Besedilo (Vrednost)',
+ type: 'Tip',
+ typeBtn: 'Gumb',
+ typeSbm: 'Potrdi',
+ typeRst: 'Ponastavi'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Lastnosti potrditvenega polja',
+ radioTitle: 'Lastnosti izbirnega polja',
+ value: 'Vrednost',
+ selected: 'Izbrano'
+ },
+ form: {
+ title: 'Lastnosti obrazca',
+ menu: 'Lastnosti obrazca',
+ action: 'Akcija',
+ method: 'Metoda',
+ encoding: 'Kodiranje znakov'
+ },
+ hidden: {
+ title: 'Lastnosti skritega polja',
+ name: 'Ime',
+ value: 'Vrednost'
+ },
+ select: {
+ title: 'Lastnosti spustnega seznama',
+ selectInfo: 'Podatki',
+ opAvail: 'Razpoložljive izbire',
+ value: 'Vrednost',
+ size: 'Velikost',
+ lines: 'vrstic',
+ chkMulti: 'Dovoli izbor večih vrstic',
+ opText: 'Besedilo',
+ opValue: 'Vrednost',
+ btnAdd: 'Dodaj',
+ btnModify: 'Spremeni',
+ btnUp: 'Gor',
+ btnDown: 'Dol',
+ btnSetValue: 'Postavi kot privzeto izbiro',
+ btnDelete: 'Izbriši'
+ },
+ textarea: {
+ title: 'Lastnosti vnosnega območja',
+ cols: 'Stolpcev',
+ rows: 'Vrstic'
+ },
+ textfield: {
+ title: 'Lastnosti vnosnega polja',
+ name: 'Ime',
+ value: 'Vrednost',
+ charWidth: 'Dolžina',
+ maxChars: 'Največje število znakov',
+ type: 'Tip',
+ typeText: 'Besedilo',
+ typePass: 'Geslo',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
|
