Package org.jvnet.localizer

Examples of org.jvnet.localizer.Localizable


    /**
     * Diff and Merge Types
     *
     */
    public static Localizable _UI_Services_IDEConfiguration_ServerAndExternalToolSettings_DiffTypes() {
        return new Localizable(holder, "UI/Services/IDEConfiguration/ServerAndExternalToolSettings/DiffTypes");
    }
View Full Code Here


    /**
     * Parsing of the patch file failed: {0}
     *
     */
    public static Localizable _EXC_PatchParsingFailed(Object arg1) {
        return new Localizable(holder, "EXC_PatchParsingFailed", arg1);
    }
View Full Code Here

    /**
     * Choose diff engine.
     *
     */
    public static Localizable _ACS_ProviderPropertyPanelA11yDesc() {
        return new Localizable(holder, "ACS_ProviderPropertyPanelA11yDesc");
    }
View Full Code Here

     {0} Reason(s):
     *  {1}
     *
     */
    public static Localizable _EXC_CannotRemoveBackup(Object arg1, Object arg2) {
        return new Localizable(holder, "EXC_CannotRemoveBackup", arg1, arg2);
    }
View Full Code Here

    /**
     * Diff Engines
     *
     */
    public static Localizable _Services_DiffProviders() {
        return new Localizable(holder, "Services/DiffProviders");
    }
View Full Code Here

    /**
     * Following files are to be patched, but not found: {0}
     *
     */
    public static Localizable _MSG_NotFoundFiles(Object arg1) {
        return new Localizable(holder, "MSG_NotFoundFiles", arg1);
    }
View Full Code Here

    /**
     * Show panel with engine and visualizer selectors.
     *
     */
    public static Localizable _HINT_showDiffSelector() {
        return new Localizable(holder, "HINT_showDiffSelector");
    }
View Full Code Here

    /**
     * If true then starting and trailing line whitespaces are ignored.
     *
     */
    public static Localizable _BK0002() {
        return new Localizable(holder, "BK0002");
    }
View Full Code Here

    /**
     * Diffing...
     *
     */
    public static Localizable _BK0001() {
        return new Localizable(holder, "BK0001");
    }
View Full Code Here

    /**
     * Patch applied partially. View applied changes? (patched binary files will not be displayed)
     *
     */
    public static Localizable _MSG_PatchAppliedPartially() {
        return new Localizable(holder, "MSG_PatchAppliedPartially");
    }
View Full Code Here

TOP

Related Classes of org.jvnet.localizer.Localizable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.