X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fpl.js;h=1f21466506f89b54fbe58d00d8e7d3e348f14df5;hp=eaa7ad7d6b3ac485adae9b34c07217553598579e;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hpb=f0610347140239143439a511ee2bd48cb784f470 diff --git a/_source/lang/pl.js b/_source/lang/pl.js index eaa7ad7..1f21466 100644 --- a/_source/lang/pl.js +++ b/_source/lang/pl.js @@ -4,7 +4,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the + * @fileOverview Defines the {@link CKEDITOR.lang} object for the * Polish language. */ @@ -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['pl'] = @@ -123,6 +123,8 @@ CKEDITOR.lang['pl'] = invalidWidth : 'Szerokość musi być liczbą.', invalidCssLength : 'Wartość podana dla pola "%1" musi być liczbą dodatnią bez jednostki lub z poprawną jednostką długości zgodną z CSS (px, %, in, cm, mm, em, ex, pt lub pc).', invalidHtmlLength : 'Wartość podana dla pola "%1" musi być liczbą dodatnią bez jednostki lub z poprawną jednostką długości zgodną z HTML (px lub %).', + invalidInlineStyle : 'Wartość podana dla stylu musi składać się z jednej lub większej liczby krotek w formacie "nazwa : wartość", rozdzielonych średnikami.', + cssLengthTooltip : 'Wpisz liczbę dla wartości w pikselach lub liczbę wraz z jednostką długości zgodną z CSS (px, %, in, cm, mm, em, ex, pt lub pc).', // Put the voice-only part of the label in the span. unavailable : '%1, niedostępne' @@ -240,6 +242,7 @@ CKEDITOR.lang['pl'] = findWhat : 'Znajdź:', replaceWith : 'Zastąp przez:', notFoundMsg : 'Nie znaleziono szukanego hasła.', + findOptions : 'Opcje wyszukiwania', matchCase : 'Uwzględnij wielkość liter', matchWord : 'Całe słowa', matchCyclic : 'Cykliczne dopasowanie',