?? messages.java
字號:
/*
* File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/comparison/Messages.java,v $
* Date : $Date: 2006/03/27 14:52:44 $
* Version: $Revision: 1.2 $
*
* Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
* All rights reserved.
*
* This source code is the intellectual property of Alkacon Software GmbH.
* It is PROPRIETARY and CONFIDENTIAL.
* Use of this source code is subject to license terms.
*
* In order to use this source code, you need written permission from
* Alkacon Software GmbH. Redistribution of this source code, in modified
* or unmodified form, is not allowed unless written permission by
* Alkacon Software GmbH has been given.
*
* ALKACON SOFTWARE GMBH MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY
* OF THIS SOURCE CODE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
* TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
* PURPOSE, OR NON-INFRINGEMENT. ALKACON SOFTWARE GMBH SHALL NOT BE LIABLE FOR ANY
* DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING
* THIS SOURCE CODE OR ITS DERIVATIVES.
*
* For further information about Alkacon Software GmbH, please see the
* company website: http://www.alkacon.com
*/
package org.opencms.workplace.comparison;
import org.opencms.i18n.A_CmsMessageBundle;
import org.opencms.i18n.I_CmsMessageBundle;
/**
* Convenience class to access the localized messages of this OpenCms package.<p>
*
* @author Jan Baudisch
*
* @version $Revision: 1.2 $
*
* @since 6.0.0
*/
public final class Messages extends A_CmsMessageBundle {
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_ADDED_0 = "GUI_COMPARE_ADDED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_ATTRIBUTES_0 = "GUI_COMPARE_ATTRIBUTES_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_CHANGED_0 = "GUI_COMPARE_CHANGED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_COLS_ICON_0 = "GUI_COMPARE_COLS_ICON_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_COLS_LOCALE_0 = "GUI_COMPARE_COLS_LOCALE_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_COLS_NAME_0 = "GUI_COMPARE_COLS_NAME_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_COLS_PROPERTY_NAME_0 = "GUI_COMPARE_COLS_PROPERTY_NAME_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_COLS_STATUS_0 = "GUI_COMPARE_COLS_STATUS_0";
/** Message contant for key in the resource bundle. */
public static final String GUI_COMPARE_COLS_TYPE_0 = "GUI_COMPARE_COLS_TYPE_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_COMPARE_ALL_0 = "GUI_COMPARE_COMPARE_ALL_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_CONTENT_0 = "GUI_COMPARE_CONTENT_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_ELEM_ADDED_0 = "GUI_COMPARE_ELEM_ADDED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_ELEM_CHANGED_0 = "GUI_COMPARE_ELEM_CHANGED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_ELEM_REMOVED_0 = "GUI_COMPARE_ELEM_REMOVED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_ELEM_UNCHANGED_0 = "GUI_COMPARE_ELEM_UNCHANGED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_HIDE_IDENTICAL_ATTRIBUTES_0 = "GUI_COMPARE_HIDE_IDENTICAL_ATTRIBUTES_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_HIDE_IDENTICAL_ELEMENTS_0 = "GUI_COMPARE_HIDE_IDENTICAL_ELEMENTS_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_HIDE_IDENTICAL_PROPERTIES_0 = "GUI_COMPARE_HIDE_IDENTICAL_PROPERTIES_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_IDENTICAL_TEXT_DIFFERENT_HTML_0 = "GUI_COMPARE_IDENTICAL_TEXT_DIFFERENT_HTML_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_PROPERTIES_0 = "GUI_COMPARE_PROPERTIES_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_REMOVED_0 = "GUI_COMPARE_REMOVED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_SHOW_ALL_ATTRIBUTES_0 = "GUI_COMPARE_SHOW_ALL_ATTRIBUTES_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_SHOW_ALL_ELEMENTS_0 = "GUI_COMPARE_SHOW_ALL_ELEMENTS_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_SHOW_ALL_PROPERTIES_0 = "GUI_COMPARE_SHOW_ALL_PROPERTIES_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_UNCHANGED_0 = "GUI_COMPARE_UNCHANGED_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_VERSION_1 = "GUI_COMPARE_VERSION_1";
/** Message constant for key in the resource bundle. */
public static final String GUI_COMPARE_VIEW_VERSION_1 = "GUI_COMPARE_VIEW_VERSION_1";
/** Message constant for key in the resource bundle. */
public static final String GUI_DIFF_MODE_ALL_NAME_0 = "GUI_DIFF_MODE_ALL_NAME_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_DIFF_MODE_DIFFONLY_NAME_0 = "GUI_DIFF_MODE_DIFFONLY_NAME_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_DIFF_MODE_HTML_0 = "GUI_DIFF_MODE_HTML_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_DIFF_MODE_TEXT_0 = "GUI_DIFF_MODE_TEXT_0";
/** Message constant for key in the resource bundle. */
public static final String GUI_DIFF_SKIP_LINES_1 = "GUI_DIFF_SKIP_LINES_1";
/** Message constant for key in the resource bundle. */
public static final String GUI_HISTORY_FILEINFO_0 = "GUI_HISTORY_FILEINFO_0";
/** Name of the used resource bundle. */
private static final String BUNDLE_NAME = "org.opencms.workplace.comparison.messages";
/** Static instance member. */
private static final I_CmsMessageBundle INSTANCE = new Messages();
/**
* Hides the public constructor for this utility class.<p>
*/
private Messages() {
// hide the constructor
}
/**
* Returns an instance of this localized message accessor.<p>
*
* @return an instance of this localized message accessor
*/
public static I_CmsMessageBundle get() {
return INSTANCE;
}
/**
* Returns the bundle name for this OpenCms package.<p>
*
* @return the bundle name for this OpenCms package
*/
public String getBundleName() {
return BUNDLE_NAME;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -