Mercurial > dive4elements > river
changeset 4688:1e23998aa4db
Added i18n strings.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 17 Dec 2012 15:54:30 +0100 |
parents | b3d7d5289b7f |
children | 79f11188da21 |
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, 33 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Mon Dec 17 15:54:15 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Mon Dec 17 15:54:30 2012 +0100 @@ -1018,6 +1018,8 @@ String showarea(); + String showarealabel(); + String showmiddleheight(); String fillcolor(); @@ -1032,6 +1034,16 @@ String wsplgen_cat5(); + String areabgcolor(); + + String areashowborder(); + + String areashowbg(); + + String areabordercolor(); + + String areatransparency(); + // Manual Points editor String addpoints();
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Mon Dec 17 15:54:15 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Mon Dec 17 15:54:30 2012 +0100 @@ -527,9 +527,15 @@ showborder = Show line transparent = Transparency transparency = Transparency -showarea = Show Area +showarea = Show area +showarealabel = Show area label showmiddleheight = Show middle depth fillcolor = Fill Color +areabgcolor = Fill Color +areashowborder = Show area border +areashowbg = Show area background +areabordercolor = Border color +areatransparency = Tranparency wsplgen_cat1 = Fill Color 0.0 <= DIFF < 1 wsplgen_cat2 = Fill Color 1.0 <= DIFF < 2 wsplgen_cat3 = Fill Color 2.0 <= DIFF < 3
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Mon Dec 17 15:54:15 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Mon Dec 17 15:54:30 2012 +0100 @@ -528,9 +528,15 @@ showborder = Linie anzeigen transparent = Transparent transparency = Transparenz -showarea = Fl\u00e4che beschriften +showarea = Show area +showarealabel = Fl\u00e4che beschriften showmiddleheight = Mittlere Tiefe anzeigen fillcolor = F\u00fcllfarbe +areabgcolor = F\u00fcllfarbe +areashowborder = Fl\u00e4chenumrandung +areashowbg = Fl\u00e4chenhintergrund +areabordercolor = Umrandungsfarbe +areatransparency = Tranparenz wsplgen_cat1 = F\u00fcllfarbe 0.0 <= DIFF < 1 wsplgen_cat2 = F\u00fcllfarbe 1.0 <= DIFF < 2 wsplgen_cat3 = F\u00fcllfarbe 2.0 <= DIFF < 3
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Mon Dec 17 15:54:15 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Mon Dec 17 15:54:30 2012 +0100 @@ -528,9 +528,15 @@ showborder = Show line transparent = Transparency transparency = Transparency -showarea = Show Area +showarea = Show area +showarealabel = Show area label showmiddleheight = Show middle depth fillcolor = Fill Color +areabgcolor = Fill Color +areashowborder = Show area border +areashowbg = Show area background +areabordercolor = Border color +areatransparency = Tranparency wsplgen_cat1 = Fill Color 0.0 <= DIFF < 1 wsplgen_cat2 = Fill Color 1.0 <= DIFF < 2 wsplgen_cat3 = Fill Color 2.0 <= DIFF < 3