12345678910111213141516171819202122232425262728293031 |
- define(
- "dojox/editor/plugins/nls/hr/TableDialog", ({
- 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"
- })
- );
|