X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fbs.js;h=ae722091275e59d67bb1ba8198a25b17f719d1f1;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=8f38b665e80f4a5a993fd036f9a3a82304ce8237;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/lang/bs.js b/_source/lang/bs.js index 8f38b66..ae72209 100644 --- a/_source/lang/bs.js +++ b/_source/lang/bs.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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['bs'] = @@ -34,8 +34,8 @@ CKEDITOR.lang['bs'] = 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 : 'HTML kôd', @@ -121,6 +121,10 @@ CKEDITOR.lang['bs'] = alignBottom : 'Dno', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + 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, unavailable' // MISSING @@ -175,18 +179,19 @@ CKEDITOR.lang['bs'] = langDirRTL : 'S desna na lijevo (RTL)', acccessKey : 'Pristupna tipka', name : 'Naziv', - langCode : 'Smjer pisanja', - tabIndex : 'Tab indeks', - advisoryTitle : 'Advisory title', + langCode : 'Smjer pisanja', + tabIndex : 'Tab indeks', + advisoryTitle : 'Advisory title', advisoryContentType : 'Advisory vrsta sadržaja', cssClasses : 'Klase CSS stilova', charset : 'Linked Resource Charset', styles : 'Stil', - selectAnchor : 'Izaberi sidro', + rel : 'Relationship', // MISSING + selectAnchor : 'Izaberi sidro', anchorName : 'Po nazivu sidra', - anchorId : 'Po Id-u elementa', - emailAddress : 'E-Mail Adresa', - emailSubject : 'Subjekt poruke', + anchorId : 'Po Id-u elementa', + emailAddress : 'E-Mail Adresa', + emailSubject : 'Subjekt poruke', emailBody : 'Poruka', noAnchors : '(Nema dostupnih sidra na stranici)', noUrl : 'Molimo ukucajte URL link', @@ -200,7 +205,8 @@ CKEDITOR.lang['bs'] = menu : 'Edit Anchor', // MISSING title : 'Anchor Properties', // MISSING name : 'Anchor Name', // MISSING - errorName : 'Please type the anchor name' // MISSING + errorName : 'Please type the anchor name', // MISSING + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -236,6 +242,7 @@ CKEDITOR.lang['bs'] = findWhat : 'Naði Å¡ta:', replaceWith : 'Zamjeni sa:', notFoundMsg : 'Traženi tekst nije pronaðen.', + findOptions : 'Find Options', // MISSING matchCase : 'Uporeðuj velika/mala slova', matchWord : 'Uporeðuj samo cijelu rijeè', matchCyclic : 'Match cyclic', // MISSING @@ -270,8 +277,8 @@ CKEDITOR.lang['bs'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -412,7 +419,6 @@ CKEDITOR.lang['bs'] = upload : 'Å alji', alt : 'Tekst na slici', lockRatio : 'Zakljuèaj odnos', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Resetuj dimenzije', border : 'Okvir', hSpace : 'HSpace', @@ -714,6 +720,8 @@ CKEDITOR.lang['bs'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -744,9 +752,64 @@ CKEDITOR.lang['bs'] = 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 : 'Document Properties', // MISSING + title : 'Document Properties', // MISSING + design : 'Design', // MISSING + meta : 'Meta Tags', // MISSING + chooseColor : 'Choose', // MISSING + other : 'Other...', // MISSING + docTitle : 'Page Title', // MISSING + charset : 'Character Set Encoding', // MISSING + charsetOther : 'Other Character Set Encoding', // MISSING + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Central European', // MISSING + charsetCT : 'Chinese Traditional (Big5)', // MISSING + charsetCR : 'Cyrillic', // MISSING + charsetGR : 'Greek', // MISSING + charsetJP : 'Japanese', // MISSING + charsetKR : 'Korean', // MISSING + charsetTR : 'Turkish', // MISSING + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Western European', // MISSING + docType : 'Document Type Heading', // MISSING + docTypeOther : 'Other Document Type Heading', // MISSING + xhtmlDec : 'Include XHTML Declarations', // MISSING + bgColor : 'Background Color', // MISSING + bgImage : 'Background Image URL', // MISSING + bgFixed : 'Non-scrolling (Fixed) Background', // MISSING + txtColor : 'Text Color', // MISSING + margin : 'Page Margins', // MISSING + marginTop : 'Top', // MISSING + marginLeft : 'Left', // MISSING + marginRight : 'Right', // MISSING + marginBottom : 'Bottom', // MISSING + metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING + metaDescription : 'Document Description', // MISSING + metaAuthor : 'Author', // MISSING + metaCopyright : 'Copyright', // MISSING + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };