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.convertxml; 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_CONVERTXML_DIALOG_BLOCK_SETTINGS_0 = "GUI_CONVERTXML_DIALOG_BLOCK_SETTINGS_0"; 043 044 /** Message constant for key in the resource bundle. */ 045 public static final String GUI_CONVERTXML_THREAD_NAME_0 = "GUI_CONVERTXML_THREAD_NAME_0"; 046 047 /** Message constant for key in the resource bundle. */ 048 public static final String RPT_CONVERTXML_BEGIN_TRANSFORM_0 = "RPT_CONVERTXML_BEGIN_TRANSFORM_0"; 049 050 /** Message constant for key in the resource bundle. */ 051 public static final String RPT_CONVERTXML_BEGIN_TRANSFORM_THREAD_0 = "RPT_CONVERTXML_BEGIN_TRANSFORM_THREAD_0"; 052 053 /** Message constant for key in the resource bundle. */ 054 public static final String RPT_CONVERTXML_FILE_ALREADY_TRANSFORMED_1 = "RPT_CONVERTXML_FILE_ALREADY_TRANSFORMED_1"; 055 056 /** Message constant for key in the resource bundle. */ 057 public static final String RPT_CONVERTXML_FILES_ALREADY_TRANSFORMED_1 = "RPT_CONVERTXML_FILES_ALREADY_TRANSFORMED_1"; 058 059 /** Message constant for key in the resource bundle. */ 060 public static final String RPT_CONVERTXML_FOUND_FILES_1 = "RPT_CONVERTXML_FOUND_FILES_1"; 061 062 /** Message constant for key in the resource bundle. */ 063 public static final String RPT_CONVERTXML_INITIALIZE_CMS_ERROR_0 = "RPT_CONVERTXML_INITIALIZE_CMS_ERROR_0"; 064 065 /** Message constant for key in the resource bundle. */ 066 public static final String RPT_CONVERTXML_LOCKED_FILE_1 = "RPT_CONVERTXML_LOCKED_FILE_1"; 067 068 /** Message constant for key in the resource bundle. */ 069 public static final String RPT_CONVERTXML_LOCKED_FILES_1 = "RPT_CONVERTXML_LOCKED_FILES_1"; 070 071 /** Message constant for key in the resource bundle. */ 072 public static final String RPT_CONVERTXML_MISSION_ENCODING_TYPE_1 = "RPT_CONVERTXML_MISSION_ENCODING_TYPE_1"; 073 074 /** Message constant for key in the resource bundle. */ 075 public static final String RPT_CONVERTXML_NO_FILES_FOUND_0 = "RPT_CONVERTXML_NO_FILES_FOUND_0"; 076 077 /** Message constant for key in the resource bundle. */ 078 public static final String RPT_CONVERTXML_NO_VFS_FOLDER_0 = "RPT_CONVERTXML_NO_VFS_FOLDER_0"; 079 080 /** Message constant for key in the resource bundle. */ 081 public static final String RPT_CONVERTXML_NO_XSD_FILE_0 = "RPT_CONVERTXML_NO_XSD_FILE_0"; 082 083 /** Message constant for key in the resource bundle. */ 084 public static final String RPT_CONVERTXML_NO_XSLT_FILE_0 = "RPT_CONVERTXML_NO_XSLT_FILE_0"; 085 086 /** Message constant for key in the resource bundle. */ 087 public static final String RPT_CONVERTXML_PARAMETERS_0 = "RPT_CONVERTXML_PARAMETERS_0"; 088 089 /** Message constant for key in the resource bundle. */ 090 public static final String RPT_CONVERTXML_PARAMETERS_INC_SUBFOLDERS_1 = "RPT_CONVERTXML_PARAMETERS_INC_SUBFOLDERS_1"; 091 092 /** Message constant for key in the resource bundle. */ 093 public static final String RPT_CONVERTXML_PARAMETERS_NEW_XSD_MAINFILE_1 = "RPT_CONVERTXML_PARAMETERS_NEW_XSD_MAINFILE_1"; 094 095 /** Message constant for key in the resource bundle. */ 096 public static final String RPT_CONVERTXML_PARAMETERS_ONLY_COUNT_1 = "RPT_CONVERTXML_PARAMETERS_ONLY_COUNT_1"; 097 098 /** Message constant for key in the resource bundle. */ 099 public static final String RPT_CONVERTXML_PARAMETERS_RESOURCE_PATH_1 = "RPT_CONVERTXML_PARAMETERS_RESOURCE_PATH_1"; 100 101 /** Message constant for key in the resource bundle. */ 102 public static final String RPT_CONVERTXML_PARAMETERS_XSLT_FILE_1 = "RPT_CONVERTXML_PARAMETERS_XSLT_FILE_1"; 103 104 /** Message constant for key in the resource bundle. */ 105 public static final String RPT_CONVERTXML_PUBLISHING_FILES_0 = "RPT_CONVERTXML_PUBLISHING_FILES_0"; 106 107 /** Message constant for key in the resource bundle. */ 108 public static final String RPT_CONVERTXML_RESULT_0 = "RPT_CONVERTXML_RESULT_0"; 109 110 /** Message constant for key in the resource bundle. */ 111 public static final String RPT_CONVERTXML_SEARCH_ERROR_0 = "RPT_CONVERTXML_SEARCH_ERROR_0"; 112 113 /** Message constant for key in the resource bundle. */ 114 public static final String RPT_CONVERTXML_START_SEARCHING_0 = "RPT_CONVERTXML_START_SEARCHING_0"; 115 116 /** Message constant for key in the resource bundle. */ 117 public static final String RPT_CONVERTXML_THREAD_END_0 = "RPT_CONVERTXML_THREAD_END_0"; 118 119 /** Message constant for key in the resource bundle. */ 120 public static final String RPT_CONVERTXML_TRANSFORM_CURRENT_FILE_NAME_2 = "RPT_CONVERTXML_TRANSFORM_CURRENT_FILE_NAME_2"; 121 122 /** Message constant for key in the resource bundle. */ 123 public static final String RPT_CONVERTXML_TRANSFORM_CURRENT_FILE_NAME2_2 = "RPT_CONVERTXML_TRANSFORM_CURRENT_FILE_NAME2_2"; 124 125 /** Message constant for key in the resource bundle. */ 126 public static final String RPT_CONVERTXML_TRANSFORM_END_0 = "RPT_CONVERTXML_TRANSFORM_END_0"; 127 128 /** Message constant for key in the resource bundle. */ 129 public static final String RPT_CONVERTXML_TRANSFORM_NUMBER_ERRORS_1 = "RPT_CONVERTXML_TRANSFORM_NUMBER_ERRORS_1"; 130 131 /** Message constant for key in the resource bundle. */ 132 public static final String RPT_CONVERTXML_TRANSFORMATION_ERROR_0 = "RPT_CONVERTXML_TRANSFORMATION_ERROR_0"; 133 134 /** Message constant for key in the resource bundle. */ 135 public static final String RPT_CONVERTXML_TRANSFORMING_FAILED_0 = "RPT_CONVERTXML_TRANSFORMING_FAILED_0"; 136 137 /** Message constant for key in the resource bundle. */ 138 public static final String RPT_CONVERTXML_TRANSFORMING_SUCCESS_0 = "RPT_CONVERTXML_TRANSFORMING_SUCCESS_0"; 139 140 /** Message constant for key in the resource bundle. */ 141 public static final String RPT_CONVERTXML_UNLOCK_FILE_1 = "RPT_CONVERTXML_UNLOCK_FILE_1"; 142 143 /** Message constant for key in the resource bundle. */ 144 public static final String RPT_CONVERTXML_WRITE_ERROR_1 = "RPT_CONVERTXML_WRITE_ERROR_1"; 145 146 /** Name of the used resource bundle. */ 147 private static final String BUNDLE_NAME = "org.opencms.workplace.tools.content.convertxml.messages"; 148 149 /** Static instance member. */ 150 private static final I_CmsMessageBundle INSTANCE = new Messages(); 151 152 /** 153 * Hides the public constructor for this utility class.<p> 154 */ 155 private Messages() { 156 157 // hide the constructor 158 } 159 160 /** 161 * Returns an instance of this localized message accessor.<p> 162 * 163 * @return an instance of this localized message accessor 164 */ 165 public static I_CmsMessageBundle get() { 166 167 return INSTANCE; 168 } 169 170 /** 171 * Returns the bundle name for this OpenCms package.<p> 172 * 173 * @return the bundle name for this OpenCms package 174 */ 175 public String getBundleName() { 176 177 return BUNDLE_NAME; 178 } 179}