X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fpl.js;h=4354d0bf21c4ebdacad81e94597c20317985df6b;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=eaa7ad7d6b3ac485adae9b34c07217553598579e;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/lang/pl.js b/_source/lang/pl.js index eaa7ad7..4354d0b 100644 --- a/_source/lang/pl.js +++ b/_source/lang/pl.js @@ -1,10 +1,10 @@ /* -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 */ /** - * @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'] = @@ -31,7 +31,8 @@ CKEDITOR.lang['pl'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Edytor tekstu sformatowanego, %1, w celu uzyskania pomocy naciśnij ALT 0.', + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. toolbars : 'Paski narzędzi edytora', @@ -55,7 +56,7 @@ CKEDITOR.lang['pl'] = subscript : 'Indeks dolny', superscript : 'Indeks górny', horizontalrule : 'Wstaw poziomą linię', - pagebreak : 'Wstaw pdodział strony', + pagebreak : 'Wstaw podział strony', pagebreakAlt : 'Wstaw podział strony', unlink : 'Usuń odnośnik', undo : 'Cofnij', @@ -123,6 +124,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 +243,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', @@ -299,7 +303,7 @@ CKEDITOR.lang['pl'] = bgColor : 'Kolor tła', borderColor : 'Kolor obramowania', data : 'Dane', - header : 'Nagłowek', + header : 'Nagłówek', yes : 'Tak', no : 'Nie', invalidWidth : 'Szerokość komórki musi być liczbą.',