diff options
Diffstat (limited to 'plugins/forms/lang/hr.js')
| -rw-r--r-- | plugins/forms/lang/hr.js | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/hr.js b/plugins/forms/lang/hr.js deleted file mode 100644 index 49139f5..0000000 --- a/plugins/forms/lang/hr.js +++ /dev/null @@ -1,68 +0,0 @@ -/*
-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'
- }
-});
|
