# HG changeset patch # User Raimund Renkert # Date 1355304934 -3600 # Node ID c2b431e3e88ac119d347a2b2c0a0174149442775 # Parent fac54537db5b3b82a3dfd33d9e5203e1f32afd76 Added i18n strings for style editor. diff -r fac54537db5b -r c2b431e3e88a flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java --- 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(); diff -r fac54537db5b -r c2b431e3e88a 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 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 diff -r fac54537db5b -r c2b431e3e88a 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 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 diff -r fac54537db5b -r c2b431e3e88a 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 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