/* Localization strings for the graphics undo subproject */
#define ALIGN_OP NSLocalizedStringFromTable(@"Align", @"Operations", "The operation of aligning some graphical entities together.")
#define ARROW_OP NSLocalizedStringFromTable(@"Arrows", @"Operations", "The operation of adding or removing arrows from a line.")
#define ASPECT_OP NSLocalizedStringFromTable(@"Natural Size", @"Operations", "The operation of returning a graphical entity to its natural aspect ratio, e.g., an oval becomes a circle, a rectangle becomes a square.")
#define BRING_TO_FRONT_OP NSLocalizedStringFromTable(@"Bring to Front", @"Operations", "The operation of bringing a graphical entity or group of graphical entities to the front of all other graphical entities.")
#define NEW_CHANGE_OP NSLocalizedStringFromTable(@"New %@", @"Operations", "The operation of creating a new graphical entity by dragging the mouse. The %@ is one of Rectangle, Circle, etc.")
#define CUT_OP NSLocalizedStringFromTable(@"Cut", @"Operations", "The operation of cutting some graphical entities out of the document and putting them on the Pasteboard.")
#define DELETE_OP NSLocalizedStringFromTable(@"Delete", @"Operations", "The operation of pressing the delete key to remove the selected graphical entites or text from the document entirely.")
#define DIMENSION_OP NSLocalizedStringFromTable(@"Dimensions", @"Operations", "The operation of changing the dimensions of a graphical entity by typing numbers into text fields for the width and height.")
#define END_EDITING_OP NSLocalizedStringFromTable(@"End Editing", @"Operations", "The operation of ending the editing process and proceding onto some other operation.")
#define FILL_OP NSLocalizedStringFromTable(@"Fill", @"Operations", "The operation of filling a graphical entity's interior with a gray or color.")
#define GRID_OP NSLocalizedStringFromTable(@"Grid Change", @"Operations", "The operation of changing the spacing or color of the grid.")
#define GROUP_OP NSLocalizedStringFromTable(@"Group", @"Operations", "The operation of grouping a bunch of graphical entities together.")
#define LINECAP_OP NSLocalizedStringFromTable(@"Line Cap", @"Operations", "The operation of changing the roundedness of the end of a line.")
#define LINECOLOR_OP NSLocalizedStringFromTable(@"Line Color", @"Operations", "The operation of changing the color of a line segment.")
#define LINEJOIN_OP NSLocalizedStringFromTable(@"Line Join", @"Operations", "The operation of changing the roundedness at the joint between two lines.")
#define LINEWIDTH_OP NSLocalizedStringFromTable(@"Line Width", @"Operations", "The operation of changing the width of a line segment.")
#define LOCK_OP NSLocalizedStringFromTable(@"Lock", @"Operations", "The operation of locking down all selected graphics so that they can't be edited in anyway until they are unlocked.")
#define MOVE_OP NSLocalizedStringFromTable(@"Move", @"Operations", "The operation of moving a graphical entity.")
#define PASTE_OP NSLocalizedStringFromTable(@"Paste", @"Operations", "The operation of getting something from the Pasteboard and inserting into the document.")
#define RESIZE_OP NSLocalizedStringFromTable(@"Resize", @"Operations", "The operation of changing the size of a graphical entity by dragging a corner of it with the mouse.")
#define SEND_TO_BACK_OP NSLocalizedStringFromTable(@"Send To Back", @"Operations", "The operation of sending all the selected graphical entities to the back of (behind) all other graphical entities.")
#define START_EDITING_OP NSLocalizedStringFromTable(@"Begin Editing", @"Operations", "The operation of starting to edit some text.")
#define UNGROUP_OP NSLocalizedStringFromTable(@"Ungroup", @"Operations", "The operation of ungroup a bunch of graphical entities that are grouped together into a single graphical entity.")
#define UNLOCK_OP NSLocalizedStringFromTable(@"Unlock", @"Operations", "The operation of unlocking all the graphical entities which were previously locked down (see Lock).")