764765766767768769770
/** * Application of the patch to ''{1}'' failed: {0} * */ public static Localizable _EXC_PatchApplicationFailed(Object arg1, Object arg2) { return new Localizable(holder, "EXC_PatchApplicationFailed", arg1, arg2); }
780781782783784785786
/** * Default built-in diff engine that computes differences between two sources. * */ public static Localizable _BuiltInDiffProvider_shortDescription() { return new Localizable(holder, "BuiltInDiffProvider.shortDescription"); }
796797798799800801802
/** * The patch application failed, it's not possible to write to {0}. * */ public static Localizable _EXC_CopyOfAppliedPatchFailed() { return new Localizable(holder, "EXC_CopyOfAppliedPatchFailed"); }
812813814815816817818
/** * The Diff Command * */ public static Localizable _PROP_diffCmd() { return new Localizable(holder, "PROP_diffCmd"); }
828829830831832833834
/** * Diff Services * */ public static Localizable _Services_Diffs() { return new Localizable(holder, "Services/Diffs"); }
844845846847848849850
/** * &Engine: * */ public static Localizable _LBL_Provider() { return new Localizable(holder, "LBL_Provider"); }
860861862863864865866
/** * Command-line Diff * */ public static Localizable _CmdlineDiffProvider_displayName() { return new Localizable(holder, "CmdlineDiffProvider.displayName"); }
876877878879880881882
/** * Engine Property Panel * */ public static Localizable _ACS_ProviderPropertyPanelA11yName() { return new Localizable(holder, "ACS_ProviderPropertyPanelA11yName"); }
892893894895896897898
/** * The patch cannot be applied in the selected context. * */ public static Localizable _MSG_WrongPatch() { return new Localizable(holder, "MSG_WrongPatch"); }
908909910911912913914
/** * There are no diff visualizers registered in the system * */ public static Localizable _MSG_VisualizersMissing() { return new Localizable(holder, "MSG_VisualizersMissing"); }