REMOVE: string;
EDIT: string;
CANCEL: string;
+ PREVIEW: string;
+ MOVE: string;
+ NEXT: string;
+ BACK: string;
CHANGE: string;
COPY: string;
CLONE: string;
ROLLBACK: string;
SCRUB: string;
SET: string;
+ SUBMIT: string;
SHOW: string;
TRASH: string;
UNPROTECT: string;
/* Add an existing item to a container */
this.ADD = $localize`Add`;
this.SET = $localize`Set`;
+ this.SUBMIT = $localize`Submit`;
/* Remove an item from a container WITHOUT deleting it */
this.REMOVE = $localize`Remove`;
this.EDIT = $localize`Edit`;
this.UPDATE = $localize`Update`;
this.CANCEL = $localize`Cancel`;
+ this.PREVIEW = $localize`Preview`;
+ this.MOVE = $localize`Move`;
+
+ /* Wizard wording */
+ this.NEXT = $localize`Next`;
+ this.BACK = $localize`Back`;
/* Non-standard actions */
this.CLONE = $localize`Clone`;
REMOVED: string;
EDITED: string;
CANCELED: string;
+ PREVIEWED: string;
+ MOVED: string;
COPIED: string;
CLONED: string;
DEEP_SCRUBBED: string;
/* Make changes to an existing item */
this.EDITED = $localize`Edited`;
this.CANCELED = $localize`Canceled`;
+ this.PREVIEWED = $localize`Previewed`;
+ this.MOVED = $localize`Moved`;
/* Non-standard actions */
this.CLONED = $localize`Cloned`;