comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java @ 211:b92281182c6b

Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys. flys-client/trunk@1645 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 05 Apr 2011 08:13:48 +0000
parents
children e3ea3c74b7f5
comparison
equal deleted inserted replaced
210:c587903f02a4 211:b92281182c6b
1 package de.intevation.flys.client.client;
2
3 import com.google.gwt.i18n.client.ConstantsWithLookup;
4
5
6 /**
7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
8 */
9 public interface FLYSConstants extends ConstantsWithLookup {
10
11 String title();
12
13 String fullname();
14
15 String user();
16
17 String guest();
18
19 String projects();
20
21 String manage_projects();
22
23 String logout();
24
25 String switch_language();
26
27 String info();
28
29 String no_projects();
30
31 String load_projects();
32
33 String date_format();
34
35 String datetime_format();
36
37 String new_project();
38
39 String new_calculation();
40
41 String module_selection();
42
43 String river_selection();
44
45 String winfo();
46
47 String minfo();
48
49 String map();
50
51 String chart();
52
53 String fix();
54
55 String next();
56
57 String location_distance_state();
58
59 String location();
60
61 String distance();
62
63 String unitFrom();
64
65 String unitTo();
66
67 String unitWidth();
68
69 String unitLocation();
70
71 String wrongFormat();
72
73 String wqTitle();
74
75 String wqW();
76
77 String wqQ();
78
79 String wqSingle();
80
81 String wqRange();
82
83 String unitWSingle();
84
85 String unitWFrom();
86
87 String unitWTo();
88
89 String unitWStep();
90
91 String unitQSingle();
92
93 String unitQFrom();
94
95 String unitQTo();
96
97 String unitQStep();
98
99 String footerHome();
100
101 String footerContact();
102
103 String footerImpressum();
104
105 String buttonNext();
106
107 String imageBack();
108
109 String discharge_curve();
110 }
111 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org