Mercurial Hosting > sceditor
comparison src/languages/pl.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 /** | |
2 * @author <Mirosław Dróżdż> <miroslaw.drozdz@vert.pl/www.vert.info.pl> | |
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
4 */ | |
5 (function () { | |
6 'use strict'; | |
7 | |
8 sceditor.locale['pl'] = { | |
9 'Bold': 'Pogrubienie', | |
10 'Italic': 'Kursywa', | |
11 'Underline': 'Podkreślenie', | |
12 'Strikethrough': 'Przekreślenie', | |
13 'Subscript': 'Indeks dolny', | |
14 'Superscript': 'Indeks górny', | |
15 'Align left': 'Do lewej', | |
16 'Center': 'Do środka', | |
17 'Align right': 'Do prawej', | |
18 'Justify': 'Wyjustowanie', | |
19 'Font Name': 'Krój czcionki', | |
20 'Font Size': 'Rozmiar czcionki', | |
21 'Font Color': 'Kolor czcionki', | |
22 'Remove Formatting': 'Usuń formatowanie', | |
23 'Cut': 'Wytnij', | |
24 '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', | |
25 'Copy': 'Skopiuj', | |
26 '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', | |
27 'Paste': 'Wklej', | |
28 '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', | |
29 'Paste your text inside the following box:': 'Wklej swój tekst do tego pola:', | |
30 'Paste Text': 'Wklej tekst', | |
31 'Bullet list': 'Wypunktowanie', | |
32 'Numbered list': 'Lista numerowana', | |
33 'Undo': 'Cofnij', | |
34 'Redo': 'Powtórz', | |
35 'Rows:': 'Wiersze:', | |
36 'Cols:': 'Kolumny:', | |
37 'Insert a table': 'Wstaw tabelę', | |
38 'Insert a horizontal rule': 'Wstaw linię poziomą', | |
39 'Code': 'Kod', | |
40 'Width (optional):': 'Szerokość (opcjonalnie)', | |
41 'Height (optional):': 'Wysokość (opcjonalnie)', | |
42 'Insert an image': 'Wstaw obrazek', | |
43 'E-mail:': 'E-mail', | |
44 'Insert an email': 'Wstaw e-mail', | |
45 'URL:': 'URL', | |
46 'Insert a link': 'Wstaw odnośnik', | |
47 'Unlink': 'Usuń odnośnik', | |
48 'More': 'Więcej', | |
49 'Insert an emoticon': 'Wstaw emotikonę', | |
50 'Video URL:': 'URL do filmu', | |
51 'Insert': 'Wstaw', | |
52 'Insert a YouTube video': 'Wstaw film YouTube', | |
53 'Insert current date': 'Wstaw aktualną datę', | |
54 'Insert current time': 'Wstaw aktualny czas', | |
55 'Print': 'Drukuj', | |
56 'View source': 'Pokaż źródło', | |
57 'Description (optional):': 'Opis (opcjonalny)', | |
58 'Enter the image URL:': 'Wstaw URL do obrazka', | |
59 'Enter the e-mail address:': 'Wpisz adres e-mail', | |
60 'Enter the displayed text:': 'Wpisz wyświetlony tekst', | |
61 'Enter URL:': 'Wpisz adres URL', | |
62 'Enter the YouTube video URL or ID:': 'Wpisz adres URL lub ID filmu na YouTube', | |
63 'Insert a Quote': 'Wstaw cytat', | |
64 'Invalid YouTube video': 'Nieprawidłowy film YouTube', | |
65 | |
66 dateFormat: 'day-month-year' | |
67 }; | |
68 })(); |