Lines 93-103
export default {
Link Here
|
93 |
toolbar_options: [ |
93 |
toolbar_options: [ |
94 |
{ |
94 |
{ |
95 |
to: "EHoldingsLocalTitlesFormAdd", |
95 |
to: "EHoldingsLocalTitlesFormAdd", |
96 |
button_title: "New title", |
96 |
button_title: this.$__("New title"), |
97 |
}, |
97 |
}, |
98 |
{ |
98 |
{ |
99 |
to: "EHoldingsLocalTitlesFormImport", |
99 |
to: "EHoldingsLocalTitlesFormImport", |
100 |
button_title: "Import from list", |
100 |
button_title: this.$__("Import from list"), |
101 |
}, |
101 |
}, |
102 |
], |
102 |
], |
103 |
} |
103 |
} |