All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.vectorpublish.desktop.vp.ui.i8n.I8nTextDefault Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2016, Peter Rader. All rights reserved.
 *  ___ ___               __                 ______         __     __  __         __
 * |   |   |.-----..----.|  |_ .-----..----.|   __ \.--.--.|  |--.|  ||__|.-----.|  |--.
 * |   |   ||  -__||  __||   _||  _  ||   _||    __/|  |  ||  _  ||  ||  ||__ --||     |
 *  \_____/ |_____||____||____||_____||__|  |___|   |_____||_____||__||__||_____||__|__|
 *
 * http://www.gnu.org/licenses/gpl-3.0.html
 */
package net.vectorpublish.desktop.vp.ui.i8n;

import net.vectorpublish.desktop.vp.api.ui.UserInterface;
import net.vectorpublish.desktop.vp.i8n.I8nText;
import net.vectorpublish.desktop.vp.ui.Namespace;

public enum I8nTextDefault implements I8nText {
	EXIT, ADD_KEYFRAME, KEYFRAME_NEXT, KEYFRAME_PREV, FILE_OPEN, HISTORY_REDO, FILE_SAVE_AS, HISTORY_UNDO, MENU_EDIT, MENU_FILE, NEW, NEW_DESC, EXIT_DESC;

	@Override
	public Namespace getNamespace() {
		return UserInterface.NS;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy