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.01 kB
JavaScript
define(
({
insertTableTitle: "Vstavi tabelo",
modifyTableTitle: "Spremeni tabelo",
rows: "Vrstice:",
columns: "Stolpci:",
align: "Poravnaj:",
cellPadding: "Polnjenje celic:",
cellSpacing: "Razmik med celicami:",
tableWidth: "Širina tabele:",
backgroundColor: "Barva ozadja:",
borderColor: "Barva obrobe:",
borderThickness: "Debelina obrobe",
percent: "odstotkov",
pixels: "pikslov",
"default": "privzeto",
left: "levo",
center: "na sredini",
right: "desno",
buttonSet: "Nastavi", // translated elsewhere?
buttonInsert: "Vstavi",
buttonCancel: "Prekliči",
selectTableLabel: "Izberi tabelo",
insertTableRowBeforeLabel: "Dodaj vrstico pred",
insertTableRowAfterLabel: "Dodaj vrstico za",
insertTableColumnBeforeLabel: "Dodaj stolpec pred",
insertTableColumnAfterLabel: "Dodaj stolpec za",
deleteTableRowLabel: "Izbriši vrstico",
deleteTableColumnLabel: "Izbriši stolpec",
colorTableCellTitle: "Barva ozadja celice v tabeli",
tableContextMenuTitle: "Kontekstni meni tabele"
})
);