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 kB
JavaScript
define(
({
insertTableTitle: "Umetni tablicu",
modifyTableTitle: "Promijeni tablicu",
rows: "Redovi:",
columns: "Stupci:",
align: "Poravnaj:",
cellPadding: "Punjenje ćelije:",
cellSpacing: "Prored ćelije:",
tableWidth: "Širina tablice:",
backgroundColor: "Boja pozadine:",
borderColor: "Boja obruba:",
borderThickness: "Debljina obruba:",
percent: "postotak",
pixels: "pikseli",
"default": "zadano",
left: "lijevo",
center: "sredina",
right: "desno",
buttonSet: "Postavi", // translated elsewhere?
buttonInsert: "Umetni",
buttonCancel: "Opoziv",
selectTableLabel: "Označi tablicu",
insertTableRowBeforeLabel: "Dodaj red prije",
insertTableRowAfterLabel: "Dodaj red nakon",
insertTableColumnBeforeLabel: "Dodaj stupac prije",
insertTableColumnAfterLabel: "Dodaj stupac nakon",
deleteTableRowLabel: "Izbriši red",
deleteTableColumnLabel: "Izbriši stupac",
colorTableCellTitle: "pozadinska boja ćelije tablice",
tableContextMenuTitle: "Kontekstni izbornik tablice"
})
);