package captor.lib.intl;
public class MyIntl {
public static String LANG = "en";
//Menus
public static String MENU_BAR_FILE = "";
public static String MENU_BAR_PROJECT = "";
public static String MENU_BAR_TOOLS = "";
public static String MENU_BAR_WINDOW = "";
public static String MENU_BAR_HELP = "";
//SubMenus
public static String SUBMENU_BAR_NEW = "";
public static String SUBMENU_BAR_EXIT = "";
public static String SUBMENU_BAR_PROJECT = "";
public static String SUBMENU_BAR_OPEN = "";
public static String SUBMENU_BAR_CLOSE = "";
public static String SUBMENU_BAR_SAVE = "";
public static String SUBMENU_BAR_SAVEAS = "";
public static String SUBMENU_BAR_BUILD = "";
public static String SUBMENU_BAR_CLEAN = "";
public static String SUBMENU_BAR_VALIDATE = "";
public static String SUBMENU_BAR_PROPERTIES = "";
public static String SUBMENU_BAR_METAMODEL_VALIDATOR = "";
public static String SUBMENU_BAR_NEW_WINDOW = "";
public static String SUBMENU_BAR_SHOW_VIEW = "";
public static String SUBMENU_BAR_PREFERENCES = "";
public static String SUBMENU_BAR_CONSOLE = "";
public static String SUBMENU_BAR_WARNING = "";
public static String SUBMENU_BAR_ERROR = "";
public static String SUBMENU_BAR_CONTENTS = "";
public static String SUBMENU_BAR_ABOUT = "";
//Header
public static String HEADER_SAVE = "";
public static String HEADER_BUILD = "";
//Navigator bar
public static String NAVIGATOR_LABEL = "";
public static String NAVIGATOR_ROOT_NAME = "";
//Navigator popup window menus
public static String NAVIGATOR_POPUP_NEWINTERACTION = "";
public static String NAVIGATOR_POPUP_LOAD = "";
public static String NAVIGATOR_POPUP_INSERT_AFTER = "";
public static String NAVIGATOR_POPUP_EDIT = "";
public static String NAVIGATOR_POPUP_MOVE = "";
public static String NAVIGATOR_POPUP_HELP = "";
//Navigator popup window submenus
public static String NAVIGATOR_POPUP_LOAD_VARIANT = "";
public static String NAVIGATOR_POPUP_DELETE = "";
public static String NAVIGATOR_POPUP_MOVEUP= "";
public static String NAVIGATOR_POPUP_MOVEDOWN = "";
//View Pane
public static String VIEW_PANE_CONSOLE = "";
public static String VIEW_PANE_ERROR = "";
public static String VIEW_PANE_WARNING = "";
//New project
public static String NEW_PROJECT_WINDOW_SELECT_WIZARD = "";
public static String NEW_PROJECT_WINDOW_CREATE_NEW_PROJECT = "";
public static String NEW_PROJECT_WINDOW_WIZARDS = "";
public static String NEW_PROJECT_WINDOW_DOMAINS = "";
public static String NEW_PROJECT_WINDOW_CREATE_CAPTOR_PROJECT = "";
public static String NEW_PROJECT_WINDOW_CREATE_CAPTOR_PROJECT_WORKSPACE = "";
public static String NEW_PROJECT_WINDOW_PROJECT_NAME = "";
public static String NEW_PROJECT_WINDOW_LOCATION = "";
public static String NEW_PROJECT_WINDOW_PROJECT_LAYOUT = "";
public static String NEW_PROJECT_WINDOW_DIR = "";
public static String NEW_PROJECT_WINDOW_OUTPUT_DIR = "";
public static String NEW_PROJECT_WINDOW_OVERWRITE = "";
public static String NEW_PROJECT_WINDOW_BROWSE = "";
public static String NEW_PROJECT_WINDOW_PROJECT_DETAILS = "";
public static String NEW_PROJECT_WINDOW_PLEASE_CHECK = "";
public static String NEW_PROJECT_WINDOW_PNAME = "";
public static String NEW_PROJECT_WINDOW_PDOMAIN = "";
public static String NEW_PROJECT_WINDOW_PPATH = "";
public static String NEW_PROJECT_WINDOW_PINPUT_FOLDER = "";
public static String NEW_PROJECT_WINDOW_POUTPUT_FOLDER = "";
public static String NEW_PROJECT_WINDOW_BACK = "";
public static String NEW_PROJECT_WINDOW_NEXT = "";
public static String NEW_PROJECT_WINDOW_FINISH = "";
public static String NEW_PROJECT_WINDOW_CANCEL = "";
//Project management windows
public static String PROJECT_PROPERTIES_WINDOW_TITLE = "";
public static String PROJECT_FILE_DESCRIPTION = "";
public static String PROJECT_SAVEAS_TITLE = "";
public static String PROJECT_SAVEAS_NEW_PROJECT_HOME = "";
public static String PROJECT_SAVEAS_LOCALIZACAO = "";
public static String PROJECT_SAVEAS_PLAYOUT = "";
public static String PROJECT_SAVEAS_BROWSE = "";
public static String PROJECT_SAVEAS_BASE_DIR = "";
public static String PROJECT_SAVEAS_OUTPUT_DIR = "";
public static String PROJECT_BUILD_PROGRESS = "";
public static String PROJECT_BUILD_PWAIT = "";
public static String PROJECT_NEW = "";
public static String PROJECT_BUILD_CANCEL = "";
public static String PREFERENCES_TITLE = "";
public static String PREFERENCES_CANCEL = "";
public static String PREFERENCES_GENERAL = "";
public static String PREFERENCES_INSTALL_PATH = "";
public static String PREFERENCES_LOOK_AND_FEEL = "";
//Meta-model validator
public static String METAMODEL_VALIDATOR_CLOSE = "";
public static String METAMODEL_VALIDATOR_BROWSE = "";
public static String METAMODEL_VALIDATOR_VALIDATE = "";
//-------------------------------------------------------------------------
//ViewPane Errors by Class source
public static String VE_XMLGENERATOR_1 = "<b><font size=\"4\">Saving project: $1</font></b><br><br>";
public static String VE_XMLGENERATOR_2 = "<font color=\"#FF9966\"><b>Starting...</b></font><br><br>";
public static String VE_XMLGENERATOR_3 = "Error.<br>Try to call toXML method to a empty form element.<br>";
public static String VE_XMLGENERATOR_4 = "<font color=\"#FF0000\"><b>Form validation error.</b></font><br><br>";
public static String VE_XMLGENERATOR_5 = "<b>Error path: </b><a href=\"$1\">$1</a><br><br>";
public static String VE_XMLGENERATOR_6 = "<b>Error message: </b><br><br>";
public static String VE_XMLGENERATOR_7 = "<font color=\"#0000FF\">$1</font><br>";
public static String VE_XMLGENERATOR_8 = "<font color=\"#808080\"><b>Generating xml from interaction: </b></font>$1<br>";
public static String VE_XMLGENERATOR_9 = "<br><font color=\"#009933\"><b>XML Generation done!</b></font><br>";
public static String VE_XMLGENERATOR_10 = "<font color=\"#808080\"><b> Generating xml from form: </b></font>$1<br>";
public static String VE_BUILDPROJECT_1 = "<b><font color=\"#FF9966\">Generation started...</font></b><br><br>";
public static String VE_BUILDPROJECT_2 = "<br><font color=\"#009933\"><b>Template generation done!</b></font><br><br>";
public static String VE_BUILDPROJECT_3 = "<br><font color=\"#009933\"><b>Generation cancelled.</b></font><br><br>";
public static String VE_BUILDPROJECT_4 = "<font color=\"#FF9999\">Cannot load source file</font> '$1 <font color=\"#FF9999\">into a DOM tree'</font>.<br>Skipping interaction: '$2'<br>";
public static String VE_BUILDPROJECT_5 = "<br><b>Transfomation mapping engine message:</b><br><font color=\"#FF0000\"><b>Cannot execute callTask:</b></font> '<callTask id=\"$1\"/>'<br>";
public static String VE_BUILDPROJECT_6 = "<font color=\"#FF0000\"><b>For-Each statement error:</b></font> <br><br><b> Statement: </b> <for-each select=\"$1\"><br><br>Cannot execute xpath selector.<br><br><b>Error Message:</b> $1 invalid format.<br>";
public static String VE_BUILDPROJECT_7 = "<b><font color=\"#FF9900\">For-Each statement WARNING:</font></b> <br><br> <b>Statement:</b> <for-each select=\"$1\"> in the file: $2<br><br> <b>Message:</b> Xpath selector statement hasn't returned any node.<br><br> <b>Action:</b> Statement ignored.";
public static String VE_BUILDPROJECT_8 = "# There were warnings in template generation.<br>See warning view for details.<br>";
public static String VE_BUILDPROJECT_9 = "<font color=\"#FF9900\"><b>If statement error: </b></font> <br><br> <b>Statement:</b> <if test=\"$1\"><br><br> <b>Message:</b>Cannot execute test condition.<br><br>$2<br><br>Check the sintax in the template transfomation mapping file: $3 and try again.<br>";
public static String VE_BUILDPROJECT_10 = "Cannot execute task: '$1'.<br>";
public static String VE_BUILDPROJECT_11 = "Cannot find task id = '$1'.<br>";
public static String VE_BUILDPROJECT_12 = "Cannot find build template: '$1'.<br>Correct this error putting a valid relative file path in the 'template' tag in task tag with id = '$2'.<br>You can find examples in the documentation.<br>";
public static String VE_BUILDPROJECT_13 = "<br>Cannot execute task with id = '$1'.<br> XPath error: $2<br><br> Solution: <br><br> Correct this error putting a valid expression in the 'newFilename' tag.<br><br> You can find examples about it in the help system.<br>";
public static String VE_BUILDPROJECT_14 = "Cannot create output directory '$1'.<br>";
public static String VE_BUILDPROJECT_15 = "Cannot create or overwrite file: '$1'. Skipping...<br>";
public static String VE_BUILDPROJECT_16 = "Cannot save file: '$1'. Skipping...<br>";
public static String VE_BUILDPROJECT_17 = "Cannot save source file '$1'.<br><br>$2";
public static String VE_ANTRUNNER_1 = "<b><font color=\"#FF9966\">Ant runner started...</font></b><br>";
public static String VE_ANTRUNNER_2 = "<b>Ant file:</b> $1<br>";
public static String VE_ANTRUNNER_3 = "<br><b><font color=\"#FF0000\">Ant status: error.</font></b><br><br>$1";
public static String VE_ANTRUNNER_4 = "<br><font color=\"#009933\"><b>Ant status: success.</b></font><br><br>";
public static String VE_ANTRUNNER_5 = "<br><b><font color=\"#FF0000\">Ant status: error.</font></b><br>Ant status: Cannot run default target.<br>";
public static String VE_ANTRUNNER_6 = "<font color=\"#FF0000\"><b>Cannot pre-process ant build file:</b></font>$1<br><br>";
public static String VE_ANTRUNNER_7 = "<font color=\"#FF0000\"><b>Cannot pre-process ant build file: </b></font>$1<br>";
public static String VE_ANTRUNNER_8 = "<font color=\"#FF0000\"><b>Writing permission denied.</b></font><br>";
public static String VE_BUILDUTIL_1 = "<b>Generating file:</b> ";
public static String VE_BUILDUTIL_2 = "<b>File:</b> '$1' not found .<br>$2";
public static String VE_BUILDUTIL_3 = "Exception: ";
public static String VE_BUILDUTIL_4 = "<b>Error description:</b><br><br>";
public static String VE_BUILDUTIL_5 = "<br><b>Exception name:</b> ";
public static String VE_BUILDUTIL_6 = "<b>Exception description:</b><br><br>";
public static String VE_BUILDUTIL_7 = "<br><b>Warning:</b> cannot create file: $1";
public static String VE_BUILDUTIL_8 = "<font color=\"#FF0000\"><b>Cannot transform item:</b></font><br><br> <b>Source file :</b> $1.<br> <b>Target file :</b> $2.<br><b>Template file :</b> $3.<br><br>";
public static String VE_BUILDUTIL_9 = "Cannot run safe-zone with source file: '$1' and new file: '$2'<br><br>$3<br>";
public static String VE_FITBODY_CARD_1 = "Variant";
public static String VE_FITBODY_CARD_2 = "Form";
public static String VE_EXEC_FUNCTION_1 = "If statement, test attribute is calling function: $1<br>";
public static String VE_EXEC_FUNCTION_2 = "# There were warnings in template generation. See warning view for details.<br>";
public static String VE_EXEC_FUNCTION_3 = "Cannot get XPath info from string: $1.<br><br>$2";
public static String VE_EXEC_FUNCTION_4 = "# There were warnings in template generation. See warning view for details.<br>";
public static String VE_EXEC_FUNCTION_5 = "If statement warning.<br>Cannot get XPath info from string: \"$1\".<br><br><font color=\"#FF0000\"><b>Error:</b></font><br><br> $2.<br><br>Check this XPath syntax in the mapping transformation file.";
public static String VE_TAILOREXPATH_UTIL_1 = "Cannot evaluate XPath expression: '$1'.<br>";
public static String VE_CLEAN_PROJECT_1 = "<br><b>Directory: $1 recursively deleted.</b>";
public static String VE_SECOND_LAYER_VALIDATOR_1 = "<a href=\"$1\">$1</a><b><font color=\"#FF0000\">Structural form validation error.</font></b><br><br><b>Form path: </b>$2<br><br><b>Error message: </b><br><br>This form requires at least $3 childs forms with name equals to: <b>$5</b><br>The current configuration have only $4 child form(s) with this name.<br><br><br>Insert the required forms to get a valid specification.<br>";
public static String VE_VALIDATE_PROJECT_1 = "<font color=\"#FF0000\"><b>Form validation error.</b></font><br><br>";
public static String VE_VALIDATE_PROJECT_2 = "<b>Error path: </b><a href=\"$1\">$1</a><br><br>";
public static String VE_VALIDATE_PROJECT_3 = "<b>Error message: </b><br><br>";
public static String VE_VALIDATE_PROJECT_4 = "<font color=\"#0000FF\">$1</font><br>";
public static String VE_GENERAL_1 = "<br><b>Use the meta-model validator to see details.</b><br><br>";
//-------------------------------------------------------------------------
//JOptionDialog Messages
public static String MSG1 = "";
public static String MSG2 = "";
public static String MSG3 = "";
public static String MSG4 = "";
public static String MSG5 = "";
public static String MSG6 = "";
public static String MSG7 = "";
public static String MSG8 = "";
public static String MSG9 = "";
public static String MSG10 = "";
public static String MSG11 = "";
public static String MSG12 = "";
public static String MSG13 = "";
public static String MSG14 = "";
public static String MSG15 = "";
public static String MSG16 = "";
public static String MSG17 = "";
public static String MSG18 = "";
public static String MSG19 = "";
public static String MSG20 = "";
public static String MSG21 = "";
public static String MSG22 = "";
public static String MSG23 = "";
public static String MSG24 = "";
public static String MSG25 = "";
public static String MSG26 = "";
public static String MSG27 = "";
public static String MSG28 = "";
public static String MSG29 = "";
public static String MSG30 = "";
public static String MSG31 = "";
public static String MSG32 = "";
public static String MSG33 = "";
public static String MSG34 = "";
public static String MSG35 = "";
public static String MSG36 = "";
public static String MSG37 = "";
public static String MSG38 = "";
public static String MSG39 = "";
public static String MSG40 = "";
public static String MSG41 = "";
public static String MSG42 = "";
public static String MSG43 = "";
public static String MSG44 = "";
public static String MSG45 = "";
public static String MSG46 = "";
public static String MSG47 = "";
public static String MSG48 = "";
public static String MSG49 = "";
public static String MSG50 = "";
public static String MSG51 = "";
public static String MSG52 = "";
public static String MSG53 = "";
public static String MSG54 = "";
public static String MSG55 = "";
public static String MSG56 = "";
public static String MSG57 = "";
public static String MSG58 = "";
public static String MSG59 = "";
public static String MSG60 = "";
public static String MSG61 = "";
public static String MSG62 = "";
public static String MSG63 = "";
public static String MSG64 = "";
public static String MSG65 = "";
public static String MSG66 = "";
public static String MSG67 = "";
public static String MSG68 = "";
public static String MSG69 = "";
public static String MSG70 = "";
public static String MSG71 = "";
public static String MSG72 = "";
public static String MSG73 = "";
public static String MSG74 = "";
public static String MSG75 = "";
public static String MSG76 = "";
public static String MSG77 = "";
public static String MSG78 = "";
public static String MSG79 = "";
public static String MSG80 = "";
public static String MSG81 = "";
public static String MSG82 = "";
public static String MSG83 = "";
public static String MSG84 = "";
public static String MSG85 = "";
public static String MSG86 = "";
public static String MSG87 = "";
public static String MSG88 = "";
public static String MSG89 = "";
public static String MSG90 = "";
public static String MSG91 = "";
//NCPMessages
public static String MSG92 = "Are you sure that you want to removes this item?";
public static String MSG93 = "Remove form element";
public static String MSG94 = "You've requested a change in the element's list.\nWould you like to remove all parameters from the parameters list and load the required parameters to the new element?";
public static String MSG95 = "Change element";
public static String MSG96 = "Select a row first.";
public static String MSG97 = "Select a element in the combo box to test.";
public static String MSG98 = "Please, select a form element in the combo box before press 'Ok' button.";
public static String MSG99 = "The parameter list contains parameters that will not be used by the element.\nThese parameters will be ignored by the tool at runtime.\n\nUnused parameteres:\n\n";
public static String MSG100 = "\n\nDo you want to proceed?";
public static String MSG101 = "Unused parameters detected";
public static String MSG102 = "Cannot remove parameter.\nThe parameter that you're trying to remove have a required use in this element.";
public static String MSG103 = "The name cannot be blank.";
public static String MSG104 = "The value cannot be blank.";
public static String MSG105 = "Cannot get element instance.\n\n";
public static String MSG106 = "Cannot get form element instance: $1.\n\n$2";
public static String MSG107 = "The 'Max Childs' value must be greather or equals to 'Min Childs' value.";
public static String MSG108 = "You've selected a auto-relation next form node (the next form node points to itself).\nYou cannot select a 'min childs' value different than '0'.";
public static String MSG109 = "The next form list already contain the selected 'New Form' node.";
public static String MSG110 = "Are you sure that you want to removes this item?";
public static String MSG111 = "Remove next form";
public static String MSG112 = "You should select a \"New Form\" node in the form tree.";
public static String MSG113 = "The form require at least one form element.\n Add a form component in the form indicated above.";
public static String MSG114 = "Please, select a forrm element in the combo box before add a new parameter.";
public static String MSG115 = "Cannot find next form element.";
//---------------------------------------------------------------------------------------------
public static String NCP_LABEL_ADD = "Add";
public static String NCP_LABEL_REMOVE = "Remove";
public static String NCP_LABEL_EDIT = "Edit";
public static String NCP_LABEL_UP = "Up";
public static String NCP_LABEL_DOWN = "Down";
public static String NCP_LABEL_HELP = "Help";
public static String NCP_LABEL_FE = "Form elements: ";
public static String NCP_LABEL_FECHOOSER = "Form element chooser";
public static String NCP_LABEL_NAME = "name";
public static String NCP_LABEL_VALUE = "value";
public static String NCP_LABEL_PARAMETERS = "Parameters: ";
public static String NCP_LABEL_ELEMENT = "Element:";
public static String NCP_LABEL_TEST = "Test";
public static String NCP_LABEL_OK = "Ok";
public static String NCP_LABEL_CANCEL = "Cancel";
public static String NCP_LABEL_FE2 = "Form element";
public static String NCP_LABEL_NAME2 = "Name: ";
public static String NCP_LABEL_VALUE2 = "Value: ";
public static String NCP_LABEL_PAR_DESC = "Parameters description";
public static String NCP_LABEL_SHOW_PAR1 = "<p><b>This element has this parameters:</b></p><br>";
public static String NCP_LABEL_SHOW_PAR2 = "<b> Parameter name:</b> ";
public static String NCP_LABEL_SHOW_PAR3 = "<b> Parameter type:</b> ";
public static String NCP_LABEL_SHOW_PAR4 = "<b> Default value:</b> ";
public static String NCP_LABEL_SHOW_PAR5 = "<b>Regular expression:</b> ";
public static String NCP_LABEL_SHOW_PAR6 = "<b> Is required:</b> ";
public static String NCP_LABEL_SHOW_PAR7 = "<b> Short description:</b> ";
public static String NCP_LABEL_MIN_CHILDS = "Min Childs:";
public static String NCP_LABEL_MAX_CHILDS = "Max Childs:";
public static String NCP_LABEL_NEXTFORMS = "Next forms: ";
public static String NCP_LABEL_NF_ERROR1 = "This element requires the 'id' parameter.\n";
public static String NCP_LABEL_PL1 = "Parameters List: ";
}