/* * Copyright 2016 Red Hat, Inc. and/or its affiliates. * * Licensed 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. */ package org.kie.workbench.common.forms.editor.client.resources.i18n; import org.jboss.errai.ui.shared.api.annotations.TranslationKey; public interface FormEditorConstants { @TranslationKey(defaultValue = "") String NewFormDefinitionlHandlerForm = "NewFormDefinitionlHandler.form"; @TranslationKey(defaultValue = "") String NewFormDefinitionlHandlerCreatingNewForm = "NewFormDefinitionlHandler.creatingNewForm"; @TranslationKey(defaultValue = "") String NewFormDefinitionlHandlerSelectFormUse = "NewFormDefinitionlHandler.selectFormUse"; @TranslationKey(defaultValue = "") String FormDefinitionResourceTypeFormTypeShortName = "FormDefinitionResourceType.formTypeShortName"; @TranslationKey(defaultValue = "") String FormDefinitionResourceTypeFormTypeDescription = "FormDefinitionResourceType.formTypeDescription"; @TranslationKey(defaultValue = "") String FormEditorPresenterTitle = "FormEditorPresenter.title"; @TranslationKey(defaultValue = "") String FormEditorViewImplDataObjects = "FormEditorViewImpl.dataObjects"; @TranslationKey(defaultValue = "") String FormEditorViewImplPreview = "FormEditorViewImpl.preview"; @TranslationKey(defaultValue = "") String FormEditorPresenterLayoutTitle = "FormEditorPresenter.layoutTitle"; @TranslationKey(defaultValue = "") String FormEditorPresenterLayoutSubTitle = "FormEditorPresenter.layoutSubTitle"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplDataObjectID = "DataObjectsAdminViewImpl.dataObjectID"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplDataObjectType = "DataObjectsAdminViewImpl.dataObjectType"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplAddDataObject = "DataObjectsAdminViewImpl.addDataObject"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplIdCannotBeEmpty = "DataObjectsAdminViewImpl.idCannotBeEmpty"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplIdAreadyExists = "DataObjectsAdminViewImpl.idAreadyExists"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplTypeCannotBeEmpty = "DataObjectsAdminViewImpl.typeCannotBeEmpty"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplEmptyDataObjectsTable = "DataObjectsAdminViewImpl.emptyDataObjectsTable"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplRemove = "DataObjectsAdminViewImpl.remove"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplDataObjectIsBindedMessage = "DataObjectsAdminViewImpl.dataObjectIsBindedMessage"; @TranslationKey(defaultValue = "") String DataObjectsAdminViewImplAreYouSureRemoveDataObject = "DataObjectsAdminViewImpl.areYouSureRemoveDataObject"; @TranslationKey(defaultValue = "") String FieldPropertiesRendererViewImplTitle = "FieldPropertiesRendererViewImpl.title"; @TranslationKey(defaultValue = "") String FieldPropertiesRendererViewImplFieldType = "FieldPropertiesRendererViewImpl.fieldType"; @TranslationKey(defaultValue = "") String FieldPropertiesRendererViewImplFieldBinding = "FieldPropertiesRendererViewImpl.fieldBinding"; @TranslationKey(defaultValue = "") String DefaultFormModelLabel = "DefaultFormModel.label"; }