forked from leftypol/leftypol
Add sceditor WYSIWIG post editor support
This commit is contained in:
parent
0b3872dc93
commit
02266e082e
112 changed files with 36025 additions and 0 deletions
68
js/sceditor/languages/pl.js
Normal file
68
js/sceditor/languages/pl.js
Normal file
|
@ -0,0 +1,68 @@
|
|||
/**
|
||||
* @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);
|
Loading…
Add table
Add a link
Reference in a new issue