69 lines
2.7 KiB
JavaScript
69 lines
2.7 KiB
JavaScript
/**
|
|
* @author <Mirosław Dróżdż> <miroslaw.drozdz@vert.pl/www.vert.info.pl>
|
|
* @license [MIT](http://www.opensource.org/licenses/mit-license.php)
|
|
*/
|
|
(function ($) {
|
|
'use strict';
|
|
|
|
$.sceditor.locale['pl'] = {
|
|
'Bold': 'Pogrubienie',
|
|
'Italic': 'Kursywa',
|
|
'Underline': 'Podkreślenie',
|
|
'Strikethrough': 'Przekreślenie',
|
|
'Subscript': 'Indeks dolny',
|
|
'Superscript': 'Indeks górny',
|
|
'Align left': 'Do lewej',
|
|
'Center': 'Do środka',
|
|
'Align right': 'Do prawej',
|
|
'Justify': 'Wyjustowanie',
|
|
'Font Name': 'Krój czcionki',
|
|
'Font Size': 'Rozmiar czcionki',
|
|
'Font Color': 'Kolor czcionki',
|
|
'Remove Formatting': 'Usuń formatowanie',
|
|
'Cut': 'Wytnij',
|
|
'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Twoja przeglądarka nie obsługuje opcji wycinania. Użyj skrótu klawiszowego Cmd/Ctrl + X',
|
|
'Copy': 'Skopiuj',
|
|
'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Twoja przeglądarka nie obsługuje opcji kopiowania. Użyj skrótu klawiszowego Cmd/Ctrl + C',
|
|
'Paste': 'Wklej',
|
|
'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Twoja przeglądarka nie obsługuje opcji wklejania. Użyj skrótu klawiszowego Cmd/Ctrl + V',
|
|
'Paste your text inside the following box:': 'Wklej swój tekst do tego pola:',
|
|
'Paste Text': 'Wklej tekst',
|
|
'Bullet list': 'Wypunktowanie',
|
|
'Numbered list': 'Lista numerowana',
|
|
'Undo': 'Cofnij',
|
|
'Redo': 'Powtórz',
|
|
'Rows:': 'Wiersze:',
|
|
'Cols:': 'Kolumny:',
|
|
'Insert a table': 'Wstaw tabelę',
|
|
'Insert a horizontal rule': 'Wstaw linię poziomą',
|
|
'Code': 'Kod',
|
|
'Width (optional):': 'Szerokość (opcjonalnie)',
|
|
'Height (optional):': 'Wysokość (opcjonalnie)',
|
|
'Insert an image': 'Wstaw obrazek',
|
|
'E-mail:': 'E-mail',
|
|
'Insert an email': 'Wstaw e-mail',
|
|
'URL:': 'URL',
|
|
'Insert a link': 'Wstaw odnośnik',
|
|
'Unlink': 'Usuń odnośnik',
|
|
'More': 'Więcej',
|
|
'Insert an emoticon': 'Wstaw emotikonę',
|
|
'Video URL:': 'URL do filmu',
|
|
'Insert': 'Wstaw',
|
|
'Insert a YouTube video': 'Wstaw film YouTube',
|
|
'Insert current date': 'Wstaw aktualną datę',
|
|
'Insert current time': 'Wstaw aktualny czas',
|
|
'Print': 'Drukuj',
|
|
'View source': 'Pokaż źródło',
|
|
'Description (optional):': 'Opis (opcjonalny)',
|
|
'Enter the image URL:': 'Wstaw URL do obrazka',
|
|
'Enter the e-mail address:': 'Wpisz adres e-mail',
|
|
'Enter the displayed text:': 'Wpisz wyświetlony tekst',
|
|
'Enter URL:': 'Wpisz adres URL',
|
|
'Enter the YouTube video URL or ID:': 'Wpisz adres URL lub ID filmu na YouTube',
|
|
'Insert a Quote': 'Wstaw cytat',
|
|
'Invalid YouTube video': 'Nieprawidłowy film YouTube',
|
|
|
|
dateFormat: 'day-month-year'
|
|
};
|
|
})(jQuery);
|