//>>built define( "dojox/editor/plugins/nls/sk/TableDialog", //begin v1.x content ({ insertTableTitle: "Vložiť tabuľku", modifyTableTitle: "Upraviť tabuľku", rows: "Riadky:", columns: "Stĺpce:", align: "Zarovnanie:", cellPadding: "Výplň buniek:", cellSpacing: "Rozstup buniek:", tableWidth: "Šírka tabuľky:", backgroundColor: "Farba pozadia:", borderColor: "Farba rámika:", borderThickness: "Hrúbka rámika:", percent: "percent", pixels: "pixlov", "default": "predvolené", left: "vľavo", center: "stred", right: "vpravo", buttonSet: "Nastaviť", // translated elsewhere? buttonInsert: "Vložiť", buttonCancel: "Zrušiť", selectTableLabel: "Vybrať tabuľku", insertTableRowBeforeLabel: "Pridať riadok pred", insertTableRowAfterLabel: "Pridať riadok za", insertTableColumnBeforeLabel: "Pridať stĺpec pred", insertTableColumnAfterLabel: "Pridať stĺpec za", deleteTableRowLabel: "Vymazať riadok", deleteTableColumnLabel: "Vymazať stĺpec" }) //end v1.x content );