You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.8 KiB
104 lines
2.8 KiB
(function ($) { |
|
$.extend($.summernote.lang, { |
|
'pl-PL': { |
|
font: { |
|
bold: 'Pogrubienie', |
|
italic: 'Pochylenie', |
|
underline: 'Podkreślenie', |
|
strikethrough: 'Przekreślenie', |
|
clear: 'Usuń formatowanie', |
|
height: 'Interlinia', |
|
name: 'Czcionka', |
|
size: 'Rozmiar' |
|
}, |
|
image: { |
|
image: 'Grafika', |
|
insert: 'Wstaw grafikę', |
|
resizeFull: 'Zmień rozmiar na 100%', |
|
resizeHalf: 'Zmień rozmiar na 50%', |
|
resizeQuarter: 'Zmień rozmiar na 25%', |
|
floatLeft: 'Po lewej', |
|
floatRight: 'Po prawej', |
|
floatNone: 'Równo z tekstem', |
|
dragImageHere: 'Przeciągnij grafikę tutaj', |
|
selectFromFiles: 'Wybierz z dysku', |
|
url: 'URL grafiki', |
|
remove: 'Usuń grafikę' |
|
}, |
|
link: { |
|
link: 'Odnośnik', |
|
insert: 'Wstaw odnośnik', |
|
unlink: 'Usuń odnośnik', |
|
edit: 'Edytuj', |
|
textToDisplay: 'Tekst do wyświetlenia', |
|
url: 'Na jaki URL powinien przenosić ten link?', |
|
openInNewWindow: 'Otwórz w nowym oknie' |
|
}, |
|
video: { |
|
video: 'Wideo', |
|
videoLink: 'Adres wideo', |
|
insert: 'Wstaw wideo', |
|
url: 'Adres wideo', |
|
providers: '(YouTube, Vimeo, Vine, Instagram, lub DailyMotion)' |
|
}, |
|
table: { |
|
table: 'Tabela' |
|
}, |
|
hr: { |
|
insert: 'Wstaw poziomą linię' |
|
}, |
|
style: { |
|
style: 'Style', |
|
normal: 'Normalny', |
|
blockquote: 'Cytat', |
|
pre: 'Kod', |
|
h1: 'Nagłówek 1', |
|
h2: 'Nagłówek 2', |
|
h3: 'Nagłówek 3', |
|
h4: 'Nagłówek 4', |
|
h5: 'Nagłówek 5', |
|
h6: 'Nagłówek 6' |
|
}, |
|
lists: { |
|
unordered: 'Lista wypunktowana', |
|
ordered: 'Lista numerowana' |
|
}, |
|
options: { |
|
help: 'Pomoc', |
|
fullscreen: 'Pełny ekran', |
|
codeview: 'Zródło' |
|
}, |
|
paragraph: { |
|
paragraph: 'Akapit', |
|
outdent: 'Zmniejsz wcięcie', |
|
indent: 'Zwiększ wcięcie', |
|
left: 'Wyrównaj do lewej', |
|
center: 'Wyrównaj do środka', |
|
right: 'Wyrównaj do prawej', |
|
justify: 'Wyrównaj do lewej i prawej' |
|
}, |
|
color: { |
|
recent: 'Ostani kolor', |
|
more: 'Więcej kolorów', |
|
background: 'Tło', |
|
foreground: 'Czcionka', |
|
transparent: 'Przeźroczysty', |
|
setTransparent: 'Przeźroczyste', |
|
reset: 'Reset', |
|
resetToDefault: 'Domyślne' |
|
}, |
|
shortcut: { |
|
shortcuts: 'Skróty klawiszone', |
|
close: 'Zamknij', |
|
textFormatting: 'Formatowanie tekstu', |
|
action: 'Akcja', |
|
paragraphFormatting: 'Formatowanie akapitu', |
|
documentStyle: 'Styl dokumentu' |
|
}, |
|
history: { |
|
undo: 'Cofnij', |
|
redo: 'Ponów' |
|
} |
|
} |
|
}); |
|
})(jQuery);
|
|
|