]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.trend/src/org/simantics/trend/impl/Messages.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.trend / src / org / simantics / trend / impl / Messages.java
1 /*******************************************************************************
2  * Copyright (c) 2007, 2011 Association for Decentralized Information Management in
3  * Industry THTH ry.
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
8  *
9  * Contributors:
10  *     VTT Technical Research Centre of Finland - initial API and implementation
11  *******************************************************************************/
12 package org.simantics.trend.impl;
13
14 import org.eclipse.osgi.util.NLS;
15
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;
36         static {
37                 // initialize resource bundle
38                 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
39         }
40
41         private Messages() {
42         }
43 }