comparison flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java @ 605:9e30c776cbef

Improved the exception handling. flys-client/trunk@2212 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 23 Jun 2011 09:22:54 +0000
parents 3b670af34367
children 418be98527f0
comparison
equal deleted inserted replaced
604:84d3c5fde5bb 605:9e30c776cbef
6 /** 6 /**
7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 7 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
8 */ 8 */
9 public interface FLYSConstants extends ConstantsWithLookup { 9 public interface FLYSConstants extends ConstantsWithLookup {
10 10
11 String unexpected_exception();
12
11 String title(); 13 String title();
12 14
13 String fullname(); 15 String fullname();
14 16
15 String user(); 17 String user();
23 String delete_project(); 25 String delete_project();
24 26
25 String rename_project(); 27 String rename_project();
26 28
27 String manage_projects(); 29 String manage_projects();
30
31 String favorite_tooltip();
32
33 String favorite_tooltip_meaning();
34
35 String projectlist_creationTime();
36
37 String projectlist_title();
38
39 String projectlist_favorite();
40
41 String really_delete();
28 42
29 String logout(); 43 String logout();
30 44
31 String switch_language(); 45 String switch_language();
32 46

http://dive4elements.wald.intevation.org