Mercurial > dive4elements > river
changeset 4606:6e68e83149f6
Add i18n message strings for a welcome screen
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 30 Nov 2012 10:16:36 +0100 |
parents | c1c4c95ae9e4 |
children | c0a275c581fb |
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, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 :
--- 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
--- 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
--- 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