Mercurial > dive4elements > river
changeset 4664:c2b431e3e88a
Added i18n strings for style editor.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 12 Dec 2012 10:35:34 +0100 |
parents | fac54537db5b |
children | f53e2e877aa4 |
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, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Tue Dec 11 16:26:50 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Wed Dec 12 10:35:34 2012 +0100 @@ -968,8 +968,14 @@ String showbackground(); + String textshowbg(); + String backgroundcolor(); + String bandwidthcolor(); + + String textbgcolor(); + String textorientation(); String linesize();
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Tue Dec 11 16:26:50 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Wed Dec 12 10:35:34 2012 +0100 @@ -500,7 +500,10 @@ font = Font showpoints = Show points showbackground = Show background +textshowbg = Show background backgroundcolor = Backgroundcolor +bandwidthcolor = Bandwidthcolor +textbgcolor = Backgroundcolor textorientation = Textorientation linesize = Linesize pointsize = Pointsize
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Tue Dec 11 16:26:50 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Wed Dec 12 10:35:34 2012 +0100 @@ -501,7 +501,10 @@ font = Schriftart showpoints = Punkte anzeigen showbackground = Hintergrund anzeigen +textshowbg = Hintergrund anzeigen backgroundcolor = Hintergrundfarbe +bandwidthcolor = Bandbreitenfarbe +textbgcolor = Hintergrundfarbe textorientation = Textausrichtung linesize = Liniendicke pointsize = Punktdicke
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Tue Dec 11 16:26:50 2012 +0100 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Wed Dec 12 10:35:34 2012 +0100 @@ -501,7 +501,10 @@ font = Font showpoints = Show points showbackground = Show background +textshowbg = Show background backgroundcolor = Backgroundcolor +bandwidthcolot = Bandwidthcolor +textbgcolor = Backgroundcolor textorientation = Textorientation linesize = Linesize pointsize = Pointsize