summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/table/langs/pl_dlg.js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/tiny_mce/plugins/table/langs/pl_dlg.js')
-rwxr-xr-xprogram/js/tiny_mce/plugins/table/langs/pl_dlg.js74
1 files changed, 74 insertions, 0 deletions
diff --git a/program/js/tiny_mce/plugins/table/langs/pl_dlg.js b/program/js/tiny_mce/plugins/table/langs/pl_dlg.js
new file mode 100755
index 000000000..6a5f4ade7
--- /dev/null
+++ b/program/js/tiny_mce/plugins/table/langs/pl_dlg.js
@@ -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:"Language direction",
+langcode:"Language code",
+mime:"Target MIME type",
+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 of {$cols}.",
+row_limit:"Przekroczy\u0142e\u015B maksymaln\u0105 liczb\u0119 kolumn {$rows}.",
+cell_limit:"Przekroczy\u0142e\u015B maksymaln\u0105 liczb\u0119 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:"Nag\u0142\u00F3wek tabeli",
+frame:"Ramka",
+frame_none:"brak",
+frame_groups:"groups",
+frame_rows:"rows",
+frame_cols:"cols",
+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"
+}); \ No newline at end of file