first commit

This commit is contained in:
2026-04-30 14:38:11 +02:00
commit e22bbde336
1994 changed files with 613950 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
tinyMCE.addI18n('en.advlink_dlg',{
title:"Insert/edit link",
url:"Link URL",
target:"Target",
titlefield:"Title",
is_email:"The URL you entered seems to be an email address, do you want to add the required mailto: prefix?",
is_external:"The URL you entered seems to external link, do you want to add the required http:// prefix?",
list:"Link list",
general_tab:"General",
popup_tab:"Popup",
events_tab:"Events",
advanced_tab:"Advanced",
general_props:"General properties",
popup_props:"Popup properties",
event_props:"Events",
advanced_props:"Advanced properties",
popup_opts:"Options",
anchor_names:"Anchors",
target_same:"Open in this window / frame",
target_parent:"Open in parent window / frame",
target_top:"Open in top frame (replaces all frames)",
target_blank:"Open in new window",
popup:"Javascript popup",
popup_url:"Popup URL",
popup_name:"Window name",
popup_return:"Insert 'return false'",
popup_scrollbars:"Show scrollbars",
popup_statusbar:"Show status bar",
popup_toolbar:"Show toolbars",
popup_menubar:"Show menu bar",
popup_location:"Show location bar",
popup_resizable:"Make window resizable",
popup_dependent:"Dependent (Mozilla/Firefox only)",
popup_size:"Size",
popup_position:"Position (X/Y)",
id:"Id",
style:"Style",
classes:"Classes",
target_name:"Target name",
langdir:"Language direction",
target_langcode:"Target language",
langcode:"Language code",
encoding:"Target character encoding",
mime:"Target MIME type",
rel:"Relationship page to target",
rev:"Relationship target to page",
tabindex:"Tabindex",
accesskey:"Accesskey",
ltr:"Left to right",
rtl:"Right to left",
link_list:"Link list"
});

View File

@@ -0,0 +1,52 @@
tinyMCE.addI18n('pl.advlink_dlg',{
title:"Wstaw/edytuj link",
url:"Link URL",
target:"Cel",
titlefield:"Tytu\u0142",
is_email:"Podany adres wydaje si\u0119 by\u0107 adresem emailowym, czy chcesz doda\u0107 wymagany prefix mailto: ?",
is_external:"Podany adres wydaje si\u0119 by\u0107 zewn\u0119trznym linkiem, czy chcesz doda\u0107 wymagany prefix http:// ?",
list:"Lista link\u00F3w",
general_tab:"Og\u00F3lny",
popup_tab:"Popup",
events_tab:"Wydarzenia",
advanced_tab:"Zaawansowany",
general_props:"Og\u00F3lne w\u0142a\u015Bciwo\u015Bci",
popup_props:"Popup w\u0142a\u015Bciwo\u015Bci",
event_props:"Wydarzenia",
advanced_props:"Zaawansowae w\u0142a\u015Bciwo\u015Bci",
popup_opts:"Opcje",
anchor_names:"Kotwice",
target_same:"Otw\u00F3rz w tym oknie / ramce",
target_parent:"Otw\u00F3rz w nadrz\u0119dnej oknie / ramce",
target_top:"Otw\u00F3rz w g\u00F3rnej ramce (zamie\u0144 wszystkie ramki)",
target_blank:"Otw\u00F3rz w nowym oknie",
popup:"Wyskakuj\u0105ce okienko",
popup_url:"URL okienka",
popup_name:"Nazwa okiena",
popup_return:"Wklej 'return false'",
popup_scrollbars:"Poka\u017C paski przewijania",
popup_statusbar:"Poka\u017C pasek statusu",
popup_toolbar:"Poka\u017C narz\u0119dzia",
popup_menubar:"Poka\u017C pasek menu",
popup_location:"Poka\u017C pasek adresu",
popup_resizable:"Stw\u00F3rz okno z w\u0142a\u015Bciwo\u015Bciami zmiany rozmiaru",
popup_dependent:"Podleg\u0142y (Mozilla/Firefox wy\u0142\u0105cznie)",
popup_size:"Rozmiar",
popup_position:"Pozycja (X/Y)",
id:"Id",
style:"Wz\u00F3r",
classes:"Klasy",
target_name:"Cel",
langdir:"Kierunek czytania tekstu",
target_langcode:"Docelowy kod j\u0119zyka",
langcode:"Kod j\u0119zyka",
encoding:"Kodowanie znak\u00F3w celu",
mime:"Cel MIME type",
rel:"Relacje strony do celu",
rev:"Relacje celu do strony",
tabindex:"Tabindex",
accesskey:"Klawisz skr\u00F3tu",
ltr:"Kierunek z lewej do prawej",
rtl:"Kierunek z prawej do lewej",
link_list:"Lista odno\u015Bnik\u00F3w"
});