001/*
002 * This library is part of OpenCms -
003 * the Open Source Content Management System
004 *
005 * Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
006 *
007 * This library is free software; you can redistribute it and/or
008 * modify it under the terms of the GNU Lesser General Public
009 * License as published by the Free Software Foundation; either
010 * version 2.1 of the License, or (at your option) any later version.
011 *
012 * This library is distributed in the hope that it will be useful,
013 * but WITHOUT ANY WARRANTY; without even the implied warranty of
014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
015 * Lesser General Public License for more details.
016 *
017 * For further information about Alkacon Software GmbH & Co. KG, please see the
018 * company website: http://www.alkacon.com
019 *
020 * For further information about OpenCms, please see the
021 * project website: http://www.opencms.org
022 *
023 * You should have received a copy of the GNU Lesser General Public
024 * License along with this library; if not, write to the Free Software
025 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
026 */
027
028package org.opencms.workplace.tools.content.updatexml;
029
030import org.opencms.i18n.A_CmsMessageBundle;
031import org.opencms.i18n.I_CmsMessageBundle;
032
033/**
034 * Convenience class to access the localized messages of this OpenCms package.
035 * <p>
036 *
037 * @since 7.0.5
038 */
039public final class Messages extends A_CmsMessageBundle {
040
041    /** Message constant for key in the resource bundle. */
042    public static final String GUI_UPDATEXML_DIALOG_BLOCK_SETTINGS_0 = "GUI_UPDATEXML_DIALOG_BLOCK_SETTINGS_0";
043
044    /** Message constant for key in the resource bundle. */
045    public static final String GUI_UPDATEXML_THREAD_NAME_0 = "GUI_UPDATEXML_THREAD_NAME_0";
046
047    /** Message constant for key in the resource bundle. */
048    public static final String RPT_UPDATETXML_INITIALIZE_CMS_ERROR_0 = "RPT_UPDATETXML_INITIALIZE_CMS_ERROR_0";
049
050    /** Message constant for key in the resource bundle. */
051    public static final String RPT_UPDATETXML_UPDATE_ERROR_0 = "RPT_UPDATETXML_UPDATE_ERROR_0";
052
053    /** Message constant for key in the resource bundle. */
054    public static final String RPT_UPDATEXML_BEGIN_UPDATE_0 = "RPT_UPDATEXML_BEGIN_UPDATE_0";
055
056    /** Message constant for key in the resource bundle. */
057    public static final String RPT_UPDATEXML_BEGIN_UPDATE_THREAD_0 = "RPT_UPDATEXML_BEGIN_UPDATE_THREAD_0";
058
059    /** Message constant for key in the resource bundle. */
060    public static final String RPT_UPDATEXML_END_UPDATE_0 = "RPT_UPDATEXML_END_UPDATE_0";
061
062    /** Message constant for key in the resource bundle. */
063    public static final String RPT_UPDATEXML_END_UPDATE_THREAD_0 = "RPT_UPDATEXML_END_UPDATE_THREAD_0";
064
065    /** Message constant for key in the resource bundle. */
066    public static final String RPT_UPDATEXML_FILES_TO_UPDATE_1 = "RPT_UPDATEXML_FILES_TO_UPDATE_1";
067
068    /** Message constant for key in the resource bundle. */
069    public static final String RPT_UPDATEXML_LOCKED_FILE_0 = "RPT_UPDATEXML_LOCKED_FILE_0";
070
071    /** Message constant for key in the resource bundle. */
072    public static final String RPT_UPDATEXML_LOCKED_FILES_1 = "RPT_UPDATEXML_LOCKED_FILES_1";
073
074    /** Message constant for key in the resource bundle. */
075    public static final String RPT_UPDATEXML_NO_VFS_FOLDER_0 = "RPT_UPDATEXML_NO_VFS_FOLDER_0";
076
077    /** Message constant for key in the resource bundle. */
078    public static final String RPT_UPDATEXML_PARAMETERS_0 = "RPT_UPDATEXML_PARAMETERS_0";
079
080    /** Message constant for key in the resource bundle. */
081    public static final String RPT_UPDATEXML_PARAMETERS_INC_SUBFOLDERS_1 = "RPT_UPDATEXML_PARAMETERS_INC_SUBFOLDERS_1";
082
083    /** Message constant for key in the resource bundle. */
084    public static final String RPT_UPDATEXML_PARAMETERS_RESOURCE_PATH_1 = "RPT_UPDATEXML_PARAMETERS_RESOURCE_PATH_1";
085
086    /** Message constant for key in the resource bundle. */
087    public static final String RPT_UPDATEXML_PUBLISHING_FILES_0 = "RPT_UPDATEXML_PUBLISHING_FILES_0";
088
089    /** Message constant for key in the resource bundle. */
090    public static final String RPT_UPDATEXML_RESULT_0 = "RPT_UPDATEXML_RESULT_0";
091
092    /** Message constant for key in the resource bundle. */
093    public static final String RPT_UPDATEXML_SEARCH_ERROR_0 = "RPT_UPDATEXML_SEARCH_ERROR_0";
094
095    /** Message constant for key in the resource bundle. */
096    public static final String RPT_UPDATEXML_START_SEARCHING_0 = "RPT_UPDATEXML_START_SEARCHING_0";
097
098    /** Message constant for key in the resource bundle. */
099    public static final String RPT_UPDATEXML_UNLOCK_FILE_0 = "RPT_UPDATEXML_UNLOCK_FILE_0";
100
101    /** Message constant for key in the resource bundle. */
102    public static final String RPT_UPDATEXML_UPDATE_FAILED_0 = "RPT_UPDATEXML_UPDATE_FAILED_0";
103
104    /** Message constant for key in the resource bundle. */
105    public static final String RPT_UPDATEXML_UPDATE_NUMBER_ERRORS_1 = "RPT_UPDATEXML_UPDATE_NUMBER_ERRORS_1";
106
107    /** Message constant for key in the resource bundle. */
108    public static final String RPT_UPDATEXML_UPDATE_SUCCESS_0 = "RPT_UPDATEXML_UPDATE_SUCCESS_0";
109
110    /** Message constant for key in the resource bundle. */
111    public static final String RPT_UPDATEXML_WRITE_ERROR_0 = "RPT_UPDATEXML_WRITE_ERROR_0";
112
113    /** Message constant for key in the resource bundle. */
114    public static final String RPT_UPDATEXML_NO_FILES_FOUND_0 = "RPT_UPDATEXML_NO_FILES_FOUND_0";
115
116    /** Message constant for key in the resource bundle. */
117    public static final String RPT_UPDATEXML_CURRENT_FILE_0 = "RPT_UPDATEXML_CURRENT_FILE_0";
118
119    /** Message constant for key in the resource bundle. */
120    public static final String RPT_UPDATEXML_START_UPDATING_0 = "RPT_UPDATEXML_START_UPDATING_0";
121
122    /** Name of the used resource bundle. */
123    private static final String BUNDLE_NAME = "org.opencms.workplace.tools.content.updatexml.messages";
124
125    /** Static instance member. */
126    private static final I_CmsMessageBundle INSTANCE = new Messages();
127
128    /**
129     * Hides the public constructor for this utility class.<p>
130     */
131    private Messages() {
132
133        // hide the constructor
134    }
135
136    /**
137     * Returns an instance of this localized message accessor.<p>
138     *
139     * @return an instance of this localized message accessor
140     */
141    public static I_CmsMessageBundle get() {
142
143        return INSTANCE;
144    }
145
146    /**
147     * Returns the bundle name for this OpenCms package.<p>
148     *
149     * @return the bundle name for this OpenCms package
150     */
151    public String getBundleName() {
152
153        return BUNDLE_NAME;
154    }
155}