UNPKG

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.05 kB
define({ //begin v1.x content insertTableTitle: "Umetni tabelu", modifyTableTitle: "Promijeni tabelu", rows: "Redovi:", columns: "Kolone:", align: "Poravnaj:", cellPadding: "Punjenje ćelije:", cellSpacing: "Prored između ćelija:", tableWidth: "Širina tabele:", backgroundColor: "Boja pozadine:", borderColor: "Boja ruba:", borderThickness: "Debljina ruba:", percent: "postotak", pixels: "pikseli", "default": "podrazumijeva", left: "lijevo", center: "sredina", right: "desno", buttonSet: "Postavi", // translated elsewhere? buttonInsert: "Umetni", buttonCancel: "Odustajanje", selectTableLabel: "Izbor tabele", insertTableRowBeforeLabel: "Dodaj red ispred", insertTableRowAfterLabel: "Dodaj red iza", insertTableColumnBeforeLabel: "Dodaj kolonu ispred", insertTableColumnAfterLabel: "Dodaj kolonu iza", deleteTableRowLabel: "Briši red", deleteTableColumnLabel: "Briši kolonu", colorTableCellTitle: "Ćelija tabele za boju pozadine", tableContextMenuTitle: "Kontekstni meni tabele" //end v1.x content });