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, 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.ui.apps.git; 029 030import org.opencms.i18n.A_CmsMessageBundle; 031import org.opencms.i18n.I_CmsMessageBundle; 032 033/** 034 * Message bundle class.<p> 035 */ 036public final class Messages extends A_CmsMessageBundle { 037 038 /** Message constant for key in the resource bundle. */ 039 public static final String GUI_GIT_LOG_OUTPUT_0 = "GUI_GIT_LOG_OUTPUT_0"; 040 /** Message constant for key in the resource bundle. */ 041 public static final String GUI_GIT_CONFIGURATION_SELECTION_0 = "GUI_GIT_CONFIGURATION_SELECTION_0"; 042 /** Message constant for key in the resource bundle. */ 043 public static final String GUI_GIT_MODULE_SELECTION_0 = "GUI_GIT_MODULE_SELECTION_0"; 044 /** Message constant for key in the resource bundle. */ 045 public static final String GUI_GIT_MODULES_DESELECT_ALL_0 = "GUI_GIT_MODULES_DESELECT_ALL_0"; 046 /** Message constant for key in the resource bundle. */ 047 public static final String GUI_GIT_SETTINGS_0 = "GUI_GIT_SETTINGS_0"; 048 /** Message constant for key in the resource bundle. */ 049 public static final String GUI_GIT_CHECKIN_0 = "GUI_GIT_CHECKIN_0"; 050 /** Message constant for key in the resource bundle. */ 051 public static final String GUI_GIT_USER_0 = "GUI_GIT_USER_0"; 052 /** Message constant for key in the resource bundle. */ 053 public static final String GUI_GIT_NOT_ADJUSTED_0 = "GUI_GIT_NOT_ADJUSTED_0"; 054 /** Message constant for key in the resource bundle. */ 055 public static final String GUI_GIT_EMAIL_0 = "GUI_GIT_EMAIL_0"; 056 /** Message constant for key in the resource bundle. */ 057 public static final String GUI_GIT_COMMIT_MESSAGE_0 = "GUI_GIT_COMMIT_MESSAGE_0"; 058 /** Message constant for key in the resource bundle. */ 059 public static final String GUI_GIT_TOGGLE_OPTIONS_0 = "GUI_GIT_TOGGLE_OPTIONS_0"; 060 /** Message constant for key in the resource bundle. */ 061 public static final String GUI_GIT_IGNORE_UNCLEAN_0 = "GUI_GIT_IGNORE_UNCLEAN_0"; 062 /** Message constant for key in the resource bundle. */ 063 public static final String GUI_GIT_IGNORE_UNCLEAN_DESC_0 = "GUI_GIT_IGNORE_UNCLEAN_DESC_0"; 064 /** Message constant for key in the resource bundle. */ 065 public static final String GUI_GIT_PULL_FIRST_0 = "GUI_GIT_PULL_FIRST_0"; 066 /** Message constant for key in the resource bundle. */ 067 public static final String GUI_GIT_PULL_FIRST_DESC_0 = "GUI_GIT_PULL_FIRST_DESC_0"; 068 /** Message constant for key in the resource bundle. */ 069 public static final String GUI_GIT_COPY_UNZIP_0 = "GUI_GIT_COPY_UNZIP_0"; 070 /** Message constant for key in the resource bundle. */ 071 public static final String GUI_GIT_COPY_UNZIP_DESC_0 = "GUI_GIT_COPY_UNZIP_DESC_0"; 072 /** Message constant for key in the resource bundle. */ 073 public static final String GUI_GIT_ADD_COMMIT_0 = "GUI_GIT_ADD_COMMIT_0"; 074 /** Message constant for key in the resource bundle. */ 075 public static final String GUI_GIT_PULL_AFTER_0 = "GUI_GIT_PULL_AFTER_0"; 076 /** Message constant for key in the resource bundle. */ 077 public static final String GUI_GIT_PUSH_AUTOMATICALLY_0 = "GUI_GIT_PUSH_AUTOMATICALLY_0"; 078 /** Message constant for key in the resource bundle. */ 079 public static final String GUI_GIT_EXCLUDE_LIB_FOLDER_0 = "GUI_GIT_EXCLUDE_LIB_FOLDER_0"; 080 /** Message constant for key in the resource bundle. */ 081 public static final String GUI_GIT_IMPORT_0 = "GUI_GIT_IMPORT_0"; 082 /** Message constant for key in the resource bundle. */ 083 public static final String GUI_GIT_FETCH_REMOTE_0 = "GUI_GIT_FETCH_REMOTE_0"; 084 /** Message constant for key in the resource bundle. */ 085 public static final String GUI_GIT_BUTTON_CHECK_IN_0 = "GUI_GIT_BUTTON_CHECK_IN_0"; 086 /** Message constant for key in the resource bundle. */ 087 public static final String GUI_GIT_APP_HELP_TEXT_0 = "GUI_GIT_APP_HELP_TEXT_0"; 088 /** Message constant for key in the resource bundle. */ 089 public static final String GUI_GIT_APP_NAME_0 = "GUI_GIT_APP_NAME_0"; 090 /** Message constant for key in the resource bundle. */ 091 public static final String GUI_GIT_APP_UNCONFIGURED_0 = "GUI_GIT_APP_UNCONFIGURED_0"; 092 /** Message constant for key in the resource bundle. */ 093 public static final String GUI_GIT_SCRIPT_RESULTS_0 = "GUI_GIT_SCRIPT_RESULTS_0"; 094 /** Message constant for key in the resource bundle. */ 095 public static final String GUI_GIT_BUTTON_RESET_HEAD_0 = "GUI_GIT_BUTTON_RESET_HEAD_0"; 096 /** Message constant for key in the resource bundle. */ 097 public static final String GUI_GIT_BUTTON_RESET_HEAD_DESC_0 = "GUI_GIT_BUTTON_RESET_HEAD_DESC_0"; 098 /** Message constant for key in the resource bundle. */ 099 public static final String GUI_GIT_BUTTON_RESET_REMOTE_HEAD_0 = "GUI_GIT_BUTTON_RESET_REMOTE_HEAD_0"; 100 /** Message constant for key in the resource bundle. */ 101 public static final String GUI_GIT_BUTTON_RESET_REMOTE_HEAD_DESC_0 = "GUI_GIT_BUTTON_RESET_REMOTE_HEAD_DESC_0"; 102 /** Message constant for key in the resource bundle. */ 103 public static final String GUI_GIT_CHECKIN_SUCCESSFUL_0 = "GUI_GIT_CHECKIN_SUCCESSFUL_0"; 104 /** Message constant for key in the resource bundle. */ 105 public static final String GUI_GIT_CHECKIN_FAILED_0 = "GUI_GIT_CHECKIN_FAILED_0"; 106 /** Message constant for key in the resource bundle. */ 107 public static final String GUI_GIT_IMPORT_SUCCESSFUL_0 = "GUI_GIT_IMPORT_SUCCESSFUL_0"; 108 /** Message constant for key in the resource bundle. */ 109 public static final String GUI_GIT_IMPORT_FAILED_0 = "GUI_GIT_IMPORT_FAILED_0"; 110 /** Message constant for key in the resource bundle. */ 111 public static final String GUI_GIT_RESET_SUCCESSFUL_0 = "GUI_GIT_RESET_SUCCESSFUL_0"; 112 /** Message constant for key in the resource bundle. */ 113 public static final String GUI_GIT_RESET_FAILED_0 = "GUI_GIT_RESET_FAILED_0"; 114 /** Message constant for key in the resource bundle. */ 115 public static final String GUI_GIT_OPTIONS_HIDE_0 = "GUI_GIT_OPTIONS_HIDE_0"; 116 /** Message constant for key in the resource bundle. */ 117 public static final String GUI_GIT_OPTIONS_SHOW_0 = "GUI_GIT_OPTIONS_SHOW_0"; 118 /** Message constant for key in the resource bundle. */ 119 public static final String GUI_GIT_BUTTON_IMPORT_0 = "GUI_GIT_BUTTON_IMPORT_0"; 120 /** Message constant for key in the resource bundle. */ 121 public static final String GUI_GIT_CONFIGURATION_SWITCH_FAILED_0 = "GUI_GIT_CONFIGURATION_SWITCH_FAILED_0"; 122 /** Message constant for key in the resource bundle. */ 123 public static final String GUI_GIT_CONFIGURATION_SWITCH_FAILED_DESC_0 = "GUI_GIT_CONFIGURATION_SWITCH_FAILED_DESC_0"; 124 125 /** Name of the used resource bundle. */ 126 private static final String BUNDLE_NAME = "org.opencms.ui.apps.git.messages"; 127 128 /** Static instance member. */ 129 private static final I_CmsMessageBundle INSTANCE = new Messages(); 130 131 /** 132 * Hides the public constructor for this utility class.<p> 133 */ 134 private Messages() { 135 136 // hide the constructor 137 } 138 139 /** 140 * Returns an instance of this localized message accessor.<p> 141 * 142 * @return an instance of this localized message accessor 143 */ 144 public static I_CmsMessageBundle get() { 145 146 return INSTANCE; 147 } 148 149 /** 150 * Returns the bundle name for this OpenCms package.<p> 151 * 152 * @return the bundle name for this OpenCms package 153 */ 154 public String getBundleName() { 155 156 return BUNDLE_NAME; 157 } 158 159}