Mercurial > dive4elements > river
changeset 558:5749fd2b0138
#43 Modified an english warning text.
flys-client/trunk@2085 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 08 Jun 2011 13:28:23 +0000 |
parents | 92c200887b20 |
children | ec85bab86e7b |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties |
diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Jun 08 13:21:46 2011 +0000 +++ b/flys-client/ChangeLog Wed Jun 08 13:28:23 2011 +0000 @@ -1,3 +1,12 @@ +2011-06-08 Ingo Weinzierl <ingo@intevation.de> + + flys/issue43 (i18n: Einige Verbesserungen) + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties: + Adjusted the english text that is displayed before switching to another + language. + 2011-06-08 Ingo Weinzierl <ingo@intevation.de> flys/issue21 (Gleiches Projekt kann mehr als einmal gleichzeitig
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Wed Jun 08 13:21:46 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Wed Jun 08 13:28:23 2011 +0000 @@ -10,7 +10,7 @@ switch_language = German info = Info warning = Attention -warning_language = Choosing a new language starts a new session. Open windows will be closed. +warning_language = Choosing a new language starts a new session. All open windows will be closed. no_projects = No existing calculations found. load_projects = Load calculations... empty_table = Loading data...
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Wed Jun 08 13:21:46 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Wed Jun 08 13:28:23 2011 +0000 @@ -10,7 +10,7 @@ switch_language = German info = Info warning = Attention -warning_language = Choosing a new language starts a new session. Open windows will be closed. +warning_language = Choosing a new language starts a new session. All open windows will be closed. no_projects = No existing calculations found. load_projects = Load calculations... empty_table = Loading data...