# HG changeset patch # User Björn Ricks # Date 1353072440 -3600 # Node ID 49f80ab6e3cb6cace2025c529cbd57607966fff8 # Parent 661102336f164fb6c7ea377c1a494a320e5906f4 Add i18n for the new close project list button diff -r 661102336f16 -r 49f80ab6e3cb flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Fri Nov 16 14:26:25 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Fri Nov 16 14:27:20 2012 +0100 @@ -1094,5 +1094,7 @@ String discharge_chart(); + String projectlist_close(); + } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : diff -r 661102336f16 -r 49f80ab6e3cb flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Fri Nov 16 14:26:25 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Fri Nov 16 14:27:20 2012 +0100 @@ -14,6 +14,7 @@ projectlist_creationTime = Creation time projectlist_title = Title projectlist_favorite = Permanent +projectlist_close = Close really_delete = Do you really want to delete this project? project_name_too_long = The entered project name is too long. Max length is $LEN characters. switch_language = German diff -r 661102336f16 -r 49f80ab6e3cb flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Fri Nov 16 14:26:25 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Fri Nov 16 14:27:20 2012 +0100 @@ -14,6 +14,7 @@ projectlist_creationTime = Anlegezeitpunkt projectlist_title = Titel projectlist_favorite = Dauerhaft +projectlist_close = Schlie\u1E9Een really_delete = Wollen Sie dieses Projekt wirklich l\u00f6schen? project_name_too_long = Der eingegebene Projektname ist zu lang. Die maximale L\u00e4nge betr\u00e4gt $LEN Zeichen. switch_language = Englisch diff -r 661102336f16 -r 49f80ab6e3cb flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties --- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Fri Nov 16 14:26:25 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Fri Nov 16 14:27:20 2012 +0100 @@ -14,6 +14,7 @@ projectlist_creationTime = Creation time projectlist_title = Title projectlist_favorite = Permanent +projectlist_close = Close really_delete = Do you really want to delete this project? project_name_too_long = The entered project name is too long. Max length is $LEN characters. switch_language = German