200201202203204205206
/** * Select The Diff Patch For Files In {0} * */ public static Localizable _TITLE_SelectPatchForFolder(Object arg1) { return new Localizable(holder, "TITLE_SelectPatchForFolder", arg1); }
216217218219220221222
/** * &Visualizer: * */ public static Localizable _LBL_Visualizer() { return new Localizable(holder, "LBL_Visualizer"); }
232233234235236237238
/** * Diff failed for {0} and {1}. * */ public static Localizable _MSG_DiffFailed(Object arg1, Object arg2) { return new Localizable(holder, "MSG_DiffFailed", arg1, arg2); }
248249250251252253254
/** * P * */ public static Localizable _BTN_Patch_mnc() { return new Localizable(holder, "BTN_Patch_mnc"); }
264265266267268269270
/** * There are no diff engines registered in the system * */ public static Localizable _MSG_ProvidersMissing() { return new Localizable(holder, "MSG_ProvidersMissing"); }
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"); }