280281282283284285286
/** * Diff and Merge Types * */ public static Localizable _UI_Services_IDEConfiguration_ServerAndExternalToolSettings_DiffTypes() { return new Localizable(holder, "UI/Services/IDEConfiguration/ServerAndExternalToolSettings/DiffTypes"); }
296297298299300301302
/** * Parsing of the patch file failed: {0} * */ public static Localizable _EXC_PatchParsingFailed(Object arg1) { return new Localizable(holder, "EXC_PatchParsingFailed", arg1); }
312313314315316317318
/** * Choose diff engine. * */ public static Localizable _ACS_ProviderPropertyPanelA11yDesc() { return new Localizable(holder, "ACS_ProviderPropertyPanelA11yDesc"); }
332333334335336337338
* {0} Reason(s): * {1} * */ public static Localizable _EXC_CannotRemoveBackup(Object arg1, Object arg2) { return new Localizable(holder, "EXC_CannotRemoveBackup", arg1, arg2); }
348349350351352353354
/** * Diff Engines * */ public static Localizable _Services_DiffProviders() { return new Localizable(holder, "Services/DiffProviders"); }
364365366367368369370
/** * Following files are to be patched, but not found: {0} * */ public static Localizable _MSG_NotFoundFiles(Object arg1) { return new Localizable(holder, "MSG_NotFoundFiles", arg1); }
380381382383384385386
/** * Show panel with engine and visualizer selectors. * */ public static Localizable _HINT_showDiffSelector() { return new Localizable(holder, "HINT_showDiffSelector"); }
396397398399400401402
/** * If true then starting and trailing line whitespaces are ignored. * */ public static Localizable _BK0002() { return new Localizable(holder, "BK0002"); }
412413414415416417418
/** * Diffing... * */ public static Localizable _BK0001() { return new Localizable(holder, "BK0001"); }
428429430431432433434
/** * Patch applied partially. View applied changes? (patched binary files will not be displayed) * */ public static Localizable _MSG_PatchAppliedPartially() { return new Localizable(holder, "MSG_PatchAppliedPartially"); }