Mercurial > dive4elements > river
changeset 3538:9f8f941351b1
issue820: Changed i18 for middle height -> middle depth.
flys-client/trunk@5350 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 04 Sep 2012 07:14:29 +0000 |
parents | 45f2b0778a3a |
children | 091397efaca5 |
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_de.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties |
diffstat | 4 files changed, 12 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Sep 03 13:12:02 2012 +0000 +++ b/flys-client/ChangeLog Tue Sep 04 07:14:29 2012 +0000 @@ -1,3 +1,12 @@ +2012-09-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Partial fix for issue820. + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Change i18n (middle height -> middle depth). + 2012-09-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java:
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Mon Sep 03 13:12:02 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Tue Sep 04 07:14:29 2012 +0000 @@ -475,7 +475,7 @@ transparent = Transparency alpha = Transparency Alpha showarea = Show Area -showmiddleheight = Show middle height +showmiddleheight = Show middle depth fillcolor = Fill Color wsplgen_cat1 = Fill Color 0.0 <= DIFF < 1 wsplgen_cat2 = Fill Color 1.0 <= DIFF < 2
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Mon Sep 03 13:12:02 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Tue Sep 04 07:14:29 2012 +0000 @@ -475,7 +475,7 @@ transparent = Transparenz alpha = Alpha-Transparenzwert showarea = Fl\u00e4che beschriften -showmiddleheight = Mittlere H\u00f6he anzeigen +showmiddleheight = Mittlere Tiefe anzeigen fillcolor = F\u00fcllfarbe wsplgen_cat1 = F\u00fcllfarbe 0.0 <= DIFF < 1 wsplgen_cat2 = F\u00fcllfarbe 1.0 <= DIFF < 2
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Mon Sep 03 13:12:02 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Tue Sep 04 07:14:29 2012 +0000 @@ -476,7 +476,7 @@ transparent = Transparency alpha = Transparency Alpha showarea = Show Area -showmiddleheight = Show middle height +showmiddleheight = Show middle depth fillcolor = Fill Color wsplgen_cat1 = Fill Color 0.0 <= DIFF < 1 wsplgen_cat2 = Fill Color 1.0 <= DIFF < 2