dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
34 lines (33 loc) • 1.03 kB
JavaScript
define(
({
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",
colorTableCellTitle: "Farba pozadia bunky tabuľky",
tableContextMenuTitle: "Kontextová ponuka tabuľky"
})
);