/*----------------------------------------------------------------------------*
 *                                                                            *
 *  AGA-Morph-Language.c V1.2                                                 *
 *                                                                            *
 *----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

#include "AGA-Morph-Language.h"

/*----------------------------------------------------------------------------*/

char Project_Text[]=                    TProject;
char Pointcontrol_Text[]=               TPointcontrol;
char Rendercontrol_Text[]=              TRendercontrol;
char Viewtext_Text[]=                   TViewtext;

char Load_Picture_1_Text[]=             TLoad_Picture_1;
char Load_Picture_2_Text[]=             TLoad_Picture_2;
char Load_Points_Text[]=                TLoad_Points;
char Save_Picture_Text[]=               TSave_Picture;
char Save_Points_Text[]=                TSave_Points;
char Delete_All_Text[]=                 TDelete_All;

char Change_Points_1_Text[]=            TChange_Points_1;
char Change_Points_2_Text[]=            TChange_Points_2;
char Change_Spline_Text[]=              TChange_Spline;
char Add_Point_Text[]=                  TAdd_Point;
char Delete_Point_Text[]=               TDelete_Point;
char Reset_Splines_Text[]=              TReset_Splines;

char of_2nd_Pic_Text[]=                 Tof_2nd_Pic;
char of_2nd_Poi_Text[]=                 Tof_2nd_Poi;
char Spline_On_Off_Text[]=              TSpline_On_Off;
char Render_Picture_Text[]=             TRender_Picture;

char Show_Picture_1_Text[]=             TShow_Picture_1;
char Show_Picture_2_Text[]=             TShow_Picture_2;
char Show_rendered_Picture_Text[]=      TShow_rendered_Picture;
char AGA_Morph_V1_0_Info_Text[]=        TAGA_Morph_V1_0_Info;
char Zoom_On_Off_Text[]=                TZoom_On_Off;
char Points_On_Off_Text[]=              TPoints_On_Off;
char Quit_Text[]=                       TQuit;

char Dest_Pic_Text[]=                   TDest_Pic;
char Times_Text[]=                      TTimes;
char Selected_Point_Text[]=             TSelected_Point;
char Change_Color_Text[]=               TChange_Color;

char Can_t_load_Picture_Text[]=         TCan_t_load_Picture;
char Out_of_Memory_Text[]=              TOut_of_Memory;
char Can_t_read_write_File_Text[]=      TCan_t_read_write_File;
char Can_t_open_Info_Window_Text[]=     TCan_t_open_Info_Window;
char Can_t_open_Window_Text[]=          TCan_t_open_Window;
char Picture_missing_Text[]=            TPicture_missing;
char Oops_Text[]=                       TOops;

char InfoHeader_Text[]=                 TInfoHeader;
char Info01_Text[]=                     TInfo01;
char Info02_Text[]=                     TInfo02;
char Info03_Text[]=                     TInfo03;
char Info04_Text[]=                     TInfo04;
char Info05_Text[]=                     TInfo05;
char Info06_Text[]=                     TInfo06;
char Info07_Text[]=                     TInfo07;
char Info08_Text[]=                     TInfo08;
char Info09_Text[]=                     TInfo09;
char Info10_Text[]=                     TInfo10;
char Info11_Text[]=                     TInfo11;
char Info12_Text[]=                     TInfo12;
char Info13_Text[]=                     TInfo13;
char Info14_Text[]=                     TInfo14;
char Info15_Text[]=                     TInfo15;
char Info16_Text[]=                     TInfo16;
char Info17_Text[]=                     TInfo17;
char Info18_Text[]=                     TInfo18;
char Info19_Text[]=                     TInfo19;
char Info20_Text[]=                     TInfo20;
char Address1_Text[]=                   TAddress1;
char Address2_Text[]=                   TAddress2;
char Address3_Text[]=                   TAddress3;
char Address4_Text[]=                   TAddress4;
char Address5_Text[]=                   TAddress5;
char Address6_Text[]=                   TAddress6;
char Ok_Text[]=                         TOk;

char Select_Screen_Mode_Text[]=         TSelect_Screen_Mode;
char Morph_Title_Text[]=                TMorph_Title;
char Edit_Window_Text[]=                TEdit_Window;
char View_Window_Text[]=                TView_Window;
char Command_Window_Text[]=             TCommand_Window;
char Error_Window_Text[]=               TError_Window;
char Command_Error_Text[]=              TCommand_Error;
char View_Error_Text[]=                 TView_Error;
char Edit_Error_Text[]=                 TEdit_Error;
char Arrow_Pointer_Error_Text[]=        TArrow_Pointer_Error;
char Cross_Pointer_Error_Text[]=        TCross_Pointer_Error;
char Screen_Error_Text[]=               TScreen_Error;
char Graphics_Error_Text[]=             TGraphics_Error;
char Font_Error_Text[]=                 TFont_Error;
char Intuition_Error_Text[]=            TIntuition_Error;
char Diskfont_Error_Text[]=             TDiskfont_Error;
char Memory_Error_Text[]=               TMemory_Error;
char Asl_Error_Text[]=                  TAsl_Error;
char Datatypes_Error_Text[]=            TDatatypes_Error;

char Error_Error_Text[]=                TError_Error;

/*----------------------------------------------------------------------------*/

/* End of Text */
