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/autorefraktion-1.0.xml | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'server/xml/macros/autorefraktion-1.0.xml') diff --git a/server/xml/macros/autorefraktion-1.0.xml b/server/xml/macros/autorefraktion-1.0.xml index a4e882e..756129b 100644 --- a/server/xml/macros/autorefraktion-1.0.xml +++ b/server/xml/macros/autorefraktion-1.0.xml @@ -2,31 +2,31 @@ out = '' - if ( getValue('autorefractor.mangler.odxt') == '' ) + if ( getValue('autorefraktion.mangler.odxt') == '' ) then - out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefractor.sfere.odxt') .. ' sf' - if ( getValue('autorefractor.cyl.odxt') ~= '' ) + out = out .. 'Autorefraktion, o.dxt: ' .. getValue('autorefraktion.sf.odxt') .. ' sf' + if ( getValue('autorefraktion.cyl.odxt') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.cyl.odxt') .. ' cyl' + out = out .. ', ' .. getValue('autorefraktion.cyl.odxt') .. ' cyl' end - if ( getValue('autorefractor.grader.odxt') ~= '' ) + if ( getValue('autorefraktion.grader.odxt') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.grader.odxt') .. ' grader\n' + out = out .. ', ' .. getValue('autorefraktion.grader.odxt') .. ' grader\n' else out = out .. '\n' end end - if ( getValue('autorefractor.mangler.osin') == '' ) + if ( getValue('autorefraktion.mangler.osin') == '' ) then - out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefractor.sfere.osin') .. ' sf' - if ( getValue('autorefractor.cyl.osin') ~= '' ) + out = out .. 'Autorefraktion, o.sin: ' .. getValue('autorefraktion.sf.osin') .. ' sf' + if ( getValue('autorefraktion.cyl.osin') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.cyl.osin') .. ' cyl' + out = out .. ', ' .. getValue('autorefraktion.cyl.osin') .. ' cyl' end - if ( getValue('autorefractor.grader.osin') ~= '' ) + if ( getValue('autorefraktion.grader.osin') ~= '' ) then - out = out .. ', ' .. getValue('autorefractor.grader.osin') .. ' grader\n' + out = out .. ', ' .. getValue('autorefraktion.grader.osin') .. ' grader\n' else out = out .. '\n' end @@ -50,11 +50,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 @@ -70,11 +70,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 @@ -150,24 +150,24 @@