TableDialog.js 1017 B

12345678910111213141516171819202122232425262728293031323334
  1. define(
  2. "dojox/editor/plugins/nls/pl/TableDialog", //begin v1.x content
  3. ({
  4. insertTableTitle: "Wstawianie tabeli",
  5. modifyTableTitle: "Modyfikowanie tabeli",
  6. rows: "Wiersze:",
  7. columns: "Kolumny:",
  8. align: "Wyrównanie:",
  9. cellPadding: "Dopełnianie komórek:",
  10. cellSpacing: "Odstępy między komórkami:",
  11. tableWidth: "Szerokość tabeli:",
  12. backgroundColor: "Kolor tła:",
  13. borderColor: "Kolor ramki:",
  14. borderThickness: "Grubość ramki",
  15. percent: "procent",
  16. pixels: "piksle",
  17. "default": "domyślna",
  18. left: "lewa strona",
  19. center: "środek",
  20. right: "prawa strona",
  21. buttonSet: "Ustaw", // translated elsewhere?
  22. buttonInsert: "Wstaw",
  23. buttonCancel: "Anuluj",
  24. selectTableLabel: "Wybierz tabelę",
  25. insertTableRowBeforeLabel: "Dodaj wiersz przed",
  26. insertTableRowAfterLabel: "Dodaj wiersz po",
  27. insertTableColumnBeforeLabel: "Dodaj kolumnę przed",
  28. insertTableColumnAfterLabel: "Dodaj kolumnę po",
  29. deleteTableRowLabel: "Usuń wiersz",
  30. deleteTableColumnLabel: "Usuń kolumnę"
  31. })
  32. //end v1.x content
  33. );