Mercurial > dive4elements > river
changeset 4561:49f80ab6e3cb
Add i18n for the new close project list button
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 16 Nov 2012 14:27:20 +0100 |
parents | 661102336f16 |
children | 2fab2679eec9 |
files | flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties |
diffstat | 4 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 :
--- 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
--- 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
--- 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