# HG changeset patch # User Felix Wolfsteller # Date 1346742869 0 # Node ID 9f8f941351b1f7b54d5e1c0e78830af663af78f2 # Parent 45f2b0778a3a70e844e1a09835de1d2374ccc1cc issue820: Changed i18 for middle height -> middle depth. flys-client/trunk@5350 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 45f2b0778a3a -r 9f8f941351b1 flys-client/ChangeLog --- 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 + + 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 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: diff -r 45f2b0778a3a -r 9f8f941351b1 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 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 diff -r 45f2b0778a3a -r 9f8f941351b1 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 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 diff -r 45f2b0778a3a -r 9f8f941351b1 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 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