79 lines
4.2 KiB
JavaScript
79 lines
4.2 KiB
JavaScript
tinyMCE.addI18n("en.advanced", {
|
|
underline_desc: "Podkreślenie (Ctrl+U)", //"Podkreślenie (Ctrl+U)",
|
|
italic_desc: "Kursywa (Ctrl+I)", //"Italic (Ctrl+I)",
|
|
bold_desc: "Pogrubienie (Ctrl+B)", //"Bold (Ctrl+B)",
|
|
dd: "Opis definicji", //"Definition Description",
|
|
dt: "Termin definicji", //"Definition Term ",
|
|
samp: "Wycinek kodu", //"Code Sample",
|
|
code: "Kod", //"Code",
|
|
blockquote: "Blok cytatu", //"Block Quote",
|
|
h6: "Nagłówek 6", //"Heading 6",
|
|
h5: "Nagłówek 5", //"Heading 5",
|
|
h4: "Nagłówek 4", //"Heading 4",
|
|
h3: "Nagłówek 3", //"Heading 3",
|
|
h2: "Nagłówek 2", //"Heading 2",
|
|
h1: "Nagłówek 1", //"Heading 1",
|
|
pre: "Uprzednio sformatowany", //"Preformatted",
|
|
address: "Adres", //"Address",
|
|
div: "DIV", //"DIV",
|
|
paragraph: "Paragraf", //"Paragraph",
|
|
block: "Format", //"Format",
|
|
fontdefault: "Czcionka", //"Font Family",
|
|
font_size: "Rozmiar czcionki", //"Font Size",
|
|
style_select: "Style", //"Styles",
|
|
anchor_delta_height: "", //"",
|
|
anchor_delta_width: "", //"",
|
|
charmap_delta_height: "", //"",
|
|
charmap_delta_width: "", //"",
|
|
colorpicker_delta_height: "", //"",
|
|
colorpicker_delta_width: "", //"",
|
|
link_delta_height: "", //"",
|
|
link_delta_width: "", //"",
|
|
image_delta_height: "", //"",
|
|
image_delta_width: "", //"",
|
|
more_colors: "Więcej Kolorów", //"More Colors...",
|
|
toolbar_focus:
|
|
"Przeskocz do przycisków narzędzi - Alt+Q, Przeskocz do edytora - Alt-Z, Przeskocz do ścieżki elementów - Alt+X", //"Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X",
|
|
newdocument: "Czy jesteś pewny że chcesz wyczyścić całą zawartość", //"Are you sure you want clear all contents?",
|
|
path: "Ścieżka", //"Path",
|
|
clipboard_msg:
|
|
"Kopiuj/wytnij/wklej nie jest dostępne w Mozilli i Firefoxie. Czy chcesz więcej informacji na temat tego problemu?", //"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?",
|
|
blockquote_desc: "Blok cytatu", //"Block Quote",
|
|
help_desc: "Pomoc", //"Help",
|
|
newdocument_desc: "Nowy dokument", //"New Document",
|
|
image_props_desc: "Parametry obrazka", //"Image Properties",
|
|
paste_desc: "Wklej (Ctrl+V)", //"Paste (Ctrl+V)",
|
|
copy_desc: "Kopiuj (Ctrl+C)", //"Copy (Ctrl+C)",
|
|
cut_desc: "Wytnij (Ctrl+X)", //"Cut (Ctrl+X)",
|
|
anchor_desc: "Wstaw/edytuj zakotwiczenie", //"Insert/Edit Anchor",
|
|
visualaid_desc: "Pokaż/ukryj wskazówki/niewidoczne elementy", //"show/Hide Guidelines/Invisible Elements",
|
|
charmap_desc: "Wstaw znak specjalny", //"Insert Special Character",
|
|
backcolor_desc: "Wybierz kolor tła", //"Select Background Color",
|
|
forecolor_desc: "Wybierz kolor tekstu", //"Select Text Color",
|
|
custom1_desc: "Twój własny opis tutaj", //"Your Custom Description Here",
|
|
removeformat_desc: "Usuń formatowanie", //"Remove Formatting",
|
|
hr_desc: "Dodaj linię poziomą", //"Insert Horizontal Line",
|
|
sup_desc: "Indeks górny", //"Superscript",
|
|
sub_desc: "Indeks dolny", //"Subscript",
|
|
code_desc: "Edytuj HTML", //"Edit HTML Source",
|
|
cleanup_desc: "Wyczyść brudny kod", //"Cleanup Messy Code",
|
|
image_desc: "Wstaw/edytuj obraz", //"Insert/Edit Image",
|
|
unlink_desc: "Odlinkuj", //"Unlink",
|
|
link_desc: "Wstaw/edytuj odnośnik", //"Insert/Edit Link",
|
|
redo_desc: "Powtórz (Ctrl+Y)", //"Redo (Ctrl+Y)",
|
|
undo_desc: "Cofnij (Ctrl+Z)", //"Undo (Ctrl+Z)",
|
|
indent_desc: "Zwiększ wcięcie", //"Increase Indent",
|
|
outdent_desc: "Zmniejsz wcięcie", //"Decrease Indent",
|
|
numlist_desc: "Wstaw/usuń listę numerowaną", //"Insert/Remove Numbered List",
|
|
bullist_desc: "Wstaw/usuń listę punktowaną", //"Insert/Remove Bulleted List",
|
|
justifyfull_desc: "Justowanie", //"Align Full",
|
|
justifyright_desc: "Wyrównanie do prawej", //"Align Right",
|
|
justifycenter_desc: "Wyśrodkowanie", //"Align Center",
|
|
justifyleft_desc: "Wyrównanie do lewej", //"Align Left",
|
|
striketrough_desc: "Przekreślenie", //"Strikethrough",
|
|
help_shortcut: "Naciśnij Alt-F10 po pasek narzędzi. Naciśnij ALT-0 po pomoc", //"Press ALT-F10 for toolbar. Press ALT-0 for help",
|
|
rich_text_area: "Strefa tekstu formatowanego", //"Rich Text Area",
|
|
shortcuts_desc: "Pomoc ułatwiania dostępu", //"Accessability Help",
|
|
toolbar: "Pasek narzędzi", //"Toolbar",
|
|
});
|