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.searchindex.sourcesearch;
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.5.3
038 */
039public final class Messages extends A_CmsMessageBundle {
040
041    /** Message constant for key in the resource bundle. */
042    public static final String GUI_SOURCESEARCH_FILES_LIST_NAME_0 = "GUI_SOURCESEARCH_FILES_LIST_NAME_0";
043
044    /** Message constant for key in the resource bundle. */
045    public static final String GUI_SOURCESEARCH_SELECTFOLDER_DIALOG_MESSAGE_0 = "GUI_SOURCESEARCH_SELECTFOLDER_DIALOG_MESSAGE_0";
046
047    /** Message constant for key in the resource bundle. */
048    public static final String RPT_SOURCESEARCH_APPLY_PATTERN_ERROR_1 = "RPT_SOURCESEARCH_APPLY_PATTERN_ERROR_1";
049
050    /** Message constant for key in the resource bundle. */
051    public static final String RPT_SOURCESEARCH_BEGIN_SEARCH_THREAD_0 = "RPT_SOURCESEARCH_BEGIN_SEARCH_THREAD_0";
052
053    /** Message constant for key in the resource bundle. */
054    public static final String RPT_SOURCESEARCH_CLICK_OK_TO_GET_LIST_0 = "RPT_SOURCESEARCH_CLICK_OK_TO_GET_LIST_0";
055
056    /** Message constant for key in the resource bundle. */
057    public static final String RPT_SOURCESEARCH_COULD_NOT_READ_FILE_0 = "RPT_SOURCESEARCH_COULD_NOT_READ_FILE_0";
058
059    /** Message constant for key in the resource bundle. */
060    public static final String RPT_SOURCESEARCH_END_SEARCH_THREAD_0 = "RPT_SOURCESEARCH_END_SEARCH_THREAD_0";
061
062    /** Message constant for key in the resource bundle. */
063    public static final String RPT_SOURCESEARCH_END_SEARCHING_0 = "RPT_SOURCESEARCH_END_SEARCHING_0";
064
065    /** Message constant for key in the resource bundle. */
066    public static final String RPT_SOURCESEARCH_END_SEARCHING_REPLACING_0 = "RPT_SOURCESEARCH_END_SEARCHING_REPLACING_0";
067
068    /** Message constant for key in the resource bundle. */
069    public static final String RPT_SOURCESEARCH_ERROR_READING_RESOURCES_1 = "RPT_SOURCESEARCH_ERROR_READING_RESOURCES_1";
070
071    /** Message constant for key in the resource bundle. */
072    public static final String RPT_SOURCESEARCH_INIT_CMS_OBJECT_FAILED_0 = "RPT_SOURCESEARCH_INIT_CMS_OBJECT_FAILED_0";
073
074    /** Message constant for key in the resource bundle. */
075    public static final String RPT_SOURCESEARCH_LOCKED_FILE_0 = "RPT_SOURCESEARCH_LOCKED_FILE_0";
076
077    /** Message constant for key in the resource bundle. */
078    public static final String RPT_SOURCESEARCH_LOCKED_FILES_1 = "RPT_SOURCESEARCH_LOCKED_FILES_1";
079
080    /** Message constant for key in the resource bundle. */
081    public static final String RPT_SOURCESEARCH_MATCHED_0 = "RPT_SOURCESEARCH_MATCHED_0";
082
083    /** Message constant for key in the resource bundle. */
084    public static final String RPT_SOURCESEARCH_NO_FILES_FOUND_0 = "RPT_SOURCESEARCH_NO_FILES_FOUND_0";
085
086    /** Message constant for key in the resource bundle. */
087    public static final String RPT_SOURCESEARCH_NO_FILES_TO_SEARCH_IN_0 = "RPT_SOURCESEARCH_NO_FILES_TO_SEARCH_IN_0";
088
089    /** Message constant for key in the resource bundle. */
090    public static final String RPT_SOURCESEARCH_NOT_MATCHED_0 = "RPT_SOURCESEARCH_NOT_MATCHED_0";
091
092    /** Message constant for key in the resource bundle. */
093    public static final String RPT_SOURCESEARCH_NR_OF_FILES_MATCHED_1 = "RPT_SOURCESEARCH_NR_OF_FILES_MATCHED_1";
094
095    /** Message constant for key in the resource bundle. */
096    public static final String RPT_SOURCESEARCH_NR_OF_FILES_TO_SEARCH_IN_1 = "RPT_SOURCESEARCH_NR_OF_FILES_TO_SEARCH_IN_1";
097
098    /** Message constant for key in the resource bundle. */
099    public static final String RPT_SOURCESEARCH_PARAMETERS_0 = "RPT_SOURCESEARCH_PARAMETERS_0";
100
101    /** Message constant for key in the resource bundle. */
102    public static final String RPT_SOURCESEARCH_PARAMETERS_EMPTY_REPLACEPATTERN_0 = "RPT_SOURCESEARCH_PARAMETERS_EMPTY_REPLACEPATTERN_0";
103
104    /** Message constant for key in the resource bundle. */
105    public static final String RPT_SOURCESEARCH_PARAMETERS_EMPTY_RESOURCE_PATHS_0 = "RPT_SOURCESEARCH_PARAMETERS_EMPTY_RESOURCE_PATHS_0";
106
107    /** Message constant for key in the resource bundle. */
108    public static final String RPT_SOURCESEARCH_PARAMETERS_EMPTY_SEARCHPATTERN_0 = "RPT_SOURCESEARCH_PARAMETERS_EMPTY_SEARCHPATTERN_0";
109
110    /** Message constant for key in the resource bundle. */
111    public static final String RPT_SOURCESEARCH_PARAMETERS_NOTEMPTY_REPLACEPATTERN_0 = "RPT_SOURCESEARCH_PARAMETERS_NOTEMPTY_REPLACEPATTERN_0";
112
113    /** Message constant for key in the resource bundle. */
114    public static final String RPT_SOURCESEARCH_PARAMETERS_PROJECT_1 = "RPT_SOURCESEARCH_PARAMETERS_PROJECT_1";
115
116    /** Message constant for key in the resource bundle. */
117    public static final String RPT_SOURCESEARCH_PARAMETERS_REPLACEPATTERN_1 = "RPT_SOURCESEARCH_PARAMETERS_REPLACEPATTERN_1";
118
119    /** Message constant for key in the resource bundle. */
120    public static final String RPT_SOURCESEARCH_PARAMETERS_RESOURCE_PATH_1 = "RPT_SOURCESEARCH_PARAMETERS_RESOURCE_PATH_1";
121
122    /** Message constant for key in the resource bundle. */
123    public static final String RPT_SOURCESEARCH_PARAMETERS_SEARCHPATTERN_1 = "RPT_SOURCESEARCH_PARAMETERS_SEARCHPATTERN_1";
124
125    /** Message constant for key in the resource bundle. */
126    public static final String RPT_SOURCESEARCH_REPLACE_ERROR_COUNT_1 = "RPT_SOURCESEARCH_REPLACE_ERROR_COUNT_1";
127
128    /** Message constant for key in the resource bundle. */
129    public static final String RPT_SOURCESEARCH_REPLACE_FAILED_0 = "RPT_SOURCESEARCH_REPLACE_FAILED_0";
130
131    /** Message constant for key in the resource bundle. */
132    public static final String RPT_SOURCESEARCH_REPLACE_SUCCESS_0 = "RPT_SOURCESEARCH_REPLACE_SUCCESS_0";
133
134    /** Message constant for key in the resource bundle. */
135    public static final String RPT_SOURCESEARCH_RESULT_0 = "RPT_SOURCESEARCH_RESULT_0";
136
137    /** Message constant for key in the resource bundle. */
138    public static final String RPT_SOURCESEARCH_SEARCH_ERROR_COUNT_1 = "RPT_SOURCESEARCH_SEARCH_ERROR_COUNT_1";
139
140    /** Message constant for key in the resource bundle. */
141    public static final String RPT_SOURCESEARCH_SEARCH_FAILED_0 = "RPT_SOURCESEARCH_SEARCH_FAILED_0";
142
143    /** Message constant for key in the resource bundle. */
144    public static final String RPT_SOURCESEARCH_SEARCH_SUCCESS_0 = "RPT_SOURCESEARCH_SEARCH_SUCCESS_0";
145
146    /** Message constant for key in the resource bundle. */
147    public static final String RPT_SOURCESEARCH_START_COLLECTING_FILES_TO_SEARCH_IN_0 = "RPT_SOURCESEARCH_START_COLLECTING_FILES_TO_SEARCH_IN_0";
148
149    /** Message constant for key in the resource bundle. */
150    public static final String RPT_SOURCESEARCH_START_SEARCHING_0 = "RPT_SOURCESEARCH_START_SEARCHING_0";
151
152    /** Message constant for key in the resource bundle. */
153    public static final String RPT_SOURCESEARCH_START_SEARCHING_REPLACING_0 = "RPT_SOURCESEARCH_START_SEARCHING_REPLACING_0";
154
155    /** Message constant for key in the resource bundle. */
156    public static final String RPT_SOURCESEARCH_UNLOCK_FILE_0 = "RPT_SOURCESEARCH_UNLOCK_FILE_0";
157
158    /** Name of the used resource bundle. */
159    private static final String BUNDLE_NAME = "org.opencms.workplace.tools.searchindex.sourcesearch.messages";
160
161    /** Static instance member. */
162    private static final I_CmsMessageBundle INSTANCE = new Messages();
163
164    /**
165     * Hides the public constructor for this utility class.
166     * <p>
167     */
168    private Messages() {
169
170        // hide the constructor
171    }
172
173    /**
174     * Returns an instance of this localized message accessor.
175     * <p>
176     *
177     * @return an instance of this localized message accessor
178     */
179    public static I_CmsMessageBundle get() {
180
181        return INSTANCE;
182    }
183
184    /**
185     * Returns the bundle name for this OpenCms package.
186     * <p>
187     *
188     * @return the bundle name for this OpenCms package
189     */
190    public String getBundleName() {
191
192        return BUNDLE_NAME;
193    }
194}