From 5099bca4c9ce61937e6af558402f681e46014df7 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 19 Nov 2009 11:10:04 +0000 Subject: changed pretty much everything from english to danish in field names --- server/xml/macros/pupilstoerrelse-1.0.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'server/xml/macros/pupilstoerrelse-1.0.xml') diff --git a/server/xml/macros/pupilstoerrelse-1.0.xml b/server/xml/macros/pupilstoerrelse-1.0.xml index 0eb7fd1..a5f5134 100644 --- a/server/xml/macros/pupilstoerrelse-1.0.xml +++ b/server/xml/macros/pupilstoerrelse-1.0.xml @@ -4,7 +4,7 @@ out = '' if ( getValue('pupilstoerrelse.mangler.odxt') == '' or getValue('pupilstoerrelse.mangler.osin') == '' ) then - out = out .. 'Pupilstørrelse, ' .. getValue('pupilstoerrelse.method') .. ':\n' + out = out .. 'Pupilstørrelse, ' .. getValue('pupilstoerrelse.metode') .. ':\n' end if ( getValue('pupilstoerrelse.mangler.odxt') == '' ) @@ -33,11 +33,11 @@ then value = '' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source + source = missing_eye_odxt.kilde else value = 'mangler' timestamp = missing_eye_odxt.timestamp - source = missing_eye_odxt.source + source = missing_eye_odxt.kilde end end return value, timestamp, source @@ -53,11 +53,11 @@ then value = '' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source + source = missing_eye_osin.kilde else value = 'mangler' timestamp = missing_eye_osin.timestamp - source = missing_eye_osin.source + source = missing_eye_osin.kilde end end return value, timestamp, source @@ -141,7 +141,7 @@