# HG changeset patch # User Björn Ricks # Date 1354266996 -3600 # Node ID 6e68e83149f643720a9678552c65a2fb4bcec034 # Parent c1c4c95ae9e4a4ec350f05d979f76705a210f2eb Add i18n message strings for a welcome screen diff -r c1c4c95ae9e4 -r 6e68e83149f6 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 30 10:15:44 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Fri Nov 30 10:16:36 2012 +0100 @@ -1106,5 +1106,9 @@ String numclasses(); + String welcome(); + + String welcome_open_or_create(); + } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : diff -r c1c4c95ae9e4 -r 6e68e83149f6 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 30 10:15:44 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Fri Nov 30 10:16:36 2012 +0100 @@ -87,6 +87,8 @@ period = Period year = Year sedimentload_ls = Sediment Load +welcome = Welcome to Flusshydrologische Software +welcome_open_or_create = Please open a project from the project list or create a # Header images flysLogo = images/flys_logo.gif bfgLogo = images/bfg_logo.gif diff -r c1c4c95ae9e4 -r 6e68e83149f6 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 30 10:15:44 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Fri Nov 30 10:16:36 2012 +0100 @@ -87,6 +87,8 @@ period = Zeitraum year = Jahr sedimentload_ls = Sediment Fracht +welcome = Willkommen bei der Flusshydrologischen Software +welcome_open_or_create = Bitte \u00f6ffnen Sie ein bestehendes Projekt aus der Projektliste oder erstellen Sie ein # Header images flysLogo = images/flys_logo.gif diff -r c1c4c95ae9e4 -r 6e68e83149f6 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 30 10:15:44 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Fri Nov 30 10:16:36 2012 +0100 @@ -87,6 +87,8 @@ period = Period year = Year sedimentload_ls = Sediment Load +welcome = Welcome to Flusshydrologische Software +welcome_open_or_create = Please open a project from the project list or create a # Header images flysLogo = images/flys_logo.gif