# HG changeset patch # User Felix Wolfsteller # Date 1372322773 -7200 # Node ID 74c1b052ad285794a1281ba18ee4e65c8deaaa57 # Parent cce8c5f59053d94ca53f08836fe455f915156b52 i18n for axis labels. diff -r cce8c5f59053 -r 74c1b052ad28 artifacts/src/main/resources/messages.properties --- a/artifacts/src/main/resources/messages.properties Thu Jun 27 10:45:41 2013 +0200 +++ b/artifacts/src/main/resources/messages.properties Thu Jun 27 10:46:13 2013 +0200 @@ -209,6 +209,8 @@ chart.fixings.analysis.title = Longitudinal section at km {0} chart.fixings.wq.yaxis.label = W [{0}] +chart.extreme.wq.yaxis.label = W [{0}] + chart.bedquality.title=Bed Longitudinal Section chart.bedquality.xaxis.label={0}-km chart.bedquality.yaxis.label=Diameter [mm] diff -r cce8c5f59053 -r 74c1b052ad28 artifacts/src/main/resources/messages_de.properties --- a/artifacts/src/main/resources/messages_de.properties Thu Jun 27 10:45:41 2013 +0200 +++ b/artifacts/src/main/resources/messages_de.properties Thu Jun 27 10:46:13 2013 +0200 @@ -197,6 +197,8 @@ chart.fixings.wq.title = Fixierungsanalyse an Kilometer {0} chart.fixings.wq.yaxis.label = W [{0}] +chart.extreme.wq.yaxis.label = W [{0}] + chart.reference.curve.x.axis.in.cm = Bezugspegel [cm] chart.reference.curve.x.axis.in.m = Bezugsort [NN + m] chart.reference.curve.y.axis.in.cm = Zielpegel [cm] diff -r cce8c5f59053 -r 74c1b052ad28 artifacts/src/main/resources/messages_de_DE.properties --- a/artifacts/src/main/resources/messages_de_DE.properties Thu Jun 27 10:45:41 2013 +0200 +++ b/artifacts/src/main/resources/messages_de_DE.properties Thu Jun 27 10:46:13 2013 +0200 @@ -200,6 +200,8 @@ chart.fixings.wq.title = Fixierungsanalyse an Kilometer {0} chart.fixings.wq.yaxis.label = W [{0}] +chart.extreme.wq.yaxis.label = W [{0}] + chart.normalized.reference.curve.title = Reduzierte Bezugslinie chart.w_differences.title = Differenzen diff -r cce8c5f59053 -r 74c1b052ad28 artifacts/src/main/resources/messages_en.properties --- a/artifacts/src/main/resources/messages_en.properties Thu Jun 27 10:45:41 2013 +0200 +++ b/artifacts/src/main/resources/messages_en.properties Thu Jun 27 10:46:13 2013 +0200 @@ -199,6 +199,8 @@ chart.fixings.wq.title = Fixings Analysis at km {0} chart.fixings.wq.yaxis.label = W [{0}] +chart.extreme.wq.yaxis.label = W [{0}] + chart.reference.curve.x.axis.in.cm = Reference Gauge(s) [cm] chart.reference.curve.x.axis.in.m = Reference Station [NN + m] chart.reference.curve.y.axis.in.cm = Target Gauge(s) [cm]