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.02 kB
JavaScript
define(
({
insertTableTitle: "Infoga tabell",
modifyTableTitle: "Ändra tabell",
rows: "Rader:",
columns: "Kolumner:",
align: "Justera:",
cellPadding: "Cellutfyllnad:",
cellSpacing: "Cellavstånd:",
tableWidth: "Tabellbredd:",
backgroundColor: "Bakgrundsfärg:",
borderColor: "Ramfärg:",
borderThickness: "Kantlinjetjocklek:",
percent: "procent",
pixels: "bildpunkter",
"default": "standard",
left: "vänsterjustera",
center: "centrera",
right: "högerjustera",
buttonSet: "Ange", // translated elsewhere?
buttonInsert: "Infoga",
buttonCancel: "Avbryt",
selectTableLabel: "Välj tabell",
insertTableRowBeforeLabel: "Lägg till rad före",
insertTableRowAfterLabel: "Lägg till rad efter",
insertTableColumnBeforeLabel: "Lägg till kolumn före",
insertTableColumnAfterLabel: "Lägg till kolumn efter",
deleteTableRowLabel: "Ta bort rad",
deleteTableColumnLabel: "Ta bort kolumn",
colorTableCellTitle: "Bakgrundsfärg för tabellcell",
tableContextMenuTitle: "Kontextmeny för tabell"
})
);