TableDialog.js 1007 B

123456789101112131415161718192021222324252627282930313233343536
  1. define(
  2. "dojox/editor/plugins/nls/sk/TableDialog", //begin v1.x content
  3. ({
  4. insertTableTitle: "Vložiť tabuľku",
  5. modifyTableTitle: "Upraviť tabuľku",
  6. rows: "Riadky:",
  7. columns: "Stĺpce:",
  8. align: "Zarovnanie:",
  9. cellPadding: "Výplň buniek:",
  10. cellSpacing: "Rozstup buniek:",
  11. tableWidth: "Šírka tabuľky:",
  12. backgroundColor: "Farba pozadia:",
  13. borderColor: "Farba rámika:",
  14. borderThickness: "Hrúbka rámika:",
  15. percent: "percent",
  16. pixels: "pixlov",
  17. "default": "predvolené",
  18. left: "vľavo",
  19. center: "stred",
  20. right: "vpravo",
  21. buttonSet: "Nastaviť", // translated elsewhere?
  22. buttonInsert: "Vložiť",
  23. buttonCancel: "Zrušiť",
  24. selectTableLabel: "Vybrať tabuľku",
  25. insertTableRowBeforeLabel: "Pridať riadok pred",
  26. insertTableRowAfterLabel: "Pridať riadok za",
  27. insertTableColumnBeforeLabel: "Pridať stĺpec pred",
  28. insertTableColumnAfterLabel: "Pridať stĺpec za",
  29. deleteTableRowLabel: "Vymazať riadok",
  30. deleteTableColumnLabel: "Vymazať stĺpec"
  31. })
  32. //end v1.x content
  33. );