X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fhr.js;h=182571e9b5e098b5456695d0cc47891567627dae;hb=refs%2Ftags%2Fv3.6.2;hp=818b108af64ad8df905bb32b084984bf19d9acec;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/hr.js b/_source/lang/hr.js index 818b108..182571e 100644 --- a/_source/lang/hr.js +++ b/_source/lang/hr.js @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['hr'] = @@ -34,8 +34,8 @@ CKEDITOR.lang['hr'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Kôd', @@ -121,6 +121,10 @@ CKEDITOR.lang['hr'] = alignBottom : 'Dolje', invalidHeight : 'Visina mora biti broj.', invalidWidth : 'Å irina mora biti broj.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, nedostupno' @@ -201,7 +205,8 @@ CKEDITOR.lang['hr'] = menu : 'Svojstva sidra', title : 'Svojstva sidra', name : 'Ime sidra', - errorName : 'Molimo unesite ime sidra' + errorName : 'Molimo unesite ime sidra', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +242,7 @@ CKEDITOR.lang['hr'] = findWhat : 'Pronađi:', replaceWith : 'Zamijeni s:', notFoundMsg : 'Traženi tekst nije pronađen.', + findOptions : 'Find Options', // MISSING matchCase : 'Usporedi mala/velika slova', matchWord : 'Usporedi cijele riječi', matchCyclic : 'Usporedi kružno', @@ -413,7 +419,6 @@ CKEDITOR.lang['hr'] = upload : 'PoÅ¡alji', alt : 'Alternativni tekst', lockRatio : 'Zaključaj odnos', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'ObriÅ¡i veličinu', border : 'Okvir', hSpace : 'HSpace', @@ -715,6 +720,8 @@ CKEDITOR.lang['hr'] = { title : 'O CKEditoru', dlgTitle : 'O CKEditoru', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'Za informacije o licencama posjetite naÅ¡u web stranicu:', copy : 'Copyright © $1. All rights reserved.' }, @@ -745,9 +752,64 @@ CKEDITOR.lang['hr'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Svojstva dokumenta', + title : 'Svojstva dokumenta', + design : 'Design', // MISSING + meta : 'Meta Data', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Naslov stranice', + charset : 'Enkodiranje znakova', + charsetOther : 'Ostalo enkodiranje znakova', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'SrediÅ¡nja Europa', + charsetCT : 'Tradicionalna kineska (Big5)', + charsetCR : 'Ćirilica', + charsetGR : 'Grčka', + charsetJP : 'Japanska', + charsetKR : 'Koreanska', + charsetTR : 'Turska', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Zapadna Europa', + docType : 'Zaglavlje vrste dokumenta', + docTypeOther : 'Ostalo zaglavlje vrste dokumenta', + xhtmlDec : 'Ubaci XHTML deklaracije', + bgColor : 'Boja pozadine', + bgImage : 'URL slike pozadine', + bgFixed : 'Pozadine se ne pomiče', + txtColor : 'Boja teksta', + margin : 'Margine stranice', + marginTop : 'Vrh', + marginLeft : 'Lijevo', + marginRight : 'Desno', + marginBottom : 'Dolje', + metaKeywords : 'Ključne riječi dokumenta (odvojene zarezom)', + metaDescription : 'Opis dokumenta', + metaAuthor : 'Autor', + metaCopyright : 'Autorska prava', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };