X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fbs.js;h=0149a1c918e81410ee2b9895f00ad978b922a9f2;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=67019ffc93b0edc575c444b9a7635a81609435df;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/lang/bs.js b/_source/lang/bs.js index 67019ff..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,10 +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 @@ -240,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 @@ -693,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