X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fbs.js;h=0149a1c918e81410ee2b9895f00ad978b922a9f2;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=ce60c9d558d759857d738ce39bc76c20bcc46f1d;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/bs.js b/_source/lang/bs.js index ce60c9d..0149a1c 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-2013, 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'] = @@ -31,7 +31,8 @@ CKEDITOR.lang['bs'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. toolbars : 'Editor toolbars', // MISSING @@ -119,8 +120,13 @@ CKEDITOR.lang['bs'] = alignTop : 'Vrh', alignMiddle : 'Sredina', alignBottom : 'Dno', + invalidValue : 'Invalid value.', // MISSING 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 @@ -201,7 +207,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 @@ -237,6 +244,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 @@ -271,8 +279,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 : { @@ -413,7 +421,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', @@ -691,7 +698,7 @@ CKEDITOR.lang['bs'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'No suggestions', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING