diff options
Diffstat (limited to 'plugins/forms/lang/sr-latn.js')
| -rw-r--r-- | plugins/forms/lang/sr-latn.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/sr-latn.js b/plugins/forms/lang/sr-latn.js new file mode 100644 index 0000000..986d8c0 --- /dev/null +++ b/plugins/forms/lang/sr-latn.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', 'sr-latn', {
+ button: {
+ title: 'Osobine dugmeta',
+ text: 'Tekst (vrednost)',
+ type: 'Tip',
+ typeBtn: 'Button',
+ typeSbm: 'Submit',
+ typeRst: 'Reset'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Osobine polja za potvrdu',
+ radioTitle: 'Osobine radio-dugmeta',
+ value: 'Vrednost',
+ selected: 'Označeno'
+ },
+ form: {
+ title: 'Osobine forme',
+ menu: 'Osobine forme',
+ action: 'Akcija',
+ method: 'Metoda',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Osobine skrivenog polja',
+ name: 'Naziv',
+ value: 'Vrednost'
+ },
+ select: {
+ title: 'Osobine izbornog polja',
+ selectInfo: 'Info',
+ opAvail: 'Dostupne opcije',
+ value: 'Vrednost',
+ size: 'Veličina',
+ lines: 'linija',
+ chkMulti: 'Dozvoli višestruku selekciju',
+ opText: 'Tekst',
+ opValue: 'Vrednost',
+ btnAdd: 'Dodaj',
+ btnModify: 'Izmeni',
+ btnUp: 'Gore',
+ btnDown: 'Dole',
+ btnSetValue: 'Podesi kao označenu vrednost',
+ btnDelete: 'Obriši'
+ },
+ textarea: {
+ title: 'Osobine zone teksta',
+ cols: 'Broj kolona',
+ rows: 'Broj redova'
+ },
+ textfield: {
+ title: 'Osobine tekstualnog polja',
+ name: 'Naziv',
+ value: 'Vrednost',
+ charWidth: 'Širina (karaktera)',
+ maxChars: 'Maksimalno karaktera',
+ type: 'Tip',
+ typeText: 'Tekst',
+ typePass: 'Lozinka',
+ typeEmail: 'Email', // MISSING
+ typeSearch: 'Search', // MISSING
+ typeTel: 'Telephone Number', // MISSING
+ typeUrl: 'URL'
+ }
+});
|
