/* Copyright (c) 2003-__CURRENT_YEAR__, 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 * Polish language. */ /**#@+ @type String @example */ /** * Constains the dictionary of language entries. * @namespace */ CKEDITOR.lang['pl'] = { /** * The language reading direction. Possible values are "rtl" for * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right * languages (like English). * @default 'ltr' */ dir : 'ltr', /* * 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', // MISSING DateAmPm : ['pAM', 'pPM'], // Toolbar buttons without dialogs. source : 'Źródło dokumentu', newPage : 'Nowa strona', save : 'Zapisz', preview : 'Podgląd', // Common messages and labels. // Inline comment // having more than one line. common : { browseServer : 'Przeglądaj', url : 'Adres URL', protocol : 'Protokół', confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING }, // Special char dialog. specialChar : // Inline comment for special char dialog. { toolbar : 'Wstaw znak specjalny', title : 'Wybierz znak specjalny' }, // Link dialog. 'link' : { 'toolbar' : 'Wstaw/edytuj hiperłącze', // IE6 BUG: A title called "Link" in an tag would invalidate its padding!! noAnchors : '(W dokumencie nie zdefiniowano żadnych etykiet)', noUrl : 'Podaj [adres] URL', noEmail : 'Podaj adres e-mail' }, // Table Dialog table : { toolbar : 'Tabela', cell : { menu : 'Komórka', insertBefore : 'Wstaw komórkę z lewej' }, row : { menu : 'Row' // MISSING } }, colors : { '000' : 'Czarny', '800000' : 'Rdzawy', 'E6E6FA' : 'Lawendowy', 'FFF' : 'Biały' }, // Button Dialog. button : { typeRst : 'Wyzeruj' } };