diff options
Diffstat (limited to 'plugins/forms/lang/hr.js')
| -rw-r--r-- | plugins/forms/lang/hr.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/hr.js b/plugins/forms/lang/hr.js new file mode 100644 index 0000000..49139f5 --- /dev/null +++ b/plugins/forms/lang/hr.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', 'hr', {
+ button: {
+ title: 'Button svojstva',
+ text: 'Tekst (vrijednost)',
+ type: 'Vrsta',
+ typeBtn: 'Gumb',
+ typeSbm: 'Pošalji',
+ typeRst: 'Poništi'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Checkbox svojstva',
+ radioTitle: 'Radio Button svojstva',
+ value: 'Vrijednost',
+ selected: 'Odabrano'
+ },
+ form: {
+ title: 'Form svojstva',
+ menu: 'Form svojstva',
+ action: 'Akcija',
+ method: 'Metoda',
+ encoding: 'Encoding'
+ },
+ hidden: {
+ title: 'Hidden Field svojstva',
+ name: 'Ime',
+ value: 'Vrijednost'
+ },
+ select: {
+ title: 'Selection svojstva',
+ selectInfo: 'Info',
+ opAvail: 'Dostupne opcije',
+ value: 'Vrijednost',
+ size: 'Veličina',
+ lines: 'linija',
+ chkMulti: 'Dozvoli višestruki odabir',
+ opText: 'Tekst',
+ opValue: 'Vrijednost',
+ btnAdd: 'Dodaj',
+ btnModify: 'Promijeni',
+ btnUp: 'Gore',
+ btnDown: 'Dolje',
+ btnSetValue: 'Postavi kao odabranu vrijednost',
+ btnDelete: 'Obriši'
+ },
+ textarea: {
+ title: 'Textarea svojstva',
+ cols: 'Kolona',
+ rows: 'Redova'
+ },
+ textfield: {
+ title: 'Text Field svojstva',
+ name: 'Ime',
+ value: 'Vrijednost',
+ charWidth: 'Širina',
+ maxChars: 'Najviše karaktera',
+ type: 'Vrsta',
+ typeText: 'Tekst',
+ typePass: 'Šifra',
+ typeEmail: 'Email',
+ typeSearch: 'Traži',
+ typeTel: 'Broj telefona',
+ typeUrl: 'URL'
+ }
+});
|
