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,74 @@
tinyMCE.addI18n('en.table_dlg',{
general_tab:"General",
advanced_tab:"Advanced",
general_props:"General properties",
advanced_props:"Advanced properties",
rowtype:"Row in table part",
title:"Insert/Modify table",
width:"Width",
height:"Height",
cols:"Cols",
rows:"Rows",
cellspacing:"Cellspacing",
cellpadding:"Cellpadding",
border:"Border",
align:"Alignment",
align_default:"Default",
align_left:"Left",
align_right:"Right",
align_middle:"Center",
row_title:"Table row properties",
cell_title:"Table cell properties",
cell_type:"Cell type",
valign:"Vertical alignment",
align_top:"Top",
align_bottom:"Bottom",
bordercolor:"Border color",
bgcolor:"Background color",
merge_cells_title:"Merge table cells",
id:"Id",
style:"Style",
langdir:"Language direction",
langcode:"Language code",
mime:"Target MIME type",
ltr:"Left to right",
rtl:"Right to left",
bgimage:"Background image",
summary:"Summary",
td:"Data",
th:"Header",
cell_cell:"Update current cell",
cell_row:"Update all cells in row",
cell_all:"Update all cells in table",
row_row:"Update current row",
row_odd:"Update odd rows in table",
row_even:"Update even rows in table",
row_all:"Update all rows in table",
thead:"Table Head",
tbody:"Table Body",
tfoot:"Table Foot",
scope:"Scope",
rowgroup:"Row Group",
colgroup:"Col Group",
col_limit:"You've exceeded the maximum number of columns of {$cols}.",
row_limit:"You've exceeded the maximum number of rows of {$rows}.",
cell_limit:"You've exceeded the maximum number of cells of {$cells}.",
missing_scope:"Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.",
caption:"Table caption",
frame:"Frame",
frame_none:"none",
frame_groups:"groups",
frame_rows:"rows",
frame_cols:"cols",
frame_all:"all",
rules:"Rules",
rules_void:"void",
rules_above:"above",
rules_below:"below",
rules_hsides:"hsides",
rules_lhs:"lhs",
rules_rhs:"rhs",
rules_vsides:"vsides",
rules_box:"box",
rules_border:"border"
});

View File

@@ -0,0 +1,74 @@
tinyMCE.addI18n('pl.table_dlg',{
general_tab:"G\u0142\u00F3wna",
advanced_tab:"Zaawansowana",
general_props:"G\u0142\u00F3wne w\u0142a\u015Bciwo\u015Bci",
advanced_props:"Zaawansowane w\u0142a\u015Bciwo\u015Bci",
rowtype:"Row in table part",
title:"Wklej/Zmie\u0144 tabel\u0119",
width:"Szeroko\u015B\u0107",
height:"Wysoko\u015B\u0107",
cols:"Kolumny",
rows:"Wiersze",
cellspacing:"Cellspacing",
cellpadding:"Cellpadding",
border:"Ramka",
align:"Wyr\u00F3wnanie",
align_default:"Domy\u015Blnie",
align_left:"Lewy",
align_right:"Prawy",
align_middle:"\u015Arodek",
row_title:"W\u0142a\u015Bciwo\u015Bci wiersza",
cell_title:"W\u0142a\u015Bciwo\u015Bci kom\u00F3rki",
cell_type:"Cell type",
valign:"Pionowe wyr\u00F3wnanie",
align_top:"G\u00F3ra",
align_bottom:"D\u00F3\u0142",
bordercolor:"Kolor ramki",
bgcolor:"Kolor t\u0142a",
merge_cells_title:"Po\u0142\u0105cz kom\u00F3rki",
id:"Id",
style:"Styl",
langdir:"Kierunek czytania tekstu",
langcode:"Oznaczenie kodowe j\u0119zyka",
mime:"Docelowy typ MIME",
ltr:"Kierunek z lewej do prawej",
rtl:"Kierunek z prawej do lewej",
bgimage:"Obrazek t\u0142a",
summary:"Podsumowanie",
td:"Data",
th:"Nag\u0142owek",
cell_cell:"Zmie\u0144 aktualn\u0105 kom\u00F3rk\u0119",
cell_row:"Zmie\u0144 wszytkie kom\u00F3rki w wierszu",
cell_all:"Zmie\u0144 wszytkie kom\u00F3rki w tabeli",
row_row:"Zmie\u0144 aktualny wiersz",
row_odd:"Zmie\u0144 nieparzyste wiersze",
row_even:"Zmie\u0144 parzyste wiersze",
row_all:"Zmie\u0144 wszystkie wiersze",
thead:"Nag\u0142\u00F3wek tabeli",
tbody:"Cia\u0142o tabeli",
tfoot:"Stopka tabeli",
scope:"Zakres",
rowgroup:"Grupa wierszy",
colgroup:"Grupa kolumn",
col_limit:"Przekroczy\u0142e\u015B maksymaln\u0105 liczb\u0119 kolumn kt\u00F3ra wynosi {$cols}.",
row_limit:"Przekroczy\u0142e\u015B maksymaln\u0105 liczb\u0119 wierszy kt\u00F3ra wynosi {$rows}.",
cell_limit:"Przekroczy\u0142e\u015B maksymaln\u0105 liczb\u0119 kom\u00F3rek kt\u00F3ra wynosi {$cells}.",
missing_scope:"Jeste\u015B pewny \u017Ce chcesz kontynuowa\u0107 bez definiowania zasi\u0119gu dla kom\u00F3rki tabeli. Bez niej, mo\u017Ce by\u0107 trudne dla niekt\u00F3rych u\u017Cytkownik\u00F3w zrozuminie zawarto\u015Bci albo danych wy\u015Bwietlanych poza tabel\u0105.",
caption:"Nag\u0142\u00F3wek tabeli",
frame:"Ramka",
frame_none:"brak",
frame_groups:"grupy",
frame_rows:"wiersze",
frame_cols:"kolumny",
frame_all:"wszystkie",
rules:"Prowadnice",
rules_void:"void",
rules_above:"nad",
rules_below:"pod",
rules_hsides:"hsides",
rules_lhs:"lhs",
rules_rhs:"rhs",
rules_vsides:"vsides",
rules_box:"box",
rules_border:"border"
});