/*******************************************************************************
* Copyright 2011 Adrian Cristian Ionescu
*
* 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 ro.zg.opengroups.gwt.shared.constants;
public interface MessagesKeys {
public static final String BY_DEPT="by.depth";
public static final String LIST_FIRST_LEVEL="list.first.level.";
public static final String LIST_ALL="list.all.";
public static final String BY_MY_STATUS="by.my-status";
public static final String BY_GLOBAL_STATUS="by.global-status";
public static final String BY_TAG="by.tag";
public static final String SEARCH="search";
public static final String TAGS="tags.label";
public static final String ENTITY_TYPE="ENTITY_TYPE";
public static final String LAST_ACTION_TYPE="LAST_ACTION_TYPE";
public static final String VOTES="votes";
public static final String SUBTYPE_PREFIX="subtype.";
public static final String STATUS="status";
public static final String PRIORITY="priority";
public static final String MAIN_ENTITY_CAPTION="metagroup.caption";
public static final String META_ENTITY_CAPTION="app.metagroup.caption";
}