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: "Tabel invoegen",
modifyTableTitle: "Tabel wijzigen",
rows: "Rijen",
columns: "Kolommen",
align: "Uitlijnen",
cellPadding: "Celopvulling:",
cellSpacing: "Celspatiëring:",
tableWidth: "Tabelbreedte:",
backgroundColor: "Achtergrondkleur:",
borderColor: "Randkleur",
borderThickness: "Randdikte:",
percent: "percent",
pixels: "pixels",
"default": "standaard",
left: "links",
center: "gecentreerd",
right: "rechts",
buttonSet: "Instellen", // translated elsewhere?
buttonInsert: "invoegen",
buttonCancel: "Annuleren",
selectTableLabel: "Tabel selecteren",
insertTableRowBeforeLabel: "Rij boven toevoegen",
insertTableRowAfterLabel: "Rij onder toevoegen",
insertTableColumnBeforeLabel: "Kolom voor toevoegen",
insertTableColumnAfterLabel: "Kolom achter toevoegen",
deleteTableRowLabel: "Rij wissen",
deleteTableColumnLabel: "Kolom wissen",
colorTableCellTitle: "Achtergrondkleur van tabelcel",
tableContextMenuTitle: "Contextmenu voor tabel"
})
);