aboutsummaryrefslogtreecommitdiff
path: root/Html/js/SCEditor/languages/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'Html/js/SCEditor/languages/pl.js')
-rw-r--r--Html/js/SCEditor/languages/pl.js68
1 files changed, 68 insertions, 0 deletions
diff --git a/Html/js/SCEditor/languages/pl.js b/Html/js/SCEditor/languages/pl.js
new file mode 100644
index 0000000..09a4c06
--- /dev/null
+++ b/Html/js/SCEditor/languages/pl.js
@@ -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);