1 /*******************************************************************************
2 * Copyright (c) 2007, 2011 Association for Decentralized Information Management in
4 * All rights reserved. This program and the accompanying materials
5 * are made available under the terms of the Eclipse Public License v1.0
6 * which accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
10 * VTT Technical Research Centre of Finland - initial API and implementation
11 *******************************************************************************/
12 package org.simantics.trend.impl;
14 import org.eclipse.osgi.util.NLS;
16 public class Messages extends NLS {
17 private static final String BUNDLE_NAME = "org.simantics.trend.impl.messages"; //$NON-NLS-1$
18 public static String JarisPaints_0;
19 public static String JarisPaints_1;
20 public static String JarisPaints_10;
21 public static String JarisPaints_11;
22 public static String JarisPaints_12;
23 public static String JarisPaints_13;
24 public static String JarisPaints_14;
25 public static String JarisPaints_15;
26 public static String JarisPaints_16;
27 public static String JarisPaints_17;
28 public static String JarisPaints_2;
29 public static String JarisPaints_3;
30 public static String JarisPaints_4;
31 public static String JarisPaints_5;
32 public static String JarisPaints_6;
33 public static String JarisPaints_7;
34 public static String JarisPaints_8;
35 public static String JarisPaints_9;
37 // initialize resource bundle
38 NLS.initializeMessages(BUNDLE_NAME, Messages.class);