Examples of Localizable


Examples of org.jvnet.localizer.Localizable

    /**
     * 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);
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Computing differences:
     *
     */
    public static Localizable _diff_prog() {
        return new Localizable(holder, "diff.prog");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Differences between source files
     *
     */
    public static Localizable _ACSD_Diff_Top_Component() {
        return new Localizable(holder, "ACSD_Diff_Top_Component");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Show Diff Service Selector
     *
     */
    public static Localizable _PROP_showDiffSelector() {
        return new Localizable(holder, "PROP_showDiffSelector");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * 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);
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Select The Diff Patch For {0}
     *
     */
    public static Localizable _TITLE_SelectPatchForFile(Object arg1) {
        return new Localizable(holder, "TITLE_SelectPatchForFile", arg1);
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Select the diff patch file to apply.
     *
     */
    public static Localizable _BTN_Patch_tooltip() {
        return new Localizable(holder, "BTN_Patch_tooltip");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * This dialog allows you to choose patch
     *
     */
    public static Localizable _ACSD_PatchDialog() {
        return new Localizable(holder, "ACSD_PatchDialog");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Di&ff
     *
     */
    public static Localizable _CTL_DiffActionName() {
        return new Localizable(holder, "CTL_DiffActionName");
    }
View Full Code Here

Examples of org.jvnet.localizer.Localizable

    /**
     * Engine.
     *
     */
    public static Localizable _ACS_ProviderA11yDesc() {
        return new Localizable(holder, "ACS_ProviderA11yDesc");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.