524525526527528529530
/** * No differences were found between {0} and {1}. * */ public static Localizable _MSG_NoDifferenceInFile(Object arg1, Object arg2) { return new Localizable(holder, "MSG_NoDifferenceInFile", arg1, arg2); }
540541542543544545546
/** * Computing differences: * */ public static Localizable _diff_prog() { return new Localizable(holder, "diff.prog"); }
556557558559560561562
/** * Differences between source files * */ public static Localizable _ACSD_Diff_Top_Component() { return new Localizable(holder, "ACSD_Diff_Top_Component"); }
572573574575576577578
/** * Show Diff Service Selector * */ public static Localizable _PROP_showDiffSelector() { return new Localizable(holder, "PROP_showDiffSelector"); }
588589590591592593594
/** * The patch cannot be applied in the selected context. It was originally generated relative to "{0}". * */ public static Localizable _MSG_WrongPatch_Hint(Object arg1) { return new Localizable(holder, "MSG_WrongPatch_Hint", arg1); }
604605606607608609610
/** * Select The Diff Patch For {0} * */ public static Localizable _TITLE_SelectPatchForFile(Object arg1) { return new Localizable(holder, "TITLE_SelectPatchForFile", arg1); }
620621622623624625626
/** * Select the diff patch file to apply. * */ public static Localizable _BTN_Patch_tooltip() { return new Localizable(holder, "BTN_Patch_tooltip"); }
636637638639640641642
/** * This dialog allows you to choose patch * */ public static Localizable _ACSD_PatchDialog() { return new Localizable(holder, "ACSD_PatchDialog"); }
652653654655656657658
/** * Di&ff * */ public static Localizable _CTL_DiffActionName() { return new Localizable(holder, "CTL_DiffActionName"); }
668669670671672673674
/** * Engine. * */ public static Localizable _ACS_ProviderA11yDesc() { return new Localizable(holder, "ACS_ProviderA11yDesc"); }