Mercurial > dive4elements > river
changeset 1489:03649eb8933a
Added and fixed translations of theme style properties.
flys-client/trunk@3569 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 03 Jan 2012 09:47:36 +0000 |
parents | 23ffee639f7c |
children | 15b4bc8eede0 |
files | flys-client/ChangeLog 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 | 5 files changed, 32 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Jan 02 16:10:08 2012 +0000 +++ b/flys-client/ChangeLog Tue Jan 03 09:47:36 2012 +0000 @@ -1,3 +1,13 @@ +2012-01-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Added and fixed translations of theme style properties. + + * 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, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added + and fixed translations of theme style properties. + 2012-01-02 Ingo Weinzierl <ingo@intevation.de> flys/issue431 (Karte: Hinzuladen externer WMS Layer nicht möglich)
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Mon Jan 02 16:10:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Tue Jan 03 09:47:36 2012 +0000 @@ -674,6 +674,8 @@ String font(); + String showborder(); + String showpoints(); String showbackground(); @@ -685,5 +687,11 @@ String linesize(); String showlines(); + + String transparent(); + + String showarea(); + + String fillcolor(); } // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Mon Jan 02 16:10:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Tue Jan 03 09:47:36 2012 +0000 @@ -357,3 +357,7 @@ textorientation = Textorientation linesize = Linesize showlines = Show lines +showborder = Show line +transparent = Transparency +showarea = Show Area +fillcolor = Fill Color
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Mon Jan 02 16:10:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Tue Jan 03 09:47:36 2012 +0000 @@ -339,7 +339,7 @@ upper = von lower = bis fixation = Fix -font_size = Schriftgröße +font_size = Schriftgr\u00f6\u00dfe label = Titel title = Titel subtitle = Untertitel @@ -349,7 +349,7 @@ textstyle = Textstil linecolor = Linienfarbe textcolor = Textfarbe -textsize = Textgröße +textsize = Textgr\u00f6\u00dfe font = Schriftart showpoints = Punkte anzeigen showbackground = Hintergrund anzeigen @@ -357,3 +357,7 @@ textorientation = Textausrichtung linesize = Liniendicke showlines = Linien anzeigen +showborder = Linie anzeigen +transparent = Transparenz +showarea = Fl\u00e4che anzeigen +fillcolor = F\u00fcllfarbe
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Mon Jan 02 16:10:08 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Tue Jan 03 09:47:36 2012 +0000 @@ -357,3 +357,7 @@ textorientation = Textorientation linesize = Linesize showlines = Show lines +showborder = Show line +transparent = Transparency +showarea = Show Area +fillcolor = Fill Color