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.
36 lines (33 loc) • 1.06 kB
JavaScript
define({
//begin v1.x content
insertTableTitle: "Umetni tabelu",
modifyTableTitle: "Izmeni tabelu",
rows: "Redova:",
columns: "Kolona:",
align: "Poravnanje:",
cellPadding: "Slobodan prostor ćelije:",
cellSpacing: "Razmaknica ćelije:",
tableWidth: "Širina tabele:",
backgroundColor: "Boja pozadine:",
borderColor: "Boja ivice:",
borderThickness: "Debljina ivice:",
percent: "procenata",
pixels: "piksela",
"default": "podrazumevane vrednosti",
left: "levo",
center: "po centru",
right: "desno",
buttonSet: "Podesi", // translated elsewhere?
buttonInsert: "Umetni",
buttonCancel: "Otkaži",
selectTableLabel: "Izaberi tabelu",
insertTableRowBeforeLabel: "Dodaj red iza",
insertTableRowAfterLabel: "Dodaj red ispred",
insertTableColumnBeforeLabel: "Dodaj kolonu iza",
insertTableColumnAfterLabel: "Dodaj kolonu ispred",
deleteTableRowLabel: "Izbriši red",
deleteTableColumnLabel: "Izbriši kolonu",
colorTableCellTitle: "Boja pozadine ćelije tabele",
tableContextMenuTitle: "Meni sa kontekstom ćelije"
//end v1.x content
});