blob: c6e0cefe580da2d7bc273881d5f2818672fa6dc1 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
LBL_ConnectionToDatabase=Connection to Database...
LBL_DatabaseTable=Database Table...
LBL_CONSTRUCTOR=Constructor...
LBL_GETTER=Getter...
LBL_SETTER=Setter...
LBL_GETTER_AND_SETTER=Getter and Setter...
LBL_METHOD=Override & Implement Method...
LBL_TITLE_CONSTRUCTOR=Generate Constructor
LBL_PANEL_CONSTRUCTOR=Select fields to be initialized by constructor:
LBL_TITLE_GETTERS=Generate Getters
LBL_PANEL_GETTERS=Select fields to generate getters for:
LBL_TITLE_SETTERS=Generate Setters
LBL_PANEL_SETTERS=Select fields to generate setters for:
LBL_TITLE_GETTERS_AND_SETTERS=Generate Getters and Setters
LBL_PANEL_GETTERS_AND_SETTERS=Select fields to generate getters and setters for:
LBL_TITLE_METHODS=Generate Overridden & Implemented Methods
LBL_PANEL_METHODS=Select methods to override & implement:
JAVA_STYLE=Java Style
ADD_UNDERSCORE=Add Underscore
REMOVE_UNDERSCORE=Remove Underscore