diff 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
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java	Thu Jun 23 09:11:54 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java	Thu Jun 23 09:22:54 2011 +0000
@@ -8,6 +8,8 @@
  */
 public interface FLYSConstants extends ConstantsWithLookup {
 
+    String unexpected_exception();
+
     String title();
 
     String fullname();
@@ -26,6 +28,18 @@
 
     String manage_projects();
 
+    String favorite_tooltip();
+
+    String favorite_tooltip_meaning();
+
+    String projectlist_creationTime();
+
+    String projectlist_title();
+
+    String projectlist_favorite();
+
+    String really_delete();
+
     String logout();
 
     String switch_language();

http://dive4elements.wald.intevation.org