UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

57 lines 3.13 kB
import { __extends } from "tslib"; import { FThemeDefaultGraphicEditor } from "./f-theme-default-graphic-editor"; import { toLabel } from "./to-label"; var FThemeDefaultEnUsGraphicEditor = /** @class */ (function (_super) { __extends(FThemeDefaultEnUsGraphicEditor, _super); function FThemeDefaultEnUsGraphicEditor() { return _super !== null && _super.apply(this, arguments) || this; } FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonCreateTitle = function () { return toLabel("New File...", this.getToolFileButtonCreateShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonOpenTitle = function () { return toLabel("Open File...", this.getToolFileButtonOpenShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonSaveTitle = function () { return toLabel("Save", this.getToolFileButtonSaveShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonSaveAsTitle = function () { return toLabel("Save As...", this.getToolFileButtonSaveAsShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonUploadTitle = function () { return toLabel("Upload from File...", this.getToolFileButtonUploadShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonDownloadTitle = function () { return toLabel("Download", this.getToolFileButtonDownloadShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonUndoTitle = function () { return toLabel("Undo", this.getToolFileButtonUndoShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonRedoTitle = function () { return toLabel("Redo", this.getToolFileButtonRedoShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolFileButtonDeleteTitle = function () { return toLabel("Delete...", this.getToolFileButtonDeleteShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getToolShapeButtonSelectTitle = function () { return "Select tool"; }; FThemeDefaultEnUsGraphicEditor.prototype.getViewButtonZoomOutTitle = function () { return toLabel("Zoom Out", this.getViewButtonZoomOutShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getViewButtonZoomInTitle = function () { return toLabel("Zoom In", this.getViewButtonZoomInShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getViewButtonDragAndPinchTitle = function () { return toLabel("Drag and Pinch Viewport", this.getViewButtonDragAndPinchShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getViewButtonResetTitle = function () { return toLabel("Reset Viewport", this.getViewButtonResetShortcut()); }; FThemeDefaultEnUsGraphicEditor.prototype.getViewButtonFitTitle = function () { return toLabel("Fit Viewport to Screen", this.getViewButtonFitShortcut()); }; return FThemeDefaultEnUsGraphicEditor; }(FThemeDefaultGraphicEditor)); export { FThemeDefaultEnUsGraphicEditor }; //# sourceMappingURL=f-theme-default-en-us-graphic-editor.js.map